body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;

    font-size: 15px; 
    line-height: 1.6;
    color: #333;
}
hr{
    display: block;
    width: 100%;
    border:0;
    background-color:#e5e5e5;
    height: 2px;
    margin-top: 40px;

}
*,*:befor,*:after{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.conteiner{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    
}
.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: url("../images/intro_01.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}
.intro__inner{
     width: 100%;
    max-width: 880px;
    margin: 0 auto;

    text-align: center;
}
.intro_suptitle{
    color: #ffffff;
    font-family: "Kaushan Script";
    font-size: 52px;
    font-weight: 400;

    margin-bottom: 20px;
}
.intro_title{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

   
}
.intro_title:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 60px auto;

    background-color: #fff;
}


.btn{
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border:3px solid #fff;
    padding: 8px 20px;
    text-decoration: none;
    text-transform:uppercase;
    font-size: 10px;
    font-weight: 700;
    transition: background .1s linear, color .1s linear;
}

.btn:hover{
    background-color: #fff;
    color: #333;
}

.header{
    width: 100%;
    padding-top: 30px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header--logo{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.nav{
    text-transform: uppercase;
    font-size: 10px;

}
.nav-link{
    
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    text-decoration: none;
    color: #fff;
    transition: color 0.1s linear;
    position: relative;
}
.nav-link:hover{
    color: #fce38a;
}

.nav-link:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;

    background-color: #fce38a;
    opacity: 0;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;

    transition: opacity .1s linear;
}
.nav-link:hover:after{
    opacity: 1;
}
.slider{
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
}
.inner__slider{
    display: flex;
    justify-content: space-between;
    
}
.slider__item{
    width: 23%;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
    padding: 10px 0;
    border-top: 2px solid #fff;
    position: relative;
}
.slider__num{
    font-size: 15px;
    font-weight: 700;
}
.slider__item.active{
    opacity: 1;
}
.slider__item.active:before{
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    z-index: 1;
    background-color: #f38181;
    top: -2px;
    left: 0;
}


.section{
    padding: 90px 0 110px 0;
}
.section__header{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 40px;
    text-align: center;
}
.section__suptitle{
    color: #333333;
    font-family: "Kaushan Script";
    font-size: 24px;
    font-weight: 400;
}
.section__title{
    color: #333333;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.section__title:after{
    content: "";
    display: block;
    margin: 40px auto 40px;
    width: 60px;
    height: 3px;
    z-index: 10000;
    background-color:#f38181;
}
.section__text{
    color: #999999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.card{
    margin-top: 100px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-item{
    width: 30.3333%;
    padding: 0 15px;
    
}
.card-inner{
    background-color: #95e1d3;
    position: relative;
}
.card-item:hover .card-img{
    transform: translate3d(-10px,-10px,0);
}
.card-item:hover .card-img img{
    opacity: 0.1;
}

.card-img{
    background: linear-gradient(to bottom ,#e68180,#ead383);
    transition: transform .1s linear;
}
.card-img img{
    display: block;
    transition: opacity .1s linear;
    max-width: 100%;
    height: auto;
}
.card-text{

    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    left: 130px;
    transform: translate3d(0 -50% 0);
    z-index: 2;
    opacity: 0;
    transition: opacity .2s linear;
}
.card-item:hover .card-text{
    opacity: 1;
}
.card__info{
    margin-top: 25px;
    text-align: center;
}

.card__name{
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.card__prof{
    margin-top: 5px;
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.statistics{
    background-color: #95e1d3;
}
.stat{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.stat_item{
    flex:1 1 0;
    border-left: 1px solid #B5EAE0;
    text-align: center;
    color: #ffffff;
    padding: 70px 25px 70px 25px;
    
}
.services__item--border{
    border-bottom: 1px solid #e5e5e5;
}
.stat_item:last-child{
    border-right: 1px solid #B5EAE0;
}
.stat_count{
    color: #ffffff;
    font-family: Montserrat;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
}
.stat_text{
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    
}

.services{
    display: flex;
    margin-top: 66px;
    flex-wrap: wrap;
}

.services__item{
    width: 22%;
    padding-left:85px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;

}
.services__icon{
    position: absolute;
    top: 3px;
    left: 25px;
    z-index: 1;
}
.services__title{
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;

    text-transform: uppercase;
    margin-bottom: 10px;
}

.services__text{
    color: #999999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;

}

.section__devices{
    background: url(../images/Foralldevices/bacground.jpg) center no-repeat;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.devices{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.devices-item{
    display: block;
}
.devices-item:last-child{
    position: absolute;
    bottom: -96px;
    right: -30px;
    z-index: 1;
}

.wedo{
    display: flex;
    margin:0 -15px;
}
.wedo_item{
    width:50%;
    padding: 0 15px;
}
.wedo_img{
    display: block;
    max-width: 100%;
    height: auto;
}
.accordion_title{
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.accordino_content{
    display: none;
    color: #999999;
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 15px 20px;
}
.accordion_item{
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.accordion_header{
    border-bottom:1px solid transparent ;
    padding: 15px 20px 15px 65px;
    position: relative;
    cursor: pointer;
}
.accordion_icon{
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
}
.accordion_header:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
    
}
.accordion_item.active
.accordino_content{
    display: block;
}

.accordion_item.active
.accordion_header:after{
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 5px;
}
.accordion_item.active
.accordion_header{
    border-bottom-color: #eeeeee;
}


.section--gray{
    background: #f8f8f8;
}


.reviews{
    padding: 0 110px;
    position: relative;
}
.reviews__item{
    padding-left: 205px;
    position: relative;
}

.reviews__photo{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.reviews__text{
    margin-bottom: 20px;
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.reviews__autor{
    color: #333333;
    font-family: "Kaushan Script";
    font-size: 24px;
    font-weight: 400;
}
.reviews__autor:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 3px;
    background-color: #f38181;
    margin-right: 10px;
}
.reviews__btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    color: transparent;
}
.reviews__btn:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}
.reviews--prev{
    left:0;
    transform:rotate(-45deg);
}
.reviews--next{
    right: 0;
    transform:rotate(135deg);
}

.social{
    display: flex;
    position: relative;
    right: 70px;
}
.social__item{
    width: 35px;
    height: 35px;
    padding: 15px 10px 10px 15px;
    background-color: #fce38a;
    border-right: 1px solid #f38181;

    text-decoration: none;
    color: #f38181;
    font-size: 30px;
    transition: color .2s linear;
    transition: background-color .2s linear;
    line-height: 1;
    
}

.social__item:last-child{
    border: 0;
}
.social__item:hover{
    background-color:  #f38181;
    color: #fff;
}
.logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works{
    display: flex;
}
.works__col{
    flex: 1 1 0;
}
.works__item{
    position: relative;
    background: linear-gradient(to bottom ,#e68180,#ead383);
}
.works__item:hover .works__img{
    opacity: 0.1;
}
.works__img{
    transition: opacity .2s linear;
    display: block;
    max-width: 100%;
    height: auto;

}

.works__info{
    width: 100%;
    position: absolute;
    top: 43%;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translate3d(0 -50% 0);
    transition: opacity .2s linear;
}
.works__item:hover .works__info{
    opacity: 1;
}
.works__title{
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;

}
.wors__text{
    color: #ffffff;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}


.revus2{
    padding-left: 250px;
    position: relative;
}
.section--clients{
    background: url(../images/clients/background2.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;


}
.clients{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.clients__item{
    margin-bottom: 60px;
    width: 50%;
    display: flex;
    position: relative;
}
.clients__photo{
    margin-right: 20px;
    width: 110px;
    height: 110px;
}
.clients__name{
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

}
.clients__prof{
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}
.clients__text{
    /* Style for "Lorem ipsu" */
    width: 373px;
    color: #999999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}
.clients__prof:after{
    content: "";
    display: block;
    margin-top: 15px;
    width: 60px;
    height: 3px;
    z-index: 10000;
    background-color:#f38181;
}

.blog{
    display: flex;
    justify-content: space-between;
}
.blog__item{
  width: 32%;
}
.blog__header{
    position: relative;
}
.blog__photo{
    display: block;
    max-width: 100%;
    height: auto;
}
.blog__date{
    background-color: #95e1d3;
    position: absolute;
    bottom: 10px;
    left: -10px;
    z-index: 1;
    padding: 15px;
    font-size: 15px;
    color: #ffffff;
    font-family: "Roboto";
    font-style:italic;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.blog__date__day{
    font-style: normal;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
}
.blog__title{
    margin-top: 20px;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog__title a{
    text-decoration: none;
    color: inherit;
}
.blog__text{
    margin-top: 10px;
    color: #999999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.blog__content{
    margin-bottom: 10px;
}

.blog__footer{
    padding-top: 14px;
    border-top: 1px solid #e5e5e5;
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.blog__stat__item  {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.blog__stat__item i{
    margin-right: 5px;
    color: #95e1d3;
}
.section--map{
    padding: 20px 0;
    background: url(../images/map/map.png) center no-repeat;
    background-size: cover;
}
.map__title{
    text-decoration: none;
    color: #f38181;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;

}
.map__icon{
    color: #f38181;
    margin-bottom: 15px;
    font-size: 24px;
}
.map{
    margin-top: 50px;
    text-align: center;
}
.map__title:after{
    content: "";
    display: block;
    margin: 20px auto 40px;
    width: 60px;
    height: 3px;
    z-index: 10000;
    background-color:#f38181;    
    
}
.footer{
    background-color: #f8f8f8;
    padding-top: 65px;
}
.footer__inner{
    margin-bottom: 65px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}
.footer__col--first{
    width: 40%;
}
.footer__col--second{
    width: 29%;
}
.footer__col--third{
    width: 22%;
}
.footer_logo{
    color: #cccccc;
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer__text{
    color: #999999;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
.footer__social__header{
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.footer__social__header b{
    font-size: 18px;
    font-weight: 700;
}

.footer__social__content{
    padding-top: 15px;
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.footer__social{
    margin-bottom: 25px;
}
.footer__social__content a{
    display: inline-block;
    vertical-align: middle;

    margin-left: 10px;
    color: #95e1d3;
    font-size: 18px;
}
.subscribe{
    width: 100%;
    max-width: 379px;
    display: flex;
}
.subscribe__input{
    width: 60%;
    height: 40px;
    background-color: #fff;
    border:1px solid #e7e7e7;
    color: #000;
    font-family: "Roboto";
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    padding: 14px;
    box-sizing:border-box;
    line-height: 1.1;
    border-right: 0;
}
.subscribe__input::placeholder{
    color: #ccc;
}
.subscribe__btn{
    width: 40%;
    height: 40px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border:0;
    background-color: #95e1d3;
    cursor: pointer;
    padding: 9px 30px;
    line-height: 1.1;
    box-sizing:border-box;
}
.subscribe__btn:hover{
    background-color: #82C4B8;
}
.subscribe__btn:focus{
    outline: 0;
}
.subscribe__input:focus{
    outline: 0;
    border-color:#95e1d3;
}
.footer__title{
    margin: 20px 0 30px 0;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.blogs__item{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.blogs__text{
    display: block;
    color: #333333;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
}
.blogs__date{
    color: #999999;
    font-family: "Roboto";
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}


.blogs__img{
    width: 120px;
    height: 80px;
    padding-right:20px;
}
.instagram{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.instagram__item{
    border-bottom: 1px solid #fff;
    width:32.2222222222%
}
.instagram__item img{
    display: block;
}
.copyright{
    text-align: center;
    border-top: 1px solid #e5e5e5;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    padding: 22px 0;
}
.copyright span{
    color: #f38181;
}
.instagram__link{
    color: #333333;
    font-family: "Roboto";
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;

    text-decoration: none;
}
.instagram__addres{
    margin-top: 20px;
}
.instagram__link:hover{
    text-decoration: underline;
}


