@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Caption:400|Open+Sans:400,700,300&subset=cyrillic,latin);
/*@import "http://webfonts.ru/import/ptsans.css";*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
p {
    margin: 0 0 10px 0;
    padding: 0px;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: none;
    border-top: 2px solid #d6d6d6;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #d6d6d6;
}
legend {
    padding: 0;
    border: 0;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
/*----------common-----------*/

body {
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #404246;
    background-color: #fafafc;
}
a {
    background-color: transparent;
    color: #404246;
    text-decoration: none;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
a:active,
a:hover {
    outline: 0;
    color: #498bfa;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clr:after {
    display: table;
    clear: both;
    content: '';
}
:focus {
    outline: none;
}
.wrap {
    max-width: 960px ;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.text-replace {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

/*------------------------------------*\
    $Header
\*------------------------------------*/

.header {
    text-align: center;
    height: 175px;
    background: url(../img/header.jpg) no-repeat 50% 0;
    background-size: cover;
}
.logo {
    background: url(../img/logo.png) no-repeat 0 0;
    display: inline-block;
    line-height: 60px;
    padding-left: 68px;
    height: 58px;
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 26px;
}
.logo:hover,
.logo:active {
    color: #fff;
}

.project-swch {
    display: block;
    overflow: hidden;
    border: 2px solid #E0E2E6;
    border-radius: 10px;
    background: #E0E2E6;
    white-space: nowrap;
    text-align: center;
    margin-top: 24px;
    position: relative;
}

.project-s-i {
    display: inline-block;
    padding: 0 13px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
}

.project-s-i.active {
    background-color: #fff;
    font-weight: 400;
    border-radius: 10px;
    padding: 0 23px 0 20px;
}

.project-swch {
    width: 290px;
    margin: 24px auto;
}
.check-project-type {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background: #fafafc;
    width: 50%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.check-project-type.unoficial {
    margin: 0 0 0 50%;
}
.project-swch li {
    float: left;
    width: 50%;
    display: block;
}
.project-swch a {
    background: transparent !important;
    position: relative;
    z-index: 5;
    display: block !important;
    border: 0 !important;
    display: block;
    display: inline-block;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
}
.project-swch .active a {
    font-weight: 400;
}
.project-swch a:hover {
    color: #404246;
}

/*------------------------------------*\
    $Content
\*------------------------------------*/
.block {
    display: block!important;
}

.content {
    padding: 53px 35px 53px;
    max-width: 960px;
    margin: 0 auto;
}

.likes-i {
    padding-right: 15px;
    display: inline-block;
}

.all-projects {
    padding-top: 40px;
    margin: 0 auto 0;
    left: 5000px;
    position: absolute!important;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}

.all-projects.active {
    margin-left: auto;
    position: relative!important;
    left:inherit;
    opacity: 1;
}

.project-col {
    width: 320px;
    float: left;
}

.project-col + .project-col {
    padding-left: 10px;
}

.project-type {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    width: 310px;
}

.project-l-gap1 {
 padding-bottom: 57px;
}

.project-l-gap2 {
 padding-bottom: 114px;
}

.project-l-nogap {
 padding-bottom: 0;
}

.project-t-name {
    font: 300 26px 'Open Sans', sans-serif;
    color: #2c2e32;
    padding-left: 37px;
    margin: 0;
    padding-bottom: 4px;
}

.project-name {
    font-size: 16px;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 0;
    padding: 0 0 2px;
}

.project-descr + .project-name {
    padding-top: 15px;
}

.project-name a {
    display: inline-block;
    line-height: 24px;
    position: relative;
    height: 24px;
    padding: 0 0 0 37px;
}

.project-name a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 37px;
    height: 24px;
    background-repeat: no-repeat;
}

.project-descr {
    margin: 0;
    padding: 0 0 0 37px;
    color: #96999e;
    line-height: 1.2;
}

/*--------$oficial----------------------------*/

.project-name a:before {
    background-image: url('../img/oficial.png');
}


.project-name.p-ucoz a:before {background-position: 0 0; height: 24px; margin-top: -12px;}
.project-name.p-ucoz a:hover:before {background-position: 0 -1066px;}

.project-name.p-uweb a:before {background-position: 4px -1120px; height: 19px; margin-top: -10px;}
.project-name.p-uweb:hover a:before {background-position: 4px -2171px;}

.project-name.p-uidme a:before {background-position: 0 -2220px; height: 24px; margin-top: -12px;}
.project-name.p-uidme a:hover:before {background-position: 0 -2466px;}


.project-name.p-partner a:before {background-position: 2px -2520px; height: 22px; margin-top: -11px;}
.project-name.p-partner a:hover:before {background-position: 2px -2572px;}

.project-name.p-domain a:before{background-position: 0 -2624px; height: 21px; margin-top: -11px;} 
.project-name.p-domain a:hover:before{background-position: 0 -2675px;} 

.project-name.p-templ a:before{background-position: 0 -2726px; height: 22px;  margin-top: -11px;} 
.project-name.p-templ a:hover:before{background-position: 0 -2778px;}

.project-name.p-top a:before{background-position: 1px -2829px; height: 12px; margin-top: -8px;} 
.project-name.p-top a:hover:before{background-position: 1px -2871px;} 

.project-name.p-money a:before{background-position: 7px -2913px; height: 20px; margin-top: -10px;} 
.project-name.p-money a:hover:before{background-position: 7px -2963px;}

.project-name.p-tour a:before{background-position: 3px -3013px; height: 20px; margin-top: -10px;} 
.project-name.p-tour a:hover:before{background-position: 3px -3063px;}

.project-name.p-admin a:before{background-position: 3px -54px; height: 15px; margin-top: -8px;}
.project-name.p-admin a:hover:before{background-position: 3px -99px;}

.project-name.p-tutorial a:before{background-position: 3px -144px; height: 22px; margin-top: -11px;} 
.project-name.p-tutorial a:hover:before{background-position: 3px -196px;}

.project-name.p-success a:before{background-position: 1px -3835px; height: 21px; margin-top: -10px;} 
.project-name.p-success a:hover:before{background-position: 1px -3885px;}


.project-name.p-forum a:before{background-position: 0 -248px; height: 16px; margin-top: -8px;}
.project-name.p-forum a:hover:before{background-position: 0 -294px;}

.project-name.p-faq a:before{background-position: 0 -340px; height: 22px; margin-top: -11px;} 
.project-name.p-faq a:hover:before{background-position: 0 -392px;}

.project-name.p-manual a:before{background-position: 1px -444px; height: 22px; margin-top: -11px;} 
.project-name.p-manual a:hover:before{background-position: 1px -496px;}

.project-name.p-ask a:before{background-position: 0 -548px; height: 22px; margin-top: -11px;} 
.project-name.p-ask a:hover:before{background-position: 0 -600px;}

.project-name.p-toolbar a:before{background-position: 0 -652px; height: 23px; margin-top: -12px;} 
.project-name.p-toolbar a:hover:before{background-position: 0 -705px;}

.project-name.p-browser a:before{background-position: 0 -758px; height: 22px; margin-top: -11px;} 
.project-name.p-browser a:hover:before{background-position: 0 -810px;} 

.project-name.p-mysite a:before{background-position: 2px -862px; height: 22px; margin-top: -13px;}
.project-name.p-mysite a:hover:before{background-position: 2px -914px;}

.project-name.p-blog a:before{background-position: 2px -966px; height: 20px; margin-top: -11px;} 
.project-name.p-blog a:hover:before{background-position: 2px -1016px;} 

.project-name.p-logo a:before{background-position: 0 -1169px; height: 18px; margin-top: -12px;} 
.project-name.p-logo a:hover:before{background-position: 0 -1217px;} 

.project-name.p-work a:before {display: none; background-position: 0 -1265px; height: 16px; margin-top: -8px;} 
.project-name.p-work a:hover:before, .project-name.p-work a.hover:before{background-position: 0 -1311px;}
.project-name.p-work a:first-child:before {display: block;}
.project-name.p-work a + a {padding-left: 0;}

.project-name.p-vk a:before{background-position: 3px -1357px; height: 22px; margin-top: -13px;} 
.project-name.p-vk a:hover:before{background-position: 3px -1409px;}

.project-name.p-ok a:before{background-position: 6px -1461px; height: 24px; margin-top: -14px;} 
.project-name.p-ok a:hover:before{background-position: 6px -1515px;}

.project-name.p-fb a:before{background-position: 8px -1569px; height: 24px; margin-top: -17px;} 
.project-name.p-fb a:hover:before{background-position: 8px -1623px;}

.project-name.p-tw a:before{background-position: 4px -1677px; height: 18px; margin-top: -11px;} 
.project-name.p-tw a:hover:before{background-position: 4px -1725px;}

.project-name.p-insta a:before{background-position: 2px -1773px; height: 22px; margin-top: -11px;} 
.project-name.p-insta a:hover:before{background-position: 2px -1825px;}

.project-name.p-youtube a:before{background-position: 3px -1877px; height: 23px; margin-top: -15px;} 
.project-name.p-youtube a:hover:before{background-position: 3px -1930px;}

.project-name.p-yandex a:before{background-position: 7px -1983px; height: 22px; margin-top: -12px;} 
.project-name.p-yandex a:hover:before{background-position: 7px -2035px;}

.project-name.p-google a:before{background-position: 0 -3313px; height: 23px; margin-top: -12px;} 
.project-name.p-google a:hover:before{background-position: 0 -3363px;}


.project-name.p-sms a:before{background-position: 4px -2087px; height: 12px; margin-top: -9px;} 
.project-name.p-sms a:hover:before{background-position: 4px -2129px;}

.project-name.p-php a:before{background-position: 4px -2274px; height: 15px; margin-top: -9px;} 
.project-name.p-php a:hover:before{background-position: 4px -2319px;}

.project-name.p-api a:before{background-position: 4px -2364px; height: 21px; margin-top: -13px;} 
.project-name.p-api a:hover:before{background-position: 4px -2415px;}

.project-name.p-ushop a:before{background-position: 4px -3213px; height: 19px; margin-top: -10px;} 
.project-name.p-ushop a:hover:before{background-position: 4px -3263px;}

.project-name.p-ugame a:before{background-position: 4px -3113px; height: 15px; margin-top: -8px;} 
.project-name.p-ugame a:hover:before{background-position: 4px -3163px;}

.project-name.p-uto a:before{background-position: 4px -3713px; height: 22px; margin-top: -11px;} 
.project-name.p-uto a:hover:before{background-position: 4px -3763px;}

.project-name.p-ukit a:before{background-position: 4px -3413px; height: 21px; margin-top: -12px;} 
.project-name.p-ukit a:hover:before{background-position: 4px -3463px;}

.project-name.p-ln a:before{background-position: 4px -3513px; height: 22px; margin-top: -12px;} 
.project-name.p-ln a:hover:before{background-position: 4px -3563px;}

.project-name.p-learn a:before{background-position: 3px -3613px; height: 23px; margin-top: -12px;} 
.project-name.p-learn a:hover:before{background-position: 3px -3663px;}



/*--------$unoficial----------------------------*/

.unoficial .project-name a:before {
    background-image: url('../img/unoficial.png');
}

.project-name.p-vtutor a:before{background-position: 0 0; height: 17px; margin-top: -9px;} 
.project-name.p-vtutor a:hover:before{background-position: 0 -817px;}

.project-name.p-stempl a:before{background-position: 0 -864px; height: 19px; margin-top: -10px;} 
.project-name.p-stempl a:hover:before{background-position: 0 -913px;}

.project-name.p-umag a:before {background-position: 5px -962px; height: 22px; margin-top: -15px;}
.project-name.p-umag a:hover:before {background-position: 5px -1015px;}

.project-name.p-athemes a:before { background-position: 2px -1068px; height: 22px; margin-top: -12px;} 
.project-name.p-athemes a:hover:before { background-position: 2px -1120px;} 

.project-name.p-sd a:before { background-position: 0 -1172px; height: 17px; margin-top: -9px;} 
.project-name.p-sd a:hover:before {background-position: 0 -1219px;} 

.project-name.p-dizoff a:before {background-position: 3px -1266px; height: 20px; margin-top: -12px;} 
.project-name.p-dizoff a:hover:before {background-position: 3px -1316px;}

.project-name.p-ugarts a:before {background-position: 3px -1366px; height: 20px; margin-top: -8px;} 
.project-name.p-ugarts a:hover:before {background-position: 3px -1416px;}

.project-name.p-uguide a:before { background-position: 7px -1466px; height: 19px; margin-top: -7px;} 
.project-name.p-uguide a:hover:before { background-position: 7px -1515px;}

.project-name.p-uotvet a:before {background-position: 8px -1564px; height: 15px; margin-top: -9px;} 
.project-name.p-uotvet a:hover:before {background-position: 8px -1609px;}

.project-name.p-poligon a:before {background-position: 10px -47px; height: 17px; margin-top: -9px;} 
.project-name.p-poligon a:hover:before {background-position: 10px -93px;}

.project-name.p-ubook a:before{background-position: 6px -139px; height: 13px; margin-top: -7px;} 
.project-name.p-ubook a:hover:before{background-position: 6px -182px;}

.project-name.p-beston a:before{ background-position: 0 -225px; height: 14px; margin-top: -10px;} 
.project-name.p-beston a:hover:before{ background-position: 0 -269px;} 

.project-name.p-ubox a:before {background-position: 1px -313px; height: 17px; margin-top: -9px;}
.project-name.p-ubox a:hover:before {background-position: 1px -360px;}

.project-name.p-ura a:before {background-position: 11px -407px; height: 23px; margin-top: -9px;} 
.project-name.p-ura a:hover:before {background-position: 11px -460px;}

.project-name.p-webmaster a:before {background-position: 3px -513px; height: 22px; margin-top: -11px;} 
.project-name.p-webmaster a:hover:before {background-position: 3px -565px;}

.project-name.p-uconst a:before {background-position: 8px -721px; height: 18px; margin-top: -9px;} 
.project-name.p-uconst a:hover:before {background-position: 8px -769px;}

.project-name.p-weebax a:before {background-position: 8px -1763px; height: 18px; margin-top: -7px;} 
.project-name.p-weebax a:hover:before {background-position: 8px -1807px;}

.project-name.p-fullweb a:before {background-position: 8px -617px; height: 22px; margin-top: -14px;} 
.project-name.p-fullweb a:hover:before {background-position: 8px -669px;}

.project-name.p-school a:before {background-position: 8px -617px; height: 22px; margin-top: -14px;} 
.project-name.p-school a:hover:before {background-position: 8px -669px;}

.project-name.p-seo a:before {background-position: 8px -1846px; height: 23px; margin-top: -13px;} 
.project-name.p-seo a:hover:before {background-position: 8px -1893px;}


/*------------------------------------*\
 $Footer
\*------------------------------------*/

.footer {
    padding: 50px 0 50px;
    border-top: 2px solid #d2dee3;
    position: relative;
    clear: both;
}

.footer .wrap {
    max-width: 980px;
}

.copiright {
    float: left;
    margin-right: 45px;
    color: #96999e;
    font-size: 13px;
}
.footer-logo {
    display: block;
    margin-bottom: 20px;
    width: 105px;
    height: 84px;
    background: url('../img/logo-f.png') no-repeat 0 0;
}
.footer-navigation {
    display: inline-block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    width: 180px;
}
.footer-n-about {
    width: 170px;
}
.footer-n-legal {
    width: 240px;
}
.footer-n-comm {
    padding-right: 0;
    width: 145px;
}
.footer-navigation h3 {
    margin: 0 0 3px 0;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: bold;
}
.footer-n-list {
    margin: 0;
    padding: 0;
}
.footer-n-list a {
    color: #444;
    font-size: 14px;
}
.footer-n-list a:hover {
    color: #2390f6;
}
.footer-navigation li {
    padding: 5px 0;
    list-style: none;
}
.soc-l {
    margin: 0;
    padding: 3px 0 0;
}
.soc-l li,
.soc-l a {
    display: block;
    float: left;
    padding: 0;
    width: 24px;
    height: 24px;
}
.soc-l li {
    padding-left: 6px;
}
.soc-l li:first-child {
    padding-left: 0;
}
.soc-l a {
    overflow: hidden;
    width: 24px;
    height: 24px;
    background: url(../img/soc-icons.png) no-repeat;
    text-indent: 150%;
    white-space: nowrap;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.soc-l a:hover {
    opacity: .6;
}
.soc-lnk.vk {
    background-position: 0 0;
}
.soc-lnk.fb {
    background-position: -25px 0;
}
.soc-lnk.gp {
    background-position: -75px 0;
}
.soc-lnk.tw {
    background-position: -50px 0;
}
.soc-lnk.ok {
    background-position: -100px 0;
}

@media only screen and (max-width: 1130px) {
    .likes {
        width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 980px) {
.footer {
 padding: 20px 0;
 }
 .footer-navigation {
 display: none;
 }
 .copiright {
 float: none;
 margin: 0;
 text-align: center;
 }
 .footer-logo {
 display: none;
 }
}

@media only screen and (max-width: 680px) {
  .project-l-gap1,
  .project-l-gap2 {
   padding-bottom: 0;
  }
}

@media only screen and (max-width: 560px) {
    .likes {
        width: 340px;
    }
}