a[href*="tel:"], a[href*="mailto:"] {
  white-space: nowrap;
}

.services-list .item-title {
  text-align: center;
}

.products.grid .item-title a, .products.compact .item-title a {
  color: #008fc3 !important;
}

.news-list a {
  color: #008fc3;
}
.discounts-list{
margin-top:35px
}
.discounts-list .item-title a {
	color: #008fc3 !important;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.discounts-list .item-title a:hover {
	text-decoration:none;
}
@media screen and (max-width: 599px) and (min-width: 320px){
	.discounts-list .item {
		width: 100% !important;
	}
}
.btn-main-white {
  color: #000 !important;
  border: 2px solid #f9b233 !important;
  background-color: #fff !important;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btn-main-white:hover {
  background-color: #f9b233 !important;
}

.btn-main, .active-step, .completed-step {
  color: #000 !important;
  background-color: #f9b233 !important;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-main:hover, .active-step:hover, .completed-step:hover {
  background-color: #ffc000 !important;
}

hr.hr-shadow {
  color: transparent;
  background: url(img/hr-shadow.png) center center no-repeat;
  background-size: cover;
  height: 1px;
  border: none;
}

.homeslider .slide-text, .homeslider .slide-img {
  width: 55%;
}

.homeslider .slide-text .in2 {
  padding: 55px 20px 55px 55px;
}

.before-button-text {
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 5px;
  position: relative;
  top: 10px;
}

.before-button-text span {
  font-size: 36px;
  font-weight: 800;
  padding: 0 5px 0 8px;
}

.before-button-text sup {
  font-size: 20px;
  font-weight: 600;
  top: -0.8em;
}

.home-block-teaser {
  background: #fafafa;
}

.bg-home-warning-first, .bg-home-warning {
  position: relative;
}

.bg-home-warning-first a, .bg-home-warning a {
  text-decoration: none;
}

.col-sm-8.bg-home-warning-first a, .col-sm-4.bg-home-warning a, .col-sm-4.bg-home-warning-first a, .col-sm-8.bg-home-warning a {
  max-height: 246px;
  height: 246px;
  position: relative;
  display: block;
  background-size: cover;
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bg-home-warning-first a span, .bg-home-warning a span {
  position: relative;
  top: 40px;
  margin-left: 50px;
  z-index: 1;
  color: #fff;
  line-height: 20px;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}

.col-sm-8.bg-home-warning-first a {
  background: url(img/bg_tex/bg_1.png) no-repeat top center;
}

.col-sm-4.bg-home-warning a {
  background: url(img/bg_tex/bg_2.png) no-repeat top center;
}

.col-sm-4.bg-home-warning-first a {
  background: url(img/bg_tex/bg_3.png) no-repeat top center;
}

.col-sm-8.bg-home-warning a {
  background: url(img/bg_tex/bg_4.png) no-repeat top center;
}

.s_header_type_2 #header .col-icon {
  color: #f9b233;
}

.item-info {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.item-info .fa {
  position: absolute;
  top: 3px;
  left: 0;
}

.items-list .slick-track .item-img img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.s_header_type_2 #header .col {
  width: 25%;
}

.s_header_type_2 #header .col-right-in .col {
  vertical-align: top;
}

.services-elements .item-in {
  border: 1px solid #ebebeb;
}

.services-elements .item-in a, .services-elements .item-in .fa.fa-phone, .services-elements .item-in .fa.fa-clock-o {
  color: #5c5c5c;
  text-decoration: none;
}

.social-icons {
  display: inline-block;
}

.calculator.with-right_sidebar {
  float: left;
}

@media screen and (min-width: 1200px) {
  .calculator.with-right_sidebar {
    width: 63%;
    padding-left: 0px;
  }
  .calculator.sidebar {
    width: 90%;
    position: absolute;
    right: 0;
    top: 106px;
    max-width: 320px;
	background-color:white;
  }
	.calculator.sidebar.fixed {
		position: fixed;
		z-index: 9999;
		top: 66px;
    	right: auto;
    	margin-left: 845px;
	}
	.calculator.sidebar.fixed .calculator__total{
		margin-top: 0;
	}
	.sc-maxwidth {
		position:relative
	}
}

.steps {
  padding: 40px 0;
  text-align: center;
}

.steps h2, .steps .steps__list__item__in {
  text-align: left;
}

@media (min-width: 990px) {
  .steps {
    padding: 56px 0 46px 0;
  }
}

.steps__list {
  position: relative;
}

.steps__list ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .steps__list ol {
    display: table;
    width: 100%;
  }
}

.steps__list__item {
  margin-bottom: 30px;
}

.steps__list__item:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
  color: #ffffff;
  /* background: #7f8794; */
  /* background: #fff; */
  margin-bottom: 14px;
  /* border-radius: 50%; */
  z-index: 2;
  text-shadow: 0px 0px 0px black, 0 0 1em #ccc;
}

#short_title {
  display: none;
}

.steps__info {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d8dae3;
}

.second-icon {
  position: relative;
  display: inline-block;
  width: 20px;
}

.second-icon .fa {
  margin: -13px 2px 0 -8px;
  ;
}

.third-icon {
  position: relative;
  display: inline-block;
  width: 20px;
}

.third-icon .fa {
  margin: -13px 2px 0 -8px;
  ;
}

@media (min-width: 768px) {
  .steps__list:before {
    content: ' ';
    position: absolute;
    top: 39px;
    left: 50%;
    width: 67%;
    height: 0;
    margin-left: -33%;
    border-top: 1px solid #cccccc;
  }
  .steps__list ol {
    display: table;
    width: 100%;
  }
  .steps__list__item {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    margin: 0;
  }
  .steps__list__item__in {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .steps__list__item__in:before, .steps__list__item__in:after {
    content: ' ';
    position: absolute;
    left: 50%;
  }
  .steps__list__item__in:before {
    top: -84px;
    width: 130px;
    height: 70px;
    margin-left: -65px;
    background: #fff;
  }
  .steps__list__item__in:after {
    top: -54px;
    width: 0;
    height: 0;
    margin-left: -75px;
    border: 10px solid transparent;
    border-left-color: #ccc;
  }
  .steps__list__item:first-child .steps__list__item__in:after {
    display: none;
  }
}

@media (min-width: 990px) {
  .steps {
    padding: 56px 0 46px 0;
  }
  .steps__list__item__in {
    width: 73%;
  }
  .steps__info {
    margin-top: 62px;
    padding-top: 43px;
  }
}

@media screen and (min-width: 992px) {
  .s_header_type_2 #header .col-address {
    width: 40%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .s_header_type_2 #header .col {
    padding-left: 60px;
  }
  .s_header_type_2 #header .col p {
    white-space: nowrap;
  }
}

@media (min-width: 600px) {
  .col-sm-8.bg-home-warning-first {
    width: 64.5%;
    padding-right: 10px;
    float: left;
  }
  .col-sm-4.bg-home-warning {
    padding-left: 0px;
    width: 33.33333%;
    float: left;
  }
  .col-sm-4.bg-home-warning-first {
    width: 34.2%;
    padding-right: 10px;
    float: left;
  }
  .col-sm-8.bg-home-warning {
    padding-left: 0px;
    width: 63.7%;
    float: left;
  }
}

@media (max-width: 600px) {
  .col-sm-8.bg-home-warning-first a, .col-sm-4.bg-home-warning a, .col-sm-4.bg-home-warning-first a, .col-sm-8.bg-home-warning a {
    height: 160px;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .items-view-grid .item-img, .items-view-slider .item-img {
    margin: -34px -22px 0;
    width: auto;
  }
  .s_menubar_white .menubar-search .search-toggle {
    color: #000;
  }
  .s_menubar_white .menubar .menubar-search .search-toggle {
    background-color: #f9b233;
  }
}
.mt-15{
  margin-top: 15px;
}

.form.settings-form label {
  width: 370px;
}

.form.settings-form .form-control {
  display: inline-block;
  width: 85px;
}

.form-box-wrap{
  margin-bottom: 30px;
}

.form-box {
  border: 2px solid #f9b233;
}

.form-box .btn {
  font-size: 17px;
}

.form-box .btn span {
  line-height: 18px;
  display: inline-block;
}

.form-box .active-step, .form-box .completed-step {
  border: 2px solid #f9b233;
  padding: 9px 5px;
}

.btn-txt {
  padding: 9px 5px;
}

.gray-box {
  border: 1px solid #eae9e8;
  background: #f9f9f9;
  padding: 10px 8px;
}

.gray-box.top {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}

.gray-box.bottom {
  margin-top: 40px;
}

.gray-box.top .btn {
  width: calc((100% - 20px) / 4);
  margin: 0 2px;
  text-transform: none;
}

.form-box input, .form-box select {
  border: 1px solid #a1a0a0;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 40px;
}

.form-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6d6b6b;
}

.form-box select::-ms-expand {
  display: none;
}

.form-box label {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.form-box .info {
  font-size: 17px;
  color: #000000;
}

.form-box .info span {
  color: #7c7c7c;
  margin-left: 10px;
}

.input-wrap, .select-wrap {
  position: relative;
}

.ico {
  position: absolute;
  top: 0;
  bottom: 0;
  background: url('img/icons.png');
  margin: auto 0;
  left: 10px;
}

.ico.city {
  width: 24px;
  height: 24px;
}

.ico.address {
  width: 16px;
  height: 22px;
  background-position: -28px 0;
}

.ico.oil {
  width: 15px;
  height: 21px;
  background-position: -49px 0;
}

.ico.size {
  width: 16px;
  height: 17px;
  background-position: -69px 0;
}

.ico.name {
  width: 16px;
  height: 19px;
  background-position: -115px 0;
}

.ico.phone {
  width: 15px;
  height: 15px;
  background-position: -134px 0;
}

.select-wrap::after {
  content: '';
  width: 5px;
  height: 5px;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 85%;
}

input+span.size-txt {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 14px;
  line-height: 1;
}

.bg-txt {
  background-color: #f9b233;
  padding: 20px;
  color: #000;
  border-radius: 5px;
  font: bold 17px/1 "Open Sans";
  text-align: center;
}

.call-box {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  max-width: 820px;
  margin: 50px auto;
}

.call-box.border {
  border: 5px solid #f9b233;
  color: #000;
}

.call-box.bg {
  color: #fff;
  background: blue;
}

.call-txt {
  padding-left: 75px;
  margin-bottom: 10px;
  position: relative;
  line-height: 18px;
}

.mail-txt.right {
  margin-right: 10px;
}

.mail-txt.left {
  margin-left: 10px;
}

.call-txt::before {
  content: '';
  background: url('img/icons.png');
  width: 38px;
  height: 34px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: right 0;
}

.call-txt.border {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.txt-arrow-wrap {
  text-align: right;
}

.txt-arrow {
  background: #f9b233;
  height: 40px;
  display: inline-block;
  color: #000;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  padding: 3px 15px;
}

.txt-arrow.txt-min {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 15px;
}

.txt-arrow.right::after, .txt-arrow.left::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
}

.txt-arrow.right::after {
  border-width: 20px 0 20px 20px;
  right: -20px;
  border-color: transparent transparent transparent #f9b233;
}

.txt-arrow.left::after {
  left: -20px;
  border-color: transparent #f9b233 transparent transparent;
  border-width: 20px 20px 20px 0;
}

.call-box-img {
  position: absolute;
  margin-top: -10px;
  width: 100%;
}

.call-box-img img {
  position: absolute;
  max-width: none;
  left: -60px;
  top: -15px;
  z-index: 0;
}

.call-box.bg {
  background-color: #0284db;
  background-image: url('img/line.png');
  background-image: url('img/line.png'), -moz-linear-gradient(top, #0284db 0%, #1655b1 50%, #282889 100%);
  background-image: url('img/line.png'), -webkit-linear-gradient(top, #0284db 0%, #1655b1 50%, #282889 100%);
  background-image: url('img/line.png'), linear-gradient(to bottom, #0284db 0%, #1655b1 50%, #282889 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0284db', endColorstr='#282889', GradientType=0);
  padding: 30px 15px 42px;
}

.call-box.bg .call-box-img img {
  left: -150px;
}

.txt-check-wrap {
  position: relative;
  z-index: 9;
}

.txt-check {
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}

.txt-check::before {
  content: '';
  background: url('img/icons.png');
  width: 20px;
  height: 21px;
  position: absolute;
  background-position: -90px 0;
  left: 0;
}

.txt-border::after {
  content: '';
  border: solid #f9b233;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 14px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  left: -17px;
  top: 3px;
}

.txt-border {
  border-top: 3px solid #f9b233;
  border-bottom: 3px solid #f9b233;
  border-right: 3px solid #f9b233;
  text-decoration: none;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  position: relative;
}

.no-validate {
  border: 1px solid red;
  box-shadow: 0px 0px 3px red;
}
.form-box .btn span.txt-active{
  display: none;
}
.form-box .btn.active-step span.txt-active,
.form-box .btn.completed-step span.txt-active{
  display: block;
}
.form-box .btn.active-step span.txt-step,
.form-box .btn.completed-step span.txt-step{
  display: none;
}

@media screen and (max-width: 1200px) {
  .call-box {
    font-size: 13px;
  }
  .txt-arrow.txt-min {
    font-size: 14px;
  }
  .gray-box.top .btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .text-sm-center {
    text-align: center;
  }
  .call-box {
    text-align: center;
    font-size: 16px;
  }
  .call-box-img, .call-box-img img {
    position: initial;
  }
  .call-box-img {
    margin: 20px 0;
  }
  .call-box-img img {
    max-width: 100%;
  }
  .call-txt {
    text-align: left;
    margin: 0 auto 10px;
    max-width: 300px;
  }
  .txt-arrow-wrap {
    max-width: 302px;
    margin: 0 auto;
  }
  .txt-arrow.txt-min {
    font-size: 14px;
  }
  .txt-check {
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  .txt-arrow::after, .txt-border::after {
    display: none;
  }
  .txt-border {
    border-left: 3px solid #f9b233;
  }
  .txt-arrow-wrap {
    text-align: center;
  }
  .txt-arrow.txt-min {
    font-size: 13px;
  }
  .txt-arrow {
    width: 100%;
    max-width: 300px;
  }
  .gray-box.top .btn {
    font-size: 14px;
    width: calc((200% - 30px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .text-xs-center {
    text-align: center;
  }
  .bg-txt {
    margin-bottom: 20px;
  }

  .form-box .info {
    text-align: center;
  }
  .input-wrap,
  .select-wrap{
    margin-bottom: 15px;
  }
  .input-wrap.size{
    max-width: 90%;
  }
}

@media screen and (max-width: 486px) {
	.hidden-xxs{
		display: none;
	}
  .text-xs-center {
    text-align: center;
  }
	.gray-box.top .btn {
    width: 100%;
    margin: 0 0 8px;
    padding: 10px;
  }

}

.btn{
	white-space: inherit;
}
.starrr {
  display: inline-block; }
  .starrr a {
    font-size: 30px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }