@import url(reset.css);
@import url(fonts.css);

HTML, BODY {
  width:100%;
  height:100%;
  }
BODY {
  overflow-y:scroll;
  background:url(../img/pattern.png) 50% 0;
  }

#wrapper {
  width:100%;
  min-width:960px;
  min-height:100%;
  overflow:hidden;
  }
area{outline:none}
A {
  color:#000;
  text-decoration:underline;
  }
  A:hover { color:#e32830; }

HEADER {
  position:fixed;
  z-index:10;
  top:0;
  left:40px;
  display:block;
  width:200px;
  background-color:#fff;
  }
  HEADER NAV {
    position:relative;
    display:block;
    width:160px;
    padding:0 20px 35px;
    text-align:center;
    background: url(../img/header_bg.png) center bottom no-repeat;
    }
    HEADER:after, HEADER .after {
      content:'';
      position:absolute;
      bottom:-40px;
      left:0;
      width:100%;
      height:40px;
      background:url(../img/bot.png) 0 0 no-repeat ;
      -webkit-background-size:200px 40px;
      -moz-background-size:200px 40px;
      -o-background-size:200px 40px;
      background-size:200px 40px;
      }

  #nav-toggle {
    display:none;
    position:absolute;
    bottom:0;
    left:50%;
    width:30px;
    height:30px;
    background:url(../img/sprite.png) -40px -34px no-repeat;
    margin-left:-15px;
    cursor:pointer;
    }
    #nav-toggle:hover {
      background-position:-40px -67px;
      }
    #nav-toggle:after {
      content:'';
      position:absolute;
      top:14px;
      left:50%;
      width:10px;
      height:4px;
      background:url(../img/sprite.png) -17px -47px no-repeat;
      margin-left:-5px;
      }
      NAV.opened #nav-toggle:after {
        top:12px;
        background-position:-17px -54px;
        }

  #nav-wrapper {
    width:100%;
    overflow:hidden;
    }
    #nav-wrapper H2 {
      text-indent:-9999px;
      margin:20px auto 0;
      }
      .en #nav-wrapper H2 {
        width:86px;
        height:36px;
        background:url(../img/title/en/menu.png) 0 0 no-repeat;
        }
      .ru #nav-wrapper H2 {
        width:100px;
        height:36px;
        background:url(../img/title/ru/menu.png) 0 0 no-repeat;
        }
    #nav-wrapper UL {
      margin-bottom:30px;
      }
    #nav-wrapper LI {
      margin-top:20px;
      }
      #nav-wrapper LI>A {
        font-family:'Baskerville', serif;
        font-weight:normal;
        font-size:20px;
        line-height:25px;
        font-style:italic;
        color:#58585B;
        text-decoration:none;
         /* border-bottom:1px dotted;*/
        }
        #nav-wrapper LI>A:hover { color:#e32830; }
        #nav-wrapper LI>A.active {
          color:#e32830;
          border:0;
          cursor:default;
          }

  HEADER .lang {
                  margin-bottom:20px;
    }
    HEADER .lang A {
      display:block;
      width:53px;
      height:26px;
      background:url(../img/lang_bg.png) 0 0 no-repeat;
      font-family:'Baskerville', serif;
      font-weight:normal;
      font-size:12px;
      line-height:18px;
      margin:0 auto;
      font-style:italic;
      text-decoration:none;
      color:#fff;
      }

#logo {
  text-decoration:none;
  }
#slogan {
  position:absolute;
  bottom:-111px;
  left:50%;
  text-indent:-9999px;
  font-size:0;
  }
  .en #slogan {
    width:126px;
    height:36px;
    margin-left:-63px;
    background:url(../img/title/en/slogan.png) 0 0 no-repeat;
    }
  .ru #slogan {
    width:109px;
    height:36px;
    margin-left:-54px;
    background:url(../img/title/ru/slogan.png) 0 0 no-repeat;
    }


SECTION {
  position:relative;
  display:block;
  width:100%;
  min-height:1000px;
  overflow:hidden;
  }

#section-container {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  overflow:hidden;
  }
#section-container.enabled {
  position:relative;
  width:100%;
  height:auto;
  }

#section-start {
  height:850px;
  min-height:0;
  }
#start-container {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:900px;
  padding-bottom:10px;
  background:url(../img/pattern.png) 50% 50%;
  overflow:hidden;
  }
  #start-container .grad {
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    width:100%;
    height:435px;
    background:url(../img/grad.png) 0 0 repeat-x;
    }

    
#banner-top {
position: fixed;
z-index: 10;
top: 110px;
right: 0;
padding:10px;
}    

#pdf-top {
  position:fixed;
  z-index:10;
  top:30px;
  right:0;
  padding:10px;
  background-color:#fff;
  }
  #pdf-top A {
    position:relative;
    display:block;
    width:80px;
    padding:0 0 0 30px;
    }
    #pdf-top A EM {
      font-family:'Philosopher', serif;
      font-weight:normal;
      font-size:12px;
      line-height:15px;
      font-style:italic;
      color:#000;
      text-decoration:underline;
      }
      #pdf-top A:hover EM {
        color:#e32830;
        }
    #pdf-top A:after, #pdf-top A .after {
      content:'';
      position:absolute;
      top:3px;
      left:0;
      display:block;
      width:23px;
      height:30px;
      background:url(../img/sprite.png) -17px 0;
      }

#kaleidoscope {
  position:relative;
  z-index:2;
  width:100%;
  min-height:100%;
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
  }
  #kaleidoscope .preloader {
    position:absolute;
    top:50%;
    left:50%;
    width:130px;
    height:161px;
    margin:-126px 0 0 -65px;
    background:url(../img/preloader.png) 0 0 no-repeat;
    }
    #kaleidoscope .preloader SPAN {
      display:block;
      padding:88px 0 0;
      font-family:'Philosopher', sans-serif;
      font-weight:bold;
      font-size:16px;
      line-height:16px;
      color:#fff;
      text-align:center;
      }
  #kaleidoscope .animation {
    display:none;
    position:absolute;
    top:0px;
    left:50%;
    cursor:pointer;
    }
    #kaleidoscope CANVAS {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      }
      #kaleidoscope .canvas {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        }
        #kaleidoscope .canvas IMG {
          width:100%;
          height:100%;
          }
    #kaleidoscope NAV {
      display:none;
      position:absolute;
      bottom:0;
      left:0;
      right:0;
      padding:0 30px;
      overflow:hidden;
      }

      #kaleidoscope UL {

        }
        #kaleidoscope LI {
          position:relative;
          float:left;
          height:1px;
          padding:50px 0;
          cursor:pointer;
          }
          #kaleidoscope H3 {
            position:absolute;
            top:15px;
            left:50%;
            margin-left:-8px;
            height:20px;
            padding:0 4px;
            font-family:'Baskerville', serif;
            font-weight:normal;
            font-style:italic;
            font-size:14px;
            line-height:20px;
            color:#000;
            background-color:#fff;
            cursor:pointer;
            }
            #kaleidoscope H3:before {
              content:'';
              position:absolute;
              top:0;
              left:-3px;
              display:block;
              width:3px;
              height:20px;
              background:url(../img/sprite.png) -4px -10px;
              }
            #kaleidoscope H3:after {
              content:'';
              position:absolute;
              top:0;
              right:-4px;
              display:block;
              width:4px;
              height:20px;
              background:url(../img/sprite.png) -10px -10px;
              }
            #kaleidoscope H3:hover {
              color:#fff;
              background-color:#000;
              }
              #kaleidoscope H3:hover:before {
                background-position:-4px -33px;
                }
              #kaleidoscope H3:hover:after {
                background-position:-10px -33px;
                }


          #kaleidoscope LI SPAN {
            position:absolute;
            left:50%;
            top:47px;
            display:block;
            width:6px;
            height:6px;
            margin-left:-3px;
            border-radius:50%;
            background-color:#000;
            cursor:pointer;
            }
            .ie #kaleidoscope LI SPAN {
              behavior: url(css/pie.htc);
              }
            #kaleidoscope LI:hover SPAN {
              top:44px;
              margin-left:-6px;
              background-color:#f37379;
              border:3px solid #fff;
              }
              .ie #kaleidoscope LI:hover SPAN {
                background-color:#000;
                }
      #kaleidoscope NAV .bg {
        position:absolute;
        top:50px;
        right:30px;
        left:30px;
        height:1px;
        background:url(../img/dash.png) 0 0 repeat-x;
        }

      #kaleidoscope .slider {
        position:absolute;
        left:0;
        top:50%;
        width:16px;
        height:16px;
        border-radius:50%;
        margin:-8px 0 0 21px;
        background-color:#fff;
        cursor:pointer;
        }
        .ie #kaleidoscope .slider {
          behavior: url(css/pie.htc);
          }
        #kaleidoscope .slider>DIV {
          position:absolute;
          top:3px;
          left:3px;
          width:10px;
          height:10px;
          border-radius:50%;
          background-color:#e32830;
          }
          #kaleidoscope .slider:hover>DIV {
            background-color:#f37379;
            }
          .ie #kaleidoscope .slider>DIV {
            behavior: url(css/pie.htc);
            }
          #kaleidoscope .slider>DIV>SPAN {
            display:none;
            position:absolute;
            top:50%;
            left:50%;
            background-image:url(../img/sprite.png);
            background-repeat:no-repeat;
            }
        #kaleidoscope .slider.play {
          width:24px;
          height:24px;
          margin:-12px 0 0 17px;
          }
          #kaleidoscope .slider.play>DIV {
            width:18px;
            height:18px;
            }
            #kaleidoscope .slider.play>DIV>SPAN {
              display:block;
              width:4px;
              height:9px;
              margin:-4px 0 0 -1px;
              background-position:-10px 0;
              }
        #kaleidoscope .slider.pause {
          width:24px;
          height:24px;
          margin:-12px 0 0 17px;
          }
          #kaleidoscope .slider.pause>DIV {
            width:18px;
            height:18px;
            }
            #kaleidoscope .slider.pause>DIV>SPAN {
              display:block;
              width:8px;
              height:7px;
              margin:-3px 0 0 -4px;
              background-position:0 0;
              }


        #kaleidoscope.touch .slider {
          width:24px;
          height:24px;
          margin:-12px 0 0 17px;
          }
          #kaleidoscope.touch .slider>DIV {
            width:18px;
            height:18px;
            }
          #kaleidoscope.touch .slider.play {
            width:40px;
            height:40px;
            margin:-20px 0 0 9px;
            }
            #kaleidoscope.touch .slider.play>DIV {
              width:34px;
              height:34px;
              }
          #kaleidoscope.touch .slider.pause {
            width:40px;
            height:40px;
            margin:-20px 0 0 9px;
            }
            #kaleidoscope.touch .slider.pause>DIV {
              width:34px;
              height:34px;
              }

.section-catalog {
  }
  .section-catalog LI {
    display:none;
    position:absolute;
    z-index:3;
    top:0;
    left:0%;
    width:100%;
    height:100%;
    font-size:0;
    }
    .section-catalog LI.new {
      display:block;
      z-index:4;
      }
    .section-catalog LI.cur {
      display:block;
      }
    .section-catalog LI.old {
      display:block;
      }
    .section-catalog LI>.logo {
      -webkit-opacity:0;
      -moz-opacity:0;
      opacity:0;

      -webkit-transition:opacity .1s linear;
      -moz-transition:opacity .1s linear;
      -ms-transition:opacity .1s linear;
      -o-transition:opacity .1s linear;
      transition:opacity .1s linear;
      }
      .section-catalog LI.cur>.logo {
        -webkit-opacity:1;
        -moz-opacity:1;
        opacity:1;
        }


#section-category {
  position:relative;
  width:100%;
  height:850px;
  padding-top:10px;
  margin-top:-10px;
  z-index:2;
  }
  #section-category LI {

    }
    #section-category LI.new {
      display:block;
      z-index:2;
      }
    #section-category LI.cur {
      display:block;
      }
    #section-category LI.old {
      display:block;
      }
  #section-category LI>.bg {
    position:relative;
    display:none;
    }
  #section-category LI>.logo {
    position:absolute;
    top:50%;
    left:50%;
    margin:-126px 0 0 -125px;
    cursor:pointer;
    }

  #section-category:before, #section-category .before {
    content:'';
    position:absolute;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    height:10px;
    background:url(../img/v-top.png) 50% 0 repeat-x;
    }
  #section-category:after, #section-category .after {
    content:'';
    position:absolute;
    z-index:5;
    bottom:0;
    left:0;
    width:100%;
    height:10px;
    background:url(../img/v-bot.png) 50% 0 repeat-x;
    }

  #section-category.goto LI {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
    }
    #section-category.goto  LI.cur {
      -webkit-opacity:1;
      -moz-opacity:1;
      opacity:1;
      }


#section-items,
#section-contact,
.section-static {
  /*background:url(../img/pattern.png) 50% 0;*/
  }
  #section-items:after, #section-items .after,
  .section-static:after, .section-static .after {
    content:'';
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    width:100%;
    height:12px;
    background:url(../img/v-bot_2.png) 50% 0 repeat-x;
    }

#section-contact{
  position:relative;
  z-index:5;
  margin: -11px 0 0 0;
  }
  #section-contact .text{
    padding-top:0;
  }

#section-brand{
  position:relative;
  z-index:4;
  margin:-11px 0 0 0;
  }
  #section-brand .text{
    padding-top:0
  }

#section-items {
  height:1600px;
  position:relative;
  z-index:3;
  margin:-11px 0 0;
  }
  #section-items LI {

    }
    #section-items LI>.logo {
      width:500px;
      height:230px;
      overflow:hidden;
      margin: 0 auto;
      font-size:0;
      }
      #section-items .logo-center {
        position:relative;
        margin:0 30px;
        padding:0;
        text-align:center;
        }

  #section-items .set {
    display:none;
    position:absolute;
    top:510px;
    left:50%;
    width:990px;
    height:1000px;

    margin-left:-495px;
    }
    #section-items .set IMG {
      width:100%;
      height:100%;
      }

  #section-items .item-area {
    position:absolute;
    display:block;
    width:20px;
    height:20px;
    background-color:#fff;
    margin:4px 0 0 -10px;
    text-align:center;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    }
    #section-items .item-area:before {
      content:'';
      position:absolute;
      top:-4px;
      left:0;
      width:20px;
      height:4px;
      background:url(../img/sprite.png) -17px -33px no-repeat;
      }
      .ie #section-items .item-area:before { display:none; }
    #section-items .item-area:after {
      content:'';
      display:block;
      width:10px;
      height:10px;
      margin:5px auto;
      background:url(../img/sprite.png) -147px -26px no-repeat;
      }
      .ie #section-items .item-area:after { margin-left:4px; }
    #section-items .item-area:hover,
    #section-items .item-area.hover {
      background-color:#000;
      }
      #section-items .item-area:hover:before,
      #section-items .item-area.hover:before {
        background-position:-17px -40px;
        }
      #section-items .item-area:hover:after,
      #section-items .item-area.hover:after {
        background-position:-147px -39px;
        }
    #section-items .item-area.opened {
      background-color:#fff;
      }
      #section-items .item-area.opened:before {
        background-position:-17px -33px;
        }
      #section-items .item-area.opened:after {
        background-position:-147px -52px;
        }

  #section-items LI {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;

    -webkit-transition:opacity .1s linear;
    -moz-transition:opacity .1s linear;
    -ms-transition:opacity .1s linear;
    -o-transition:opacity .1s linear;
    transition:opacity .1s linear;
    }
    .ie #section-items LI {
      display:none;
      opacity:1;
      }
    #section-items  LI.cur {
      -webkit-opacity:1;
      -moz-opacity:1;
      opacity:1;
      }
      .ie #section-items LI.cur {
        display:block;
        }
#item-popup {
  display:none;
  position:absolute;
  z-index:10;
  width:260px;
  margin:24px 0 0 -150px;
  background-color:#fff;
  padding:10px 20px;
  }
  #item-popup H3 {
    font-family:'Philosopher', sans-serif;
    font-weight:bold;
    font-size:18px;
    line-height:20px;
    text-transform:uppercase;
    color:#000;
    margin-bottom:15px;
    }
    #item-popup H3 SPAN {
      text-transform:none
    }
  #item-popup P {
    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:11px;
    line-height:15px;
    text-transform:uppercase;
    color:#8e8e8e;
    }
  #item-popup .counts {
    width:100%;
    overflow:hidden;
    padding-top:10px;
    }
    #item-popup .counts SPAN {
      position:relative;
      display:inline-block;
      width:37px;
      height:15px;
      margin:0 5px;
      padding-right:3px;
      vertical-align:bottom;
      border:1px solid #8e8e8e;
      border-radius:2px;
      text-align:right;
      font-family:'Philosopher', sans-serif;
      font-weight:bold;
      font-size:9px;
      line-height:15px;
      color:#8e8e8e;
      }
      .ie #item-popup .counts SPAN {
        *display:inline;
        *zoom:1;
        }
      #item-popup .counts SPAN:before {
        content:'';
        position:absolute;
        bottom:3px;
        left:3px;
        display:block;
        width:14px;
        height:8px;
        background:url(../img/sprite.png) -147px -15px no-repeat;
        }
      #item-popup .counts .big {
        padding-top:10px;
        }
  .item-popup-elem {
    padding:20px 0;
    text-align:center;
    border-top:1px dashed #b5b5b5;
    }
    .item-popup-elem:first-child {
      border-top:0;
      }




.nav-button {
  position:fixed;
  z-index:10;
  cursor:pointer;

  -webkit-transition-property:bottom,left,right;
  -webkit-transition-timing-function:linear;
  -webkit-transition-duration:.25s;
  -moz-transition-property:bottom,left,right;
  -moz-transition-timing-function:linear;
  -moz-transition-duration:.25s;
  -ms-transition-property:bottom,left,right;
  -ms-transition-timing-function:linear;
  -ms-transition-duration:.25s;
  -o-transition-property:bottom,left,right;
  -o-transition-timing-function:linear;
  -o-transition-duration:.25s;
  transition-property:bottom,left,right;
  transition-timing-function:linear;
  transition-duration:.25s;
  }

#button-down {
  bottom:-42px;
  left:50%;
  width:60px;
  height:30px;
  background-color:#e32830;
  margin-left:-30px;
  }
  .ie #button-down {
    *padding-top:10px;
    *height:20px;
    }
  #button-down:hover {
    background-color:#f37379;
    }
  #button-down:before, #button-down .before {
    content:'';
    position:absolute;
    top:-12px;
    left:0;
    display:block;
    width:60px;
    height:12px;
    background:url(../img/sprite.png) -43px 0;
    }
    #button-down:hover:before, #button-down:hover .before {
      background-position:-106px 0;
      }
  #button-down:after, #button-down .after {
    content:'';
    display:block;
    width:16px;
    height:7px;
    background:url(../img/sprite.png) -43px -15px;
    margin:10px 0 0 22px;
    }
    .ie #button-down .after {
      *margin-top:0;
      }
  #button-down.enabled {
    bottom:0;
    }
  #button-down.hidden {
    bottom:-42px;
    }


#button-prev {
  z-index:10;
  top:50%;
  left:-60px;
  width:60px;
  height:60px;
  margin-top:-30px;
  background-color:#e32830;
  border-radius:30px;
  }
  #button-prev:hover {
    background-color:#f37379;
    }
  #button-prev:after, #button-prev .after {
    content:'';
    display:block;
    width:7px;
    height:16px;
    background:url(../img/sprite.png) -72px -15px;
    margin:22px 0 0 39px;
    }
  #button-prev.enabled { left:-30px; }
#button-next {
  z-index:10;
  top:50%;
  right:-60px;
  width:60px;
  height:60px;
  margin-top:-30px;
  background-color:#e32830;
  border-radius:30px;
  }
  #button-next:hover {
    background-color:#f37379;
    }
  #button-next:after, #button-next .after {
    content:'';
    display:block;
    width:7px;
    height:16px;
    background:url(../img/sprite.png) -62px -15px;
    margin:22px 0 0 14px;
    }
  #button-next.enabled { right:-30px; }


.section-static .text {
  padding-bottom:100px;
  }
.text {
  width:960px;
  margin:0 auto;
  padding-top:60px;
  text-align:center;
  }
  .text H2 {
    text-indent:-9999px;
    font-size:0;
    margin:0 auto 60px;
    }
    .text H2.image-title {
      text-indent:0;
      font-family:'Baskerville', serif;
      font-weight:normal;
      font-size:36px;
      padding:60px 0 20px 0;
      font-style:italic;
      color:#e32830;
      }
  .text H3 {
    max-width:900px;
    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:24px;
    line-height:35px;
    font-style:italic;
    color:#000;
    margin:0 auto 30px;
    }
  .text H4 {
    max-width:700px;
    font-family:'Philosopher', sans-serif;
    font-weight:bold;
    font-size:12px;
    line-height:15px;
    color:#000;
    text-transform:uppercase;
    margin:0 auto 20px;
    }
  .text P {
    max-width:700px;
    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:14px;
    line-height:20px;
    margin:0 auto 20px;
    }
  .text .pdf {
    position:relative;
    display:inline-block;
    background-color:#fff;
    height:20px;
    padding:5px 15px;
    border-radius:15px;
    text-align:left;
    }
    .ie .text .pdf {
      behavior: url(css/pie.htc);
      *display:inline;
      *zoom:1;
      }
    .text .pdf A {
      font-family:'Philosopher', serif;
      font-weight:normal;
      font-size:14px;
      line-height:20px;
      font-style:italic;
      color:#000;
      }
      .text .pdf A:hover { color:#e32830; }
    .text .pdf:before {
      content:'';
      display:inline-block;
      vertical-align:top;
      width:14px;
      height:18px;
      background:url(../img/sprite.png) 0 -56px no-repeat;
      margin:1px 5px 0 0;
      }
      
  .text .pdf-list {
    position:relative;
    display:inline-block;
    background-color:#fff;
    min-height:20px;
    padding:5px 15px;
    border-radius:15px;
    text-align:left;
    }
    .ie .text .pdf-list {
      behavior: url(css/pie.htc);
      *display:inline;
      *zoom:1;
      }
    .text .pdf-list A {
      display:inline-block;
      vertical-align:top;
      margin-left:15px;
      font-family:'Philosopher', serif;
      font-weight:normal;
      font-size:14px;
      line-height:20px;
      font-style:italic;
      color:#000;
      }
      .text .pdf-list A:first-child { margin-left:0; }
      .text .pdf A:hover { color:#e32830; }
      .ie .text .pdf-list A {
        *display:inline;
        *zoom:1;
        }
    .text .pdf-list A:before {
      content:'';
      display:inline-block;
      vertical-align:top;
      width:14px;
      height:18px;
      background:url(../img/sprite.png) 0 -56px no-repeat;
      margin:1px 5px 0 0;
      }

  .text .facts {
    overflow:hidden;
    margin-bottom:40px;
    }
    .text .facts LI {
      display:inline-block;
      vertical-align:top;
      width:33%;
      margin-left:-3px;
      }
      .text .facts DIV {
        height:75px;
        text-align:center;
        vertical-align:bottom;
        font-family:'MyriadPro', serif;
        color:#ED1C24;
        font-size:78px;
        font-weight:bold
        }
        .text .facts DIV>IMG {

          }
        .text .facts H4 {
                                        font-family:'MyriadPro', serif;
          font-weight:bold;
          font-size:16px;
          margin:15px auto 0;
          }
        .text .facts P {
          font-size:11px;
          line-height:15px;
          max-width:180px;
          margin:15px auto 0;
          }
  #section-brand .text p{
    text-align:justify;
    font-family: 'Philosopher';
    font-size:20px;
    line-height: 32px;
    max-width:100%;
    color: #000;
    margin:0 0 30px;
    }
    #section-brand .text p i{
      color: #6D6E70;
      font-style:italic
    }
  #section-brand .text h5{
    padding: 30px 0 20px;
    font-family: 'Philosopher';
    font-size: 22px;
    }
    #section-brand .text h5 span{
      color: #ED1C24
    }


  .text .contacts {
    overflow:hidden;
    padding-bottom:100px;
    font-family: 'Philosopher';
    font-size:18px;
    }
    .text .contacts p{
      color:#000;
    }
    .text .contacts .social{
      margin-bottom:20px;
      }
      .text .contacts .social A{
        display:inline-block;
        margin: 0 5px;
        }
        .text .contacts .social A IMG{
          width: 49px;
        }


      .text .contacts H3 {
        font-size:12px;
        line-height:15px;
        margin-bottom:15px;
        }


#contact-form {
  position:relative;
  width:640px;
  padding:20px 30px 30px;
  margin:0 auto 60px;
  background-color:#fff;
  text-align:left;
  }
  #contact-form .inputs {
    
    }
    #contact-form .inputs:after {
      content:'';
      display:block;
      clear:both;
      }
  #contact-form label {
    position:relative;
    float:left;
    width:310px;
    height:30px;
    }
    #contact-form label:after {
      content:'';
      position:absolute;
      top:0;
      right:0;
      width:29px;
      height:29px;
      background:url(../img/fgrad.png) 100% 0 repeat-y;
      }
    #contact-form label:first-child { margin-right:20px; }
  #contact-form input {
    width:310px;
    height:30px;
    }
  #contact-form textarea {
    width:640px;
    height:180px;
    overflow:hidden;
    resize: none;
    }
  #contact-form input, #contact-form textarea {
    border:0;
    margin:0;
    padding:0;
    outline:0;
    
    background:#fff url(../img/text.png);
    
    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:20px;
    line-height:30px;
    font-style:italic;
    color:#000;
    }
    #contact-form input:focus, #contact-form textarea:focus {
      background:#fff url(../img/text-error.png);
      }
    #contact-form .empty {
      color:#b5b5b5;
      }
    #contact-form .error {
      background:#fff url(../img/text-error.png);
      }
  #contact-form button {
    position:relative;
    display:inline-block;
    height:40px;
    background-color:#e32830;
    border:0;
    margin:30px 0 0;
    padding:0 15px;

    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:24px;
    line-height:40px;
    font-style:italic;
    color:#fff;

    cursor:pointer;
    }
    #contact-form button:disabled {
      background-color:#b5b5b5;
      color:#fff;
      cursor:default;
      }
      .ie #contact-form button.disabled {
        background-color:#b5b5b5;
        }
    #contact-form button:after {
      content:'';
      position:absolute;
      top:0;
      right:-8px;
      display:block;
      width:8px;
      height:40px;
      background:url(../img/sprite.png) -164px -58px no-repeat;
      }
      #contact-form button:disabled:after {
        background-position:-164px -15px;
        }
    #contact-form button:hover {
      opacity:.63;
      }
    #contact-form button:disabled:hover {
      opacity:1;
      }

  #contact-form .layer {
    -webkit-transition:opacity .25s linear;
    -moz-transition:opacity .25s linear;
    -ms-transition:opacity .25s linear;
    -o-transition:opacity .25s linear;
    transition:opacity .25s linear;
    }

  #contact-form  .form {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    }
  #contact-form .result {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    }
    .ie #contact-form .result {
      opacity:1;
      visibility:hidden;
      }

  #contact-form.sent .form {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    }
    .ie #contact-form.sent .form {
      opacity:1;
      visibility:hidden;
      }

  #contact-form.sent .result {
    z-index:3;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    }
    .ie #contact-form.sent .result {
      visibility:visible;
      }

  #contact-form  .form {
    position:relative;
    z-index:2;
    }
  #contact-form .result {
    position:absolute;
    z-index:1;
    top:50%;
    left:0;
    display:block;
    width:100%;
    height:150px;
    margin-top:-75px;
    }
    #contact-form .result .text {
      width:640px;
      padding-top:0;
      }
      #contact-form .result h4 {
        font-size:30px;
        line-height:30px;
        }
      #contact-form .result p {
        font-size:11px;
        line-height:15px;
        margin-bottom:0;
        }
      #contact-form #show-form {

        }
        #contact-form #show-form:after {
          left:-8px;
          right:auto;
          width:8px;
          height:40px;
          background-position:-175px -58px;
          }

FOOTER {
  position:relative;
  width:100%;
  height:40px;
  margin-top:-40px;
  }
  FOOTER p {
    width:200px;
    font-family:'Philosopher', serif;
    font-weight:normal;
    font-size:11px;
    line-height:15px;
    color:#8e8e8e;
    }
  FOOTER .copy {
    float:left;
    margin-left:40px;
    }
  FOOTER .cpeo {
    float:right;
    margin-right:40px;
    text-align:right;
    }
  FOOTER a { color:#646464; }
  
#scroll-hint {
  position:absolute;
  z-index:3;
  top:630px;
  right:30px;
  width:95px;
  height:117px;
  background-position:0 0;
  background-repeat:no-repeat;
  }
  .en #scroll-hint {
    background-image:url(../img/title/en/scroll.png);
    }
    .en.touch #scroll-hint {
      background-image:url(../img/title/en/touch.png);
      }
  .ru #scroll-hint {
    right:4px;
    width:147px;
    background-image:url(../img/title/ru/scroll.png);
    }
    .ru.touch #scroll-hint {
      background-image:url(../img/title/ru/touch.png);
      }
