@charset "utf-8";

* {
  outline: 0 !important;
}
html,
body {
    background: #fff;
    position: relative;
}
.container,
.container-fluid,
.row {
	height: 100%;
}
a {
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



/* mobile menu */
.mobile-menu__trigger {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    cursor: pointer;
}
.mobile-menu__trigger-bar {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-menu__trigger-bar + .mobile-menu__trigger-bar {
    margin-top: 8px;
}
.mobile-menu__trigger.cross .mobile-menu__trigger-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -10px;
}
.mobile-menu__trigger.cross .mobile-menu__trigger-bar:nth-child(2) {
    opacity: 0;
}
.mobile-menu__trigger.cross .mobile-menu__trigger-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}
.mobile-menu {
    display: none;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 8000;
}
.mobile-menu .nav {
    display: block;
}
.mobile-menu .nav-item {
    margin: 20px 0;
}
.mobile-menu .nav-link {
	color: #fff;
}



/* headers */
.h1__content {
    margin-bottom: 40px;
}
.h1__text-dot {
    display: inline-block;
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    color: #303030;
    position: relative;
}
.h1__text-dot:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #f0673b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 5px;
}



/* topping */
.topping {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(19,21,35,0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    -webkit-transition: background 0.6s ease, padding 0.6s ease;
    transition: background 0.6s ease, padding 0.6s ease;
}
.topping--black {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(19,21,35,0.9);
}
.topping__logo {
    display: block;
}
.nav-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #9dc7de;
    text-transform: uppercase;
}
.nav-link {
    padding: 10px 20px;
    color: #9dc7de;
}
.nav-link.active,
.nav-link:hover {
    color: #fff;
}



/* header */
.header {
	height: 100vh;
    min-height: 480px;
    padding-top: 140px;
    background: url('img/back-header.jpg') top center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
}
.header__logo {
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
    right: -140px;
}
.header__text {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}



/* about us */
.about-us {
	padding-top: 120px;
    padding-bottom: 120px;
}
.about-us__text {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
}
.about-us__text p {
    margin-bottom: 20px;
}
.about-us__link {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #f0673b;
    text-transform: uppercase;
}



/* how we work */
.how-we-work {
	height: 586px;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('img/back-work.jpg') top center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
}
.how-we-work .h1__content {
	margin-bottom: 60px;
}
.how-we-work .h1__text-dot {
	color: #fff;
}
.how-we-work__wrap {
    position: relative;
}
.how-we-work__wrap-line {
    width: 100%;
    height: 9px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff5400), to(#f4185b));
    background-image: linear-gradient(to left, #ff5400, #f4185b 100%);
    position: absolute;
    left: 0;
    top: 20px;
}
.how-we-work__wrap-line:after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    background: url('img/arrow-lr.png') left center;
    position: absolute;
    left: 10%;
    top: 0;
}
.how-we-work__index {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 50%;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #f0673b;
    text-align: center;
}
.how-we-work__header {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ff7231;
    text-transform: uppercase;
}
.how-we-work__text {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}



/* examples */
.examples {
	padding-top: 120px;
    padding-bottom: 120px;
}
.examples .h1__content {
    margin-bottom: 0;
}
.tabs__cntrl {
    margin-bottom: 60px;
}
.tabs__cntrl-item {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #303030;
    position: relative;
    cursor: pointer;
}
.tabs__cntrl-item:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #f0673b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.tabs__cntrl-item--active {
    font-weight: 700;
    cursor: default;
}
.tabs__cntrl-item--active:after {
    content: "";
    display: block;
    width: calc(100% - 15px);
    height: 5px;
    background: #f0673b;
    position: absolute;
    left: 15px;
    top: -15px;
}
.tabs__item {
    display: none;
    opacity: 0;
}
.tabs__item:first-child {
    display: block;
    opacity: 1;
}
.gallery__item {
    display: block;
    width: 100%;
    height: 252px;
    margin-bottom: 30px;
}
.gallery__item--big {
    height: 534px;
}



/* footer */
.footer {
	height: 586px;
    padding-top: 60px;
    background: url('img/back-footer.jpg') top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
}
.footer .h1__content {
    margin-bottom: 60px;
}
.footer .h1__text-dot {
    color: #fff;
}
.footer__form {
	max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.footer__form-input {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 10px;
    background: rgba(255,255,255,0.9);
    border: solid 1px rgba(48,73,124,0);
    -webkit-box-shadow: inset 1px 1.7px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1.7px 2px 0 rgba(0, 0, 0, 0.15);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #575757;
    font-style: italic;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer__form-input:focus {
    background: rgba(47,64,99,0.9);
    border: solid 1px rgba(48,73,124,1);
    color: #fff;
}
textarea.footer__form-input {
    height: 120px;
    padding: 10px;
    resize: none;
}
.footer__form-submit {
    width: 160px;
    height: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f32855), to(#fc580c));
    background-image: linear-gradient(to left, #f32855, #fc580c);
    -webkit-box-shadow: 3px 5.2px 0 0 #8c2d53;
    box-shadow: 3px 5.2px 0 0 #8c2d53;
    border: solid 1px #e48038;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.footer__confirm {
    display: none;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
	border: 1px solid #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.footer__copyright {
    width: 100%;
    height: 65px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer__copyright-text {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #7a94cc;
}
.footer__copyright-text a {
    color: #fff;
}
.footer__fb-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer__fb-link svg circle {
    fill: #7a94cc;
}
.footer__fb-link svg path {
    fill: #fff;
}




@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    /* how we work */
    .nav-link {
        padding: 10px;
    }
    
    /* examples */
    .examples .h1__content {
        margin-bottom: 50px;
    }
    .tabs__cntrl-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    /* headers */
    .h1__content {
        margin-bottom: 30px;
    }
    .h1__text-dot {
        font-size: 32px;
        line-height: 32px;
    }
    .h1__text-dot:before {
        bottom: 3px;
    }
    
    /* topping */
    .topping {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .topping__logo {
	    width: 80px;
    }
    
    /* header */
    .header {
        height: 100vh;
        min-height: 0;
        padding-top: 55px;
    }
    .header__logo {
        width: 160px;
        margin-bottom: 40px;
        right: 0;
    }
    
    /* about us */
    .about-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    /* how we work */
    .how-we-work {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .how-we-work .h1__content {
        margin-bottom: 40px;
    }
    .how-we-work__wrap {
        padding-top: 7%;
    }
    .how-we-work__wrap-line {
        width: 9px;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5400), to(#f4185b));
        background-image: linear-gradient(to top, #ff5400, #f4185b 100%);
        position: absolute;
        left: 20px;
        top: 0;
    }
    .how-we-work__wrap-line:after {
        width: 100%;
        height: 80%;
        background: url('img/arrow-tb.png') left center;
        left: 0;
        top: 10%;
    }
    .how-we-work__item {
        margin-bottom: 30px;
        padding-left: 70px;
        position: relative;
    }
    .how-we-work__index {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
    }
    .how-we-work__header {
        margin-bottom: 0;
    }
    
    /* examples */
    .examples {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tabs__cntrl {
        margin-bottom: 40px;
    }
    
    /* footer */
    .footer {
        height: auto;
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .footer .h1__content {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    /* examples */
    .examples .h1__content {
        margin-bottom: 40px;
    }
    .tabs__cntrl {
        margin-bottom: 20px;
    }
    .tabs__cntrl-item {
        margin-bottom: 20px;
    }
    .tabs__cntrl-item--active:after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 5px;
        background: #f0673b;
        position: absolute;
        left: 15px;
        top: auto;
        bottom: -10px;
    }
    .gallery__item--big {
        height: 252px;
    }
    
    
    
    /* footer */
    .footer__logo {
        display: block;
        width: 65px;
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none !important;
    }
}