.services-web-title > .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    height: 100vh;
    margin: 0 auto;
    max-width: 1192px;
    min-height: 400px;
    padding: 60px 10px;
    text-align: center;
}
.services-web-title > .wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.services-web-title .slogan {
    display: inline-block;
    font-size: 20px;
    margin: 0 auto;
    max-width: 918px;
    pointer-events: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.services-web-title .slogan h3 {
    color: #fff;
    font-size: 3.3em;
    line-height: 83px;
    padding: 0 0 16px 0;
    position: relative;
}
.services-web-title .slogan h3:after {
    background-color: #f5d631;
    bottom: -32px;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    width: 26%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.services-web-title .slogan p {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: 1.35;
    margin-top: 63px;
    max-width: 770px;
    opacity: 0.6;
    padding: 23px 0 0 0;
    text-align: center;
}

.services-list {
	
}
.services-list > .wrap {
	overflow: hidden;
}
.services-list .service-link {
    color: #fff;
    float: left;
    min-height: 16em;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    text-align: center;
    width: 33.333%;
}
.service-link:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-list .service-link:hover:before,
.services-list .service-link:focus:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.25;
}
.services-list .service-link.bg-ios:before {
    background-image: url("/assets/images/services/bg-ios.png");
}
.services-list .service-link.bg-android:before {
    background-image: url("/assets/images/services/bg-android.png");
}
.services-list .service-link.bg-design:before {
    background-image: url("/assets/images/services/bg-design.png");
}
.services-list .service-link.bg-webdev:before {
    background-image: url("/assets/images/services/bg-webdev.png");
}
.services-list .service-link.bg-pm:before {
    background-image: url("/assets/images/services/bg-pm.png");
    background-position: top center;
}
.services-list .service-link.bg-quality:before {
    background-image: url("/assets/images/services/bg-quality.png");
}
.services-list .service-link .service-title {
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto;
    max-width: 230px;
    position: relative;
    z-index: 2;
}
.services-list .service-link .service-descr {
    font-size: 16px;
    line-height: 27px;
    margin: 18px auto 5px;
    max-width: 370px;
    min-height: 108px;
    opacity: 0.8;
    padding: 0 6px;
}



.services-models {
    padding-bottom: 165px;
}
.services-models > .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1192px;
    padding: 120px 10px 120px 10px;
    text-align: center;
}
.values-title {
    padding: 0 0 100px 0;
}
.values-title-text {
    color: #fff;
    font-size: 66px;
    font-weight: normal;
    line-height: 95px;
    padding: 0 0 20px 0;
}
.values-title p {
    color: #fff;
    line-height: 26px;
    margin: 5px auto 0;
    max-width: 770px;
    opacity: 0.8;
}
.values-list {
    margin-top: 30px;
    overflow: hidden;
}
.values-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #353e48;
    float: left;
    margin: 0;
    padding: 55px 35px;
    width: 370px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    /*width: 22.2%;*/
}
.values-list-item:nth-child(2) {
    margin: 0 30px;
}
.values-list-item .value-img {
    display: inline-block;
    height: 70px;
    padding-bottom: 29px;
    padding: 0 0 35px 0;
    position: relative;
    width: 70px;
}
.values-list-item .value-img img {
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.values-list-item .value-img img.active {
    opacity: 0;
}
.values-list-item:hover .value-img img:not(.active) {
    opacity: 0;
}
.values-list-item:hover .value-img img.active {
    opacity: 1;
}
.values-list-item .value-title {
    padding: 0 0 26px;
}
.values-list-item .value-title .value-title-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    margin: 0 auto;
    position: relative;
}
.values-list-item .value-text p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    min-height: 189px;
    opacity: 0.8;
}






.services-work > .wrap {
    max-width: 1192px;
    padding: 80px 10px 80px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
.services-work .work-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px dotted #33353b;
    color: #fff;
    display: inline-block;
    margin-left: -4px;
    padding: 80px 0 70px;
    position: relative;
    vertical-align: top;
    width: 50%;
}
.services-work .work-block:nth-of-type(2n) {
    padding-left: 109px;
}
.services-work .work-block:nth-of-type(2n+1) {
    border-right: 2px dotted #33353b;
    padding-right: 109px;
}
.work-block .img-wrap img {
    height: 70px;
}
.work-title {
	text-align: center;
    padding: 0 0 100px 0;
    font-size: 20px;
}
.work-title > h3 {
    padding: 0 0 16px 0;
    color: #fff;
    font-size: 3.3em;;
    line-height: 84px;
    font-weight: normal;
}
.work-title > p {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: 1.35;
    max-width: 650px;
    opacity: 0.8;
}
.work-wrap {
    border-top: 2px dotted #33353b;
    position: relative;
}
.services-work .title {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-bottom: 35px;
    margin-top: 24px;
}
.services-work .line__w {
    width: 140px;
    height: 2px;
    margin: auto;
}
.services-work .text {
    font-size: 18px;
    line-height: 22px;
    opacity: 0.8;
    max-width: 470px;
    margin: 40px auto 0;
    min-height: 66px;
}
.work-block .line-wrap {
    height: 2px;
    margin: auto;
    width: 140px;
}
.line-wrap > .line {
    background-color: #f4d631;
    height: 2px;
    width: 100%;
}










@media only screen and (max-width: 1250px) {
	.services-list .service-link {
	    float: left;
	    margin: 0;
	    padding: 60px 0;
	    width: 50%;
	}
	.services-list .service-link:before {
	    opacity: 0.25;
	}
}
@media only screen and (max-width: 1210px) {
	.values-list-item {
	    width: 32%;
	}
	.values-list-item:nth-child(2) {
	    margin: 0 19px;
	}
}
@media only screen and (min-width: 1025px) {
	.services-list .service-link:before {
	    opacity: 0;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.values-list-item,
	.values-list-item:nth-child(2) {
	    margin: 0 15% 7% 15%;
	    width: 70%;
	}
}
@media only screen and (max-width: 767px) {
    .values-list-item {
        float: none;
        width: 100%;
        margin: 0 0 15px;
        padding: 50px 20px;
    }
    .values-list-item:nth-child(2) {
        margin: 0 0 15px;
    }
    .services-list .service-link .service-title {
        font-size: 24px;
        line-height: 32px;
        height: 64px;
        max-width: 120px;
    }
    .services-list .service-link {
        width: 100%;
        margin: 0;
        padding: 40px 0 28px;
    }   
    .services-work .work-block {
        border: 0 none;
        padding: 40px 10px;
        width: 100%;
    }
    .services-work .work-block:nth-child(2n),
    .services-work .work-block:nth-child(2n+1) {
        padding-right: 10px;
        padding-left: 10px;
    }
    .services-work .work-block:nth-of-type(2n+1) {
        border-right-width: 0;
    }
}
@media only screen and (max-width: 610px) {
    .services-web-title .slogan h3,
    .values-title-text, .work-title > h3 {
        font-size: 2.5em;
        line-height: 1;
    }
    .services-web-title > .wrap {
    }
    .services-web-title .slogan,
    .work-title {
        font-size: 5vw;
        width: 100%;
    }
    .services-models,
    .services-models > .wrap {
        padding-bottom: 0;
    }
}
