body{
    margin: 0;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #6c7279;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;

}


*,
*:before,
*:after {
    box-sizing: border-box;
}

/*отступы у всех заголовоков*/

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

p{
    margin: 0 0 10px;
}
/*_______Container________*/

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/*_______Header________*/

.header{
    width: 100%;
    height: 135px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 1000;
}

.header.fixed{
    height: auto;
    position: fixed;
    background-color:#3a3e64 ;
}

.header.fixed .header__inner{
    margin-top: -1px;
    margin-bottom: -1px ;
    height: 75px;



}

.header__inner{

    display: flex;
    justify-content: space-between;
    /*Мой код*/
    margin-top: 10px;
    border-top: 1px solid #ffffff;
    /*Мой код*/
    border-bottom:  1px solid #ffffff;
    padding: 20px 0;
    align-items: center;

}

/*___________Navigation_________*/
.nav{
    display: flex;
    font-size: 13px ;
    font-weight: 700;
    text-transform: uppercase;

}

.nav_link{
    margin-left: 50px;
    color: #ffffff;
    text-decoration: none;
    opacity: .75;
    transition: opacity .1s linear;


}
.nav_link:first-child{
    margin-left: 0;
}
.nav_link:hover{
    /*text-decoration: underline;  Podcherkivanie */
    opacity: 1;
}

/*___________Intro_________*/
.intro{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    height:650px;
    background: center no-repeat;
    background-size: cover ;
    background: #31344e url("../img/bg_header.png");
}

.intro__title{
    font-family: 'Open Sans', sans-serif;
    /*margin: 0;*/
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 30px;
}

.intro__inner{
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}


.intro__subtitle {
    font-size: 22px;
    color: white;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 50px;

}

/*___________Button_________*/
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 40px;
    text-decoration: none;
    font-weight: inherit;
    border-radius: 8px;
    border:0;
    cursor: pointer;
    transition: background  .1s linear;


}

.btn--orange{
    background-color: #fb6f38 ;
}
.btn--orange:hover
{
   background-color:#fe5b1b ;
}

/*___________Features_________*/

.features{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0;

}
.features_item{
    margin: 25px 0;
    width:50%;
    text-align: center;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;

}
.futures_icon{
    margin-bottom: 30px;


}
.features_title{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
}
.futures_text{
    font-size:14px;
    color: #000000;
    line-height: 1.5;

}

/*___________Works_________*/
.works{
    display: flex;
    flex-wrap: wrap;
}

.works_item{
    width:24.9%;
    position: relative;
    overflow: hidden;
    height: 350px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;


}

.works_item:hover .works_content{
    opacity: 1;
}

.works_photo{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
}
.works_content{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height:100%;
    background-color: rgba(196, 96, 33, .8);
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    opacity:0;
    transition: opacity .2s linear;
}

.works_title{
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.works_text{
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;

}

/*___________Team_________*/
.team{
    margin: 100px 0 70px;

}
.team_inner {

    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px;
}

.team_item {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.team_photo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height:auto;
    margin-bottom: 20px;

}
.team_name {
    font-size: 22px;
    color: black;
    margin-bottom:10px;
}
.team_profession{
    margin-bottom: 15px;
    font-size: 13px;
    color:red;
    text-transform: uppercase;
}

.team_text{
    font-size: 14px;
    color: black;
    line-height: 1.5;
    margin-bottom:20px ;

}

/*___________Social_________*/
.social{
display:flex;

}
.social--footer{
    justify-content: center;
}
.social--footer .social_item{
    background-color: transparent;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 2px;
}

.social--footer .social_icon{
    fill: #ffffff;
}

.social_item{
    margin-right: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid #fb6f38;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: background .1s linear;
}
.social_item:hover{
    background-color: aliceblue;
}
.social_item:hover .social_icon{
    fill: black;
}
.social_icon{
    fill:red;
    display:block;
    height: 18px;
    transition:  fill .1s linear;
}
/*Всплывающая подсказка с e-mail*/


/*___________Social_________*/
.reviews{
background-color: #fb6f38;
    overflow: hidden;
}
.reviews_item{
    display: flex;
    flex-wrap: wrap;
    border-left: 20px;
}
.reviews_slider{
    height: 500px;
    overflow:hidden;
}
.reviews_slider.slick-initialized{
height: auto;
}
.reviews_image{
    width:50%;
    height: 500px;
    position:relative;



}
.reviews_capture{
position: absolute;
    top:50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.reviews_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left:80px ;
}
.reviews_text{
    font-family: Cardo, sans-serif;
    font-family: italic;
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;

}

.reviews_company{
    font-size: 17px;
    font-weight: 700;
    color:#ffffff;

}

.reviews_author{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color:#ffffff;
    margin-bottom: 10px;
}
.slick-dots{
    display: flex;
    justify-content: center;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;

}
.slick-dots button{
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    color:transparent;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: grey;
    opacity: 1;
}
.slick-dots li{
    margin: 0 3px;
}


/*___________Download_________*/
.download{
    margin: 90px 0;
    text-align: center;
}

.download_title{
    padding-top: 100px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}
.download_text{
    margin-bottom: 30px;
    font-size: 13px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;

}

/*___________Footer_________*/
.footer{

    background-color: #3a3e64;

}

.footer_inner{
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_block {
    padding: 0 15px;
    text-align: center;
    width: 33.333%;
}
.footer_title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.footer_address{
    color:rgba(255,255,255 .5);
    font-style:normal;
    font-size: 14px;
    line-height: 1.5;
}
.footer_text{
    font-size: 14px;
    line-height:1.5;
    color:rgba(255,255,255 .5);

}
.footer_info{
    padding: 20px 0;
    background-color: #313454;

}
.footer_info_text{
    text-align: center;
    font-size: 14px;
    color:#808080;
    line-height: 1.5;

}
/*___________Menu for mobile device________*/
.menu{
    display: none;
    background:none;
    border:0;
    padding: 9px 2px;
    cursor:pointer;

}
.menu_item{
    display: block;
    width:30px;
    height: 3px;
    background-color: #ffffff;
    font-size: 0;
    color: transparent;
    position: relative;



}

.menu_item:before,
.menu_item:after
{
    content:"";
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    z-index: 1;

}

.menu_item:before{
    margin-top: -8px;//
    top: -8px;
}

.menu_item:after{

    bottom: -8px;
}

/*___________Media request________*/
@media (max-width: 1200px) {
    /*Works_item*/
    .works_item {
        width: 50%;
    }
}

@media   (max-width: 991px) {

    .nav
    {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: right;
        position: absolute;
        background-color: #3a3e64;
        right: 0;
        top:100%;
    }

    .nav.show {
        display:flex;

    }

    .nav_link{
        padding: 9px 15px;
    }

    .intro__title {
        font-size: 40px;
    }
    .menu{
        display: block;
    }
    /*Team*/
    .team_item{

        width: 50%;
        text-align: center;
    }
    .team_photo{
        margin-left: auto;
        margin-right: auto;
    }
    /*____Social___*/
    .social{
        justify-content: center;
    }
    /*____Reviews____*/
    /*Подогнать уже в конце по ширине картинки*/
    .reviews_capture{
        margin: 15px 0 40px;
        width: 100%;
        overflow: hidden;
    }
    .reviews_image{
        min-width:100%;

    }
    .reviews_content{
        width:100%;
        padding-left: 0;
        padding-bottom: 40px;
    }




  }

@media   (max-width: 767px) {

    /*___Intro____*/
    .intro{
        height: auto;
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .intro__title {
        font-size:25px;
        margin-top: 20px;//
    }

    .intro__subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    /*_____Header______*/
    .header__inner{
        border-bottom: none;
    }

    /*_____Features*_____*/
    .features_item {
        width: 50%;
    }
        /*____Reviews___*/
    .reviews_text{
        font-size:20px ;
    }

    /*_____Footer_____*/
    .footer_block{
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer_inner{
        padding: 30px 0;

    }
    .footer_block:last-child{
        margin-bottom: 0px;
    }


}

@media   (max-width: 500px) {
    /*_____Features*_____*/
    .features{
        margin: 40px 0;
    }
    .features_item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /*Works_item*/
    .works_item {
        width: 100%;
        height: 300px;
    }

    /*___Team___*/
    .team{
        margin: 60px 0 30px;
    }
    .team_item{
        width: 100%;
    }
}


.close:hover {background: #e6e6ff;}











