html {
    box-sizing: border-box;
}
* 
    *::after,
    *::before {
          box-sizing: inherit;
}
ul[class],
ol[class] {
    padding: 0;
}
a{
    text-decoration: none;
}
body,h1,h2,h3,h4,h5,h6,p,
ul[class],
ol[class],li,figure,figcaption,
blockquote,dl,dd {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,button,textarea,select {
    font: inherit;
}
    /*
    
    */

body {
    min-height: 100vh;    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #373A39;
}    
.container {
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
}
.title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.65px;
    color: #242121;
    padding-bottom: 18px;
    position: relative;
    align-self: flex-start;
}
.title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #FCBB08;
    bottom: 0;
    left: 0;
}
.logo {
    width: 79.1px;
    display: block;
}
.header__top{
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 999;
}
.heaber__top-inner {
    padding-bottom: 29px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.menu__list {
    display: flex;
}
.menu__btn{
    display: none;    
}
.menu__list-item +.menu__list-item {
    margin-left: 32px;
}
.menu__list-link {
    padding: 0 9px 9px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #373A39;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    transition: all .3s;
}
.menu__list-link:hover{
    border-bottom: 2px solid #FCBB08;
}
.header__content {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat; 
    font-family: 'Montserrat', sans-serif;
    background-position: center center;
    background-size: cover;
    padding-top: 140px;
}    
.header__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 658px;
}
.header__icon {   
    width: 26px;
    height: 43px;
    border: 2px solid #FFFFFF;
   border-radius: 100px;
   margin-bottom: 62px;
}
.header__title{    
    font-weight: 500;
    font-size: 72px;
    line-height: 88px;
    color: #fff;
    margin-top: auto;
    margin-bottom: 19px;
    padding-top: 130px;
}
.header__subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.74286px;
    color: #FCBB08;
    margin-bottom: auto;
}
.about {
    background-color: #F6F8FA;
    padding: 150px 0 144px;
}
.about__inner {
    display: flex;
    justify-content: space-between;
}
.about__title {
     font-size: 48px;
}
.about__text p {
     max-width: 770px;
     margin-bottom: 16px;
}
.expertise {
    padding: 140px 0 160px;
}
.expertise__title {
    margin-bottom: 90px;
}
.expertise__inner {
    display: flex;
    margin-bottom: 110px;
}
.expertise__info {
    width: 370px;
    margin-right: 30px;
    flex: none;
    margin-top: 10px;
}
.expertise__info-item {
    border-top: 2px solid #1d1d1d;
    padding: 2px 0 28px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #1d1d1d;
    position: relative;
}
.expertise__info-item span {
    display: block;
    position: absolute;
    right: 0;
    top: 0; margin-right: 7px;
}
.expertise__info-item span::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #f0f0f0;
    right: -7px;
    top: -2px;
    width: 100%;
}
.expertise__text p {
    margin-bottom: 25px;
}
.expertise__items {
    display: flex;
    justify-content: space-between;
}
.expertise__item {
    margin-left: 10px;
    padding-left: 85px;
    position: relative;
}
.expertise__item::before{ 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.expertise__item--desigh::before{
    background-image: url('../images/vector.svg');
}
.expertise__item--dev::before{
    background-image: url('../images/monitor.svg');    
} 
.expertise__item--marketing::before{
    background-image: url('../images/speaker.svg');
}
.expertise__item-title {
    line-height: 20px;
    letter-spacing: 4.29px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.expertise__item-text {
    color: #777;
}
.magic{
    background-color: #F6F8FA;
    background-image: url(../images/magic.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left 82%;
}
.magic__inner{
    max-width: 470px;
    margin-left: auto;
    padding: 100px 0 215px;
}
.magic__title{
    margin-bottom: 67px;
}
.magic__text p{
    margin-bottom: 25px;
}
.portfolio{
    padding: 140px 0 165px;
}
.portfolio__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.portfolio__filter-btn{
    margin-right: 65px;
}
.portfolio__btn{
    background-color: transparent;   
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color:  #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 4px 5px;    
    outline-color: #FCBB08;
}
.portfolio__btn + .portfolio__btn{
    margin-left: 25px;
}
.mixitup-control-active{
    border-bottom: 1px solid #FCBB08;
}
.portfolio__content{
    column-count: 4;
    column-gap: 22px;    
}
.portfolio__item{
    margin-bottom: 22px;
    position: relative;
}
.portfolio__item-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    background-color: #4c4a4a;
    border: 12px solid #666565;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
}
.portfolio__item:hover .portfolio__item-link{
    opacity: 1;
}
.portfolio__item img{
    width: 100%;
}

.portfolio__add{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.2px;
    color: #242121;
    text-align: center;
    text-transform: uppercase;
    padding: 42px 15px 41px;
    background: #F6F8FA;
    text-decoration: none;
    margin-bottom: 130px;
}
.blockquote{
    max-width: 650px;
    margin: 0 auto 148px;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #242121;
}
.blockquote__autor{
    padding-top: 51px;
    display: block;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 32px;
}
.portfolio__video {
    background-image: url('../images/video.jpg');
    height: 324px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 165px;
}
.portfolio__numbers{
    display: flex;
    justify-content: space-around;
}
.portfolio__numbers-item{
    margin-bottom: 9px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    color: #242121;
}
.portfolio__numbers-item span{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    display: block;
}
.slider-blog{
    background: #f8f6fa;
    padding: 115px 0;
}
.slider-dlog__item{
    padding: 190px 0;
}
.slider-blog__inner-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    color: #242121;
    margin-bottom: 10px;
    max-width: 675px;
    display: inline-block;
}
.slider-blog__inner-descr{
    max-width: 585px;
}
.slick-dots{
    display: flex;
}
.slick-dots li + li{
    margin-left: 13px;
}
.slick-dots button{
    background-color: #242121;
    opacity: 0.4;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    border: none;
}
.slick-active button{
    opacity: 1;
    width: 10px;
    height: 10px;
    transform: translateY(-2px);
}
.slick-prev,
.slick-next{
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
}
.slick-prev{
    left: -95px;
}
.slick-next{
    right: -95px;
}
.team{
    padding: 120px 0 130px;
}
.team__title{
    margin-bottom: 100px;
}
.team__items{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.team__name{
    font-family: 'Montserrat', sans-serif;
    padding: 35px 0 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #333;
}
.team__position{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}
.pricing{
    background-color: #f6f8fa;
    padding: 145px 0 160px;
}
.pricing__title{
    margin-bottom: 90px;
}
.pricing__items{
    display: flex;
    justify-content: space-between;
}
ul.pricing__item{
    background-color: #fff;
    text-align: center;
    padding: 24px 25px 50px;
    width: 335px;
}
.pricing__item li{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #242121;
    margin-bottom: 30px;
}
.pricing__item .pricing__item-name{
    text-align: left;
    font-weight: bold;
    margin-bottom: 8px;
}
.pricing__item .pricing__item-num{
    font-size: 80px;
    line-height: 109px;
    margin-bottom: 50px;
}
.pricing__item-num sup{
    font-size: 40px;
    line-height: 54px;  
}
.pricing__item-link{
    margin-top: 70px;
    display: block;
    font-weight: bold;
    color: #242121;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', sans-serif;
}
.clients{
    padding: 70px 0 95px;
}
.clients__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connection{
    padding: 145px 0 160px;
    background-image: url(../images/map.jpg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 65%;
}
.form{
    max-width: 570px;
}
.connection__title{
    margin-bottom: 80px;
}
.form input,
.form textarea{
    border: none;
    display: block;
    width: 100%;
    border-bottom: 2px solid #373A39;
    font-size: 16px;    
    padding: 16px 0;
    margin-bottom: 16px;
}
.form input::placeholder,
.form textarea::placeholder{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 3.70909;
    color: #888888;
    text-transform: uppercase;
    font-weight: 300;
}
.form textarea{
    min-height: 140px;
    resize: none;
}
.form button{
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 70px 15px;
    border: none;
    background: #242121;
    cursor: pointer;
    margin-top: 40px;
    letter-spacing: 2px;
}
.footer__top{
    padding: 110px 10px 60px;
    background-color: #333;
    text-align: center;
}
.footer__logo{
    display: inline-block;
    padding: 0 35px 4px;
    border-bottom: 2px solid #FCBB08;
    margin-bottom: 70px;
}
ul.footer__social{
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
.footer__social-list{
    padding: 0 15px;
}
.footer__social-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 4px;
}
.footer__contact{
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.footer__contact a{
    display: block;
    margin: 10px 0;
    color: #FFFFFF;
}
.go-top{
    display: inline-block;
}
.footer__copy{
    padding: 40px 10px;
    background: #2a2c2b;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #ccc;
}
@media (max-width: 1440px){
    .magic__inner{
        padding: 50px 0;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    }
    .slider-dlog__item{
        padding: 120px 60px;
    }
    ul.slick-dots{
        margin-left: 60px;
    }
}
@media (max-width: 1200px){
    .about__inner{
        display: block;
    }
    .about__title,
    .expertise__title,
    .team__title,
    .pricing__title,
    .connection__title{
        margin-bottom: 50px;
    }
    .about,
    .expertise,
    .portfolio,
    .slider-blog,
    .team,
    .pricing,
    .connection{
        padding: 80px 0;
    }
    .about__text p{
        max-width: 100%;
    }
    .title{
        font-size: 48px;
        line-height: 60px;
    }
    .portfolio__filter-btn{
        margin-right: 0;
    }
    .team__items,
    .pricing__items,
    .clients__list{
        column-gap: 20px;
    }
}
@media (max-width: 992px){
    .expertise__inner{
        display: block;
        margin-bottom: 75px;
    }
    .expertise__info{
        width: 100%;
        margin-right: 0;
    }
    .expertise__items{
        display: block;
    }
    .expertise__item{
        
        margin-bottom: 40px;
    }
    .magic{
        background-image: none;
    }
    .magic__inner{
        min-width: 100%;
        margin-left: 0;
    }
    .magic__title{
        margin-bottom: 50px;
    }
    .portfolio__content{
        column-count: 3;
        margin-bottom: 40px;
    }
    .portfolio__top{
        display: block;
        margin-bottom: 50px;
    }
    .portfolio__filter-btn{
        margin-top: 40px;
    }
    .connection{
        background-image: none;
    }
    .form{
        max-width: 100%;
    }
    .footer__top{
        padding-top: 50px;
    }
    .footer__logo{
        margin-bottom: 40px;
    }
    ul.footer__social{
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .footer__social-list{
        width: 33.333%;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px){
    .menu__list{
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        display: block;
        text-align: center;
        background-color: #fff;
        transform: translateY(-200%);
        transition: all .5s;
    }
    .menu__list.menu__list--active{
        transform: translateY(0%);
    }
    ul.menu__list{
        padding: 15px 0;
    }
    .menu__list-item +.menu__list-item {
        margin-left: 0px;
    }
    .menu__list-link{
        display: block;
        padding: 15px 0;
        color: #000000;
    }
    .menu__btn{
        display: block;
        background-color: transparent;
        border: none;
        padding: 0;
        margin-top: 30px;
    }
    .heaber__top-inner{
        align-items: center;
        padding-bottom: 23px;
    }
    .header__title{
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 10px;
    }
    .header__subtitle{
        font-size: 14px;
        line-height: 16px;
    }
    .title{
        font-size: 48px;
        line-height: 60px;
    }
    .portfolio__content{
        column-count: 2;
    }
    .portfolio__btn{
        display: block;
        margin-bottom: 30px;
    }
    .portfolio__btn + .portfolio__btn{
        margin-left: 0;
    }
    .portfolio__add{
        margin-bottom: 40px;
    }
    .blockquote{
        margin-bottom: 40px;
        padding: 0 10px;
    }
    .portfolio__numbers{
        flex-wrap: wrap;
    }
    .portfolio__numbers-item{
        width: 50%;
        margin-bottom: 40px;
    }
    .slider-dlog__item{
        padding: 40px 0px;
    }
    ul.slick-dots{
        margin-left: 0px;
    }
    .slider-blog__inner-title{
        font-size: 24px;
        line-height: 32px;
    }
    .pricing__items{
        display: block;
    }
    ul.pricing__item{
        margin: 0 auto 25px;
        max-width: 100%;
        padding: 20px 1px;
    }
    .clients__list{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .clients__list li{
        margin-bottom: 25px;
    }
}
@media (max-width: 640px){
    .team__items{
        display: block;
    }
    .team__item{
        margin-bottom: 25px;
    }
    .team__item img{
        margin: 0 auto;
    }
}
@media (max-width: 440px){  
    
    .header__title{
        font-size: 36px;
        line-height: 44px;
       
    }
    .header__subtitle{
        font-size: 12px;
        line-height: 14px;
    }
    .about__title,
    .title{
        font-size: 28px;
        line-height: 42px;
    }
    .portfolio__numbers-item{
        width: 100%;
    }
}
@media (max-width: 340px){
    .expertise__item{
        padding-left: 0;
        padding-top: 60px;
    }
    
}
