



*
{
padding: 0;
margin: 0;
border: 0;
color: #000;
font-family: 'Open Sans', sans-serif;
/*left: 0;
top: 0;*/
}

html
{
  width: 100%;
}

body
{
    background: #fff; /* Для старых браузров */
    width: 100%;

    position: relative;
    float: none;
}



img
{
  border-style: none;
  transition: all 0.3s ease-out 0.1s;
}

.main_wrapper
{
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.main_wrapper_color
{
  width: 100%;

  position: relative;
  display: block;
  overflow: hidden;
  background:  url("../img/bgcolor.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.content_wrapper
{
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.content
{
  max-width: 1140px;
  min-width: 540px;
  position: relative;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
h1
{
  font-family: 'Open Sans', sans-serif;

  font-size: 56px;
  line-height: 48px;
  margin-bottom: 25px;
  font-weight: 400;
  transition: all 0.3s ease-out 0.1s;
}

h1.center_H
{
  font-weight: 100;
  text-align: center;
  margin-bottom: 40px;
}

h2
{
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: all 0.3s ease-out 0.1s;
}

p
{
  color: #000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s ease-out 0.1s;
}

.otboynik_pink
{
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  float: none;
  background: #7d344d;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*-----------------------------------------------------*/

.content_two_col1
{

max-width: 48%;

  float: left;
  position: relative;
  display: block;
}

.content_two_col2
{

max-width: 48%;

  float: right;
  position: relative;
  display: block;
}





/*-------------------------------------------------*/
.three_wrapper_table
{
  width: 100%;
}
.three_wrapper_table td
{
  text-align: center;
}

.three_wrapper_table h3
{
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

.three_wrapper_table p
{
  font-size: 14px;
text-align: left;
  float: none;
}
/*----------------------------------------*/

.content_three_item
{
  width: 240px;
  display: block;
  overflow: hidden;
margin: 0 auto;

}
.content_three_item img
{
  width: 240px;
  height: 240px;
  display: block;
  overflow: hidden;
  float: none;

  border-radius: 120px;
  border: 0;
outline: 3px solid #fff;
}
/*-------------------------------------------------*/


.shem_proezd
{
  background: #000;
  width: 820px;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
  float: none;
}

.shprbg
{
  background: url("/assets/img/sch3.jpg") center no-repeat;

  overflow: hidden;
  height: 711px;
  margin-bottom: -30px;
}

.hidden{
opacity:0;
}
.visible{
opacity:1;
}


/*----------------------------------------*/


@media screen and (max-width: 1100px)
{
  .schem_shield_wrapper
  {
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }

.primer_wrapper
{
  margin: 0 auto;
  float: none;
  margin-bottom: 30px;
}

  .content_two_col1_1
  {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
     width: 100%;
   }

.content_two_col2_1
{
  width: 100%;
  float: none;
  margin: 0 auto;
}
.content_two_col2_1 p
{
  width: 100%;

}

p.comment1
{
  width: 530px;
  float: none;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
}
