* {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #81848f;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #a6a7aa;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container__title {
    text-align: center;
    padding: 50px 0;
}

.container__title h2 {
    font-size: 30px;
}

section {
    padding-bottom: 80px;
    position: relative;
}

header {
    position: fixed;
    background-color: transparent;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    background: rgba(81, 87, 105, .4);
    z-index: 9999999999;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    padding: 25px 0 20px 0;
}

header.scroll {
    height: 50px;
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header__inner.minify {
    padding-top: 15px;
    transition-duration: 300ms;
    transition-property: all;
}

.header__logo {
    margin-top: -7px;
}

.main__logo,
.second__logo {
    width: 125px;
}

.second__logo {
    display: none;
}

.header__menu {
    display: flex;
    text-transform: uppercase;
}

.header__menu li a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.header__menu li a.scroll-a {
    color: #515769;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

main {
    background: url(../img/back1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 200px 0 0 0;
    text-align: center;
}

.main__inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main__inner-left {
    width: 65%;
    text-align: left;
    padding: 20px 0;
}

.main__inner-title {
    font-size: 60px;
    color: #fff;
}

.main__inner-text {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
}

.main__inner-btn {
    color: #fff;
}

.main__inner-btn:hover {
    text-decoration: underline;
}

.main__inner-btn::before {
    font-family: "icomoon";
    content: "\f144";
}

.main__inner-right {
    width: 35%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    height: 300px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 15px;
}

.main__inner-right form {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.call__now form input,
.main__inner-right form input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: #f5f5f5;
    padding: 0 15px;
}

.call__now form input:focus,
.main__inner-right form input:focus {
    background-color: #fff;
}

.call__now form input[type=submit],
.main__inner-right form input[type=submit] {
    width: 80%;
    background-color: #17bed2;
    color: #fff;
    border: none;
    font-size: 16px;
    margin: 0 auto;
}

.call__now form input[type=submit]:hover,
.main__inner-right form input[type=submit]:hover {
    background-color: #077989;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.call__now form input[type=submit]:active,
.main__inner-right form input[type=submit]:active {
    width: 79%;
    height: 49px;
}

.last__prods-items {
    display: flex;
    justify-content: space-between;
}

.last__prods-item {
    width: 33.3%;
    padding: 0 15px;
}

.last__prods-item__img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.last__prods-item img {
    width: 100%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.last__prods-item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.last__prods-item__title {
    font-size: 22px;
    font-weight: 700;
    color: #515769;
    margin: 15px 0 0;
}

.last__prods-item__title:hover {
    color: #999caa;
}

.last__prods-item__text {
    margin: 0 0 15px;

}

.last__prods-item__link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.last__prods-item__link:hover {
    color: #999caa;
}

.last__prods-item__link::after {
    position: absolute;
    margin: 7px 5px;
    width: 9px;
    height: 2px;
    background: #17bed2;
    content: " ";
}

.all__works {
    text-align: center;
    margin: 50px 0 0 0;
}

.all__works a {
    padding: 10px 20px;
    position: relative;
    border-radius: 10px;
}

.all__works a.ac {
    background: #17bed2;
    color: #fff;
    border-radius: 10px;
    transition: all .7s;
}

.all__works a span::after {
    font-family: "icomoon";
    content: "\f105";
    position: absolute;
    right: 25px;
}

.all__works-link span::after.ac {
    right: 10px;

}

.services {
    background-color: #fafafa;
}

.services__row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.services__item {
    background-color: #fff;
    position: relative;
    padding: 50px 30px 60px;
    width: 33%;
    justify-content: space-between;
    overflow: hidden;
}

.services__item:nth-child(2) {
    margin: 0 5px;
}

.services__icon {
    margin-bottom: 30px;
    font-size: 36px;
    min-height: 55px;
}

.services__icon-web::after {
    font-family: "icomoon";
    content: "\f0ac";
}

.services__icon-corp::after {
    font-family: "icomoon";
    content: "\f0c0";
}

.services__icon-estore::after {
    font-family: "icomoon";
    content: "\f07a";
}

.services__icon-serv::after {
    font-family: "icomoon";
    content: "\f085";
}

.services__icon-graph::after {
    font-family: "icomoon";
    content: "\f247";
}

.services__icon-build::after {
    font-family: "icomoon";
    content: "\f1b3";
}

.services__body h3 {
    text-transform: uppercase;
}

.services__body {
    transition: all .5s;
}

.services__body.active {
    transform: translateY(-60px);
}

.services__link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.services__info {
    position: absolute;
    color: #17bed2;
    font-weight: 700;
}

.services__info.active {
    display: block;
}

.result {
    background: url(../img/back2.jpg) no-repeat no-repeat center;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    color: #fff;
    padding-bottom: 0;
}

.result .container__title {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result h2 {
    color: #fff;
}

.result::after {
    content: "";
    background-color: rgba(81, 87, 105, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.result .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.we__sites-lists {
    display: flex;
    justify-content: space-between;
}

.we__sites-list {
    width: 24%;
    min-height: 156px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 15px 0 0;
    position: relative;
    cursor: pointer;
}

.we__sites-list::before {
    font-family: "icomoon";
    font-size: 60px;
    color: rgba(23, 190, 210, .5);
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
}

.we__sites-title {
    padding-left: 50px;
}

.we__sites-text {
    padding-left: 20px;
}

.we__sites-list.list1::before {
    content: "\f10b";
}

.we__sites-list.list2::before {
    content: "\f135";
}

.we__sites-list.list3::before {
    content: "\f132";
}

.we__sites-list.list4::before {
    content: "\f004";
}

.we__sites-text {
    font-size: 15px;
    font-weight: 400;
    display: none;
    margin-top: 30px;
}

.call__now {
    background: #fafafa;
}

.call__now form {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.call__now-inputs {
    display: flex;
    justify-content: center;
}

.call__now-inputs input {
    width: 300px !important;
    margin: 0 10px;
    border-color: #17bed2 !important;
}

.call__now form input[type=submit] {
    width: 250px !important;
}

/*media queries*/

@media(max-width:1100px) {
    .last__prods-item__img {
        height: auto;
    }
}

@media(max-width:1000px) {
    .main__inner-title {
        font-size: 50px;
    }
}

@media(max-width:830px) {
    main {
        padding-top: 100px;
    }

    .main__inner {
        display: block;
    }

    .main__inner-text {
        margin-bottom: 10px;
    }

    .main__inner-btn {
        margin-top: -30px;
    }

    .main__inner-right {
        width: 60%;
    }

    .main__inner-left {
        width: 100%;
    }
}

@media(max-width:768px) {
    .last__prods-items {
        display: block;
    }

    .last__prods-item {
        width: 80%;
        margin: 0 auto;
    }

    .last__prods-item:nth-child(2) {
        margin: 30px auto;
    }

    .last__prods-item__img {
        height: 250px;
    }

    .last__prods-item__img img {
        background-position: center center;
    }

    .services__row {
        display: block;
    }

    .services__item {
        width: 80%;
        margin: 0 auto;
    }

    .services__item:nth-child(2) {
        margin: 30px auto;
    }
}

@media(max-width:580px) {
    .main__inner-right {
        width: 80%;
    }
}

@media(max-width:515px) {
    .main__inner-title {
        font-size: 42px;
    }

    .main__inner-text {
        font-size: 36px;
    }
}

@media(max-width:455px) {
    .main__inner-text {
        font-size: 28px;
    }
}
