@font-face{
    font-family: 'wf_SegoeUILight';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'wf_SegoeUINormal';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'wf_SegoeUIBold';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; /* обнуляем внешние отступы */
	padding: 0; /* обнуляем внутренние отступы */
	border: 0; /* убираем бордюры */
	outline: 0; /* убираем контуры */
	font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
	vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
	background: transparent; /* устанавливаем фон прозрачным */
}
article, aside, footer, header, hgroup, nav, section {display: block;margin:0; padding:0;}

ol, ul {
	list-style: none; /* убираем маркеры для нумерованных и обычных списков */
    margin: 0px;
    padding: 0px;
}
:focus {
	outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {height:1%;}

body, html{
    min-height: 100%;
}

body{
    font-family: 'wf_SegoeUINormal';
    margin:0;
    padding: 0;
    font-size: 16px;
    color: #171717;
    line-height: 125%;
}

.s_light{
    font-family: 'wf_SegoeUILight';
}

.s_normal{
    font-family: 'wf_SegoeUINormal';
}

.s_bold{
    font-family: 'wf_SegoeUIBold';
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

a.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

.line-through{
    text-decoration: line-through;
}

.bold{
    font-weight: bold;
}

.fs10{
    font-size: 10px;
}

.fs11{
    font-size: 11px;
}

.fs12{
    font-size: 12px;
}

.fs14{
    font-size: 14px;
}

.fs16{
    font-size: 16px;
}

.fs18{
    font-size: 18px;
}

.fs20{
    font-size: 20px;
}

.fs22{
    font-size: 22px;
}

.fs24{
    font-size: 22px;
}

.fs26{
    font-size: 26px;
}

.fs30{
    font-size: 30px;
}

.fs31{
    font-size: 31px;
}

.fs35{
    font-size: 35px;
}

.fs36{
    font-size: 36px;
}

.fs40{
    font-size: 40px;
}

.fs50{
    font-size: 50px;
}

.fs60{
    font-size: 60px;
}

.black{
    color: #1b1a1a;
}

.white{
    color: #fff;
}

.blue{
    color: #208bc3;
}

.purpur{
    color: #ab56a2;
}

.pink{
    color: #ff639b;
}


h2{
    font-size: 40px;
    font-weight: normal;
}



p{
    margin-bottom: 18px;
}

input[type="text"], input[type="email"], input[type="password"]{
    background: transparent;
    font-family: 'wf_SegoeUINormal';
    color: #171717;
    border: none;
    font-size: 20px;
    width: 100%;
    height: 49px;
    line-height: 49px;
}

.input-wrap{
    border: 1px solid #42c9e2;
    background: #fff;
    line-height: 1;
    padding: 0px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    opacity: 0;
}

.textarea-wrap{
    border: 1px solid #ac8309;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: 1;
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(238,238,238,1);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(238,238,238,1);
    box-shadow: inset 5px 5px 5px 0px rgba(238,238,238,1);
    padding: 3px 6px;
}

input::-webkit-input-placeholder {
    color: #ababab; 
    font-family: 'wf_SegoeUINormal';
}    
input:-moz-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}
input::-moz-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}    
input:-ms-input-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}    
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}    
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea{
    background: transparent;
    font-family: 'wf_SegoeUINormal';
    color: #ababab;
    font-size: 20px;
    border: none;
    resize:none;
    width: 100%;
    height: 140px;
}

textarea::-webkit-input-placeholder {
    color: #ababab; 
    font-family: 'wf_SegoeUINormal';
}    
textarea:-moz-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}
textarea::-moz-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}    
textarea:-ms-input-placeholder {
    color: #ababab;
    font-family: 'wf_SegoeUINormal';
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}    
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}    
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.table{
    width: 100%;
    display: table;
}

.table-row{
    display: table-row;
}

.table-cell{
    display: table-cell;
}

.va-middle{
    vertical-align: middle !important;
}

.va-top{
    vertical-align: top;
}

.va-bottom{
    vertical-align: bottom !important;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
}

.relative{
    position: relative;
}

.container{
    width: 980px;
    margin: auto;
}

.container:after{
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.uppercase{
    text-transform: uppercase;
}

.left{
    float: left;
}

.right{
    float: right;
}

.ta-left{
    text-align: left;
}

.ta-center{
    text-align: center;
}

.ta-right{
    text-align: right;
}

.mar-left10{
    margin-left: 10px !important;
}

.mar-top-110{
    margin-top: -110px !important;
}

.mar-top5{
    margin-top: 5px !important;
}

.mar-top10{
    margin-top: 10px !important;
}

.mar-top30{
    margin-top: 30px !important;
}


.mar-bot-5{
    margin-bottom: -5px !important;
}

.mar-bot5{
    margin-bottom: 5px !important;
}

.mar-bot10{
    margin-bottom: 10px !important;
}

.mar-bot15{
    margin-bottom: 15px !important;
}

.mar-bot20{
    margin-bottom: 20px !important; 
}

.mar-bot25{
    margin-bottom: 25px !important;
}

.mar-top100{
    margin-top: 100px !important;
}

.padd-left7{
    padding-left: 7px !important;
}

.padd-bot10{
    padding-bottom: 10px !important;
}

.padd-right10{
    padding-right: 10px !important;
}

.mar-right5{
    margin-right: 5px !important; 
}

.mar-right10{
    margin-right: 10px !important; 
}

.mar-right20{
    margin-right: 20px !important; 
}

.pink-btn{
    width: 203px;
    height: 53px;
    background: url(../images/bg/pink-btn.png) no-repeat;
    line-height: 53px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.blue-btn{
    width: 181px;
    height: 43px;
    background: url(../images/bg/blue-btn.png) no-repeat;
    line-height: 43px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.shema-icon{
    background: url(../images/bg/shema-icon.png) no-repeat left;
    padding:5px 0px 5px 36px;
}

.calc-icon{
    background: url(../images/bg/calc-icon.png) no-repeat left;
    padding:5px 0px 5px 36px;
}

.brif-icon{
    background: url(../images/bg/brif-icon.png) no-repeat left;
    padding:5px 0px 5px 36px;
}

.review-icon{
    background: url(../images/bg/review-icon.png) no-repeat left;
    padding:5px 0px 5px 36px;
}


.title{
    font-size: 40px;
    min-width: 177px;
    text-align: center;
    background: url(../images/bg/title.png) no-repeat center bottom;
    padding-bottom: 36px;
}

.white-title{
    font-size: 40px;
    min-width: 177px;
    text-align: center;
    background: url(../images/bg/white-title.png) no-repeat center bottom;
    padding-bottom: 36px;
    color: #fff;
}

.blue-title{
    font-size: 40px;
    min-width: 177px;
    text-align: center;
    background: url(../images/bg/blue-title.png) no-repeat center bottom;
    padding-bottom: 36px;
    color: #fff;
}

nav{
    background: #575153; /* Old browsers */
    background: -moz-linear-gradient(top,  #575153 0%, #575153 50%, #575153 50%, #524c4e 50%, #524c4e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575153), color-stop(50%,#575153), color-stop(50%,#575153), color-stop(50%,#524c4e), color-stop(100%,#524c4e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #575153 0%,#575153 50%,#575153 50%,#524c4e 50%,#524c4e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #575153 0%,#575153 50%,#575153 50%,#524c4e 50%,#524c4e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #575153 0%,#575153 50%,#575153 50%,#524c4e 50%,#524c4e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #575153 0%,#575153 50%,#575153 50%,#524c4e 50%,#524c4e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575153', endColorstr='#524c4e',GradientType=0 ); /* IE6-9 */
    height: 31px;
    font-size: 14px;
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0px;
    font-family: 'wf_SegoeUILight';
}

nav ul li{
    display: inline-block;
    line-height: 29px;
}

nav ul li a{
    padding: 1px 8px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

nav ul li a.active{
    border: 1px solid #04a7c5;
    color: #66c9dc;
}

nav .account{
    padding: 1px 8px 1px 29px;
    background: url(../images/bg/account-icon.png) no-repeat 11px 5px;
    line-height: 29px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

header{
    padding-top: 31px;
}

header .table{
    height: 150px;
}

header .lang ul li{
    margin-bottom: 7px;
}

header .lang ul li a{
    color: #c9c9c9;
    width: 27px;
    height: 25px;
    text-align: center;
    border: 1px solid #c9c9c9;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

header .lang ul li a.active{
    color: #000000;
    border: 1px solid #000000;
}

header .lang{
    width: 48px;
}

header .header-right{
    width: 560px;
}

header .header-right .phones{
    font-size: 22px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
}

header .header-right .phones .inline-block{
    margin-right: 30px;
}

header .phones .inline-block:last-child{
    margin-right: 0px;
}

header .header-right .buttons{
    margin-top: 20px;
}

header .header-right .buttons a{
    margin-right: 4px;
}

header .header-right .buttons a:last-child{
    margin-right: 0px;
}

#slider{
    height: 464px;
    background: #04a7c5 url(../images/bg/slider-bg.png) no-repeat top center;
    text-align: right;
    line-height: 0px;
}

@media screen and (min-width: 1120px){
    #slider .container{
        width: 1120px;
    }
}

#slider .slider-wrap{
    position: relative;
    height: 464px;
}

#slider .slidesjs-previous{
    width: 47px;
    height: 47px;
    position: absolute;
    background: url(../images/bg/s-left.png) no-repeat;
    top: 50%;
    margin-top: -23px;
    left: 10px;
    z-index: 10;
}

#slider .slidesjs-next{
    width: 47px;
    height: 47px;
    position: absolute;
    background: url(../images/bg/s-right.png) no-repeat;
    top: 50%;
    margin-top: -23px;
    right: 10px;
    z-index: 10;
}

#slider .slider-wrap .slidesjs-container, #slider .slider-wrap .slidesjs-control{
    height: 464px !important;
}

#services{
    height: 310px;
    padding: 78px 0px 22px 0px;
}

.services-list {
    margin-top: 40px;
}

.services-list ul li{
    width: 155px;
    opacity:0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 45px;
}

.services-list ul li:last-child{
    margin-right: 0px;
}

.design-icon{
    padding-top: 155px;
    background: url(../images/bg/design-icon.png) no-repeat top center;
}

.programming-icon{
    padding-top: 155px;
    background: url(../images/bg/programming-icon.png) no-repeat top center;
}

.turnkey-icon{
    padding-top: 155px;
    background: url(../images/bg/turnkey-icon.png) no-repeat top center;
}

.seo-icon{
    padding-top: 155px;
    background: url(../images/bg/seo-icon.png) no-repeat top center;
}

.corporate-icon{
    padding-top: 155px;
    background: url(../images/bg/corporate-icon.png) no-repeat top center;
}

.order-section{
    text-align: center;
    color: #fff;
    font-size: 30px;
    height: 54px;
    padding: 13px 0px;
    background: #04a7c5 url(../images/bg/order-section.png) no-repeat top center;
}

.order-section .pink-btn{
    margin-left: 25px;
}

#works{
    padding: 100px 0px 100px 0px;
    overflow: hidden;
}

#works .works-filter{
    margin-top: 40px;
}

#works .works-filter ul li{
    display: inline-block;
    margin-right: 9px;
    vertical-align: top;
    opacity: 0;
}

#works .works-filter ul li:last-child{
    margin-right: 0px;
}

#works .works-filter ul li a{
    color: #c9c9c9;
    padding: 4px 10px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

#works .works-filter ul li a.active, #works .works-filter ul li a:hover{
    color: #000000;
    border: 1px solid #000000;
}

#works .works-list{
    margin-top: 30px;
}

#works .works-list .main-items{
    display: block;
    position: relative;
    height: 400px;
}


#works .works-list ul li{
    display: inline-block;
    vertical-align: top;
    width: 168px;
    padding: 2px;
    border: 1px solid #04a7c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 0px;
    margin-right: 23px;
    margin-bottom: 25px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#works .works-list ul li:nth-child(5n){
    margin-right: 0px;
}

#works .works-list ul li img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#works .works-list ul li img:hover{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
}

.load-more{
    text-align: center;
}

.load-more a{
    color: #04a7c5;
    text-decoration: underline;
    font-size: 18px;
}

.order-now{
    color: #fff;
    padding: 40px 0px 40px 0px;
    background: #04a7c5 url(../images/bg/order-form.png) no-repeat top center;
}

.order-now h2{
    text-align: center;
}

.order-form{
    width: 370px;
    margin: 45px auto 0px auto;
}

.form-buttons{
    text-align: center;
    margin-top: 25px;
}

#reviews{
    padding: 70px 0px 40px 0px;
    color: #fff;
    background: #ff639b url(../images/bg/reviews.png) no-repeat top center;
}

#reviews .left-side{
    width: 470px;
    float: left;
}

#reviews .right-side{
    width: 385px;
    float: right;
}

#reviews .left-side .review{
    margin-top: 40px;
    opacity: 0;
}

#reviews .left-side .review .author{
    text-align: center;
}

#reviews .left-side .review .author img{
    border-radius: 50%;
    border: 3px solid #ffa6c5;
}

#reviews .left-side .review .text{
    margin-top: 30px;
    padding: 15px 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background: #ff639b url(../images/bg/review.png) no-repeat;
    background-size: cover;
}

#reviews .left-side .review .text:after{
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 154px;
    width: 16px;
    height: 15px;
    background: url(../images/bg/ramka.png) no-repeat;
}

#reviews .left-side .buttons{
    margin-top: 60px;
}

.fl{
    padding-left: 35px;
    display: inline-block;
    height: 35px;
    background: url(../images/bg/fl.png) no-repeat left;
    line-height: 35px; 
    font-size: 14px;
    float: right;
}

.fl span{
    text-decoration: underline;
}

.fl:hover span{
    text-decoration: none;
}

.lst{
    display: inline-block;
    vertical-align: top;
    height: 45px;
    width: 45px;
    margin-right: 12px;
    background: url(../images/bg/lst.png) no-repeat;
    text-align: center;
    color: #04a7c5;
    line-height: 45px;
}

#reviews .right-side .list{
    margin-top: 40px;
}

#reviews .right-side .list ul li{
    margin-bottom: 17px;
    line-height: 45px;
    opacity: 0;
}

#reviews .right-side .list ul li:last-child{
    margin-bottom: 0px;
}

#how-we-work{
    padding: 100px 0px 0px 0px;
}

#how-we-work .how-we-work-list{
    margin-top: 40px;
}

#how-we-work .how-we-work-list ul li{
    width: 20%;
    float: left;
    text-align: center;
    padding-bottom: 62px;
    opacity: 0;
}

#how-we-work .how-we-work-list ul li:nth-child(6), #how-we-work .how-we-work-list ul li:nth-child(7), #how-we-work .how-we-work-list ul li:nth-child(8), #how-we-work .how-we-work-list ul li:nth-child(9){
    float: right;
}

#how-we-work .how-we-work-list ul li .hww1{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww1.png) no-repeat top center;
    position: relative;
    z-index: 2;
}

#how-we-work .how-we-work-list ul li .hww1:after{
    content: '';
    display: block;
    width: 98px;
    height: 34px;
    z-index: 1;
    right: -84px;
    top: 42px;
    background: url(../images/bg/to-left.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww2{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww2.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww2:after{
    content: '';
    display: block;
    width: 75px;
    height: 34px;
    z-index: 1;
    right: -61px;
    top: 42px;
    background: url(../images/bg/to-left.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww3{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww3.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww3:after{
    content: '';
    display: block;
    width: 75px;
    height: 34px;
    z-index: 1;
    right: -61px;
    top: 42px;
    background: url(../images/bg/to-left.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww4{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww4.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww4:after{
    content: '';
    display: block;
    width: 98px;
    height: 34px;
    z-index: 1;
    right: -84px;
    top: 42px;
    background: url(../images/bg/to-left.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww5{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww5.png) no-repeat top center;
    float: right;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww5:after{
    content: '';
    display: block;
    width: 34px;
    height: 122px;
    z-index: 1;
    right: 56px;
    top: 121px;
    background: url(../images/bg/to-bottom.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww6{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww6.png) no-repeat top center;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww7:after{
    content: '';
    display: block;
    width: 98px;
    height: 34px;
    z-index: 1;
    left: -83px;
    top: 42px;
    background: url(../images/bg/to-right.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww7{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww7.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww8:after{
    content: '';
    display: block;
    width: 75px;
    height: 34px;
    z-index: 1;
    left: -60px;
    top: 42px;
    background: url(../images/bg/to-right.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww8{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww8.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww9:after{
    content: '';
    display: block;
    width: 75px;
    height: 34px;
    z-index: 1;
    left: -60px;
    top: 42px;
    background: url(../images/bg/to-right.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww9{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww9.png) no-repeat top center;
    margin: auto;
    position: relative;
}

#how-we-work .how-we-work-list ul li .hww10:after{
    content: '';
    display: block;
    width: 98px;
    height: 34px;
    z-index: 1;
    left: -83px;
    top: 42px;
    background: url(../images/bg/to-right.png) no-repeat center;
    position: absolute;
}

#how-we-work .how-we-work-list ul li .hww10{
    padding-top: 141px;
    width: 150px;
    background: url(../images/bg/hww10.png) no-repeat top center;
    position: relative;
    float: right;
}

.seo{
    padding: 100px 0px 0px 0px;
}

.seo .text{
    margin-top: 40px;
    text-align: justify;
}

.seo .text p{
    opacity: 0;
}

#news{
    padding: 80px 0px 90px 0px;
}

#news .news-list{
    margin-top: 40px;
}

#news .news-list ul li{
    width: 33%;
    float: left;
    opacity: 0;
}

#news .news-list ul li .news-item{
    width: 290px;
}

#news .news-list ul li:nth-child(2n) .news-item{
    margin: auto;
}

#news .news-list ul li:nth-child(3n) .news-item{
    float: right;
}

#news .news-list ul li .news-item .news-title{
    margin-bottom: 15px;
}

#news .news-list ul li .news-item .news-title .news-date{
    display: inline-block;
    width: 37px;
    height: 31px;
    background: url(../images/bg/news-data.png) no-repeat;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 31px;
}

#news .news-list ul li .news-item .news-title a{
    color: #04a7c5;
    text-decoration: underline;
}

#news .news-list ul li .news-item .news-title a:hover{
    text-decoration: none;
}

#news .news-list ul li .news-item .news-text{
    font-size: 14px;
}

.carousel-section{
    height: 64px;
    background: #f0f0f0;
    padding: 10px 0px;
}

.carousel-section .container{
    position: relative;
}

.caroufredsel_wrapper{
    margin: auto !important;
}

.carousel li{
    float: left;
    margin: 0px 15px;
}

.carousel-prev{
    width: 33px;
    height: 33px;
    background: url(../images/bg/c-prev.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16px;
}

.carousel-next{
    width: 33px;
    height: 33px;
    background: url(../images/bg/c-next.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -16px;
}

#contacts{
    padding: 40px 0px 30px 0px;
    background: #04a7c5 url(../images/bg/contact.png) no-repeat top center;
}

#contacts .left-side{
    width: 535px;
    float: left;
}

#contacts .left-side .order-form{
    float: right;
}

#contacts .right-side{
    float: right;
    width: 390px;
    color: #fff;
}

#contacts .right-side .contacts-list{
    margin-top: 40px;
}

#contacts .right-side .contacts-list ul li{
    margin-bottom: 40px;
    opacity: 0;
}

#contacts .right-side .contacts-list ul li .phone-icon{
    padding-left: 60px;
    background: url(../images/bg/phone-icon.png) no-repeat left center;
}

#contacts .right-side .contacts-list ul li .email-icon{
    padding-left: 60px;
    background: url(../images/bg/mail-icon.png) no-repeat left center;
}

#contacts .right-side .contacts-list ul li .skype-icon{
    padding-left: 60px;
    background: url(../images/bg/skype-icon.png) no-repeat left center;
}

footer{
    background: #13b2cf;
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-size: 14px;
}

.counters{
    float: right;
    margin-top: 17px;
    line-height: 1;
}

.popup{
    width: 500px;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 100px;
    background: #04a7c5;
    z-index: 10001;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.12);
    -moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.12);
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.overlay{
    background: #002931;
    opacity: 0.8;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    display: none;
}

.popup .input-wrap{
    opacity: 1;
}

.popup .popup-inner{
    padding: 30px 20px;
    position: relative;
}

.popup .order-form{
    margin-top: 30px;
}

.close-popup{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: -50px;
    z-index: 1002;
    background: url(../images/bg/close-popup.png) no-repeat;
    text-decoration: none !important;
}

.work-shema-popup a{
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.work-shema-popup a:hover{
    text-decoration: none;
}

.work-shema-item-1{
    margin: 30px 0px;
    text-align: center;
    border-bottom: 1px solid #40c2da;
    padding-bottom: 30px;
}

.work-shema-item-2{
    margin: 30px 0px 0px 0px;
    text-align: center;
}

#design{
    background: #04a7c5;
    padding: 40px 0px 20px 0px;
}

.title-low{
    font-size: 20px;
}

.design-text{
    color: #ffffff;
    margin-top: 30px;
}

.design-text h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

#main{
    padding: 15px 0px 80px 0px;
}

.left-side{
    width: 121px;
    float: left;
    position: relative;
    height: 100%;
    min-height: 100%;
}

.left-side img{
    position: relative;
    z-index: 2;
}

.content{
    margin-left: 225px;
}

.step{position: relative;}

.arrow-bg{
    width: 9px;
    height: 100%;
    min-height: 100%;
    background: #c5c5c5;
    position: absolute;
    z-index: 1;
    left: 56px;
}

.arrow-bg:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #c5c5c5;
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: 60px;
}

.content{
    padding-top: 35px;
}

.content h4{
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #ff639b;
    padding: 10px 13px;
    line-height: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 35px;
}

.blue-alert{
    background: #04a7c5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin-bottom: 18px;
}

.blue-alert p:last-child{
    margin-bottom: 0px;
}

.content a{
    color: #04a7c5;
    text-decoration: underline;
}

.content a:hover{
    text-decoration: none;
}

.big-blue-btn{
    display: block;
    width: 757px;
    height: 54px;
    background: url(../images/bg/big-blue-btn.png) no-repeat;
    line-height: 54px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 15px;
}

.payment-icon{
    padding: 3px 0px 3px 55px;
    background: url(../images/bg/payment-icon.png) no-repeat left;
}

.fixed-img{
    position: fixed !important;
    top:31px;
}
.clear{
	display: block;
	clear: both;
	height: 0;
}
.projects-section{
	padding: 20px 0 100px;
}
.projects-left,
.projects-right{
	width: 473px;
	padding: 0 0 100px;
}
.projects-left.single,
.projects-right.single{
	width: auto;
	font-size: 18px;
	line-height: 150%;
}
.projects-section h2{
	padding: 5px 16px 9px;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	border-radius: 6px;
}
.projects-left h2{
	background: #ff639b;
}
.projects-right h2{
	background: #04a7c5;
}
.projects-section table{
	width: 100%;
	border-spacing: 0 5px;
}
.projects-section tr{
	opacity: 0;
}
.projects-section table td{
	position: relative;
	padding: 16px 12px 8px;
	border: solid 1px transparent;
	border-left-width: 0;
	border-right-width: 0;
	transition: 0.25s ease all;
}
.projects-section table td:first-child{
	border-left-width: 1px; 
	border-radius: 6px 0 0 6px;
}
.projects-section table td:last-child{
	text-align: right;
	border-right-width: 1px; 
	border-radius: 0 6px 6px 0;
}
.projects-section table td:after{
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 0;
	content: ' ';
	border-bottom: solid 1px #ebebeb;
}
.projects-section .projects-left table tr:hover td{
	border-color: #ff639b;
}
.projects-section .projects-right table tr:hover td{
	border-color: #04a7c5;
}
.projects-section s,
.projects-section .s{
	color: #8e8d8d;
}
.projects-section .pink-btn{
	width: 110px;
	height: 39px;
	font-size: 18px;
	line-height: 38px !important;
	background-image: url('../images/bg/pink-btn-small.png');
}
.projects-section .text *{
	line-height: 150%;
}
.red-btn,
.teal-btn{
	display: inline-block;	
	padding: 0 6px 2px;
	font-size: 14px;
	line-height: 100%;
	color: #ff639b;
	border: solid 1px #ff639b;
	border-radius: 4px;
	transition: 0.25s ease all;
}
.teal-btn{
	color: #04a7c5;
	border-color: #04a7c5;
}
.red-btn:hover,
.teal-btn:hover{
	color: #fff;
}
.red-btn:hover{
	background: #ff639b;
}
.teal-btn:hover{
	background: #04a7c5;
}
#slider.title-block{
	height: auto;
	padding: 40px 0 20px;
	text-align: left;
	background-image: url('../images/bg/blik.png');
}
#slider.title-block .container{
	width: 980px;
}
#slider.title-block h1{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}
#slider.title-block h2{
	font-size: 50px;
	margin: 20px 0 0;
	line-height: 100%;
	color: #fff;
}

/* calc */
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.step .content .arrow{
	cursor: pointer;
	margin: -7px -9px 0 0;
}
.step .content .arrow.rotated{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hidden-section{
	display: none;
}
label{
	cursor: pointer;
}
.jq-checkbox{
	top: -2px;
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0;
	border: solid 1px #c2c2c2;
	background: #fff url('../images/bg/blank.png') no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.125s ease all;
	-moz-transition: 0.125s ease all;
	-o-transition: 0.125s ease all;
	transition: 0.125s ease all;
}
.jq-checkbox.checked{
	background-image: url('../images/bg/check.png');
}
.jq-checkbox.checked .jq-checkbox__div{
	display: none;
}
.form-table td{
	vertical-align: top;
	padding: 14px 0;
	border-bottom: solid 1px #c2c2c2;
}
.form-table td:last-child{
	text-align: right;
}
.form-table tr:last-child td{
	border: 0 none;
}
.form-table input[type='text']{
	display: inline-block;
	width: auto;
	height: 30px;
	padding: 0 6px;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	border: solid 1px #c2c2c2;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-table #pages-num{
	display: inline-block;
	vertical-align: 1px;
	margin-left: 8px;
}
.form-table #pages-num input[type='text']{
	width: 30px;
	padding: 0 0 2px;
	text-align: center;
	vertical-align: middle;
}
.form-table .triangle{
	cursor: pointer;
	display: inline-block;
	padding: 7px 4px;
	vertical-align: middle;
}
.form-table .triangle.minus{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.form-table label{
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #171717;
}
.form-table .desc{
	padding: 4px 0 0;
	font-size: 14px;
	line-height: 150%;
	color: #8e8d8d;
}
.form-table a{
	display: inline-block;
	color: #04a7c5;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	border-bottom: dashed 1px #04a7c5;
	-webkit-transition: 0.125s ease all;
	-moz-transition: 0.125s ease all;
	-o-transition: 0.125s ease all;
	transition: 0.125s ease all;
}
.form-table a:hover{
	border-bottom-color: transparent;
}
.form-table .price{
	display: inline-block;
	width: 120px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	color: #171717;
}
input.pink-btn{
	cursor: pointer;
	color: #fff;
	border: 0 none;
}
#main-sum{
	font-size: 24px;
	line-height: 24px;
}
#main-sum .sum{
	display: inline-block;
	margin: 0 8px;
}
.sum-step{
	margin-top: 40px;
	border-top: solid 1px #c2c2c2;
}
.sum-desc{
	padding: 20px 0 0;
}
/* calc off */
















/* eof */