.tpl-index,
.tpl-00 {
  display:block;
}

/* ps-enter  */
.tpl-00 .ps-enter {
  display: block;
  box-sizing: border-box;
  height: 650px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;      
  background-image: url(../images/views/index/bg_enter_v2.jpg);
  position: relative;
}

.tpl-00 .ps-enter .main-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  max-width: 1368px;
  height: 100%;
  padding: 0 120px;
  margin: 0 auto;
}

.tpl-00 .ps-enter .about {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.tpl-00 .ps-enter .about .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 40px 0;
}

.tpl-00 .ps-enter .about .title:last-child {
  margin: 0;
}

.tpl-00 .ps-enter .about .description {
  display: block;
  max-width: 420px;
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-enter .about .description:last-child {
  margin: 0;
}

.tpl-00 .ps-enter .about .description p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 10px 0;
}

.tpl-00 .ps-enter .about .description p:last-child {
  margin: 0;
}

.tpl-00 .ps-enter .bottom {
  display: block;
  box-sizing: border-box;
  width: 70%;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

@media only screen and (max-width: 960px) {

  .tpl-00 .ps-enter {
    height: 540px;
    background-size: auto 100%;      
  }

  .tpl-00 .ps-enter .main-cnt {
    padding: 0 60px;
  }  

  .tpl-00 .ps-enter .about .title {
    font-size: 48px;
    line-height: 120%;
    margin: 0 0 30px 0;
  }    
}

@media only screen and (max-width: 768px) {

  .tpl-00 .ps-enter {
    background-position: calc(50% + 20vw) center;
  }

  .tpl-00 .ps-enter .main-cnt {
    padding: 0 40px;
  }

  .tpl-00 .ps-enter .about .title {
    font-size: 42px;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 480px) {

  .tpl-00 .ps-enter {
    height: 480px;
    background-position: calc(50% + 30vw) center;
  }

  .tpl-00 .ps-enter .main-cnt {
    padding: 0 30px;
  }

  .tpl-00 .ps-enter .about .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .tpl-00 .ps-enter .about .description p {
    text-align: center;
  }     
}

@media only screen and (max-width: 360px) {
  .tpl-00 .ps-enter .main-cnt {
    padding: 0 25px;
  }

  .tpl-00 .ps-enter .about .title {
    font-size: 32px;
  }  
}

/* ps-services  */
.tpl-00 .ps-services {
  display: block;
  background-color: #fff;
}

.tpl-00 .ps-services .main-cnt {
  display: block;
  box-sizing: border-box;
  max-width: 1368px;
  padding: 80px 60px 40px 60px;
  margin: 0 auto;
}

.tpl-00 .ps-services .about {
  display: block;
  box-sizing: border-box;
  max-width: 680px;
  padding: 0;
  margin: 0 auto 50px auto;
}

.tpl-00 .ps-services .about:last-child {
  margin: 0;
}

.tpl-00 .ps-services .about .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-services .about .title:last-child {
  margin: 0;
}

.tpl-00 .ps-services .about .description {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-services .about .description:last-child {
  margin: 0;
}

.tpl-00 .ps-services .about .description p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  color: var(--c_warm_gray);
  padding: 0;
  margin: 0 0 10px 0;
}

.tpl-00 .ps-services .about .description p:last-child {
  margin: 0;
}

.tpl-00 .ps-services .list {
  display: block;
  padding: 0;
  margin: 0 0 50px 0;
}

.tpl-00 .ps-services .list:last-child {
  margin: 0;
}

.tpl-00 .ps-services .list .row-a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 30px 0;
}

.tpl-00 .ps-services .list .row-a:last-child {
  margin: 0;
}

.tpl-00 .ps-services .list .row-b {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 30px 0;
}

.tpl-00 .ps-services .list .row-b:last-child {
  margin: 0;
}

.tpl-00 .ps-services .list .item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 190px;
  height: 210px;
  padding: 30px 0 25px 0;
  margin: 0 15px;
  border: 1px solid var(--c_brown);
  background-color: #fff;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  position: relative;
}

.tpl-00 .ps-services .list .item.touch,
.notouch .tpl-00 .ps-services .list .item:hover {
  background-color: var(--c_green_powder);
}

.tpl-00 .ps-services .list .item:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  bottom: 8px;  
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent var(--c_brown) transparent;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.tpl-00 .ps-services .list .item.touch:after,
.notouch .tpl-00 .ps-services .list .item:hover:after {
  opacity: 1.0;
}

.tpl-00 .ps-services .list .item .icon {
  display: block;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.tpl-00 .ps-services .list .item .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.tpl-00 .ps-services .list .item .icon svg .fill-gray-brown {
  fill: #A6A6B0;
  transition: all 0.2s ease-out;
}
.tpl-00 .ps-services .list .item .icon svg .stroke-gray-brown {
  stroke: #A6A6B0;
  transition: all 0.2s ease-out;
}
.tpl-00 .ps-services .list .item .icon svg .fill-white-green {
  fill: #fff;
  transition: all 0.2s ease-out;
}
.tpl-00 .ps-services .list .item .icon svg .stroke-white-green {
  stroke: #fff;
  transition: all 0.2s ease-out;
}

.tpl-00 .ps-services .list .item.touch .icon svg .fill-gray-brown,
.notouch .tpl-00 .ps-services .list .item:hover .icon svg .fill-gray-brown {
  fill: var(--c_brown);
}
.tpl-00 .ps-services .list .item.touch .icon svg .stroke-gray-brown,
.notouch .tpl-00 .ps-services .list .item:hover .icon svg .stroke-gray-brown {
  stroke: var(--c_brown);
}
.tpl-00 .ps-services .list .item.touch .icon svg .fill-white-green,
.notouch .tpl-00 .ps-services .list .item:hover .icon svg .fill-white-green {
  fill: var(--c_green_powder);
  transition: all 0.2s ease-out;
}
.tpl-00 .ps-services .list .item.touch .icon svg .stroke-white-green,
.notouch .tpl-00 .ps-services .list .item:hover .icon svg .stroke-white-green {
  stroke: var(--c_green_powder);
  transition: all 0.2s ease-out;
}

.tpl-00 .ps-services .list .item .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0;
}

.tpl-00 .ps-services .list .item a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16;
}

.tpl-00 .ps-services .panel {
  display: block;
  box-sizing: border-box;
  max-width: 260px;
  margin: 0 auto;
  padding: 0;
}


@media only screen and (max-width: 1280px) {
  .tpl-00 .ps-services .main-cnt {
    padding: 80px 25px 40px 25px;
  }

  .tpl-00 .ps-services .list .item {
    width: 160px;
    height: 176px;
    padding: 25px 0 15px 0;
  }

  .tpl-00 .ps-services .list .item .icon {
    width: 80px;
    height: 80px;
  }

  .tpl-00 .ps-services .list .item .title {
    font-size: 14px;
  }   
}

@media only screen and (max-width: 1152px) {
  .tpl-00 .ps-services .list .item {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 960px) {

  .tpl-00 .ps-services .about .title {
    font-size: 48px;
  }

  .tpl-00 .ps-services .list .row-a {
    max-width: 400px;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }

  .tpl-00 .ps-services .list .row-b {
    max-width: 400px;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }

  .tpl-00 .ps-services .list .row-b:last-child {
    margin: 0 auto 0 auto;
  }

  .tpl-00 .ps-services .list .item {
    width: 170px;
    height: 180px;
    margin: 0 10px 20px 10px;
  }  
}

@media only screen and (max-width: 768px) {

  .tpl-00 .ps-services .about .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 480px) {

  .tpl-00 .ps-services .about .title {
    font-size: 36px;
  }

  .tpl-00 .ps-services .list .row-a {
    justify-content: space-around;
  }

  .tpl-00 .ps-services .list .row-b {
    justify-content: space-around;
  }  

  .tpl-00 .ps-services .list .item {
    width: 44%;
    height: 38vw;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
  }

  .tpl-00 .ps-services .list .item .title {
    font-size: 13px;
  }     
}

@media only screen and (max-width: 400px) {
  .tpl-00 .ps-services .about .title {
    font-size: 32px;
  }  

  .tpl-00 .ps-services .list .row-a {
    justify-content: center;
  }

  .tpl-00 .ps-services .list .row-b {
    justify-content: center;
  }

  .tpl-00 .ps-services .list .item {
    width: 50vw;
    max-width: 200px;
    height: 44vw;
    max-height: 220px;
  }
}

@media only screen and (max-width: 360px) {
  .tpl-00 .ps-services .about .title {
    font-size: 32px;
  }  

  .tpl-00 .ps-services .list .row-a {
    justify-content: center;
  }

  .tpl-00 .ps-services .list .row-b {
    justify-content: center;
  }

  .tpl-00 .ps-services .list .item {
    width: 50vw;
    max-width: 200px;
    height: 48vw;
    max-height: 220px;
  }

  .tpl-00 .ps-services .list .item .title {
    font-size: 12px;
  }    
}

/* ps-implants  */
.tpl-00 .ps-implants {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(50% - 500px) center;
  background-size: auto;
  background-image: url(../images/views/index/bg_implants.jpg);  
}

.tpl-00 .ps-implants .main-cnt {
  display: block;
  box-sizing: border-box;
  max-width: 1368px;
  padding: 80px 60px 80px 60px;
  margin: 0 auto;
}

.tpl-00 .ps-implants .main-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--c_brown);
}

.tpl-00 .ps-implants .main-cols .col-left {
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  border-right: 1px solid var(--c_brown);
}

.tpl-00 .ps-implants .main-cols .col-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding: 100px 60px 70px 90px;
}

.tpl-00 .ps-implants .main-cols .col-right .about {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

.tpl-00 .ps-implants .main-cols .col-right .about .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 70px 0;
}

.tpl-00 .ps-implants .main-cols .col-right .about .title:last-child {
  margin: 0;
}

.tpl-00 .ps-implants .main-cols .col-right .about .description {
  display: block;
  max-width: 460px;
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-implants .main-cols .col-right .about .description:last-child {
  margin: 0;
}

.tpl-00 .ps-implants .main-cols .col-right .about .description p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
  color: var(--c_warm_gray);
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-implants .main-cols .col-right .about .description p:last-child {
  margin: 0;
}

.tpl-00 .ps-implants .main-cols .col-right .panel {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1152px) {
  .tpl-00 .ps-implants .main-cnt {
    padding: 80px 30px 80px 30px;
  }

  .tpl-00 .ps-implants .main-cols {
    height: 600px;
  }

  .tpl-00 .ps-implants .main-cols .col-right {
    padding: 80px 40px 50px 40px;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .title {
    margin: 0 0 50px 0;
  }  
}

@media only screen and (max-width: 960px) {

  .tpl-00 .ps-implants .main-cnt {
    padding: 60px 25px 80px 25px;
  }

  .tpl-00 .ps-implants .main-cols {
    height: auto;
  }

  .tpl-00 .ps-implants .main-cols .col-left {
    display: none;
  }

  .tpl-00 .ps-implants .main-cols .col-right {
    width: 100%;
    padding: 60px 40px 60px 40px;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .title {
    font-size: 48px;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .tpl-00 .ps-implants .main-cols .col-right .panel {
    margin: 0 auto;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about {
    margin: 0 auto 50px auto;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .description p {
    text-align: center;
  }  
}

@media only screen and (max-width: 768px) {

  .tpl-00 .ps-implants .main-cnt {
    padding: 40px 30px 80px 30px;
  }

  .tpl-00 .ps-implants {
    background-position: calc(50% - 420px) center;
  }

  .tpl-00 .ps-implants .main-cols .col-right {
    padding: 60px 30px 60px 30px;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .title {
    font-size: 42px;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 480px) {

  .tpl-00 .ps-implants .main-cols .col-right {
    padding: 40px 25px 40px 25px;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 360px) {
  .tpl-00 .ps-implants .main-cnt {
    padding: 40px 25px 80px 25px;
  }

  .tpl-00 .ps-implants .main-cols .col-right .about .title {
    font-size: 32px;
  }  
}

/* ps-team  */
.tpl-00 .ps-team {
  display: block;
  box-sizing: border-box;
  height: 850px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;      
  background-image: url(../images/views/index/bg_team_v2.jpg);
  position: relative;
}

.tpl-00 .ps-team .main-cnt {
  display: block;
  box-sizing: border-box;
  padding: 55px 25px 0 25px;
  margin: 0;
}

.tpl-00 .ps-team .about {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

.tpl-00 .ps-team .about .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-team .about .title:last-child {
  margin: 0;
}

.tpl-00 .ps-team .about .description {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-team .about .description:last-child {
  margin: 0;
}

.tpl-00 .ps-team .about .description p {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  color: var(--c_warm_gray);
  padding: 0;
  margin: 0 0 10px 0;
}

.tpl-00 .ps-team .about .description p:last-child {
  margin: 0;
}

.tpl-00 .ps-team .about .panel {
  display: block;
  box-sizing: border-box;
  max-width: 260px;
  margin: 0 auto;
  padding: 0;
}

.tpl-00 .ps-team .top {
  display: block;
  box-sizing: border-box;
  width: 32%;
  height: 25px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.tpl-00 .ps-team .bottom {
  display: block;
  box-sizing: border-box;
  width: 56%;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

@media only screen and (max-width: 960px) {

  .tpl-00 .ps-team {
    height: auto;
    padding: 0 0 60vw 0;
    background-size: 120% auto;
    background-position: center bottom;
    background-image: url(../images/views/index/bg_team_v2_mobile.jpg);
  }

  .tpl-00 .ps-team .main-cnt {
    padding: 10px 25px 0 25px;
  }

  .tpl-00 .ps-team .about .title {
    font-size: 48px;
    line-height: 120%;
    margin: 0 0 15px 0;
  }

  .tpl-00 .ps-team .about .description p {
    font-size: 18px;
  }

  .tpl-00 .ps-team .top {
    display: none;
  }    
}

@media only screen and (max-width: 768px) {

  .tpl-00 .ps-team .main-cnt {
    padding: 10px 25px 0 25px;
  }

  .tpl-00 .ps-team .about .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 480px) {

  .tpl-00 .ps-team {
    padding: 0 0 64vw 0;
  }

  .tpl-00 .ps-team .about .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 360px) {

  .tpl-00 .ps-team .about .title {
    font-size: 32px;
  }  
}

/* ps-faq  */
.tpl-00 .ps-faq {
  display: block;
  background-color: #fff;
}

.tpl-00 .ps-faq .main-cnt {
  display: block;
  box-sizing: border-box;
  max-width: 1368px;
  padding: 120px 60px;
  margin: 0 auto;
}

.tpl-00 .ps-faq .main-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.tpl-00 .ps-faq .main-cols .col-left {
  flex: 0 0 420px;
  padding: 0;
  margin: 0 40px 0 0;
}

.tpl-00 .ps-faq .main-cols .col-left .about {
  display: block;
}

.tpl-00 .ps-faq .main-cols .col-left .about .title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: var(--c_brown);
  padding: 0;
  margin: 0 0 40px 0;
}

.tpl-00 .ps-faq .main-cols .col-left .about .description {
  display: block;
  max-width: 320px;
  padding: 0;
  margin: 0 0 20px 0;
}

.tpl-00 .ps-faq .main-cols .col-left .about .description:last-child {
  margin: 0;
}

.tpl-00 .ps-faq .main-cols .col-left .about .description p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
  color: var(--c_warm_gray);
  padding: 0;
  margin: 0 0 10px 0;
}

.tpl-00 .ps-faq .main-cols .col-left .about .description p:last-child {
  margin: 0;
}

.tpl-00 .ps-faq .main-cols .col-right {
  flex: 1 1 auto;
  max-width: 680px;
}

@media only screen and (max-width: 1152px) {
  .tpl-00 .ps-faq .main-cnt {
    padding: 70px 25px;
  }

  .tpl-00 .ps-faq .main-cols {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tpl-00 .ps-faq .main-cols .col-left {
    flex: 0 0 420px;
    margin: 0 0 40px 0;
  }

  .tpl-00 .ps-faq .main-cols .col-left .about .title {
    text-align: center;
    margin: 0 0 20px 0;
  }

  .tpl-00 .ps-faq .main-cols .col-left .about .description {
    margin: 0 auto 20px auto;
  }

  .tpl-00 .ps-faq .main-cols .col-left .about .description:last-child {
    margin: 0 auto 0 auto;
  }  

  .tpl-00 .ps-faq .main-cols .col-left .about .description p {
    text-align: center;
  } 
}

@media only screen and (max-width: 960px) {

  .tpl-00 .ps-faq .main-cols .col-left .about .title {
    font-size: 48px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 768px) {
  .tpl-00 .ps-faq .main-cnt {
    padding: 60px 25px;
  }

  .tpl-00 .ps-faq .main-cols .col-left .about .title {
    font-size: 42px;
  }  
}

@media only screen and (max-width: 480px) {

  .tpl-00 .ps-faq .main-cols .col-left {
    flex: 1 1 420px;
  }

  .tpl-00 .ps-faq .main-cols .col-left .about .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 360px) {

  .tpl-00 .ps-faq .main-cols .col-left .about .title {
    font-size: 32px;
  }  
}