


.oswald
{
  font-family: 'Oswald',sans-serif;
}

.constructor .title {
	color: #111;
}

.ind_block
{
  position: relative;
  border-bottom: 5px solid #fff;
}

.ind_block .container
{
  padding-top: 100px;
  padding-bottom: 100px;
}

.subtitle,.title
{
  text-align: center;
  color: #fff;
}

.title
{
  font-family: 'Open Sans',sans-serif;
  margin: 15px 0 40px;
  font-size: 42px;
}

.subtitle
{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.ind_block.ind_list_top .container,.ind_main .container
{
  padding: 40px 0;
}

.ind_main
{
  position: relative;
  height: 100%;
  width: 100%;

  min-height: 500px;
}
/*
.ind_main:before
{
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 60px;
  background: url(../images/snow.png);
  background-repeat: repeat-x;
  background-size: auto 100%,cover;
  z-index: 99;
}
*/
.ind_main_video {
	overflow: hidden;
    height: 500px;
    position: relative;
}




.ind_main .subtitle
{
    color: #ff8a00;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dotted-overlay,.over
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.dotted-overlay
{
  background: rgba(0,0,0,.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAF0lEQVQYV2NkYGD4z8DAwMgABXAG8QIAQOoBBeYwAr0AAAAASUVORK5CYII=);
  height: 100%;
  z-index: 2;
  display: block;
  content: " ";
}

.ind_main .production_video
{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.ind_main p,.price_block
{
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Oswald',sans-serif;
}

.price_block
{
	display: block;
    /* background-color: rgba(255,255,255,.1); */
    width: 100%;
    margin: 50px auto 30px;
    padding: 20px 40px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    /* border: 2px solid #fff; */
    text-decoration: none;
}

.price_block:hover
{
  color: #fff;
  text-decoration: none;
  background: 0 0;
}

.price_block b.is-visible {
	font-size: 22px;
}

.price_block strong
{
	color: #f00;
    font-size: 30px;
}

.price_block .fa-rouble
{
  font-size: 28px;
}

.price_block .fa-thumbs-up
{
  display: block;
  color: #fba948;
  font-size: 49px;
  margin-bottom: 10px;
}

.ind_catalog .title
{
  color: #31424e;
}

.ind_catalog .subtitle
{
  color: #777;
  font-size: 18px;
}

.catalog_sections_list
{
  text-align: center;
  margin-top: 60px;
}

.ind_how_we_work
{
  background-color: #f0f0f0;
}

.ind_how_we_work .title
{
  color: #111;
}

.ind_advantage h3,.ind_how_we_work .subtitle
{
  color: #798395;
  font-family: 'Oswald',sans-serif;
  font-size: 25px;
}

.ind_how_we_work .icon
{
  color: #ff8a00;
  font-size: 50px;
  text-align: center;
  display: block;
}

.ind_how_we_work p
{
  padding: 10px;
  margin: 10px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

.ind_how_we_work p.small
{
  font-size: 90%;
  line-height: 16px;
}

.ind_how_we_work p strong
{
  font-size: 105%;
}

.ind_how_we_work .phone
{
  white-space: nowrap;
  color: #ff8a00;
}

@media (max-width:768px)
{
  .ind_how_we_work p
  {
    text-align: center;
  }

  .img_none
  {
    display: none;
  }
}

.ind_advantage
{
  z-index: 1;
  position: relative;
  background: #7d8b98;
}

.ind_advantage .container
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.ind_advantage h3
{
  color: #ff8a00;
  margin-bottom: 20px;
}

.ind_advantage p
{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.ind_advantage .col-md-4
{
  text-align: center;
}

.ind_advantage figure
{
  overflow: hidden;
  border: 2px solid #fff;
  max-width: 70%;
  margin: 30px auto;
}

.ind_advantage img:hover,.ind_advantage li img
{
  -webkit-transition: all 2500ms cubic-bezier(.19,1,.22,1) 0;
  -o-transition: all 2500ms cubic-bezier(.19,1,.22,1) 0;
  transition: all 2500ms cubic-bezier(.19,1,.22,1) 0;
}

.ind_advantage img:hover
{
  transform: scale(1.05);
}

.ind_advantage .img-responsive
{
  opacity: .5;
}

.ind_holkon .lead
{
  padding: 25px 0;
  margin: 0;
}

.ind_holkon p
{
  line-height: 28px;
  color: #555;
  font-family: 'Open Sans',sans-serif;
}

.ind_holkon .auto
{
  width: 100%;
  height: auto;
  max-width: 300px;
}

.ind_holkon h3
{
  color: #7dac4b;
  text-transform: uppercase;
}

@media (max-width:768px)
{
  .ind_holkon .col
  {
    text-align: center;
  }
}

.ind_contact
{
  z-index: 1;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/ind_contact.jpg);
}

.ind_contact .mask
{
  background-color: rgba(52,24,24,.6);
  z-index: 1;
  position: relative;
}

.ind_contact .subtitle
{
  margin-bottom: 40px;
  font-family: 'Oswald',sans-serif;
  padding: 0 15px;
}

.block_content strong,.ind_contact .subtitle strong
{
  color: #ff8a00;
}

.ind_footer_text
{
  background: #fff;
  color: #798395;
}

.ind_footer_text .subtitle
{
  color: #111;
  font-family: 'Oswald',sans-serif;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.block_content
{
  width: 75%;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 30px auto 0;
  font-family: 'Open Sans',sans-serif;
}

#map
{
  height: 350px;
}

.ind_list_top
{
  background-color: #fff;
}

