.post-news-detail h2 {
	margin: 15px 10px 0px 0px
}
 
.h1-service {
	font-size: 24px;
	line-height: 26px;
  padding: 10px;
}

.wrap_404 h1 {
	line-height: 34px;
}

.bx-authform {
	margin: 0 auto;
}

.full-background { width: 100%; background: white; }
.full-background h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.helper_detail_text .container-block {
  max-width: 690px;
}

@media only screen and (min-width:320px) {
  .container-full {
    width: 320px;
  }
}

@media only screen and (min-width:640px) {
  .container-full {
    width: 640px;
  }
}

@media only screen and (min-width:960px) {
  .container-full {
    width: 960px;
  }
}

@media only screen and (min-width:1240px) {
  .container-full {
    width: 1200px;
  }
}

@media only screen and (min-width:1380px) {
  .container-full {
    width: 1340px;
  }
}

.container-full {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}




/*============ preloader-page ================== */

  /* прелоадер страниц */
  #loadingBg { background: none repeat scroll 0 0 #ffffffc2; display: block; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 98; }
  /*#loadingWait { background: url("https://autoset.by/upload/loading.gif") no-repeat scroll center center #fff; border-radius: 50% 50% 50% 50%; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); display: block; height: 80px; left: 50%; margin: -40px 0 0 -40px; position: fixed; top: 50%; width: 80px; z-index: 99998; }*/

  @-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .preloader-new{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: block;
  }
  .preloader-new__block{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 5px #ababab;
    -webkit-animation: rotate 1s linear infinite;
        -moz-animation: rotate 1s linear infinite;
            -ms-animation: rotate 1s linear infinite;
            -o-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite;
  }
  .preloader-new__block-wrapper {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 50px;
    height: 4px;
    overflow: hidden;
    text-align: center;
  }
  .preloader-new__block-item {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #fff;
  }

/*============ preloader-page ================== */


@media (max-width : 767px) {}