html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialised;
  color: #60778b; }
  body .scrollfix {
    margin-left: calc(100vw - 100%);
    margin-right: 0; }
  body h2 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 0; }
  body section {
    position: relative;
    margin-left: -20px; }
  body img {
    max-width: 100%; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

#h_logo {
  display: inline-block;
  width: 112px;
  height: 129px;
  background: url("../img/logo.png") no-repeat 0 0; }

#h_logo_small {
  display: inline-block;
  width: 60px;
  height: 69px;
  background: url("../img/logo.png") no-repeat 0 0;
  background-size: cover; }

.container {
  position: relative; }
  .container p {
    margin-bottom: 40px;
    line-height: 1.9; }

.container header {
  margin: 25px 0 0 0;
  display: inline-block;
  float: left; }

a:active, a:focus, button:active, button:focus {
  outline: none;
  -moz-outline-style: none; }

.main_nav {
  margin: 75px 0 0 33px;
  display: table-row;
  float: left; }
  .main_nav ul {
    padding: 0;
    list-style: none;
    display: table-row; }
    .main_nav ul li {
      cursor: pointer;
      display: inline-block;
      color: #96abbd;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 22px;
      border: 2px solid rgba(150, 171, 189, 0);
      margin: 0 6px 0 0;
      border-top-left-radius: 12px;
      border-bottom-right-radius: 12px; }
      .main_nav ul li.active {
        color: white;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: #0e1828; }

#ring {
  width: 139px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/ring_txt_eng.png") no-repeat 0 52px;
  text-align: right; }
  #ring button {
    display: inline-block;
    width: 62px;
    height: 92px;
    background: url("../img/ring.png") no-repeat 0 0;
    border: none; }

.contacts {
  height: 550px;
  width: 100%;
  background: black url("../img/backlight.png") no-repeat 700px top;
  display: none;
  color: white; }
  .contacts h1 {
    font-family: "Open Sans Italic", sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #981b32;
    -webkit-font-smoothing: antialised;
    margin: 74px 0 0 0;
    line-height: 1; }
  .contacts span {
    font-family: "Open Sans Italic", sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block; }
  .contacts p {
    font-family: "Open Sans", sans-serif;
    line-height: 21px;
    margin: 35px 0;
    font-weight: 300; }

.contact_photo {
  position: relative;
  height: 550px;
  background: url("../img/contact_photo.png") no-repeat 160px 0; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url("../img/close.png") no-repeat 0 0;
  border: none;
  font-weight: 700;
  color: white;
  text-shadow: 0 1px rgba(255, 255, 255, 0);
  line-height: 1.5; }
  .close:hover {
    background: url("../img/close.png") no-repeat 0 -16px; }
  .close:active {
    margin-top: 1px; }

.portfolio_item {
  display: none;
  margin-bottom: 40px;
  font-size: 13px;
  background: white; }
  .portfolio_item a img {
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .portfolio_item a img:hover {
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: 0.7; }
  .portfolio_item .portfolio_item_info {
    margin-top: 10px; }
    .portfolio_item .portfolio_item_info a {
      text-decoration: underline; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.btn {
  margin: 0 0 1px 0;
  border: 2px solid #338ecf !important;
  font-weight: 700;
  color: #338ecf;
  padding: 6px 21px;
  text-shadow: 0 1px rgba(255, 255, 255, 0);
  line-height: 1.5;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }
  .btn:hover {
    background: #338ecf;
    color: #113650;
    border: 2px solid #338ecf !important;
    text-shadow: 0 1px #62a5d6; }
  .btn:active {
    margin-top: 1px;
    margin-bottom: 0;
    border: 2px solid #338ecf !important; }
  .btn:active:hover {
    border: 2px solid #338ecf !important; }
  .btn:focus, .btn:focus:hover {
    border: 2px solid #338ecf !important; }

.social {
  clear: both; }
  .social a {
    display: inline-block;
    float: left; }
  .social .social_icons {
    width: 37px;
    height: 37px;
    margin: 0 6px 0 0;
    display: inline-block; }
  .social .in_icon:hover {
    background: url("/img/social_sprite.png") no-repeat 0 -37px; }
  .social .in_icon:active {
    margin-top: 1px; }
  .social .vk_icon:hover {
    background: url("/img/social_sprite.png") no-repeat -37px -37px; }
  .social .vk_icon:active {
    margin-top: 1px; }
  .social .fb_icon:hover {
    background: url("/img/social_sprite.png") no-repeat -74px -37px; }
  .social .fb_icon:active {
    margin-top: 1px; }

.in_icon {
  color: #2c8fc1;
  background: url("/img/social_sprite.png") no-repeat 0 0; }

.vk_icon {
  color: #35649e;
  background: url("/img/social_sprite.png") no-repeat -37px 0; }

.fb_icon {
  color: #3b5998;
  background: url("/img/social_sprite.png") no-repeat -74px 0; }

.skype_icon {
  color: #00aaf1;
  background: url("/img/social_sprite.png") no-repeat -111px 0; }

.phone_icon {
  color: #60778b;
  background: url("/img/social_sprite.png") no-repeat -111px -37px; }

.contacts_info div {
  display: table;
  margin-top: 10px; }
.contacts_info .contact_icons {
  width: 37px;
  height: 37px;
  margin: 0 6px 0 0;
  display: table-cell;
  vertical-align: middle; }
.contacts_info .contact_link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px; }

footer {
  padding-top: 56px;
  margin-left: -20px; }
  footer span {
    clear: both;
    display: block;
    font-size: 12px;
    color: #758b9f;
    padding: 18px 0 20px; }

.date {
  font-size: 12px;
  margin: 0 0 20px 0; }

#contacts .col-md-7, #contacts .col-md-5 {
  margin-top: 50px; }
#contacts footer .social {
  display: none; }
#contacts h2 {
  margin-bottom: 30px; }

#form #who, #form #email {
  max-width: 328px;
  min-width: 50%;
  height: 42px;
  line-height: 1.1;
  border: 2px solid rgba(117, 138, 152, 0.5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 20px;
  color: #758a98;
  font-family: "Open Sans Italic", sans-serif;
  font-size: 14px;
  padding-left: 21px; }
#form textarea {
  max-width: 328px;
  min-width: 50%;
  height: 120px;
  padding: 5px 21px;
  border: 2px solid rgba(117, 138, 152, 0.5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #758a98;
  resize: none;
  display: block;
  margin-bottom: 20px; }
#form #text {
  font-family: "Open Sans Italic", sans-serif; }

input, textarea {
  outline: 0; }

input.error {
  border: 2px solid #ed6d7a !important;
  color: #ed6d7a !important; }
  input.error::-webkit-input-placeholder {
    color: #ed6d7a !important; }
  input.error::-moz-placeholder {
    color: #ed6d7a !important; }
  input.error:-moz-placeholder {
    color: #ed6d7a !important; }
  input.error:-ms-input-placeholder {
    color: #ed6d7a !important; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-webkit-input-placeholder {
  color: #758a98;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  color: #758a98;
  text-overflow: ellipsis; }

input:-moz-placeholder {
  color: #758a98;
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  color: #758a98;
  text-overflow: ellipsis; }

input:focus, textarea:focus, input:focus:hover, textarea:focus:hover {
  border: 2px solid #2980b9 !important;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }

input:hover, textarea:hover {
  border: 2px solid rgba(117, 138, 152, 0.8) !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

input:focus, textarea:focus {
  font-family: "Open Sans", sans-serif !important; }

.message {
  opacity: 0;
  margin-top: 20px;
  color: #6CA943; }

#work_racoongame .racoon_bg {
  background: url("/graphic/racoongame/racoon_bg.jpg") no-repeat 0 0;
  background-size: cover; }
  #work_racoongame .racoon_bg .container {
    background: white;
    padding-bottom: 60px; }
#work_racoongame section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  #work_racoongame section ul li {
    display: inline-block; }
    #work_racoongame section ul li .play_vk {
      display: inline-block;
      width: 149px;
      height: 42px;
      background: url("/graphic/birdstown/play_social_sprite.png") no-repeat 0 -84px; }
    #work_racoongame section ul li .play_ok {
      display: inline-block;
      width: 149px;
      height: 42px;
      background: url("/graphic/birdstown/play_social_sprite.png") no-repeat 0 -42px; }
    #work_racoongame section ul li:hover {
      opacity: 0.9;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  #work_racoongame section ul li:nth-child(1) {
    margin-right: 20px; }
#work_racoongame .separator {
  margin-top: -10px;
  height: 5px;
  background: url("/graphic/racoongame/separator.png") repeat-x 0 0; }
#work_racoongame .bg_darkgrey {
  background: #758a98; }

.racoon_gameinfo p {
  max-width: 720px;
  margin-right: 80px;
  display: inline-block; }

.racoon_logo {
  margin: 0 auto;
  display: block; }

#work_khmara {
  background: #f2ead5 url("/img/khmara_top_bg.png") repeat-x 0 0; }
  #work_khmara img {
    z-index: 100; }
  #work_khmara span {
    z-index: -1; }
  #work_khmara h2, #work_khmara p, #work_khmara span {
    color: #645958; }
  #work_khmara .shoe_red {
    position: absolute;
    width: 251px;
    height: 218px;
    right: 80px;
    background: url("/graphic/khmara/shoe_red.png") no-repeat 0 0; }
  #work_khmara .shoe_snake {
    position: absolute;
    width: 249px;
    height: 188px;
    top: 20px;
    right: 20px;
    background: url("/graphic/khmara/shoe_snake.png") no-repeat 0 0; }
  #work_khmara .scissors {
    position: absolute;
    width: 156px;
    height: 206px;
    bottom: -20px;
    left: 120px;
    background: url("/graphic/khmara/scissors.png") no-repeat 0 0; }

#work_avtogradbooklet .container img {
  margin-bottom: 50px; }

#work_animationsbt2 .gif_images img {
  width: 370px; }

#work_birdstown .container {
  z-index: 1; }
#work_birdstown span {
  z-index: 0; }
#work_birdstown .col-md-3 {
  margin-bottom: 30px; }
#work_birdstown .cloud_one {
  width: 415px;
  height: 159px;
  position: absolute;
  top: 30px;
  left: -120px;
  background: url("/graphic/birdstown/cloud01.png") no-repeat 0 0; }
#work_birdstown .cloud_two {
  width: 200px;
  height: 77px;
  position: absolute;
  bottom: 30px;
  right: 80px;
  background: url("/graphic/birdstown/cloud01.png") no-repeat 0 0;
  background-size: cover;
  cursor: pointer; }
#work_birdstown section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  #work_birdstown section ul li {
    display: inline-block; }
    #work_birdstown section ul li .play_fb {
      display: inline-block;
      width: 149px;
      height: 42px;
      background: url("/graphic/birdstown/play_social_sprite.png") no-repeat 0 0; }
    #work_birdstown section ul li .play_vk {
      display: inline-block;
      width: 149px;
      height: 42px;
      background: url("/graphic/birdstown/play_social_sprite.png") no-repeat 0 -84px; }
    #work_birdstown section ul li .play_ok {
      display: inline-block;
      width: 149px;
      height: 42px;
      background: url("/graphic/birdstown/play_social_sprite.png") no-repeat 0 -42px; }
    #work_birdstown section ul li:hover {
      opacity: 0.9;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
#work_birdstown .separator {
  background: white url("/graphic/birdstown/separator.png") repeat-x 0 0;
  text-align: center; }
  #work_birdstown .separator .container {
    padding-top: 30px; }
  #work_birdstown .separator h2 {
    text-align: left; }
  #work_birdstown .separator .com_vk {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    box-shadow: -10px -5px 10px rgba(100, 100, 100, 0.3); }
  #work_birdstown .separator .com_btok_january {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    margin-top: 40px; }

.com_vkok img {
  display: inline-block; }
.com_vkok footer {
  background: white; }

.birdstown_gameinfo p {
  max-width: 620px;
  display: inline-block; }

#work_exstep {
  background: #0b0f1c; }
  #work_exstep img {
    display: block; }
  #work_exstep .exstep_logo {
    margin: 200px auto 350px; }
  #work_exstep .bg_gray {
    background: #dde1e4; }
  #work_exstep .exstep_mainpage {
    margin: -100px auto 0; }
  #work_exstep .exstep_make_order {
    padding-top: 100px; }
    #work_exstep .exstep_make_order img {
      display: inline-block; }
    #work_exstep .exstep_make_order img:nth-child(2) {
      margin-left: -200px;
      margin-top: 107px;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    #work_exstep .exstep_make_order img:nth-child(3) {
      margin-left: -200px;
      margin-top: 232px;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    #work_exstep .exstep_make_order img:nth-child(4) {
      margin-left: -85px;
      margin-top: 426px;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
  #work_exstep .exstep_contacts {
    padding: 100px 0; }
    #work_exstep .exstep_contacts img {
      display: inline-block; }
    #work_exstep .exstep_contacts img:nth-child(1) {
      margin-top: -345px; }

#work_mol {
  color: white;
  background: #3d2e36 url("/graphic/mol/mol_pattern.png") repeat 0 0; }
  #work_mol img {
    display: block; }
  #work_mol .mol_logo {
    margin: 150px auto 250px; }
  #work_mol .bg_beet {
    background: #3d2e36; }
  #work_mol .bg_orange {
    min-height: 316px;
    background: #f58736; }
    #work_mol .bg_orange img {
      display: inline-block; }
  #work_mol .mol_mainpage {
    margin: 50px auto 50px; }
  #work_mol .mol_catalog {
    position: relative;
    z-index: 1;
    left: 0; }
  #work_mol .mol_compare {
    position: absolute;
    bottom: 0;
    left: 13%;
    z-index: 2; }
  #work_mol .mol_lowner {
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 3; }
  #work_mol .mol_productpage {
    margin: 50px auto -10px; }
  #work_mol .separator {
    height: 5px;
    background: url("/graphic/mol/separator.png") repeat-x 0 0; }

.bg_white {
  background: white; }

h2.big_tittle {
  position: absolute;
  right: 1em;
  font-weight: 300;
  font-size: 49px;
  line-height: 0.8;
  top: 0.4em;
  margin: 0; }

#work_mkedoffnet {
  color: #606060; }
  #work_mkedoffnet .mkedoff_mainpagebg {
    background: url("/graphic/mkedoffnet/mkedoff_bgmaingape.jpg") no-repeat 0 0;
    background-size: cover; }
  #work_mkedoffnet h2 {
    display: inline-block;
    background: white;
    padding: 20px;
    clear: both; }
  #work_mkedoffnet p.date {
    clear: both;
    display: inline-block;
    background: white;
    padding: 20px; }
  #work_mkedoffnet p.mkedoff_projectinfo {
    color: white;
    background: #d23938;
    padding: 20px;
    max-width: 488px; }
  #work_mkedoffnet .mkedoff_iphone_menu {
    float: left;
    width: 393px;
    height: 856px;
    margin-top: -200px;
    position: relative;
    background: url("/graphic/mkedoffnet/mkedoff_iphone.png") no-repeat 0 0; }
    #work_mkedoffnet .mkedoff_iphone_menu .mk_slide_item {
      display: none;
      position: absolute;
      top: 153px;
      left: 37px; }
  #work_mkedoffnet .mk_slide_nav {
    padding: 0;
    list-style: none;
    float: left;
    margin: 100px 0 0 50px; }
    #work_mkedoffnet .mk_slide_nav li {
      cursor: pointer;
      color: #96abbd;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 6px 0 0; }
      #work_mkedoffnet .mk_slide_nav li span {
        display: inline-block;
        padding: 10px 22px;
        border: 2px solid rgba(150, 171, 189, 0);
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px; }
        #work_mkedoffnet .mk_slide_nav li span.active {
          border: 2px solid #d23938;
          color: #d23938;
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
  #work_mkedoffnet .mk_slide_infoitem {
    display: none;
    float: left;
    font-size: 16px;
    max-width: 320px;
    margin-top: 120px;
    margin-left: 80px;
    background: white; }

#work_kedoffnet {
  color: #606060;
  background: #faf9f5; }
  #work_kedoffnet img {
    display: block;
    margin: 0 auto; }
  #work_kedoffnet .kedoffnet_catalog {
    margin: 50px auto; }
  #work_kedoffnet .kedoffnet_newsletter {
    margin-top: 50px; }
    #work_kedoffnet .kedoffnet_newsletter h2 {
      margin-bottom: 50px; }

#work_intershop .intershop_info {
  color: white;
  background: url("/graphic/intershop/intershop_bg.jpg");
  background-size: cover; }
#work_intershop .col-md-12 {
  text-align: center;
  padding: 100px 0; }
#work_intershop .separator {
  height: 5px;
  margin-top: -5px;
  background: url("/graphic/mol/separator.png") repeat-x 0 0; }
#work_intershop .intershop_logo {
  text-align: center;
  padding: 200px 0; }

.pds_icon {
  background: #020214; }

#studylikeninja img {
  display: block;
  margin: 0 auto; }

#kidit {
  background: #0f2842;
  color: white; }
  #kidit img {
    margin: 0 auto; }
  #kidit .kidit_title {
    color: #647aa6;
    text-align: left; }
  #kidit .kidit_browser {
    margin-top: -120px;
    float: right; }
  #kidit .bg_white {
    text-align: center; }
  #kidit footer {
    background: white; }
  #kidit .kidit_footer {
    text-align: center;
    background: #0f2842; }
  #kidit .kidit_spaceship {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 112px;
    height: 63px;
    background: url("/graphic/kidit/kidit_spaceship.png") no-repeat 0 0;
    background-size: 100% 100%; }
  #kidit .kidit_stars {
    background: url("/graphic/kidit/kidit_stars.png") 0 0; }
    #kidit .kidit_stars .container {
      background: #0f2842; }

.project_nav {
  margin: 0;
  display: table-row;
  float: left; }
  .project_nav ul {
    padding: 0;
    list-style: none;
    display: table-row; }
    .project_nav ul li {
      display: inline-block;
      color: #96abbd;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 0;
      border: 2px solid rgba(150, 171, 189, 0);
      margin: 0 6px 0 0;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
      .project_nav ul li.active {
        border: 2px solid #96abbd;
        color: #60778b;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }

.dkblue_bg {
  background: #202d43; }

.lgtblue_bg {
  background: #EFF9FB; }

iframe {
  margin: 0 auto;
  border: 0;
  /* display: block */
  width: 550px; }

.animations {
  min-height: 400px;
  text-align: center; }

/*# sourceMappingURL=main.css.map */
