* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  min-width: 320px;
  color: #232323;
  background: #ffffff;
  font: 16px/20px "MuseoSansRegular", Verdana;
  cursor: default; }

html {
  height: 100%; }

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative; }

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 16px/20px "MuseoSansRegular", Verdana;
  margin: 0;
  padding: 0;
  border: 0; }

a img, :link img, :visited img {
  border: 0; }

p {
  padding: 0px;
  margin: 0px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

a {
  cursor: pointer;
  outline: none;
  color: #232323;
  text-decoration: none;
  font: 16px/20px "MuseoSansRegular", Verdana; }

a:hover {
  text-decoration: none; }

.cl:after, .top:after, .b2:after, .b3:after, .b4:after, .b5:after, .b6:after, .b7:after, .b9:after, .b11:after, .footer:after, header:after, .t_items:after {
  content: "";
  display: block;
  clear: both; }

.hand {
  cursor: pointer; }

.display_none {
  display: none; }

input, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  outline: none;
  resize: none;
  oveflow: auto; }

ul {
  list-style: none; }

/* site styles */
strong {
  font-weight: normal;
  font-family: "MuseoSansBold"; }

.top, .b2, .b3, .b4, .b5, .b6, .b7, .b9, .b11, .footer {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto; }

.top_wrap {
  height: 976px;
  background: url(new/images/top_bg.jpg) center top no-repeat;
  position: relative; }

.top_menu {
 width: 215px;
  background: linear-gradient(to top, #B9DE96, #97CA8A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#97CA8A, endColorstr=#B9DE96);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#97CA8A, endColorstr=#B9DE96);
  position: fixed;
  z-index: 7;
  top: 50vh;
  transform: translateY(-50%);
  right: 20px;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.26);
  padding: 17px 41px 17px 15px; }
  .top_menu > li {
    display: block;
    height: 28px;
    border-bottom: 1px solid #91B482;
    position: relative; }
    .top_menu > li.current > a {
      font-size: 17px;  /*19*/
      font-family: "MuseoSansBold";
      color: #000; }
    .top_menu > li.current:after {
      display: block;
      content: '';
      width: 14px;
      height: 14px;
      background: #429F24;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      box-shadow: 0 4px 5px rgba(20, 20, 20, 0.19);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -27px; }
    .top_menu > li:last-child {
      border-bottom: none; }
    .top_menu > li:after {
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -25px; }
    .top_menu > li > a {
      display: block;
      height: 28px;
      text-align: right;
      font-size: 16px;
      line-height: 26px;
      color: #2d2c2c;
      transition: .3s; }
      .top_menu > li > a:hover {
        color: #fff; }
		
			.banner_top {
padding: 5px;
    background-color: red;
    text-align: center;
	position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1000; padding-bottom: 9px;
}

.banner_top span {
    font-size: 20px;
    color: #fff;
    font-family: 'opensans-bold';

}

.banner_top a {
	    font-size: 20px;
		color: #fff;
}
	
	.banner_top a:hover {
	    font-size: 20px;
		color: #fff;
		text-decoration: underline;
}
        
  #t_close{
      width: 20px;
      height: 20px;
      background: url(new/images/t_close.png) center top no-repeat;
      cursor:pointer;
 }       
        

.top_content {
  max-width: 750px; }

header {
  padding-top: 15px;
  margin-bottom: 100px;
  position: relative;
  z-index: 6; }

.burger {
  display: none;
  position: absolute;
  width: 40px;
  height: 25px;
  right: 25px;
  top: 38px; }
  .burger:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7; }
  .burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #46A126;
    position: absolute;
    left: 0;
    top: 11px; }
    .burger span:before {
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background: #46A126;
      position: absolute;
      left: 0;
      top: -11px; }
    .burger span:after {
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background: #46A126;
      position: absolute;
      left: 0;
      top: 11px; }

.logo {
  float: left;
  width: 121px;
  height: 99px; }

.h_contacts {
  float: right;
  text-align: right;
  padding-top: 21px; }

.h_tel {
  display: inline-block;
  padding-left: 25px;
  font-family: "MuseoSansMedium";
  background: url(new/images/tel.png) left 2px no-repeat; }

.h_email {
  display: inline-block;
  padding-left: 25px;
  font-family: "MuseoSansMedium";
  background: url(new/images/email.png) left 6px no-repeat;
  margin: 10px 0; }

.h_soc {
  text-align: right;
  margin-top: 3px; }
  .h_soc > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    transition: .3s; }
    .h_soc > a:hover {
      filter: alpha(Opacity=70);
      opacity: 0.7; }

.t_head {
  display: block;
  font-size: 26px;
  line-height: 44px;
  text-transform: uppercase; }
  .t_head > span {
    display: block;
    font-size: 64px;
    line-height: 68px;
    font-family: "MuseoSansBold"; }

.t_text {
  display: block;
  max-width: 650px;
  font-size: 21px;
  line-height: 24px;
  padding-left: 17px;
  position: relative;
  margin: 25px 0 50px; }
  .t_text:before {
    display: block;
    content: '';
    width: 3px;
    height: calc(100% - 8px);
    position: absolute;
    left: 0;
    top: 4px;
    background: linear-gradient(to bottom, #3B9B22, #79C138); }

.t_items {
  margin-bottom: 42px; }

.t_item {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 87px;
  float: left;
  border: 1px solid #3B9A21;
  position: relative;
  font-size: 18px;
  line-height: 87px;
  font-family: "MuseoSansBold";
  text-align: center;
  padding: 0 5px 0 23px;
  margin-bottom: 20px;
text-decoration: underline;  }
  
  .t_item:hover {text-decoration: none;}
  
  
  .t_item:nth-child(1) {
    margin-right: 32px; }
  .t_item:before {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    background: rgba(81, 168, 42, 0.47);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0); }
  .t_item:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    background: #50A729;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0); }

.t_btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 290px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  background-color: #dca44b;
  background-image: linear-gradient(to top, #7ec43a 0%, #379820 100%);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.09);
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 17px;
  font-family: "MuseoSansMedium";
  margin-right: 30px;
  position: relative; }
  .t_btn:hover {
    background-image: linear-gradient(to bottom, #7ec43a 0%, #379820 100%); }
  .t_btn:after {
    display: block;
    content: '';
    width: 31px;
    height: 2px;
    background: #E8E8E8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px; }

.t_info {
  display: inline-block;
  vertical-align: middle;
  color: #379820;
  position: relative; }

.b2 {
  margin: 110px auto 50px;
  position: relative;
  background: #F6F6F6; }

.b2_content {
  width: calc(100% - 420px);
  min-height: 475px;
  padding: 0 60px 13px 0;
  position: relative;
  background: #F6F6F6; }
  .b2_content:before {
    display: block;
    content: '';
    width: 49%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -15px; }

p {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px; }

.c_head {
  display: block;
  font-size: 50px;
  line-height: 54px;
  font-family: "MuseoSansBold";
  padding-left: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px; }
  
  .c_head_2 {
  display: block;
  font-size: 50px;
  line-height: 54px;
    font-family: "MuseoSansRegular";
  padding-left: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px; }
  
  .c_head.ch2 {
    text-align: center;
    padding: 0; }
    .c_head.ch2:before {
      width: 124px;
      height: 3px;
      background: linear-gradient(to right, #3B9B22, #79C138);
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      top: -15px; }
	  
	     .c_head_2:before {
      width: 124px;
      height: 3px;
      background: linear-gradient(to right, #3B9B22, #79C138);
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      top: -15px; }
	  
  .c_head.w {
    color: #fff; }
    .c_head.w:before {
      background: #fff; }
  .c_head > span {
    display: block;
    font-family: "MuseoSansRegular"; }
  .c_head:before {
    display: block;
    content: '';
    width: 3px;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, #3B9B22, #79C138); }

.b2_img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0; }
  .b2_img > img {
    display: inline-block;
    box-shadow: 0 0 24px rgba(20, 20, 20, 0.21); }
	
.b3 {
  /*margin-bottom: 150px; */
  background: #F6F6F6;
  position: relative;
  min-height: 345px; 
  margin-top: 90px;}

.b3_img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .b3_img > img {
    display: inline-block;
    box-shadow: 0 0 24px rgba(20, 20, 20, 0.21); }

.b3_content {
  width: 100%;
  padding-left: 500px;
  position: relative;
  padding-bottom: 4px; 
  margin-bottom: 150px;}
  .b3_content p {
    margin-bottom: 20px; }
  .b3_content:after {
    display: block;
    content: '';
    width: calc(50% - 220px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -15px; }

.b4_wrap {
  height: 790px;
  background: url(new/images/b4_bg.jpg) center top no-repeat;
  padding-top: 85px; }

.b4_head {
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 54; }

.b4_items {
  margin-top: 55px;
  padding: 0 20px; }

.b4_item {
  display: block;
  max-width: 884px;
  min-height: 85px;
  margin: 0 auto 24px;
  border: 1px solid #BBDBAB;
  background: rgba(28, 56, 17, 0.6);
  padding: 14px 50px;
  position: relative; }
/*  .b4_item:nth-child(even) > i {
    right: 0;
    left: auto;
    transform: translate3d(50%, -50%, 0); } */
  .b4_item > span {
    display: block;
    color: #fff; }
  .b4_item > i {
    font-style: normal;
    font-size: 72px;
    line-height: 76px;
    color: #fff;
    font-family: "MuseoSansBlack";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c_btn {
  display: block;
  margin: 40px auto 0;
  max-width: 288px;
  width: 100%;
  height: 58px;
  border: 2px solid white;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  box-shadow: 0 6px 7px rgba(20, 20, 20, 0.34);
  color: #fff;
  font-size: 17px;
  line-height: 54px;
  font-family: "MuseoSansMedium";
  text-align: center;
  transition: .3s; }
  .c_btn:hover {
    background: #fff;
    color: #3d9c22; }
	
	.c_btn_2 {
  display: block;
  margin: 30px auto 0;
  max-width: 220px;
  width: 100%;
  height: 58px;
  border: 2px solid #606060;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  box-shadow: 0 6px 7px rgba(20, 20, 20, 0.34);
  font-size: 17px;
  line-height: 54px;
  font-family: "MuseoSansMedium";
  text-align: center;
  transition: .3s; 
  color: #232323 !important;
  text-decoration: none !important;}
  
    .c_btn_2:hover {
	background: #52a92a;
color: #fff !important;
  border: 2px solid #52a92a;
}

.b5 {
  margin-top: 130px; 
  margin-bottom: 100px;}
  .b5 p {
    text-align: center; }

.b5_items {
  text-align: center;
  margin-top: 50px; }

.b5_item {
  display: inline-block;
  vertical-align: top;
  max-width: 360px;
  width: 100%;
  height: 490px;
  margin: 0 12px 24px;
  background: #F2F2F2; }
  .b5_item:nth-child(3n+1) {
    margin-left: 0; }
  .b5_item:nth-child(3n+3) {
    margin-right: 0; }

.video {
  max-width: 360px;
  position: relative; }

.video_push_16_9 {
  padding-top: 65.25%; }

.video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.b5i_content {
  padding: 25px 20px 5px;
  max-height: 235px;
  overflow: hidden; }

.b5i_head {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: "MuseoSansBold";
  padding-left: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .b5i_head > span {
    display: block;
    font-family: "MuseoSansRegular"; }
  .b5i_head:before {
    display: block;
    content: '';
    width: 3px;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, #3B9B22, #79C138); }

.b5i_text {
  display: block;
  font-size: 15px; }

.b6_wrap {
  min-height: 879px;
  background: url(new/images/b6_bg.jpg) center top no-repeat;
  overflow: hidden;
  margin-top: 70px;
  margin: 100px auto;  }

.b6 {
  padding-top: 90px; }
  .b6 .c_head {
    margin-bottom: 40px; }

.b6_left {
  float: left;
  max-width: 425px;
  width: 100%; }
  .b6_left .c_btn {
    margin: 50px 0 0 0; }

.b6l_text {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 25px; }

.b6l_items {
  margin-top: 40px; }

.b6l_item {
  display: block;
  width: 100%;
  margin: 0 auto 24px;
  border: 1px solid #BBDBAB;
  background: rgba(28, 56, 17, 0.4);
  padding: 20px 20px 20px 35px;
  position: relative;
  color: #fff;
  font-family: "MuseoSansBold"; }
  .b6l_item:before {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    background: rgba(255, 255, 255, 0.47);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0); }
  .b6l_item:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0); }

.b6_right {
  max-width: 655px;
  width: 100%;
  float: right;
  padding: 40px 0 40px 40px;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.2);
  background: #fff;
  position: relative; }
  .b6_right:before {
    display: block;
    content: '';
    width: 32px;
    height: 100%;
    background: linear-gradient(to right, #fff, #E9E9E9);
    position: absolute;
    top: 0;
    left: -32px;
    filter: alpha(Opacity=40);
    opacity: 0.4; }
  .b6_right:after {
    display: block;
    content: '';
    width: 1500px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  .b6_right p {
    margin-bottom: 15px; }

.b6r_items {
  position: relative;
  z-index: 1; }

.b6r_item {
  margin-bottom: 15px; }

.b6r_name {
  display: table;
  width: 100%;
  height: 58px;
  border: 1px solid #DDD;
  position: relative;
  padding: 5px 64px 5px 27px;
  cursor: pointer; }
  .b6r_name.open:after {
    transform: translateY(-50%) rotate(0); }
  .b6r_name:before {
    display: block;
    content: '';
    width: 3px;
    height: 100%;
    background: linear-gradient(to top, #79C138, #3B9A21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B9A21, endColorstr=#79C138);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B9A21, endColorstr=#79C138);
    position: absolute;
    top: 0;
    left: -1px; }
  .b6r_name:after {
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    background: url(new/images/b6r_name.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
    transition: .3s; }
  .b6r_name > span {
    display: table-cell;
    vertical-align: middle; }

.b6r_popup {
  display: none;
  padding: 10px 0 1px; }
  .b6r_popup p {
    margin-bottom: 0; }

.b7 {
  margin: 20px auto;
  position: relative;
  background: #F6F6F6; }
  
.b7_content {
  width: calc(100% - 420px);
  min-height: 475px;
  padding: 0 60px 13px 0;
  position: relative;
  background: #F6F6F6; }
  .b7_content:before {
    display: block;
    content: '';
    width: 49%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -15px; }

.b7_img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0; }
  .b7_img > img {
    display: inline-block;
    box-shadow: 0 0 24px rgba(20, 20, 20, 0.21); }

.b8_item {
  height: 350px;
  text-align: left; }

.b8i_head > span {
  font-size: 14px;
  color: #606060; }

.b9_wrap {
  background: url(new/images/b9_bg.jpg) center top no-repeat;
  height: 950px;
  padding: 70px 0 20px; }
  
.b9_wrap_2 {
  background: url(new/images/b9_bg_2.jpg) center top no-repeat;
  height: 570px;
  padding: 80px 0 20px; }
    
  
  

.b9 {
  text-align: center; }

.b9_items {
  text-align: center;
  margin: 60px 0 50px; }

.b9_item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 460px;
  width: 100%;
  height: 265px;
  background: #fff;
  box-shadow: 0 8px 21px rgba(20, 20, 20, 0.41);
  margin: 0 20px 30px;
  position: relative;
  padding: 20px 30px 0; }
  
  .b9_item_2 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 290px;
  width: 100%;
  height: 254px;
  box-shadow: 0 8px 21px rgba(20, 20, 20, 0.41);
  margin: 0 0 30px;
  position: relative; }
  
        .b9_item_3 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 290px;
  width: 100%;
  height: 254px;
  box-shadow: 0 8px 21px rgba(20, 20, 20, 0.41);
  margin: 0 20px 30px;
  position: relative; }
  
  
  .b9_item:nth-child(3n+1) {
    margin-left: 0; }
  .b9_item:nth-child(3n+3) {
    margin-right: 0; }
  .b9_item:after {
    display: block;
    content: '';
    width: 100%;
    height: 52px;
    background: #fff;
    filter: alpha(Opacity=17);
    opacity: 0.17;
    position: absolute;
    bottom: -52px;
    left: 0; }
	
	.b9_item:hover {
	filter: alpha(Opacity=70);
    opacity: 0.7; 
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);	}

.b9i_head {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #52a92a;
  font-family: "MuseoSansBold"; }
  .b9i_head:after {
    display: block;
    content: '';
    width: 67px;
    height: 3px;
    background: linear-gradient(to right, #3B9A21, #7AC239);
    margin: 13px auto; }
  .b9i_head > span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: "MuseoSansMedium";
    color: #2c2c2c; }

.b9i_text {
  display: block;
  font-size: 14px;
  max-height: 100px;
 /* overflow: hidden;*/
line-height: 1;  }

.b9i_price {
  display: block;
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 10px 0 30px;
  font-family: "MuseoSansBold"; 
  }
  .b9i_price > span {
    font-size: 27px;
    line-height: 31px;
    color: #3d9c22;
    margin-left: 5px; }
    .b9i_price > span > span {
      font-size: 18px; }

.b9_btns {
  text-align: center; }
  .b9_btns > a {
    display: inline-block;
    margin: 0 11px 20px; }
	
.b9_btns_2 {
margin-top: 30px;
  }

.b10 {
  margin: 100px auto; }

.b10_content {
  min-height: 655px; }
  .b10_content strong {
    position: relative;
    z-index: 1; }

.b10_list {
  padding-left: 18px;
  margin-top: 20px;
  position: relative;
  z-index: 1; }
  .b10_list > li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative; }
    .b10_list > li:before {
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      background: #3D9C22;
      position: absolute;
      top: 8px;
      left: -15px; }

.b11_wrap {
  height: 487px;
  background: url(new/images/b11_bg.jpg) center top no-repeat;
  padding: 140px 0 40px;
  position: relative; }

.b11 {
  max-width: 916px; }

.b11_head {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-family: "MuseoSansBold"; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

/* Firefox 19+ */
:-moz-placeholder {
  color: #000;
  opacity: 1; }

/* Firefox 18- */
:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

.b11_inputs {
  text-align: center;
  margin: 45px 0 33px; }
  .b11_inputs > input {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 230px;
    height: 30px;
    margin: 0 11px 20px;
    background: url(new/images/name.png) right center no-repeat;
    border-bottom: 1px solid #000;
    font-size: 20px;
    padding-right: 25px; }
    .b11_inputs > input:nth-child(2) {
      background: url(new/images/email.png) right center no-repeat; }
    .b11_inputs > input:nth-child(3) {
      background: url(new/images/tel.png) right center no-repeat; }

.b11_bot {
  text-align: center; }

.capcha {
  display: inline-block;
  vertical-align: middle;
  width: 213px;
  height: 57px;
  margin: 0 24px 20px 15px;
  text-align: left; }

.niceCheck {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .niceCheck > input {
    display: none; }
  .niceCheck > span {
    display: block;
    padding-left: 25px;
    font-size: 12px;
    line-height: 15px; }
    .niceCheck > span:before {
      content: '';
      padding-right: 10px;
      height: 14px;
      width: 14px;
      background: url(new/images/checkbox.png) no-repeat;
      position: absolute;
      top: 1px;
      left: 0; }
  .niceCheck input:checked + span::before {
    background-position: 0 -14px; }

.cf_submit {
  display: inline-block;
  vertical-align: middle;
  max-width: 230px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  background-color: #dca44b;
  background-image: linear-gradient(to top, #7ec43a 0%, #379820 100%);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.09);
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: "MuseoSansMedium";
  position: relative;
  cursor: pointer;
  margin-left: 5px; }
  .cf_submit:hover {
    background-image: linear-gradient(to bottom, #7ec43a 0%, #379820 100%); }

.b11_bot_link {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center; }
  .b11_bot_link > a {
    font-size: 17px;
    color: #44a125;
    font-family: "MuseoSansMedium";
    text-decoration: underline; }
    .b11_bot_link > a:hover {
      text-decoration: none; }

footer {
  padding: 45px 0 35px;
  background: #383838; }

.f_left {
  float: left; }

.copy {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }
  .copy a {
    color: #76bf37;
    text-decoration: underline; }
    .copy a:hover {
      text-decoration: none; }

.dev {
  display: inline-block;
  width: 230px;
  height: 26px;
  background: url(new/images/dev.png) left top no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  padding-left: 100px;
  margin-top: 10px;
  transition: .3s; }
  .dev:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7; }

.f_contacts {
  float: right;
  text-align: right; }

.f_tel {
  display: inline-block;
  padding-left: 25px;
  font-family: "MuseoSansMedium";
  color: #fff;
  background: url(new/images/tel.png) left 2px no-repeat; }

.f_email {
  display: inline-block;
  padding-left: 25px;
  font-family: "MuseoSansMedium";
  color: #fff;
  background: url(new/images/email.png) left 6px no-repeat;
  margin: 10px 0; }

.f_soc {
  display: inline-block;
  text-align: right;
  margin-top: 3px; }
  .f_soc > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    transition: .3s; }
    .f_soc > a:hover {
      filter: alpha(Opacity=70);
      opacity: 0.7; } 

    .kanal img {height: 110px}  
	    .kanal {text-align: center;}  
      
#BlackBlock{
        background-image: url(new/images/black_bg.png);
        width: 100%;
        height: 100%; 
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        display:none;
}

#MessageBox{
         width: 550px;  
         height:220px;    
         margin: 300px auto;
         background-color: white;
         padding:25px;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
          border-radius: 7px;
}

#CloseButton{
         width: 130px;
         height: 35px;
         font-size: 15px;
         background-color: green;
         color:white;
         padding-left:20px;
         padding-right:20px;
         padding-top:5px;
         cursor:pointer;
         text-align:center;
         margin:10px auto;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
          border-radius: 4px;
}

.MessageText{
       font-size: 20px;
      /* color: green; */
       text-align:center;
}      
      

/* add header 18122018 */

.header_2_wrap:after {
  content: "";
  display: block;
  clear: both; }
  
 .header_2_wrap {
  height: 300px;
  background: #85c125 url(classhypn/images/header_2_bg.jpg) no-repeat center top; } 
  
.header_2 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative; } 
  
.burger {
  display: none;
  position: absolute;
  width: 45px;
  height: 32px;
  background: url(classhypn/images/burger.png) 0 0 no-repeat;
  right: 18px;
  top: 30px;
  transition: .3s; }
  .burger:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7; } 
    
 .mob_menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background: #fff;
  padding: 100px 30px 40px;
  box-shadow: 1.5px 2.6px 27px rgba(0, 0, 0, 0.21);
  filter: alpha(Opacity=93);
  opacity: 0.93; }
  .mob_menu:before {
    display: block;
    content: 'ÐœÐµÐ½ÑŽ';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 46px;
    left: 33px; }
  .mob_menu > li {
    display: block;
    border-top: 1px solid #DDD; }
    .mob_menu > li:first-child {
      border-top: none; }
    .mob_menu > li > a {
      display: block;
      height: 52px;
      line-height: 52px;
      text-align: right;
      font-size: 17px;
      color: #101332;
      transition: .3s; }
      .mob_menu > li > a:hover {
        color: #009e00;
        text-shadow: 1px 2px 2px #009e00; }  
        
.h2_logo {
  display: block;
  float: left;
  width: 148px;
  height: 148px;
  background: url(classhypn/images/h2_logo.png) no-repeat;
  margin: 10px 0 0 48px; }

.h2_text {
  max-width: 550px;
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 48px;
  font-family: 'Russia-Bold';
  text-align: center;
  line-height: 57px;
  text-shadow: -1px 1px 2px #2C4F00;
  margin: 20px 0 0 185px; }

.h2_ava_block {
  width: 200px;
  float: right;
  text-align: center;
  margin: 10px 20px 0 0; }

.h2_ava_block img {
  padding-bottom: 3px; }

.h2_ava_block p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Russia-Regular';
  line-height: 17px; }

.h2_ava_block p span {
  font-size: 14px; }

.h2_but {
  display: block;
  width: 238px;
  height: 74px;
  float: left;
  background: url(classhypn/images/h2_but.png) no-repeat;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: 'Russia-Medium';
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  margin-left: 23px; }

.h2_but img {
  display: block;
  float: left;
  padding: 15px 0 15px 15px; }

.h2_but span {
  display: block;
  padding-top: 16px; }

.h2_but_right {
  float: right;
  margin: 0 23px 0 0; }

.h2_but_right span {
  padding-top: 25px; }

.h2_but:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7; }  
  
  
.top_but_menu {
  max-width: 900px;
  width: 100%;
  height: 164px;
  margin: -23px auto 0;
  list-style: none; }

.top_but_menu li {
  display: block;
  float: left; }

.top_but_menu li a {
  display: block;
  float: left;
  width: 164px;
  height: 164px;
  text-align: center;
  margin: 0 7px;
  font-size: 18px;
  color: #191919;
  font-family: 'opensans-bold';
  background: url(classhypn/images/top_but_menu_bg.png) no-repeat;
  text-decoration: none; }

.top_but_menu li a img {
  display: block;
  margin: 19px auto 14px; }

.top_but_menu li a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7; }

.art_content, .gray_form {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 10px; }

.art_content {
  margin-bottom: 100px; }

.ac_head {
  display: block;
  text-align: center;
  position: relative;
  margin: 55px 0 90px; }
  .ac_head:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 55%; }
  .ac_head > span {
    display: inline-block;
    vertical-align: top;
    font-size: 44px;
    line-height: 48px;
    color: #313131;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
    background: #fff;
    padding: 0 25px;
    position: relative;
    z-index: 1; }

.ac_left {
  float: left;
  max-width: 815px;
  width: 100%; }
  .ac_left p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
color: #313131;	}
  .ac_left img {
    display: block;
    margin: 30px 0; }
	
	.ac_left h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #313131;
    padding-bottom: 5px;
    border-bottom: 1px solid #60C200;
    margin-bottom: 17px;
	    font-family: 'proxima_nova_rgbold';
		margin-top: 40px;}
	
  .ac_left h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #60C200;
    margin-bottom: 17px;
    color: #313131;
	    font-family: 'proxima_nova_rgbold';
		margin-top: 40px;}
	
	.ac_left li {
    display: block;
    margin-bottom: 11px;
    padding-left: 27px;
    position: relative;
    font-size: 17px;
    line-height: 20px;
	    background: url(/wp-content/themes/newclassicalhypnosis/images/tochka.jpg) no-repeat 16px 3px;
		    padding-left: 45px;
    color: #313131;
}

	.ac_left dt {
    margin: 10px;
}

	.ac_left a {
    color: #3fa600;
    text-decoration: underline;
        font-weight: bold;}
		
	
	.ac_left a:hover {
    color: #3fa600;
    text-decoration: none;
        font-weight: bold;}	

	.ac_left ul {
	margin: 0px 0 20px 17px; }          
  
 
/* end add header 18122018 */ 




  
/*ñòèëè ìîäàëüíûõ îêîí*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: #000000;
  filter: alpha(Opacity=42);
  opacity: 0.42;
  display: none; 
  width:100%;  height: 100%; }   
  
 .boxes * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;   
}

.boxes .window { 
  position: fixed;
  left: 35%;
  top: 300px;   
  
  width: 440px;
  height: 200px;
  display: none;  /* none */
  z-index: 9999; }

.boxes #sign_modal {
 /* width: 690px;
  height: 511px;  äëÿ êóðñà ïî óëè÷íîìó è ýñòðàäíîìó ãèïíîçó */
  
   width: 690px;
  height: 470px;
  
  background-color: white;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.53);
  padding: 12px; }

.close {
  display: block;
  width: 30px;
  height: 30px;
  /* background: url(./images/close1.png) 0 0 no-repeat;  äëÿ êóðñà ïî óëè÷íîìó è ýñòðàäíîìó ãèïíîçó*/
  background: url(./images/close.png) 0 0 no-repeat;
  position: absolute;
  top: 25px;
  right: 25px; }
  .close:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7; }

.sm_content {
  width: 100%;
  height: 100%;
 /* background: url(./images/modal_bg1.jpg) 0 0 no-repeat; äëÿ êóðñà ïî óëè÷íîìó è ýñòðàäíîìó ãèïíîçó */
  background: url(./images/modal_bg.jpg) 0 0 no-repeat;
  padding: 25px 50px 0; }

.sm_head {
  display: block;
  font-size: 31px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 25px;
  font-family: Times New Roman; }

.sm_socials {
  display: block;
  font-size: 16px;
  font: 16px/20px Arial;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px; }

.sm_widget_1 {
  width: 270px;
  height: 210px;
  float: left; }

.sm_widget_2 {
  width: 270px;
  height: 210px;
  float: right; }
  
.mail_line {
  margin-bottom: 30px;
  height: 40px;
  }
  .mail_line input.modal-field-name {
    display: block;
    float: left;
    width: 306px;
    height: 38px;
    border: 1px solid #fff;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    background: none; }
    .mail_line  input.modal-field-name::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .mail_line  input.modal-field-name::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .mail_line  input.modal-field-name::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .mail_line  input.modal-field-name:-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
  .mail_line input.modal-submit {
    border: 0;
    display: block;
    float: left;
    margin: 0 20px 0 10px;
    width: 128px;
    height: 38px;
    background: #ff8400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    transition: 0.3s; }
    .mail_line input.modal-submit:hover {
      background: #ff5400; }
  .mail_line input.modal-nothanks {
    border: 0;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    background: none;
    text-decoration: underline; }
    .mail_line input.modal-nothanks:hover {
      text-decoration: none; }

.modal_materials {
  display: block;
  width: 570px;
  height: 38px;
  background: #ffea00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font: bold 18px/35px Arial;
  color: #010101;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  margin: 238px auto 0; }
  .modal_materials:hover {
    background: #ffae00; }


 #vk_vj{
        width: 276px;
        height: 212px;
        background: url(images/vk_bg2.png) 0 0 no-repeat;
    }
    #vk_title{
       padding-top:1px;
       padding-left:58px;
       margin-bottom:128px;
    }
    #vk_title > a {
        color:#fff;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
    }
    #vk_title > a:hover{
        text-decoration:underline;
    }
    #vk_button{
        padding-left:78px;
    }
    #vk_button > a {
        color:#fff;
        font-size:13px;
        font-weight:bold;
        text-decoration:none;
    }
    #vk_button > a:hover{
        text-decoration:underline;
    }
     
      
      

/* flexible media */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

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

/* MEDIA QUERIES*/
@media only screen and (max-width: 1600px) {
  .burger {
    display: block;
    right: auto;
    left: 720px; }

  .top_menu {
    display: none;
    top: 103px;
    right: auto;
    left: 715px;
    transform: translateY(0); }

  .h_contacts {
    margin-right: 70px; } }
@media only screen and (max-width: 1200px) {
  .top_wrap {
    height: 976px;
    background: url(new/images/top_bg_1200.jpg) left top no-repeat; }

  .top_menu {
    right: 30px; }

  .b5_item {
    margin: 0 12px 24px !important; } }
    
/**/    
  @media only screen and (max-width: 1180px) {
 
     /**/
      .header_2_wrap{
        display:none;
      }
      
      #menu-menyu-v-shapke{
         display:none;
      }
    /**/
 
 }  
 /**/   
    
    
@media only screen and (max-width: 1170px) {
  .b6_left {
    max-width: 360px; }

  .b6_right {
    padding: 20px;
    max-width: 580px; }
    .b6_right:before, .b6_right:after {
      display: none; } 
	
	.banner_top  {
      display: none; } 
	  
	  
	  }
@media only screen and (max-width: 1000px) {
  .top_wrap {
    background: #F6F6F6 url(new/images/top_bg_1000.jpg) center top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: auto;
    padding-top: 180px;
    box-shadow: 13px 0 35px rgba(57, 57, 57, 0.28);
    position: relative;
    z-index: 6; }

  .top {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 20px; }

  header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 15px 10px;
    box-shadow: 13px 0 35px rgba(57, 57, 57, 0.28); }

  .logo {
    width: 80px;
    height: auto; }

  .h_contacts {
    padding-top: 0; }

  .h_email {
    margin: 5px 0; }

  .b2 {
    margin: 0 auto 60px;
    padding-top: 70px; }

  .b2_img {
    position: static;
    text-align: center;
    margin-bottom: 20px; }

  .b2_content {
    min-height: auto;
    width: 100%;
    padding: 0 0 1px; }
    .b2_content:before {
      display: none; }

  .b3 {
    padding: 15px;
    min-height: auto;
    margin-bottom: 50px; }

  .b3_img {
    position: static;
    margin: 0 auto;
    text-align: center; }

  .b3_content {
    padding: 15px 0  0; }
    .b3_content:after {
      display: none; }

  .b4_wrap {
    height: auto;
    background: #63A536 url(new/images/b4_bg_1000.jpg) center top no-repeat;
    padding: 65px 0 40px; }

  .b6_wrap {
    min-height: auto;
    background: #659C30 url(new/images/b6_bg_1000.jpg) center top no-repeat;
    padding-bottom: 20px; }

  .b6_left {
    max-width: 100%;
    float: none;
    margin-bottom: 20px; }
    .b6_left .c_btn {
      margin: 20px auto 0; }

  .b6_right {
    padding: 20px;
    max-width: 100%;
    float: none; }

  .b6l_items {
    margin-top: 20px; }

  .b6l_item {
    margin-bottom: 15px; }

  .b7 {
    margin: 60px auto;
    padding-top: 30px; }

  .b7_img {
    position: static;
    text-align: center;
    margin-bottom: 20px; }

  .b7_content {
    min-height: auto;
    width: 100%;
    padding: 0 0 1px; }
    .b7_content:before {
      display: none; }

  .b9_wrap {
    background: #5B9B4F;
    height: auto;
    padding: 50px 0 20px; }

  .b9_items {
    text-align: center;
    margin: 30px 0 20px; }

  .b9_item {
    margin: 0 15px 30px !important; }
    .b9_item:after {
      display: none; }

  .b10 {
    margin: 50px auto; }

  .b10_content {
    min-height: auto; }

  .b11_wrap {
    padding: 0 0 80px;
    height: auto;
    background: #fff; }

  .b11 {
    border: 15px solid #77C038;
    padding: 15px 10px; }

  .burger {
    display: block;
    right: 25px;
    left: auto; }

  .top_menu {
    display: none;
    top: 103px;
    right: 25px;
    left: auto;
    transform: translateY(0); } 
    
    }
	
	.b2 a {    color: #76bf37;
    text-decoration: underline;}
	
.b3 a {    color: #76bf37;
    text-decoration: underline;}
	
.b5 a {    color: #76bf37;
    text-decoration: underline;}
	
	.b6_right a {    color: #76bf37;
    text-decoration: underline;}

	
	
	
	.b5 p {
    text-align: left;}
	
	
.b7 a {    color: #76bf37;
    text-decoration: underline;}
		
.b10 a {    color: #76bf37;
    text-decoration: underline;}
	
	.top {margin-top: 40px;}
	
	
	
	
@media only screen and (min-width: 1180px) {	
	.logo {display: none;}
}
	
	
@media only screen and (max-width: 1024px) {	
	   .b9_item_3 {display: none;}
}

/*1000*/
@media only screen and (max-width: 850px) {
  .b4_wrap {
    padding-top: 40px; }

  .b4 .c_head {
    font-size: 30px;
    line-height: 34px; }

  .b4_items {
    margin-top: 25px; } 
    
 .mask {
     display: none !important; 
 }
 
 .boxes .window {
    display: none !important;
 }   
    
    }
@media only screen and (max-width: 700px) {
	
	.kanal img {height: 90px !important;}
	
  .top {
    padding-top: 30px; }

  .t_head {
    font-size: 22px;
    line-height: 26px; }
    .t_head > span {
      font-size: 36px;
      line-height: 40px; }

  .t_text {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0 30px; }

  .t_items {
    text-align: center;
    margin-bottom: 20px; }

  .t_item {
    width: 200px;
    height: 60px;
    float: none;
    display: inline-block;
    font-size: 12px;
    line-height: 60px; }
    .t_item:nth-child(1) {
      margin-right: 20px; }

  .t_bot {
    text-align: center; }

  .t_btn:after {
    display: none; } 
    
    
    }
/*700*/
@media only screen and (max-width: 640px) {
  .b7 .c_head {
    font-size: 23px;
    line-height: 27px; }

.b9i_text {font-size: 11px;
margin-bottom: 10px;}

.b9_item {height: 285px;}

.c_head_2 {font-size: 40px;
line-height: 30px;}

.t_head {line-height: 35px;}

  footer {
    padding: 30px 0; }

  .f_left {
    max-width: 260px;
    float: none;
    text-align: center;
    margin: 0 auto; }

  .f_contacts {
    float: none;
    margin: 25px auto 0;
    text-align: center; } }
@media only screen and (max-width: 580px) {
  .t_btn {
    display: block;
    margin: 0 auto 7px !important; }

  .b3_content .c_head {
    font-size: 30px;
    line-height: 34px; }

  .b6 {
    padding-top: 40px; }
    .b6 .c_head {
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 34px; }

  .b6_right {
    padding: 10px; }
    .b6_right p {
      font-size: 15px;
      line-height: 18px; }

  .b6r_name {
    padding: 5px 50px 5px 10px; }
    .b6r_name:after {
      right: 5px; } }
@media only screen and (max-width: 500px) {
  .b4 .c_head {
    font-size: 21px;
    line-height: 24px; }

  .t_item {
    display: block;
    margin: 0 auto 20px !important; }

  .b4_items {
    padding: 0; }

  .b4_item {
    padding: 7px 10px; }
    .b4_item > i {
      display: none; } }
@media only screen and (max-width: 460px) {
  .top_menu {
    right: 15px; }

  .logo {
    width: 50px;
    margin-top: 15px; }

  .burger {
    right: 15px; }

  .h_contacts {
    margin-right: 60px; }

  .h_email {
    font-size: 10px; }

  .b5 .c_head {
    font-size: 34px;
    line-height: 36px; }

  .b5_item {
    margin: 0 0 15px !important;
    height: auto; }

  .b5i_content {
    padding: 10px;
    max-height: auto; }

  .b5i_head {
    padding-left: 0;
    font-size: 17px;
    line-height: 20px; }
    .b5i_head:before {
      display: none; }

  .b9 .c_head {
    font-size: 28px;
    line-height: 30px; }

  .b9_item {
    margin: 0 0 20px !important; } }

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