@charset "UTF-8";
@import url(fonts.css);
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a {
  outline: none;
  text-decoration: none; }

a:hover {
  outline: none;
  text-decoration: none;
  color: inherit; }

a:focus {
  outline: none;
  color: inherit;
  text-decoration: none; }

img {
  border: none; }

html {
  height: 100% !important;
  min-height: 100%; }

p {
  font-family: 'RobotoLight';
  margin-top: 0px;
  font-size: 16px;
  color: #797979; }

input:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select {
  width: 100%;
  height: 38px;
  background-color: #e8e7e7;
  border: solid 1px #d8d8d8; }

.typography h1 {
  font-size: 26px;
  color: #006105;
  font-family: 'RobotoRegular'; }
.typography h2 {
  font-size: 18px;
  color: #006105;
  font-family: 'RobotoRegular'; }
.typography h3 {
  font-size: 15px;
  color: #6a6a6a;
  font-family: 'OpenSansBold'; }
.typography p {
  font-size: 12px;
  color: #666666;
  font-family: 'OpenSansRegular'; }
.typography a.link {
  font-size: 12px;
  color: #503c72;
  font-family: 'OpenSansBoldItalic'; }
  .typography a.link:hover {
    color: #503c72; }
.typography strong {
  font-family: 'OpenSansBold';
  font-size: inherit;
  color: inherit; }

body {
  min-height: 100%;
  position: relative;
  font-size: 15px;
  color: #646464;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  line-height: normal; }

.site-template {
  flex: 1 1 100%; }

.site_header {
  background-color: #ffffff;
  border-bottom: solid 2px #d8d7d6;
  height: 84px; }
  .site_header .header-line-1 {
    float: right; }
    .site_header .header-line-1 .form-group {
      padding: 0px;
      margin: 0px;
      float: right;
      margin-right: 39px;
      margin-top: 30px; }
      @media screen and (max-width: 480px) {
        .site_header .header-line-1 .form-group {
          margin-right: 12px; } }
      .site_header .header-line-1 .form-group .form-control {
        border: none;
        background-color: transparent;
        background-image: none;
        border-radius: 0px;
        box-shadow: none;
        color: #3c3c3c;
        display: block;
        font-size: 14px;
        height: 22px;
        padding: 0px 0px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 43px;
        line-height: 22px;
        font-family: 'RobotoRegular'; }
    .site_header .header-line-1 .icon-facebook {
      float: right;
      margin-top: 30px;
      display: block;
      width: 22px;
      height: 22px;
      background-image: url(../images/icon-facebook.png) ;
      background-size: 22px 22px ;
      -webkit-background-size: 22px 22px ;
      -moz-background-size: 22px 22px ;
      -o-background-size: 22px 22px ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .site_header .header-line-1 .icon-facebook {
          background-image: url(../images/icon-facebook_x2.png) ;
          background-size: 22px 22px ;
          -webkit-background-size: 22px 22px ;
          -moz-background-size: 22px 22px ;
          -o-background-size: 22px 22px ; } }
      .site_header .header-line-1 .icon-facebook:hover {
        background-image: url(../images/icon-facebook-hov.png) ;
        background-size: 22px 22px ;
        -webkit-background-size: 22px 22px ;
        -moz-background-size: 22px 22px ;
        -o-background-size: 22px 22px ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .site_header .header-line-1 .icon-facebook:hover {
            background-image: url(../images/icon-facebook-hov_x2.png) ;
            background-size: 22px 22px ;
            -webkit-background-size: 22px 22px ;
            -moz-background-size: 22px 22px ;
            -o-background-size: 22px 22px ; } }
    .site_header .header-line-1:after {
      display: block;
      content: "";
      clear: both; }
  .site_header .header-line-2 {
    display: flex; }
    @media screen and (max-width: 480px) {
      .site_header .header-line-2 {
        display: inherit; } }
    .site_header .header-line-2 .logo-box {
      flex: 0 0 108px;
      padding: 12px 0px; }
      @media screen and (max-width: 767px) {
        .site_header .header-line-2 .logo-box {
          position: absolute;
          left: 50%;
          margin-left: -54px; } }
    .site_header .header-line-2 .menu-box {
      padding-left: 330px; }
      @media screen and (max-width: 1024px) {
        .site_header .header-line-2 .menu-box {
          padding-left: 225px; } }
      @media screen and (max-width: 768px) {
        .site_header .header-line-2 .menu-box {
          padding-left: 55px; } }
      @media screen and (max-width: 480px) {
        .site_header .header-line-2 .menu-box {
          padding-left: 0px;
          float: left; } }
  .site_header .logo {
    display: block;
    max-width: 100%; }

.navbar-toggle {
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 34px;
  padding: 0px 0px; }
  .navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #434343; }
    .navbar-toggle .icon-bar:nth-of-type(2) {
      width: 18px; }

.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2; }

@media screen and (min-width: 767px) {
  .dropdown:hover {
    background-color: #f2f2f2 !important; }
    .dropdown:hover a {
      background-color: #f2f2f2 !important; }
    .dropdown:hover .dropdown-menu {
      display: block;
      transition: 0.3s;
      opacity: 1; } }

.dropdown-menu > li > a {
  clear: both;
  color: #393939;
  font-family: 'RobotoRegular';
  display: block;
  font-weight: normal;
  line-height: 39px;
  padding: 0px;
  white-space: nowrap;
  text-align: left;
  padding-left: 23px; }
  .dropdown-menu > li > a:hover {
    background-color: #e8e8e8 !important;
    background-image: none; }
  @media screen and (max-width: 768px) {
    .dropdown-menu > li > a {
      padding-left: 16px; } }
  @media screen and (max-width: 767px) {
    .dropdown-menu > li > a {
      font-size: 22px;
      text-align: center; }
      .dropdown-menu > li > a:hover {
        background-color: #fbd95d !important;
        color: #f9b339; } }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent; }

.dropdown-menu {
  background-clip: padding-box;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0px 0 0;
  min-width: 100%;
  width: 100%;
  padding: 0px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  margin-top: 0px !important;
  opacity: 0;
  transition: 0.3s;
  border-top: solid 2px #d8d7d6; }

.navbar-nav .open .dropdown-menu {
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      padding-bottom: 20px; } }

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 480px) {
    .navbar-collapse {
      position: absolute !important;
      z-index: 10;
      width: 100%;
      margin-left: 0px;
      margin-top: 0px; } }
  @media screen and (max-width: 480px) {
    .navbar-collapse .navbar-nav {
      width: 100%;
      margin: 0px 0px; } }
  .navbar-collapse .navbar-nav > li.active {
    background-color: #f2f2f2; }
    @media screen and (max-width: 480px) {
      .navbar-collapse .navbar-nav > li.active {
        background-color: #fbd95d;
        color: #f9b339;
        font-family: 'RobotoRegular'; } }
  .navbar-collapse .navbar-nav > li > a {
    line-height: 82px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 23px;
    font-family: 'RobotoRegular';
    font-weight: normal; }
    .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a.active {
      background-color: #f2f2f2; }
    @media screen and (max-width: 768px) {
      .navbar-collapse .navbar-nav > li > a {
        padding: 0px 16px; } }
    @media screen and (max-width: 767px) {
      .navbar-collapse .navbar-nav > li > a {
        background-color: transparent;
        line-height: 65px;
        font-size: 28px;
        padding: 0px 0px;
        font-family: 'RobotoRegular'; }
        .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a.active {
          background-color: transparent;
          transition: 0.3s;
          text-align: center;
          color: #f9b339; } }
  .navbar-collapse .navbar-nav > li {
    line-height: 82px;
    color: #3c3c3c;
    font-size: 16px;
    font-family: 'RobotoRegular';
    font-weight: normal; }
    @media screen and (max-width: 480px) {
      .navbar-collapse .navbar-nav > li {
        background-color: transparent;
        line-height: 65px;
        font-size: 28px;
        text-align: center; } }

.caret {
  margin-left: 6px; }

.caret {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px dashed;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  background: url("../images/carret.png") no-repeat top center;
  background-image: url(../images/carret.png) ;
  background-size: 6px 3px ;
  -webkit-background-size: 6px 3px ;
  -moz-background-size: 6px 3px ;
  -o-background-size: 6px 3px ;
  width: 6px;
  height: 3px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .caret {
      background-image: url(../images/carret_x2.png) ;
      background-size: 6px 3px ;
      -webkit-background-size: 6px 3px ;
      -moz-background-size: 6px 3px ;
      -o-background-size: 6px 3px ; } }

.index-line-1 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../images/main_banner.png") no-repeat top center;
  background-size: cover;
  padding-bottom: 126px;
  padding-top: 100px;
  margin-bottom: 78px; }
  @media screen and (max-width: 480px) {
    .index-line-1 {
      padding-bottom: 100px; } }
  .index-line-1 .img-index {
    display: block;
    max-width: 100%;
    width: 100%; }
  .index-line-1 .text {
    font-size: 34px;
    color: #3c3c3c;
    font-family: 'robotomedium_allfont_ru';
    line-height: 55px; }
    @media screen and (max-width: 480px) {
      .index-line-1 .text {
        text-align: left;
        margin-left: -10px;
        font-size: 26px; } }
    .index-line-1 .text span {
      background-color: #FFF;
      padding: 0px 19px;
      line-height: 55px;
      display: inline-block; }
      .index-line-1 .text span:nth-last-of-type(1) {
        background-color: #f2f2f2; }
      @media screen and (max-width: 480px) {
        .index-line-1 .text span {
          text-align: left;
          padding: 13px 0px;
          display: inline;
          line-height: 48px; } }
  .index-line-1 .head-bt-1 {
    display: inline-block;
    margin-top: 55px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #363636;
    background-color: #fdd64e;
    position: relative;
    overflow: hidden;
    font-family: 'robotomedium_allfont_ru';
    cursor: pointer;
    text-transform: uppercase;
    border: solid 1px #fdd64e;
    /* effect */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* effect end */ }
    .index-line-1 .head-bt-1:active, .index-line-1 .head-bt-1:hover, .index-line-1 .head-bt-1:focus {
      color: #363636; }
      .index-line-1 .head-bt-1:active:before, .index-line-1 .head-bt-1:hover:before, .index-line-1 .head-bt-1:focus:before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .index-line-1 .head-bt-1:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f9b339;
      border: solid 1px #fdd64e;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

.imgmainindex {
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .imgmainindex img {
      width: 100%; } }

.somecustindex {
  position: relative; }
  @media screen and (max-width: 768px) {
    .somecustindex {
      padding-top: 135px; } }
  @media screen and (max-width: 768px) {
    .somecustindex .col-sm-7, .somecustindex .col-sm-5 {
      position: inherit; } }

.titlein {
  padding-top: 35px;
  padding-bottom: 43px;
  font-family: 'robotomedium_allfont_ru';
  font-size: 45px;
  color: #3c3c3c;
  line-height: 45px; }
  @media screen and (max-width: 768px) {
    .titlein {
      position: absolute;
      top: -52px;
      width: 100%;
      text-align: center;
      left: 0; } }

@media screen and (max-width: 480px) {
  .textindex {
    margin-top: 45px; } }
.textindex p {
  font-size: 16px;
  color: #797979;
  line-height: 28px;
  font-family: 'RobotoRegular';
  padding: 0px;
  margin: 0px;
  margin-bottom: 18px; }
  .textindex p:nth-of-type(1) {
    font-family: 'RobotoLight'; }
.textindex .head-bt-2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 114px;
  width: 185px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #363636;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  font-family: 'robotomedium_allfont_ru';
  cursor: pointer;
  text-transform: uppercase;
  border: solid 1px #fdd64e;
  /* effect */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* effect end */ }
  @media screen and (max-width: 480px) {
    .textindex .head-bt-2 {
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 85px; } }
  .textindex .head-bt-2:active, .textindex .head-bt-2:hover, .textindex .head-bt-2:focus {
    color: #363636; }
    .textindex .head-bt-2:active:before, .textindex .head-bt-2:hover:before, .textindex .head-bt-2:focus:before {
      transform: scaleX(1);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .textindex .head-bt-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdd64e;
    border: solid 1px #fdd64e;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.someblock {
  position: absolute;
  display: none;
  background-color: #FFF;
  width: 255px;
  z-index: 2;
  margin-left: 0px;
  padding: 25px;
  top: 265px;
  border-top: transparent;
  border-bottom: transparent;
  opacity: 0;
  border-top: none;
  -webkit-box-shadow: 0 40px 70px 0 #dfdfdf;
  box-shadow: 0 40px 70px 0 #dfdfdf;
  opacity: 1; }
  .someblock .bottomPadding {
    clear: both; }
  @media screen and (max-width: 1199px) {
    .someblock {
      width: 205px; } }
  @media screen and (max-width: 991px) {
    .someblock {
      width: 210px; } }
  @media screen and (max-width: 480px) {
    .someblock {
      width: 290px;
      left: 65px; } }
  @media screen and (max-width: 360px) {
    .someblock {
      width: 290px;
      left: 5px; } }
  @media screen and (max-width: 320px) {
    .someblock {
      width: 260px;
      left: 0px; } }
  .someblock .line {
    height: 1px;
    background-color: #fdd64e; }
  .someblock ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 10px; }
    .someblock ul li {
      list-style: none;
      background: url("../images/li.png") no-repeat left 12px;
      font-family: 'RobotoLight';
      font-size: 15px;
      color: #797979;
      line-height: 25px;
      margin-left: 0px;
      padding-left: 20px; }
      .someblock ul li span {
        font-family: 'robotomedium_allfont_ru'; }

.silver-bg {
  background-color: #f4f4f4;
  padding-bottom: 79px;
  padding-top: 78px;
  text-align: center; }
  .silver-bg .owl-prev {
    display: inline-block;
    position: absolute;
    left: 36%;
    top: -15px;
    background-repeat: no-repeat;
    background-image: url(../images/leftarowe.png) ;
    background-size: 30px 30px ;
    -webkit-background-size: 30px 30px ;
    -moz-background-size: 30px 30px ;
    -o-background-size: 30px 30px ;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0 #dfdfdf;
    box-shadow: 0 0 30px 0 #dfdfdf;
    background-color: transparent;
    border-radius: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .silver-bg .owl-prev {
        background-image: url(../images/leftarowe_x2.png) ;
        background-size: 30px 30px ;
        -webkit-background-size: 30px 30px ;
        -moz-background-size: 30px 30px ;
        -o-background-size: 30px 30px ; } }
    .silver-bg .owl-prev:hover {
      background-repeat: no-repeat;
      background-image: url(../images/leftarowe-hov.png) ;
      background-size: 30px 30px ;
      -webkit-background-size: 30px 30px ;
      -moz-background-size: 30px 30px ;
      -o-background-size: 30px 30px ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .silver-bg .owl-prev:hover {
          background-image: url(../images/leftarowe-hov_x2.png) ;
          background-size: 30px 30px ;
          -webkit-background-size: 30px 30px ;
          -moz-background-size: 30px 30px ;
          -o-background-size: 30px 30px ; } }
    @media screen and (max-width: 768px) {
      .silver-bg .owl-prev {
        left: 30%; } }
  .silver-bg .owl-next {
    display: inline-block;
    position: absolute;
    right: 36%;
    top: -15px;
    background-repeat: no-repeat;
    background-image: url(../images/rightarowe.png) ;
    background-size: 30px 30px ;
    -webkit-background-size: 30px 30px ;
    -moz-background-size: 30px 30px ;
    -o-background-size: 30px 30px ;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0 #dfdfdf;
    box-shadow: 0 0 30px 0 #dfdfdf;
    background-color: transparent;
    border-radius: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .silver-bg .owl-next {
        background-image: url(../images/rightarowe_x2.png) ;
        background-size: 30px 30px ;
        -webkit-background-size: 30px 30px ;
        -moz-background-size: 30px 30px ;
        -o-background-size: 30px 30px ; } }
    .silver-bg .owl-next:hover {
      background-repeat: no-repeat;
      background-image: url(../images/rightarowe-hov.png) ;
      background-size: 30px 30px ;
      -webkit-background-size: 30px 30px ;
      -moz-background-size: 30px 30px ;
      -o-background-size: 30px 30px ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .silver-bg .owl-next:hover {
          background-image: url(../images/rightarowe-hov_x2.png) ;
          background-size: 30px 30px ;
          -webkit-background-size: 30px 30px ;
          -moz-background-size: 30px 30px ;
          -o-background-size: 30px 30px ; } }
    @media screen and (max-width: 768px) {
      .silver-bg .owl-next {
        right: 30%; } }
  .silver-bg.padingpart-2 {
    padding-bottom: 311px;
    padding-top: 45px;
    background: url("../images/products_bg.png") no-repeat bottom center;
    background-size: contain;
    background-color: #f4f4f4;
    min-height: 755px; }
    .silver-bg.padingpart-2 .text-center li {
      display: inline-block; }
      .silver-bg.padingpart-2 .text-center li.active .head-bt-4 {
        display: inline-block;
        margin-top: 0px;
        width: 185px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        color: #363636;
        background-color: #fdd64e;
        position: relative;
        overflow: hidden;
        font-family: 'robotomedium_allfont_ru';
        cursor: pointer;
        text-transform: uppercase;
        border: solid 1px #fdd64e;
        margin-bottom: 48px;
        /* effect */
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        /* effect end */ }
        .silver-bg.padingpart-2 .text-center li.active .head-bt-4.wert {
          margin-right: -5px; }
        @media screen and (max-width: 480px) {
          .silver-bg.padingpart-2 .text-center li.active .head-bt-4 {
            width: 130px; } }
        .silver-bg.padingpart-2 .text-center li.active .head-bt-4:active, .silver-bg.padingpart-2 .text-center li.active .head-bt-4:hover, .silver-bg.padingpart-2 .text-center li.active .head-bt-4:focus {
          color: #363636; }
          .silver-bg.padingpart-2 .text-center li.active .head-bt-4:active:before, .silver-bg.padingpart-2 .text-center li.active .head-bt-4:hover:before, .silver-bg.padingpart-2 .text-center li.active .head-bt-4:focus:before {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
        .silver-bg.padingpart-2 .text-center li.active .head-bt-4:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #f3f3f3;
          border: solid 1px #fdd64e;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
    .silver-bg.padingpart-2 .owl-carousel:hover {
      -webkit-box-shadow: 0 0 70px 0 #dfdfdf;
      box-shadow: 0 0 70px 0 #dfdfdf; }
    .silver-bg.padingpart-2 .productblock {
      margin-bottom: 30px;
      height: 347px;
      z-index: 1;
      border: solid 2px #FFF;
      overflow: hidden; }
      .silver-bg.padingpart-2 .productblock:hover {
        -webkit-box-shadow: 0 0 70px 0 #dfdfdf;
        box-shadow: 0 0 70px 0 #dfdfdf; }
    .silver-bg.padingpart-2 .head-bt-4 {
      display: inline-block;
      margin-top: 0px;
      width: 185px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      text-align: center;
      font-size: 12px;
      color: #363636;
      background: #f3f3f3;
      border: solid 1px #fdd64e;
      position: relative;
      overflow: hidden;
      font-family: 'robotomedium_allfont_ru';
      cursor: pointer;
      text-transform: uppercase;
      margin-bottom: 48px;
      /* effect */
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      /* effect end */ }
      .silver-bg.padingpart-2 .head-bt-4.wert {
        margin-right: -5px; }
      @media screen and (max-width: 480px) {
        .silver-bg.padingpart-2 .head-bt-4 {
          width: 130px; } }
      .silver-bg.padingpart-2 .head-bt-4:active, .silver-bg.padingpart-2 .head-bt-4:hover, .silver-bg.padingpart-2 .head-bt-4:focus {
        color: #363636; }
        .silver-bg.padingpart-2 .head-bt-4:active:before, .silver-bg.padingpart-2 .head-bt-4:hover:before, .silver-bg.padingpart-2 .head-bt-4:focus:before {
          transform: scaleX(1);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      .silver-bg.padingpart-2 .head-bt-4:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: solid 1px #fdd64e;
        background-color: #fdd64e;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
  .silver-bg .titlesilverbg {
    text-align: center;
    font-size: 45px;
    color: #3c3c3c;
    line-height: 45px;
    font-family: 'robotomedium_allfont_ru';
    margin-bottom: 65px; }
  .silver-bg .productblock {
    background-color: #FFF;
    font-family: 'RobotoLight';
    color: #3c3c3c;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 18px; }
    @media screen and (max-width: 480px) {
      .silver-bg .productblock {
        display: block;
        margin: 0 auto;
        max-width: 290px;
        margin-bottom: 27px; } }
    .silver-bg .productblock .imgprod {
      min-height: 72px;
      margin-bottom: 35px;
      max-height: 180px; }
      .silver-bg .productblock .imgprod img {
        width: 100%;
        max-height: 200px; }
    .silver-bg .productblock .head-bt-3 {
      display: block;
      opacity: 1;
      width: 185px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      text-align: center;
      font-size: 12px;
      color: #363636;
      background-color: #FFF;
      position: relative;
      overflow: hidden;
      font-family: 'robotomedium_allfont_ru';
      cursor: pointer;
      text-transform: uppercase;
      border: solid 1px #fdd64e;
      margin: 0 auto;
      margin-top: 30px;
      /* effect */
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      /* effect end */ }
      @media screen and (max-width: 768px) {
        .silver-bg .productblock .head-bt-3 {
          width: 111px; } }
      @media screen and (max-width: 767px) {
        .silver-bg .productblock .head-bt-3 {
          width: 185px; } }
      .silver-bg .productblock .head-bt-3:active, .silver-bg .productblock .head-bt-3:hover, .silver-bg .productblock .head-bt-3:focus {
        color: #363636; }
        .silver-bg .productblock .head-bt-3:active:before, .silver-bg .productblock .head-bt-3:hover:before, .silver-bg .productblock .head-bt-3:focus:before {
          transform: scaleX(1);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      .silver-bg .productblock .head-bt-3:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fdd64e;
        border: solid 1px #fdd64e;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
  .silver-bg .head-bt-4 {
    display: block;
    margin: 0 auto;
    margin-top: 39px;
    width: 185px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #363636;
    background-color: #fdd64e;
    position: relative;
    overflow: hidden;
    font-family: 'robotomedium_allfont_ru';
    cursor: pointer;
    text-transform: uppercase;
    border: solid 1px #fdd64e;
    /* effect */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* effect end */ }
    .silver-bg .head-bt-4:active, .silver-bg .head-bt-4:hover, .silver-bg .head-bt-4:focus {
      color: #363636; }
      .silver-bg .head-bt-4:active:before, .silver-bg .head-bt-4:hover:before, .silver-bg .head-bt-4:focus:before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .silver-bg .head-bt-4:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f9b339;
      border: solid 1px #fdd64e;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

footer {
  background-color: #303030; }
  footer .copy {
    float: left;
    line-height: 102px;
    font-family: 'RobotoLight';
    font-size: 14px;
    color: #c2c1c1;
    padding-left: 30px;
    opacity: 0.3; }
    @media screen and (max-width: 479px) {
      footer .copy {
        float: none;
        text-align: center;
        line-height: 40px;
        padding-left: 0px; } }
  footer .rigpart {
    float: right;
    padding-right: 15px; }
    @media screen and (max-width: 479px) {
      footer .rigpart {
        float: none;
        text-align: center;
        padding-right: 0px; } }
    footer .rigpart span {
      font-family: 'RobotoLight';
      display: inline-block;
      float: right;
      font-size: 14px;
      opacity: 0.3;
      color: #c2c1c1;
      line-height: 102px; }
      @media screen and (max-width: 479px) {
        footer .rigpart span {
          line-height: 40px;
          float: none;
          display: block;
          text-align: center;
          margin-top: -10px;
          padding-bottom: 40px; } }
    footer .rigpart .marka {
      float: right;
      display: inline-block;
      margin-top: 39px;
      margin-left: 18px; }
      @media screen and (max-width: 479px) {
        footer .rigpart .marka {
          float: none;
          margin-top: 0px;
          margin-left: 0px;
          position: absolute;
          left: 38%;
          bottom: 20px; } }

.blockcall {
  position: fixed;
  right: 25px;
  bottom: 117px;
  z-index: 100;
  width: 86px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/in_botoom-3.png) ;
  background-size: 86px 85px ;
  -webkit-background-size: 86px 85px ;
  -moz-background-size: 86px 85px ;
  -o-background-size: 86px 85px ;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .blockcall {
      background-image: url(../images/in_botoom-3_x2.png) ;
      background-size: 86px 85px ;
      -webkit-background-size: 86px 85px ;
      -moz-background-size: 86px 85px ;
      -o-background-size: 86px 85px ; } }
  .blockcall:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/in_botoom-3-hov.png) ;
    background-size: 86px 85px ;
    -webkit-background-size: 86px 85px ;
    -moz-background-size: 86px 85px ;
    -o-background-size: 86px 85px ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .blockcall:hover {
        background-image: url(../images/in_botoom-3-hov_x2.png) ;
        background-size: 86px 85px ;
        -webkit-background-size: 86px 85px ;
        -moz-background-size: 86px 85px ;
        -o-background-size: 86px 85px ; } }
    .blockcall:hover span {
      opacity: 1; }
  .blockcall span {
    position: absolute;
    font-family: 'RobotoLight';
    margin-top: -37px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #797979;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 480px) {
    .blockcall {
      right: 0px;
      bottom: 45px; } }

.custpadding {
  padding-top: 55px;
  padding-bottom: 61px;
  text-align: center; }
  .custpadding .smblock {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/in_botoom-1.png) ;
    background-size: 55px 68px ;
    -webkit-background-size: 55px 68px ;
    -moz-background-size: 55px 68px ;
    -o-background-size: 55px 68px ;
    display: inline-block;
    text-align: left;
    padding-left: 89px;
    line-height: 27px;
    padding-top: 10px;
    font-size: 15px;
    color: #797979;
    height: 68px;
    box-sizing: border-box;
    font-family: 'RobotoLight'; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .custpadding .smblock {
        background-image: url(../images/in_botoom-1_x2.png) ;
        background-size: 55px 68px ;
        -webkit-background-size: 55px 68px ;
        -moz-background-size: 55px 68px ;
        -o-background-size: 55px 68px ; } }
    .custpadding .smblock.smblock-2 {
      background-position: left;
      background-repeat: no-repeat;
      background-image: url(../images/in_botoom-2.png) ;
      background-size: 73px 68px ;
      -webkit-background-size: 73px 68px ;
      -moz-background-size: 73px 68px ;
      -o-background-size: 73px 68px ;
      padding-left: 108px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .custpadding .smblock.smblock-2 {
          background-image: url(../images/in_botoom-2_x2.png) ;
          background-size: 73px 68px ;
          -webkit-background-size: 73px 68px ;
          -moz-background-size: 73px 68px ;
          -o-background-size: 73px 68px ; } }
      @media screen and (max-width: 480px) {
        .custpadding .smblock.smblock-2 {
          margin-bottom: 40px;
          width: 292px;
          padding-left: 101px; } }
      @media screen and (max-width: 320px) {
        .custpadding .smblock.smblock-2 {
          width: 245px; } }
    @media screen and (max-width: 480px) {
      .custpadding .smblock {
        margin-bottom: 40px;
        width: 270px; } }
    @media screen and (max-width: 320px) {
      .custpadding .smblock {
        width: 225px; } }
  .custpadding .head-bt-5 {
    display: block;
    margin: 0 auto;
    margin-top: 11px;
    width: 185px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #363636;
    background-color: #fdd64e;
    position: relative;
    overflow: hidden;
    font-family: 'robotomedium_allfont_ru';
    cursor: pointer;
    text-transform: uppercase;
    border: solid 1px #fdd64e;
    /* effect */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* effect end */ }
    .custpadding .head-bt-5:active, .custpadding .head-bt-5:hover, .custpadding .head-bt-5:focus {
      color: #363636; }
      .custpadding .head-bt-5:active:before, .custpadding .head-bt-5:hover:before, .custpadding .head-bt-5:focus:before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .custpadding .head-bt-5:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      border: solid 1px #fdd64e;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  width: 100%; }

#wrapper.toggled {
  padding-left: 0px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent !important;
  background-image: none !important;
  background-image: none !important;
  /* background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4)); */
  /* background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  color: #393939; }

@media screen and (max-width: 767px) {
  #sidebar-wrapper {
    border-width: 0 0 1px;
    top: 0;
    right: 0;
    z-index: 1030;
    margin-bottom: 20px;
    min-height: 50px;
    position: fixed;
    left: 100%;
    width: 0;
    height: auto;
    margin-left: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fbd95d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 129px;
    padding-bottom: 230px; }

  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }

  #wrapper.toggled #sidebar-wrapper {
    width: 100%;
    display: block; }

  #page-content-wrapper {
    width: 100%; }

  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -100%; }

  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none; }

  .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%; }

  .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px; }

  .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none; } }
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: absolute;
  top: 30px;
  z-index: 2;
  width: 23px;
  height: 22px;
  margin-left: 15px;
  background: transparent;
  border: none;
  display: none; }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }

.hamburger.is-open {
  right: 20px;
  position: fixed;
  z-index: 99999;
  margin-top: -13px; }

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%; }

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #434343; }

.hamburger.is-closed .hamb-top {
  top: 1px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
  width: 18px; }

.hamburger.is-closed .hamb-bottom {
  bottom: 1px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover .hamb-top {
  top: -4px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover .hamb-bottom {
  bottom: -4px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a; }

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }

.hamburger.is-open .hamb-middle {
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }

.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 1; }

.navbar-nav {
  margin: 0px; }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none; }

.block-calll {
  background-color: #fbd95d;
  position: absolute;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 360px;
  height: 100%;
  display: none;
  padding: 0px 30px; }
  .block-calll .closer {
    float: right;
    margin-top: 33px;
    margin-bottom: 59px;
    cursor: pointer; }
  .block-calll .form-group {
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px; }
    .block-calll .form-group .form-control {
      background-color: #fff;
      background-image: none;
      border: 2px solid #e6e6e6;
      border-radius: 0px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #c2c1c1;
      display: block;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      padding: 0px 12px;
      font-family: '3963';
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      width: 100%; }
    .block-calll .form-group textarea {
      height: 230px !important;
      resize: none; }
  .block-calll .btn {
    float: right;
    margin-top: 33px;
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 140px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    color: #fbd95d;
    background-color: #3c3c3c;
    position: relative;
    overflow: hidden;
    font-family: 'robotomedium_allfont_ru';
    text-transform: uppercase;
    /* effect */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .block-calll .btn:active, .block-calll .btn:hover, .block-calll .btn:focus {
      color: #fbd95d;
      outline: 0 none !important; }
      .block-calll .btn:active:before, .block-calll .btn:hover:before, .block-calll .btn:focus:before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .block-calll .btn:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #5a5a5a;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

.custabout {
  padding-top: 98px;
  padding-bottom: 80px; }
  .custabout h1 {
    font-family: 'robotomedium_allfont_ru';
    padding: 0px;
    margin: 0px;
    color: #3c3c3c;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 40px; }
  .custabout h3 {
    font-family: 'RobotoRegular';
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    color: #797979;
    line-height: 28px;
    margin-bottom: 33px; }
  .custabout p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #797979;
    line-height: 28px;
    font-family: 'RobotoLight';
    margin-bottom: 35px; }
    @media screen and (max-width: 480px) {
      .custabout p {
        margin-bottom: 25px; } }
    .custabout p span {
      font-family: '3963'; }

.silver-bg-2 {
  background-color: #f4f4f4;
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .silver-bg-2 {
      padding-bottom: 40px; } }
  .silver-bg-2 .imgmainindex {
    margin-top: -65px; }
    @media screen and (max-width: 768px) {
      .silver-bg-2 .imgmainindex {
        margin-top: -75px; } }
  .silver-bg-2 .col-sm-5 {
    padding-top: 95px; }
    @media screen and (max-width: 768px) {
      .silver-bg-2 .col-sm-5 {
        padding-top: 65px; } }
    @media screen and (max-width: 480px) {
      .silver-bg-2 .col-sm-5 {
        padding-top: 20px; } }
    .silver-bg-2 .col-sm-5 .textindex {
      margin-top: 0px; }
      @media screen and (max-width: 768px) {
        .silver-bg-2 .col-sm-5 .textindex {
          margin-top: 0px; } }
  .silver-bg-2 .titlein-2 {
    padding-top: 5px;
    padding-bottom: 0px;
    font-family: 'robotomedium_allfont_ru';
    font-size: 74px;
    color: #3c3c3c;
    line-height: 74px; }
    @media screen and (max-width: 768px) {
      .silver-bg-2 .titlein-2 {
        font-size: 46px;
        line-height: 46px; } }

.titlesilverbg-2 {
  text-align: center;
  font-size: 45px;
  color: #3c3c3c;
  line-height: 45px;
  font-family: 'robotomedium_allfont_ru';
  margin-bottom: 50px;
  margin-top: 104px; }
  @media screen and (max-width: 640px) {
    .titlesilverbg-2 {
      margin-top: 58px; } }

@media screen and (max-width: 480px) {
  .onlythis {
    margin-top: 24px; } }

.img-about {
  margin-bottom: 39px; }
  @media screen and (max-width: 480px) {
    .img-about {
      margin-top: 35px;
      text-align: center; }
      .img-about img {
        max-width: 58px;
        max-height: 67px; } }

.titleab {
  font-family: 'RobotoRegular';
  font-size: 23px;
  line-height: 23px;
  color: #3c3c3c;
  margin-bottom: 19px; }

.castompaddd {
  padding-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .castompaddd {
      padding-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .castompaddd .col-xs-6 {
      height: 285px; } }

.bg-silver-n {
  background-color: #f4f4f4;
  padding-top: 55px;
  padding-bottom: 75px; }
  @media screen and (max-width: 480px) {
    .bg-silver-n {
      padding-top: 155px; } }
  .bg-silver-n .titlein-3 {
    padding-top: 55px;
    padding-bottom: 40px;
    font-family: 'robotomedium_allfont_ru';
    font-size: 45px;
    color: #3c3c3c;
    line-height: 45px; }
    @media screen and (max-width: 480px) {
      .bg-silver-n .titlein-3 {
        position: absolute;
        top: -430px;
        width: 100%;
        text-align: center;
        left: 0; } }
  .bg-silver-n .dater {
    font-family: 'RobotoRegular';
    font-size: 24px;
    color: #3c3c3c;
    line-height: 24px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .bg-silver-n .dater {
        padding-top: 36px; } }

.custcontact {
  padding-top: 93px; }
  .custcontact h1 {
    font-family: 'robotomedium_allfont_ru';
    padding: 0px;
    margin: 0px;
    color: #3c3c3c;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 97px; }

.bg-contact {
  background: url("../images/bg-contact.png") no-repeat top center;
  background-size: cover;
  padding-bottom: 236px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .bg-contact {
      background: url("../images/bg-contact-2.png") no-repeat bottom center;
      padding-bottom: 395px;
      background-size: cover; } }
  @media screen and (max-width: 480px) {
    .bg-contact {
      background: url("../images/bg-contact-3.png") no-repeat bottom center;
      padding-bottom: 294px;
      background-size: auto; } }
  @media screen and (max-width: 360px) {
    .bg-contact {
      background: url("../images/bg-contact-4.png") no-repeat bottom center;
      padding-bottom: 460px;
      background-size: contain; } }
  .bg-contact .blockkontactick {
    padding: 18px 50px 0px 52px;
    background: url("../images/block-contactick.png") no-repeat top center;
    box-sizing: border-box;
    width: 323px;
    height: 329px;
    display: inline-block;
    margin-top: -58px;
    margin-right: -16px;
    text-align: center; }
    .bg-contact .blockkontactick.part-2 {
      margin-right: 0px;
      margin-left: -16px; }
    .bg-contact .blockkontactick img {
      width: 100%; }
    .bg-contact .blockkontactick .titl {
      font-family: 'RobotoRegular';
      font-size: 24px;
      color: #3c3c3c;
      line-height: 24px;
      margin-bottom: 27px; }
    .bg-contact .blockkontactick .line {
      height: 1px;
      width: 100%;
      background-color: #fdd64e;
      margin-bottom: 10px; }
    .bg-contact .blockkontactick .thistext {
      font-family: 'RobotoLight';
      font-size: 15px;
      color: #797979;
      line-height: 27px;
      text-align: left;
      padding-left: 13px; }
    @media screen and (max-width: 480px) {
      .bg-contact .blockkontactick {
        margin-right: 0px;
        width: 320px;
        background-size: cover; }
        .bg-contact .blockkontactick.part-2 {
          margin-right: 0px;
          margin-left: 0px;
          width: 320px;
          background-size: cover;
          margin-top: 31px; } }
    @media screen and (max-width: 360px) {
      .bg-contact .blockkontactick {
        width: 300px; }
        .bg-contact .blockkontactick.part-2 {
          width: 300px;
          margin-top: -26px; } }

@media screen and (max-width: 480px) {
  .castp {
    padding-left: 0px;
    padding-right: 0px; } }

.bgyelloy {
  background-color: #fbd95d;
  height: 100%;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding-top: 250px;
  padding-bottom: 240px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .bgyelloy {
      padding-top: 100px;
      padding-bottom: 140px; } }
  .bgyelloy img {
    width: 100%;
    max-width: 357px; }
  .bgyelloy .nofound {
    font-family: 'robotomedium_allfont_ru';
    font-size: 45px;
    line-height: 45px;
    color: #3c3c3c;
    margin-top: 40px;
    margin-bottom: 110px; }
  .bgyelloy .btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 140px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    color: #fbd95d;
    background-color: #3c3c3c;
    position: relative;
    overflow: hidden;
    font-family: 'robotomedium_allfont_ru';
    text-transform: uppercase;
    margin: 0 auto;
    /* effect */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .bgyelloy .btn:active, .bgyelloy .btn:hover, .bgyelloy .btn:focus {
      color: #fbd95d; }
      .bgyelloy .btn:active:before, .bgyelloy .btn:hover:before, .bgyelloy .btn:focus:before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .bgyelloy .btn:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #5a5a5a;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -o-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

@media screen and (max-width: 768px) {
  .language {
    width: 77px; } }

/*sdfg*/
.blockgrafick {
  margin: 0px 15px;
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .blockgrafick {
      margin-top: 40px; } }
  .blockgrafick .block-stolbc {
    width: 5%;
    margin-right: 15%;
    background-size: cover;
    background: url("../images/bg-stolb.png") no-repeat top center;
    height: 216px;
    display: inline-block;
    text-align: center;
    margin-top: -48px;
    cursor: pointer; }
    .blockgrafick .block-stolbc:nth-child(2) {
      height: 49px; }
    .blockgrafick .block-stolbc:nth-child(3) {
      height: 91px; }
    .blockgrafick .block-stolbc:nth-child(4) {
      height: 132px; }
      @media screen and (max-width: 321px) {
        .blockgrafick .block-stolbc:nth-child(4) {
          height: 133px; } }
    .blockgrafick .block-stolbc:nth-child(5) {
      height: 174px; }
      @media screen and (max-width: 321px) {
        .blockgrafick .block-stolbc:nth-child(5) {
          height: 176px; } }
    .blockgrafick .block-stolbc:nth-child(6) {
      margin-right: 0%; }
    @media screen and (max-width: 768px) {
      .blockgrafick .block-stolbc {
        width: 8%;
        margin-right: 12%; } }
    .blockgrafick .block-stolbc .pointer {
      width: 11px;
      height: 11px;
      background-color: #3c3d3c;
      border: solid 2px #FFF;
      border-radius: 22px;
      margin: 0 auto;
      margin-top: -41px;
      position: relative;
      z-index: 2; }
    .blockgrafick .block-stolbc.active {
      background: url("../images/bg-stolb-hover.png") no-repeat top center; }
      .blockgrafick .block-stolbc.active .pointer {
        background-color: #fcd74d;
        border: solid 2px #fcd74d; }
  .blockgrafick .rotate {
    height: 2px;
    background-color: #FFF;
    -moz-transform: rotate(-18deg);
    /* ╨Ф╨╗╤П Firefox */
    -ms-transform: rotate(-18deg);
    /* ╨Ф╨╗╤П IE */
    -webkit-transform: rotate(-18deg);
    /* ╨Ф╨╗╤П Safari, Chrome, iOS */
    -o-transform: rotate(-18deg);
    /* ╨Ф╨╗╤П Opera */
    transform: rotate(-18deg);
    width: 87%;
    position: relative;
    z-index: 1;
    margin-left: 42px; }
    @media screen and (max-width: 1199px) {
      .blockgrafick .rotate {
        -moz-transform: rotate(-22deg);
        /* ╨Ф╨╗╤П Firefox */
        -ms-transform: rotate(-22deg);
        /* ╨Ф╨╗╤П IE */
        -webkit-transform: rotate(-22deg);
        /* ╨Ф╨╗╤П Safari, Chrome, iOS */
        -o-transform: rotate(-22deg);
        /* ╨Ф╨╗╤П Opera */
        transform: rotate(-22deg);
        width: 89%;
        margin-left: 26px; } }
    @media screen and (max-width: 768px) {
      .blockgrafick .rotate {
        margin-left: 13px;
        transform: rotate(-28deg);
        width: 95%; } }
    @media screen and (max-width: 480px) {
      .blockgrafick .rotate {
        margin-left: 0;
        transform: rotate(-33deg);
        width: 100%; } }
    @media screen and (max-width: 321px) {
      .blockgrafick .rotate {
        margin-left: -7px;
        transform: rotate(-37deg);
        width: 105%; } }
  .blockgrafick .linebot {
    background-color: #3c3d3c;
    height: 2px;
    width: 100%;
    margin-top: -3px; }

.block-change {
  display: none; }
  .block-change.active {
    display: block; }

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