@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,900,700,100);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 400 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2 {
  color: #FFF; }

h1 {
  font: 100 40px/40px "Roboto", sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase; }
  h1 strong {
    font-weight: 900; }

h2 {
  font: 400 60px/71px "Roboto", sans-serif;
  letter-spacing: -1.5px; }

h3 {
  font: 400 48px/57px "Roboto", sans-serif;
  letter-spacing: -1.2px;
  text-align: center;
  color: #333333; }

h4 {
  font: 400 30px/40px "Roboto", sans-serif;
  letter-spacing: -0.75px;
  color: #ed1d25; }

h5 {
  font: 400 25px/30px "Roboto", sans-serif;
  letter-spacing: -1px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

blockquote {
  color: #FFF; }
  blockquote cite {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #ed1d25; }
    blockquote cite a:hover {
      color: #047CCD; }
    blockquote cite a:active {
      color: #035e9b; }
  blockquote q {
    display: inline-block;
    position: relative;
    font: 400 18px/30px "Roboto", sans-serif;
    padding: 0 100px; }
    blockquote q:before {
      position: absolute;
      content: '';
      background: url("../images/page-1_img10.png");
      width: 56px;
      height: 45px;
      top: -24px;
      left: 64px; }
  blockquote p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px; }
  blockquote img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  blockquote cite, blockquote img {
    margin-top: 43px; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: solid 1px #FFF; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + .row, h4 + p, h5 + p, * + .row_off, .off {
  margin-top: 15px; }

.row + .row {
  margin-top: 20px; }

.row + .row_off {
  margin-top: 10px; }

h3 + p, [class*='icon-'] + h4 {
  margin-top: 34px; }

p + .center {
  margin-top: 50px; }

.social-list + hr {
  margin-top: 84px; }

* + .copyright {
  margin-top: 76px; }

.row_off1 {
  margin-top: 0; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}


/*==================  Backgrounds  ======================*/
.bg-default {
  background: #FFF; }

.bg-primary {
  background: #e6e6e6; }

/*==================    Colors    ======================*/
.color-primary {
  color: #ed1d25; }
  .color-primary a:hover {
    color: #047CCD; }
  .color-primary a:active {
    color: #035e9b; }

.color-secondary {
  color: #333333; }
  .color-secondary a:hover {
    color: #047CCD; }
  .color-secondary a:active {
    color: #035e9b; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  font: 900 24px/24px "Roboto", sans-serif;
  padding: 18px 143px;
  background: #ed1d25;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24); }
  .btn:hover {
    background: #047CCD; }
  .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn.disabled, .btn.disabled:hover, .btn.disabled:active{
        opacity: 0.4;
        cursor: not-allowed;
      background: #ed1d25;
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
    }
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================     Center    ======================*/
.center {
  text-align: center; }

/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 37px;
  color: #ed1d25;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #047CCD;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 530px;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    @media (max-width: 1199px) {
      .thumb img {
        width: 100%;
        height: 100%; } }
  .thumb_overlay {
    position: absolute;
    width: 530px;
    height: 428px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #FFF;
    background: transparent; }
    @media (max-width: 1199px) {
      .thumb_overlay {
        width: 100%;
        height: 100%; } }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 20px "FontAwesome";
      line-height: 20px;
      margin-top: -10px;
      text-align: center;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(237, 29, 37, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ED1D25', endColorstr='#80ED1D25')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ED1D25', endColorstr='#80ED1D25');
      zoom: 1; }
    .thumb:hover .thumb_overlay:before {
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
      font-size: 30px; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /*padding: 31px 0 25px; */
    background: rgba(160, 160, 160, 0.51) url("../images/logo_new_bamp.png") center center no-repeat;
    width: 100%;
    overflow: hidden;
}

header .container{
    cursor: pointer;
}
header img{
    /*height: 150px !important;*/
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 180px 0 118px; }

.well__off {
  padding-top: 91px; }

.well-1 {
  padding: 110px 0 105px; }

.well-2 {
  padding: 80px 0 100px; }

.well-3 {
  padding: 165px 0 137px; }

/*==================    Txt Wrap   ======================*/
.txt-wrap {
  text-align: center;
  padding: 0 90px; }

.txt-wrap__md {
  padding: 0 10px; }

/*==================    Icon box   ======================*/
.box-icon:hover [class*='icon-'] {
  background: #b0b0b0; }

[class*='icon-'] {
  position: relative;
  width: 148px;
  height: 148px;
  top: 0;
  left: 50%;
  margin-left: -74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 25%;
  background: #c9c9c9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  [class*='icon-']:before {
    position: absolute;
    content: '';
    height: 85px;
    top: 0;
    left: 50%;
    margin-top: 34px; }

.icon-1:before {
  /*background: url("../images/page-1_img01.png");*/
  /*width: 81px;*/
  /*margin-left: -40px; */
  }
.icon-1 i, .icon-2 i, .icon-3 i{
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 62px;
    color: #fff;
}
    .icon-1 i:before, .icon-2 i:before, .icon-3 i:before{
        font-size: 100px;
    }
.icon-2:before {
  /*background: url("../images/page-1_img02.png");*/
  /*width: 68px;*/
  /*margin-left: -34px;
   */
  }


.icon-3:before {
  /*background: url("../images/page-1_img03.png");*/
  /*width: 61px;*/
  /*margin-left: -30px; */
}

/*==================    Box Wrap   ======================*/
.box-wr {
  position: relative;
  padding-left: 126px; }
  .box-wr:before {
    position: absolute;
    content: '';
    width: 104px;
    height: 104px;
    background: #ed1d25;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: -3px;
    left: 0;
    z-index: -1; }
  .box-wr:after {
    position: absolute;
    content: '';
    z-index: 0; }
  .box-wr:hover:before {
    background: #047CCD; }

.icon_wr-1:after {
  width: 70px;
  height: 36px;
  background: url("../images/page-1_img05.png");
  top: 33px;
  left: 16px; }

.icon_wr-2:after {
  width: 47px;
  height: 73px;
  background: url("../images/page-1_img06.png");
  top: 13px;
  left: 29px; }

.icon_wr-3:after {
  width: 60px;
  height: 67px;
  background: url("../images/page-1_img07.png");
  top: 16px;
  left: 16px; }

.icon_wr-4:after {
  width: 67px;
  height: 48px;
  background: url("../images/page-1_img08.png");
  top: 26px;
  left: 23px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
  text-align: center;
  padding: 110px 0 171px;
  color: #FFF; }
  footer .copyright span {
    text-transform: uppercase; }

/*================== Social List ======================*/
.social-list > li {
  display: inline-block; }
  .social-list > li a {
    height: 87px;
    width: 87px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 39px;
    line-height: 87px;
    color: #333333;
    background: #FFF; }
    .social-list > li a:hover {
      color: #ed1d25; }
    .social-list > li a:active {
      color: #c71017; }
.social-list li + li {
  margin-left: 70px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
@media (max-width: 1199px) {
  .txt-wrap, .txt-wrap__md {
    padding: 0; }

  .off {
    margin-top: 0; }

  blockquote q {
    padding: 0; }
    blockquote q:before {
      top: -60px;
      left: 50%;
      margin-left: -25px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 36px; } }
@media (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 38px;
    line-height: 47px; }

  h4 {
    font-size: 20px;
    line-height: 30px; } }
@media (max-width: 767px) {
  blockquote q {
    padding: 0; }
    blockquote q:before {
      top: -60px;
      left: 50%;
      margin-left: -25px; }
  blockquote p {
    line-height: 20px; }

  h2 {
    font-size: 50px;
    line-height: 60px; }

  h3 {
    font-size: 25px;
    line-height: 30px; }

  h3 {
    font-size: 27px;
    line-height: 40px; }

  .row + .row {
    margin-top: 0; }

  [class*='well'], footer {
    padding: 30px 0; }
  .well-1.superpadding{
      padding: 110px 0 30px;
  }
  .well-off {
    padding-top: 180px; }

  .social-list + hr, * + .copyright {
    margin-top: 30px; }

  .btn {
    padding: 18px;
    width: 100%;
    font-size: 20px; }

  .social-list li a {
    height: 50px;
    width: 50px;
    font-size: 25px;
    line-height: 50px; }
  .social-list li + li {
    margin-left: 20px; }

  .copyright {
    font-size: 14px; } }


    .mailform h3{
        font-size: 14px;
    }
    .mailform p{
        margin-bottom: 10px;
    }
        .mailform a{
            text-decoration: underline;
            color: #e64a19;
        }
            .mailform a:hover{
                text-decoration: none;
            }
    .number-type-block-wrapper{
        text-align: center;
    }

    .number-type-block{
        display: inline-block;
        border: 1px solid #ccc;
        padding: 11px 10px 0 10px;
        margin-right: 0;
        margin-top: 5px;
        font-size: 10px;
        width: 95px;
        cursor: pointer;
    }
    .mailform label input.error{
        border-color: #ff0000;
        box-shadow: 0 0 5px red;
    }
    .mailform label input.success{
        border-color: green;
        box-shadow: 0 0 5px green;
    }
        .number-type-block:last-child{
            margin-right: 0;
        }
        .number-type-block:hover{
            box-shadow: 0 0 10px #555;
        }

        .number-type-block.active, .number-type-block.active:hover{
            box-shadow: 0 0 10px #e64a19;
            background: #e64a19;
            color: #fff;
            border-color: #e64a19;
        }
        .number-type-block .price{
            font-size: 14px;
            position: relative;
            top: -4px
        }
        .number-type-block i, .number-type-block i:before{
            display: inline-block;
        }
            .number-type-block.car i, .number-type-block.car i:before{
                font-size: 60px;
            }
            .number-type-block.trailer i, .number-type-block.trailer i:before{
                font-size: 60px;
            }
            .number-type-block.moto i, .number-type-block.moto i:before{
                font-size: 46px;
            }
            .number-type-block.tractor i, .number-type-block.tractor i:before{
                font-size: 36px;
            }
            .number-type-block.special i, .number-type-block.special i:before{
                font-size: 30px;
            }

.mfControls .msg{
    display: none;
    padding: 13px 20px;
    background: #ff0000;
    box-shadow: 2px 2px 14px #000;
    color: #fff;
    position: absolute;
    width: 299px;
    left: 50%;
    margin-left: -150px;

}

.nopadding-nomargin{
    padding: 0;
    margin: 0;
    width: 100% !important;
}

blockquote i{
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 100px;
    color: #e64a19;
    display: inline-block;
}
    blockquote i:before{
        font-size: 100px;
    }

.col-sm-6-wrapper{
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
@media (max-width: 890px){
    .col-sm-6-wrapper{
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}
    .col-sm-6{
        width: 100%;
        padding: 6px 30px 0;
    }
    .box-wr{
        padding-left: 45px;
    }
        .box-wr:after{
            font-family: Flaticon;
            font-size: 20px;
            color: #fff;
            content: "\e006";
            left: 8px;
            top: 2px;
        }
        .box-wr h5.color-primary{
            font: 400 16px/22px "Roboto", sans-serif;
            letter-spacing: 0;
        }
        .box-wr:before{
            width: 34px;
            height: 34px;
            top: 0;
            margin-top: -4px;
        }





.static-page h1{
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    margin: 30px 0 30px;
}
.static-page h2{
    font-size: 22px;
    line-height: 30px;
    color: #555;
    margin-top: 10px;
}
.static-page h3{
    font-size: 20px;
    line-height: 28px;
    color: #555;
    margin-top: 10px;
}
.static-page h4{
    font-size: 18px;
    line-height: 26px;
    color: #555;
    margin-top: 10px;
}
.static-page h5{
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-top: 10px;
}
.static-page p{
    padding: 0 10px 20px 0px;
    font-size: 14px;
}
.static-page ul{
    list-style: disc;
    padding: 0 0 0 30px;
    margin: 10px 0 20px 0;
    font-size: 14px;
}
.static-page ol{
    list-style: decimal;
    padding: 0 0 0 30px;
    margin: 10px 0 20px 0;
    font-size: 14px;
}


    .contacts-wrapper{
        text-align: center;
    }
    .contacts-wrapper-inner{
        margin: 80px 0;
    }
    .contact-block{
        display: inline-block;
        padding: 10px 30px;
    }
        .contact-block p{
            font-size: 20px;
            color: #333;
        }
        .contact-block i{
            display: inline-block;
            margin: 0 5px 0 0;
        }
            .contact-block i:before{
                font-size: 35px;
                position: relative;
                color: #e64a19;
            }
@media (max-width: 768px){
    .ymaps-map, #mymap{
        height: 300px !important;
    }
}

br.invisibility{
    display: none;
}

.reglament-wrapper{
    padding: 15px 0 0;
    white-space: nowrap;
}
    .reglament-wrapper input{
        width: 20px;
        height: 20px;
        margin-top: 1px;
    }

    .reglament-wrapper label{
        display: inline-block;
        width: inherit;
        margin: 0;
    }

.number-description{
    margin: 20px;
}
    .number-description div{
        display: none;
    }

@media (max-width: 1200px){
    .number-type-block-wrapper{
        margin: 0 10px;
    }
}
@media (max-width: 675px){
    .number-type-block-wrapper{
        margin: 0 60px;
    }
}
@media (max-width: 580px){
    .number-type-block-wrapper{
        margin: 0 40px;
    }
}
@media (max-width: 520px){
    .number-type-block-wrapper{
        margin: 0 20px;
    }
    br.invisibility{
        display: block;
    }
}
@media (max-width: 490px){
    .number-type-block-wrapper{
        margin: 0 ;
    }
}




