/* hero */
.hero{
  display: flex;
  position: relative;
}
.hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%);
}
.hero > div{
  width: 50%;
  position: relative;
  z-index: 9;
}
.hero .text{
  padding: 120px calc(100vw / 21.33333333) calc(100vw / 48);
}
.hero .text .link-vid-pro{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #32B3E2;
  font-weight: 600;
}
.hero .text .link-vid-pro:hover{
  color: #0593C7;
}
.hero .text .link-vid-pro svg path{
  transition: all .2s;
}
.hero .text .link-vid-pro:hover svg path{
  fill: #0593C7;
}
.hero .text h1{
  font-size: calc(100vw / 29);
  font-weight: 500;
  margin-bottom: 30px;
}
.hero .text h1 span{
  display: block;
  font-size: calc(100vw / 12.8);
}
.hero .text p{
  margin-bottom: 15px;
  font-size: calc(100vw / 80);
}
.hero .image{
  position: relative;
}
.hero .image .founder{
  width: calc(100vw / 7.68);
  height: calc(100vw / 6.620689655);
  position: absolute;
  z-index: 99;
  background: #fff;
  left: 0;
  bottom: 0;
  border-radius: 0 calc(100vw / 15.36) 0 0;
  padding: calc(100vw / 96);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .image .founder img{
  border-radius: 50%;
}
.hero .image .founder .name{
  font-size: calc(100vw / 76.8);
  line-height: calc(100vw / 58.18181818);
  margin: 5px 0;
}
.hero .image .founder .position{
  font-size: calc(100vw / 180);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  text-align: center;
}
.hero .image .founder:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100vw / 15.36);
  height: calc(100vw / 15.36);
  background-image: url(../images/border-radius.svg);
  background-size: calc(100vw / 15.36);
  background-position: center;
  z-index: 9;
  right: calc(-100vw / 15.48387097);
  transform: rotate(90deg);
}
.hero .image .founder:before{
  content: '';
  position: absolute;
  top: calc(-100vw / 15.36);
  width: calc(100vw / 15.36);
  height: calc(100vw / 15.36);
  background-image: url(../images/border-radius.svg);
  background-size: calc(100vw / 15.36);
  background-position: center;
  z-index: 9;
  left: -1px;
  transform: rotate(90deg);
}
.hero .image .swiper-pagination{
  width: 30px;
  left: -30px;
  bottom: 0;
  flex-direction: column;
  position: absolute;
  z-index: 99;
}
.hero .image .slider-hero-repair{
  height: 100%;
}
.hero .image .swiper-slide{
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px){
  .hero .text h1{
    font-size: 40px;
  }
  .hero .text h1 span{
    font-size: 60px;
  }
  .hero .text p{
    font-size: 14px;
  }
}
@media screen and (max-width: 991px){
  .hero{
    flex-wrap: wrap;
  }
  .hero > div{
    width: 100%;
  }
  .hero .image{
    height: 60vw;
    order: 2;
  }
  .hero .text{
    order: 1;
    padding: 80px calc(100vw / 21.33333333) 40px;
  }
  .hero .text h1{
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: calc(100vw / 24.775);
  }
  .hero .text h1 span{
    font-size: calc(100vw / 24.775);
  }
  .hero .text p{
    font-size: 16px;
  }
  .hero .image .founder{
    width: 200px;
    height: 250px;
    border-radius: 0 100px 0 0;
  }
  .hero .image .founder .name{
    font-size: 19px;
  }
  .hero .image .founder .position{
    font-size: 8px;
  }
  .hero .text .link-vid-pro{
    justify-content: center;
  }
  .hero .text{
    background-image: url(../images/sky2.jpg);
    background-position: center;
    background-size: cover;
  }
  .hero .text{
    text-align: center;
  }
  .hero .text h1{
    font-size: 40px;
  }
  .hero .text h1 span{
    font-size: 60px;
  }
}
@media screen and (max-width: 767px){
  .hero .image img{
    border-radius: 30px;
  }
  .hero:after{
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0deg, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 480px){
  .hero .image .founder{
    width: 140px;
    height: 180px;
    border-radius: 0 70px 0 0;
    padding: 10px;
  }
  .hero .image .founder .name {
    font-size: 15px;
  }
  .hero .image .founder .position {
    font-size: 7px;
  }
}
/* -- hero */

/* type repair */
.type-repair{
  padding: 150px calc(100vw / 21.33333333) 0px;
  position: relative;
  background-image: url(../images/sky2.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.type-repair:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 2.5);
  background: linear-gradient(180deg, #FFFFFF 28.14%, rgba(255, 255, 255, 0) 105.14%);
  z-index: 0;
}
.type-repair:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 3.5);
  background: linear-gradient(0deg, #FFFFFF 28.14%, rgba(255, 255, 255, 0) 105.14%);
  z-index: 0;
}
.type-repair2{
  padding: 0 calc(100vw / 21.33333333) 50px;
  position: relative;
  background-image: url(../images/sky2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.type-repair2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 2.5);
  background: linear-gradient(180deg, #FFFFFF 28.14%, rgba(255, 255, 255, 0) 105.14%);
  z-index: 0;
}
.type-repair2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 3.5);
  background: linear-gradient(0deg, #FFFFFF 28.14%, rgba(255, 255, 255, 0) 105.14%);
  z-index: 0;
}
.timeline{
  display: flex;
  position: relative;
}
.timeline .item{
  width: 20%;
  text-align: center;
  position: relative;
  padding: 40px;
}
.timeline .item p{
  font-size: calc(100vw / 60);
  line-height: 1.2;
  color: #244E67;
  font-weight: 200;
  margin-top: 10px;
}
.timeline .item:before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #518EB4;
  position: absolute;
  top: -5px;
  left: calc((100% - 10px) / 2);
  z-index: 3;
}
.timeline .item:after{
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: calc((100% - 30px) / 2);
  background: #D8EAF3;
  border: 2px solid #98C8DE;
  z-index: 2;
}
.timeline .timeline-line{
  position: absolute;
  left: 10%;
  right: 10%;
  width: auto;
  background-image: url(../images/timeline-line.svg);
  background-position: center;
  height: 4px;
}
@media screen and (max-width: 1199px){
  .timeline .item p{
    font-size: calc(100vw / 80);
  }
}
@media screen and (max-width: 991px){
  .type-repair{
    padding-top: 70px;
  }
  .type-repair.type-repair2{
    padding-top: 0;
  }
  .timeline .item img{
    max-width: 50px;
  }
  .timeline .item{
    padding: 30px 10px;
  }
  .timeline .item p{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .type-repair{
    background-size: cover;
  }
  .timeline .timeline-line{
    display: none;
  }
  .timeline{
    flex-wrap: wrap;
    justify-content: center;
  }
  .timeline .item{
    width: 60%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
  }
  .timeline .item:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #518EB4;
    position: absolute;
    left: -5px;
    top: calc((100% - 10px) / 2);
    z-index: 3;
  }
  .timeline .item:after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: calc((100% - 30px) / 2);
    background: #D8EAF3;
    border: 2px solid #98C8DE;
    z-index: 2;
  }
}

.type-repair .title-section{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}
.type-repair .title-section h2{
  margin-bottom: 12px;
}
.type-repair .title-section p{
  font-size: calc(100vw / 80);
}
.type-repair .slider-repair-gallery img{
    border-radius: 50px;
}
.type-repair .swiper-slide{
    width: calc(((100% - 28px) / 2 - 28px) / 2);
    height: calc(100vw / 3.14);
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}
.type-repair .swiper-slide:first-child,
.type-repair .swiper-slide:nth-child(3n+1){
    width: calc((100% - 28px) / 2);
}
.nav-slider-repair-gallery{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    gap: 40px;
}
.description-slider{
  display: flex;
  gap: 20px;
}
.description-slider p{
  width: calc(100% - 290px);
  font-size: calc(100vw / 80);
}
.description-slider .title{
  width: 270px;
  font-size: calc(100vw / 48);
  color: #244E67;
  font-weight: 500;
  line-height: calc(100vw / 27.82608696);
}
.nav-slider-repair-gallery .swiper-pagination{
  height: calc(100vw / 27.82608696);
}
.swiper.slider-repair-gallery{
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px){
  .type-repair .title-section p,
  .description-slider p {
    font-size: 14px;
  }
  .description-slider .title{
    width: 170px;
  }
}
@media screen and (max-width: 991px){
  .nav-slider-repair-gallery{
    flex-wrap: wrap;
  }
  .description-slider{
    order: 3;
  }
  .description-slider .title{
    font-size: 22px;
  }
}
@media screen and (max-width: 900px){
    .type-repair .swiper-slide{
        border-radius: 30px;
    }
    .type-repair .swiper-slide,
    .type-repair .swiper-slide:first-child,
    .type-repair .swiper-slide:nth-child(3n+1){
        width: 100%;
        height: calc(100vw / 1.7);
    }
}
@media screen and (max-width: 767px){
  .description-slider{
    flex-wrap: wrap;
  }
  .description-slider .title{
    width: 100%;
  }
  .description-slider p{
    width: 100%;
  }
}
@media screen and (max-width: 599px){

}

/* -- type repair */

/* repair-form */
.repair-form{
  max-width: 855px;
  margin: auto;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 50px 20px;
  margin-top: 50px;
  z-index: 9;
}
.repair-form .manager,
.repair-form .form-wrapper{
  max-width: 530px;
  margin: auto;
  position: relative;
}
.repair-form .manager{
    /* display: flex; */
    margin: 0 auto 20px;
    max-width: 530px;
}
.repair-form .manager .image{
    width: 175px;
    text-align: right;
    position: relative;
}
.repair-form .manager .image:before{
    content: '';
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #98C8DE;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.repair-form .manager .image img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.repair-form .manager .text{
    width: calc(100% - 175px);
    padding-left: 25px;
    padding-top: 20px;
}
.repair-form .manager .text .supname{
    font-size: 16px;
    color: #518EB4;
    line-height: 22px;
    max-width: 70%;
}
.repair-form .manager .text .name{
    font-size: 25px;
    line-height: 36px;
    color: #244E67;
}
.repair-form .managers{
	display: flex;
	gap: 40px;
	justify-content: center;
  max-width: 390px;
  margin: auto;
}
.repair-form .title-managers{
	text-align: center;
	font-size: 16px;
	color: #518EB4;
	margin-bottom: 15px;
}
.repair-form .manager{
    text-align: center;
		width: 45%;
}
.repair-form .manager .image{
    width: 175px;
    text-align: right;
    position: relative;
		margin-left: auto;
		margin-right: auto;
}
.repair-form .manager .image:before{
    content: '';
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #98C8DE;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.repair-form .manager .image img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.repair-form .manager .text{
    width: calc(100% - 175px);
    padding-left: 25px;
    padding-top: 20px;
}
.repair-form .manager .text .name{
    font-size: 25px;
    line-height: 36px;
    color: #244E67;
		line-height: 1.4;
}

@media screen and (max-width: 599px){
  .repair-form .manager .image{
      width: 120px;
  }
  .repair-form .manager .image:before{
      width: 100px;
      height: 100px;
  }
  .repair-form .manager .image img{
      width: 100px;
  }
  .repair-form .manager .text{
      padding-left: 12px;
      width: calc(100% - 100px);
      padding-top: 0;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .repair-form .manager .text .supname{
      font-size: 16px;
      line-height: 1.2;
      max-width: 100%;
  }
}
@media screen and (max-width: 479px){
  .repair-form .manager .image{
      width: calc(100vw / 4);
  }
  .repair-form .manager .image:before{
      width: calc(100vw / 4.8);
      height: calc(100vw / 4.8);
  }
  .repair-form .manager .image img{
      width: calc(100vw / 4.8);
  }
  .repair-form .manager .text{
      padding-left: 12px;
      width: calc(100% - 100vw / 4.8);
      padding-top: 0;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .repair-form .manager .text .supname{
      font-size: calc(100vw / 30);
      line-height: 1.2;
      max-width: 100%;
  }
  .repair-form .manager .text .name{
    font-size: calc(100vw / 19.2);
  }
  .arrow-repair-form{
    width: 20px;
  }
  .repair-form .managers{
    gap: 12px;
  }
}
/* -- repair-form */

/* specification-table */
.specification-table{
  position: relative;
  z-index: 9;
  background: rgba(152,200,222,.5);
  border-radius: 30px;
  overflow: hidden;
  max-width: 1000px;
  margin: 50px auto 10px;
}
.specification-table p{
  font-size: calc(100vw / 96);
}
.specification-table .row{
  display: flex;
  padding: 10px 0;
}
.specification-table .row.title{
  background: #518EB4;
  padding: 15px 0;
}
.specification-table .row.title p{
  text-align: center;
  color: #fff;
}
.specification-table .row.title p.title-col{
  font-size: calc(100vw / 64);
  font-weight: 600;
}
.specification-table .row .item:first-child{
  width: calc(100vw / 6.857142857);
  padding: 0 0 0 75px;
}
.specification-table .row .item{
  width: calc(100% - 100vw/5.647058824);
}
.type-repair p{
  position: relative;
  z-index: 9;
}
.text_under_specification_table p{
  text-align: center;
}

@media screen and (max-width: 1599px){
  .specification-table .row .item{
    padding: 0 0 0 20px!important;
  }
}
@media screen and (max-width: 1440px){
  .specification-table p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px){
  .specification-table p{
    font-size: 14px;
  }
}
@media screen and (max-width: 991px){
  .specification-table .row.title p.title-col{
    font-size: 20px;
  }
  .wrapper-specification-table{
    overflow: auto;
  }
  .specification-table .row .item:first-child{
    width: 220px;
  }
  .specification-table .row .item {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px){
  .specification-table{
    min-width: 900px;
  }
}
/* -- specification-table */

/* development-projects */
.development-projects{
  text-align: center;
  padding-bottom: 50px;
  padding-left: calc(100vw / 21.33333333);
  padding-right: calc(100vw / 21.33333333);
}
.development-projects p{
  font-size: calc(100vw / 96);
  position: relative;
  z-index: 9;
}
.development-projects a{
  margin-top: 10px;
}
.content-development-projects{
  max-width: 950px;
  margin: auto;
}
.development-projects h2{
  font-size: calc(100vw / 24);
  line-height: 1.05;
  margin-bottom: 30px;
}
.content-development-projects .title-section{
  margin-bottom: 50px;
}
.table-price{
  max-width: 700px;
  margin: 0 auto 50px;
  background: rgba(152,200,222,.5);
  border-radius: 30px;
  overflow: hidden;
}
.table-price .row{
  display: flex;
}
.table-price .item{
  width: 50%;
  padding: 10px 0;
}
.table-price .row.title{
  background: #518EB4;
  padding: 10px 0;
}
.table-price .row.title p{
  color: #98C8DE;
}
@media screen and (max-width: 1440px){
  .content-development-projects{
    max-width: 750px;
  }
  .development-projects p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px){
  .content-development-projects{
    max-width: 590px;
  }
  .table-price{
    max-width: 540px;
  }
  .development-projects p{
    font-size: 14px;
  }
}

/* -- development-projects */

/* global */
body{
  position: relative;
}
footer{
  background-image: url(../images/sky2.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
footer > *{
  position: relative;
  z-index: 9;
}
footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
}
.repair-tree-1{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 22%;
}
.repair-tree-2{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 25%;
}
@media screen and (max-width: 991px){
  body p{
    font-size: 14px;
  }
  h2{
    font-size: 60px!important;
  }
}
@media screen and (max-width: 767px){
  h2{
    font-size: 40px!important;
  }
}
@media screen and (max-width: 480px){
  .repair-tree-1,
  .repair-tree-2{
      display: none;
  }
}
/* -- global */
