@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    box-sizing: border-box;
    padding:0;
    margin: 0;
    list-style: none;
}

*{
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-decoration: none;
}

body{
    font-family: "Inter", sans-serif;
    height: 100%;
}


header{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    z-index: 9999;
}

header .col-md-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

header .logo{
    max-width: 280px;
    width: 100%;
}

header ul{
    display: flex;
    gap: 70px;
}

header ul li a{
    color: #262626;
    transition: 0.3s;
}

header ul li a:hover{
    color: #009e9e;
    transition: 0.3s;
}

header .btn{
    background: linear-gradient(90deg, #00B6B6 0%, #009C9C 100%);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    color: #fff;
    padding: 16px 23px;
    border-radius: 100px;
}

.hero{
    padding: 138px 0 80px;
    background: url('../img/hero.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.hero .container{
    position: relative;
    z-index: 9;
}

.hero:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.hero h1{
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
}

.hero p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 25px;
}

.hero .buttons{
    display: flex;
    gap: 20px;
}

.hero .buttons a{
    background: #009e9e;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    padding: 20px 23px;
    border-radius: 100px;
    background: linear-gradient(90deg, #00B6B6 0%, #009C9C 100%);
    margin-top: 15px;
}

.hero ul{
    color: #fff;
}

.hero ul li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero .girl{
    position: relative;
}

.hero .girl img:nth-child(1){
    position: relative;
    width: auto;
    bottom: -70px;
    height: 570px;
    margin-top: -85px;
    z-index: 9;
    margin: -85px auto;
    display: block;
}

.hero .girl .elips-1{
    position: absolute;
    top: 90px;
    left: 0;
}

.hero .girl .elips-2{
    position: absolute;
    bottom: -108px;
    right: 140px;
}

.hero .girl .elips-3{
    position: absolute;
    bottom: -115px;
    left: -96px;
}

.title{
    margin-bottom: 60px;
    text-align: center;
}

.title h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #1C1C1C;
}

.title p{
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 23px;
}

.steps{
    padding:0px 0 90px;
}

.oportunity{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -70px;
    margin-bottom: 45px;
    box-shadow: 10px 45px 48px 0px rgb(0 0 0 / 9%);
    position: relative;
    z-index: 99;
    padding-top: 34px;
}   

.oportunity-box{
    padding: 40px 25px 60px;
    text-align: center;
    border-bottom: 2px solid #009C9C;
    position: relative;
    background: #fff;
}

.oportunity-box span{
    width: 100px;
    background: #E6F6F6;
    display: inline-block;
    border-radius: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.oportunity-box span img{
    width: 55px;
}

.oportunity-box h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px;
    color: #1C1C1C;
}

.oportunity-box p{
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.blue-op{
    background-image: url('../img/op-back.png');
    background-size: cover;
}

.blue-op h3{
    color: #fff;
}

.blue-op p{
    color: #fff;
}

.blue-op span{
    background: #fff;
}

.steps-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.steps-item{
    background: #E6F6F6;
    backdrop-filter: blur(17px);
    padding: 15px 15px 25px 15px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.steps-item:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease;
}


.steps-item img{
    width:100%;
    height: 135px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.steps-item h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1C1C1C;
}

.steps-item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #626262;
}

.services{
    padding: 90px 0;
    background: url(../img/services-bg.png);
}

.services .title h2{
    color: #fff;
}

.services .title p{
    color: #fff;
}

.services-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.services-item{
    transition: all 0.3s ease;
}

.services-item:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.services-item img{
    width: 100%;
    background: #f7f7f7;
    margin-bottom: -4px;
}

.service-item-content{
    padding: 20px 15px;
    background: #fff;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

.services-item h3{
    font-size: 18px;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.services-item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #626262;
    margin-bottom: 20px;
}

.services-item a{
    background: #009e9e;
    background: linear-gradient(90deg, #00B6B6 0%, #009C9C 100%);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    padding: 17px 0px;
    max-width: 100%;
    transition: 0.3s;
    border-radius: 100px;
    border: 1px solid #009d9d;
}

.services-item a:hover{
    background: transparent;
    color: #009d9d;
    border: 1px solid #009d9d;
}

.reviews{
    padding: 90px 0;
}

.owl-nav{
    position: absolute;
    top: -98px;
    right: 0;
}

.owl-nav img{
    width:37px;
    margin-left: 15px;
}

.reviews video{
    max-width: 300px;
    display: block;
    margin:0 auto;
}


.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  width: 64px;
}

.custom-play-btn img {
  width: 100%;
  height: auto;
}



.contacts{
    padding: 90px 0;
    background: url(../img/services-bg.png);
    text-align: center;
    position: relative;
}

.contacts .title h2{
    color: #fff;
}

.contacts .title{
    margin-bottom: 40px;
}

.contacts p{
    max-width: 590px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 23px;
    position: relative;
    z-index: 99;
}

.contacts a{
    background: linear-gradient(90deg, #00B6B6 0%, #009C9C 100%);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    color: #fff;
    padding: 22px 23px;
    border-radius: 100px;
    max-width: 260px;
    margin: 40px auto 0;
    gap: 10px;
    position: relative;
    z-index: 99;
}

.contacts .big-img{
    position: absolute;
    right: 0px;
    bottom: -29px;
    height: 95%;
}

#steps{
    padding-top: 45px;
}

footer{
    background: #E6F6F6;
    padding: 40px 0;
}

footer img{
    max-width: 285px;
    margin-bottom: 20px;
    width: 100%;
}

footer p{
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    max-width: 560px;
    line-height: 20px;
}

footer ul{
    float: right;
}

footer ul li{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer ul li:last-child{
    margin-bottom: 0;
}

footer ul li a{
    color: #262626;
    transition: 0.3s;
}

footer ul li a:hover{
    color: #009e9e;
    transition: 0.3s;
}

.hello{
    padding: 170px 0 0px;
    background: url(../img/services-bg.png);
}

.car-box{
    position: relative;
    margin:0 auto;
    display: block;
    text-align: center;
}

.car-box img{
    width: 100%;
    max-width: 550px;
    margin-bottom: -70px;
}

.car-box .vector{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.car-content{
    text-align: center;
}

.car-content h2{
    font-size: 33px;
    color: #009e9e;
    font-weight: 700;
    margin-bottom: 35px;
}

.car-content h3{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.car-content .lang{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.car-content .lang li{
    border: 1px solid #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.car-content .lang li:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.car-content .lang li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    text-transform: uppercase;
}

.hello-page-header{
    box-shadow: 0px 0px 105px 0px rgb(0 0 0 / 48%);
}

.hello-page-footer{
    padding: 90px 0 40px;
}

.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}


@media(max-width:1400px){
   .contacts .big-img{height: 80%;} 
   .services-item h3{height: 45px;display: flex;align-items: center;}
   .services-item p{height: 42px;display: flex;align-items: center;}
}

@media(max-width:1200px){
    header ul{gap:25px;}
    .hero h1{font-size: 32px;}
    .steps-container{grid-template-columns: repeat(2, 1fr);}
    .services-container{grid-template-columns: repeat(3, 1fr);}
    .choose-container{grid-template-columns: repeat(2, 1fr);}
    .contacts .big-img{height: 60%;}
    .services-item p{height: auto;}
}

@media(max-width:991px){
    header ul{display: none;}
    header .logo {max-width: 130px;}
    header .btn{font-size: 12px;padding: 12px 13px;}
    .hero .col-md-6{width:100%;}
    .hero span{font-size: 18px;margin-bottom: 15px;}
    .hero h1{font-size: 28px;margin-bottom: 20px;}
    .hero p{font-size: 14px;line-height: 19px;}
    .hero .buttons{justify-content: space-around;}
    .hero .buttons a{font-size: 12px!important;padding: 15px 20px!important;}
    .hero .time li {font-size: 14px;line-height: 20px;}
    .hero .you-get{margin-top: 20px;padding: 20px 8px 100px 8px;}
    .hero .you-get h2{font-size: 18px;margin-bottom: 15px;}
    .hero .you-get .new-client{padding: 10px 15px;font-size: 10px;right: 8px;top: 16px;}
    .hero .you-get ul li{font-size: 13px;}
    .hero .you-get img{bottom: -10px;width: 180px;right: 2px;}
    .hero{padding: 138px 0 40px;}
    .title {margin-bottom: 40px;}
    .title h2{font-size: 23px;margin-bottom: 20px;}
    .title p{font-size: 16px;line-height: 22px;}
    .steps {padding: 45px 0 45px;}
    .steps-item{padding: 10px 10px 25px;}
    .steps-item h3{font-size: 14px;margin-bottom: 16px;text-align: center;}
    .steps-item h3 span{display: block;text-align: center;margin-bottom: 1px;}
    .steps-item p{font-size: 11px;line-height: 16px;text-align: center;}
    .steps-container {gap: 10px;}
    .services {padding: 45px 0;}
    .services-item p{justify-content: center;}
    .services-item h3{font-size: 16px;margin-bottom: 20px;height: auto;justify-content: center;}
    .services-container{grid-template-columns: repeat(2, 1fr);}
    .services-item a{padding: 15px 0px;max-width: 100%;}
    .choose{padding:50px 0;}
    .choose-item img{margin-bottom: 20px;}
    .contacts{padding:50px 0 0;}
    .contacts p{font-size: 14px;line-height: 23px;}
    .contacts a{margin: 25px auto 0;padding: 15px 0px;font-size: 16px;}
    .contacts a img{width: 16px;}
    .contacts .big-img {position: relative;right: 0;bottom: -10px;height: auto;max-width: 220px;width: 100%;margin-top: 30px;}
    footer .col-md-6{width:100%;text-align: center;}
    footer ul {float: none;}
    footer .row{display: flex;flex-direction: column;gap: 40px;}
    footer .footer-logo{order:1;}
    footer p{max-width: 100%;}
    .reviews .col-md-12{padding:0;}
    .owl-item{opacity: 0.5;}
    .owl-item.active{opacity: 1;}
    .reviews .title h2{padding:0 15px;}
    .car-content h2{font-size: 23px;margin-top: 25px;}
    .car-content h3{font-size: 20px;}
    .reviews {padding: 45px 0;}
    #steps {padding-top: 0px;}
    .oportunity{grid-template-columns: repeat(2, 1fr);padding-top: 0;}
    .oportunity{margin-top: 0;}
    .girl{display: none;}
    .hello-page-footer{background: #E6F6F6;padding: 90px 0 40px;}
}

@media(max-width:767px){
    .owl-nav{display: none;}
    .choose-container{grid-template-columns: repeat(1, 1fr);gap: 10px;}
    .services-item h3{height: 45px;text-align: center;}
    .services-item p{height: 42px;text-align: center;}
    .car-content .lang li a{font-size: 12px;text-transform: none;padding: 14px 16px;}
}

@media(max-width:560px){
    .services-container{grid-template-columns: repeat(1, 1fr);}
    .services-item h3{height: auto;}
   .services-item p{height: auto;}
    .oportunity {grid-template-columns: repeat(1, 1fr);}
    .oportunity-box{padding: 25px 10px;}
    .oportunity-box span img {width: 40px;}
    .oportunity-box span{height: 80px;width:80px;}
}

@media(max-width:400px){
    .hero .buttons a{padding: 15px 30px!important;}
}

@media(max-width:360px){
    header .btn{padding: 12px 12px;gap:5px;font-size: 10px;}
    header .btn img{width:14px;}
    .lang img{width: 35px;}
}


@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}
