fonts*/

/*fonts*/

/*all*/
*{
  outline: none!important;
}
input {
  color: #000;
  font-size: 16px;
  display: block;
  padding: 10px 12px;
  border: 1px solid #e2534b;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
input::-webkit-input-placeholder {
  color: #a3a3a3;
}
input:-moz-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder {
  color: #a3a3a3;
}
input:-ms-input-placeholder {
  color: #a3a3a3;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
textarea {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
textarea:-moz-placeholder {
  color: #a3a3a3;
}
textarea::-moz-placeholder {
  color: #a3a3a3;
}
textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
.row_no_padding {
  margin-left: 0;
  margin-right: 0;
}
.row_no_padding > div {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  padding: 0;
}
.img_wrap {
  display: inline-block;
}

body{
	font-size: 16px;
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
}

.button{
	padding: 15px 0;
	display: block;
	background-color: #e2534b;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: none;
	width: 100%;
}

.button:hover{
	background-color: #f35a51;
}

.button:active{
	background-color: #c94b44;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

body.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}
/*all*/

/*header*/
.header{

}

.header address{
	float: left;
	font-size: 13px;
	padding-left: 35px;
	border-left: 1px solid #e6e6e6;
	line-height: 16px;
	margin-right: 45px;
	background: url("../img/pin.png") 10px center no-repeat;
	margin-bottom: 0;
	margin-top: 7px;
}

.header .phones{
	float: left;
	line-height: 16px;
	padding-left: 35px;
	border-left: 1px solid #e6e6e6;
	background: url("../img/phone.png") 10px center no-repeat;
	margin-right: 25px;
	margin-top: 7px;
}

.header .phones .phone{
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
}

.header .phones .phone:first-child{
	margin-right: 25px;
}

.header .callback{
	float: left;
	font-size: 13px;
	padding: 5px 10px 5px 30px;
	background: url("../img/callback.png") 5px center no-repeat;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	color: #29b5d0;
}

.header .top{
	border-bottom: 2px solid #e6e6e6;
	color: #000;
	padding: 5px 0;
}

.header  .bottom{
	padding: 8px 0;
	height: 88px;
}

.menu{
	float: right;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 25px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li{
	float: left;
	margin-right: 15px;
}

.menu ul li:last-child{
	margin-right: 0;
}

.menu ul li a{
	color: inherit;
	text-decoration: none;
}

.menu ul li a:hover{
	color: #29b5d0;
}

.header .bottom.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
/*header*/

/*slider*/
.slider{
	position: relative;
}

.slider .slick-slider{
	z-index: 10;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.slider .slick-arrow{
	width: 55px;
	height: 60px;
	background-color: #f5a00c !important;
	z-index: 11;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	border-radius: 5px;
	cursor: pointer;
}

.slider .slick-arrow:hover{
	background-color: #29b5d0 !important;
}

.slider .slick_prev{
	background: url("../img/prev_arrow.png") center center no-repeat;
	left: 0;
}

.slider .slick_next{
	background: url("../img/next_arrow.png") center center no-repeat;
	right: 0;
}

.slider .slick-dots{
	bottom: 0;
	background-color: #f3f3f3;
	height: 40px;
	margin-bottom: 0;
	padding-top: 5px;
}

.slick-dots li button{
	display: none;
}

.slick-dots li{
	width: 60px;
	height: 5px;
	background-color: #b0b8b9;
}

.slick-dots li.slick-active{
	background-color: #e2534b;
}

.slider .slide{
	/*min-height: 450px;*/
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: center center;*/
	background-position: left center;
}

.slider .slide img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.slider .slide .slide_title{
	font-size: 50px;
	color: #fff;
	line-height: 1;
	font-weight: 800;
	margin-top: 30px;
	margin-bottom: 15px;
}

.slider .slide .slide_desc{
	color: #009ab8;
	font-size: 26px;
	font-weight: 600;
}

.slider .arrows{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	height: calc(100% - 40px);
}

.slider .arrows .container{
	height: 100%;
	position: relative;
}
/*slider*/

/*record*/
.inner{
	margin-left: 45px;
	margin-right: 45px;
}

.red{
	color: #e2534b;
}

.record{
	padding: 25px 0 65px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.record_block {
	margin-top: 25px;
	background-color: #ececec;
}

.record_block .desc{
	font-size: 16px;
	margin-bottom: 5px;
}

.timer_wrap{
	border: 1px solid #e2534b;
	border-right: none;
	padding: 10px 0 20px;
	background-color: #fff;
	max-width: 570px;
	position: relative;
}

.timer_wrap:after{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 41px;
	height: 100%;
	background: url("../img/timer.png") no-repeat;
	background-size: contain;
}

.number-wrapper{
	display: inline-block;
	margin: 0 5px;
}

.number-wrapper .number{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 100%;
	border:4px solid #ffbab6;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #29b5d0;
	padding-top: 2px;
}

.number-wrapper .number:before{
	content: "";
	width: 92px;
	height: 92px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border:4px solid #e2534b;
}

.number-wrapper .caption{
	display: block;
	font-size: 18px;
	color: #e2534b;
	font-weight: 600;
	text-transform: lowercase;
	margin-top: 5px;
}

.record_form{
	padding: 12px 25px 0;
}

.feedback_form .note,.record_form .note,.callback_form .note{
	margin-top: -35px;
    margin-bottom: 15px;
    font-size: 14px;
    height: 20px;
    color: #e2534b;
    text-align: center;
}

.record_form .note.success,.feedback_form .note.success,.callback_form .note.success{
	color: #29b5d0;
}
/*record*/

/*visit*/
.visit{
	position: relative;
	background-color: #29b5d0;
	min-height: 725px;
	border-bottom: 4px solid #29b5d0;
}

@media screen and (min-width: 1300px){
	.visit:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		background: url("../img/visit.jpg") center left no-repeat;
		background-size: cover;
		height: 100%;
	}
}

.visit_first{
	padding: 35px 0 25px;
	background-color: #f3f3f3;
}

.title{
	font-size: 40px;
	font-weight: 600;
	color: #e2534b;
	margin-bottom: 30px;

}

.title .subtitle{
	font-size: 32px;
	font-weight: 600;
	color: #5e5d5d;
}

.visit p{
	margin-bottom: 20px;
}

.visit_second{
	color: #fff;
	padding: 30px 0;
}

.visit_title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.visit_second .note{
	color: #a1f0ff;
	font-size: 14px;
}
/*visit*/

/*features*/
.features{
	padding: 30px 0 25px;
	background-color: #f3f3f3;
}

.feature{
	background-color: #fff;
	position: relative;
}

.feature .feature_desc{
	font-size: 22px;
	font-weight: 600;
	padding-left: 45px;
	padding-top: 120px;
	color: #29b5d0;
}

.feature_img{
	position: relative;
}

.feature_img:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 35px solid #fff;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
}

.feature_img.left:before{
	left: auto;
	right: 0;
	border-right: 35px solid #fff;
	border-left: none;
}

.feature.bottom{
	border-bottom: 2px solid #e5e6e6;
}

.feature.bottom .feature_desc{
	padding-top: 35px;
	padding-bottom: 50px;
}
/*features*/

/*prizes*/
.prizes{
	background-color: #f3f3f3;
	padding-bottom: 45px;
}

.prizes .title{
	margin-bottom: 10px;
}

.prizes .title .subtitle{
	font-size: 29px;
}

.prizes .title .subtitle span{
	font-size: 36px;
}

.yellow{
	color: #f5a00c;
}

.blue{
	color: #29b5d0;
}

.prizes .row{
	margin: 0 -12px;
}

.prizes .row > div{
	padding: 0 12px;
}

.prize{
	background-color: #fff;
	padding: 30px 15px;
	border-bottom: 2px solid #e5e6e6;
	text-align: center;
	min-height: 250px;
}

.prize .prize_desc{
	margin-top: 15px;
	font-weight: 600;
	font-size: 20px;
}
/*prizes*/

/*reviews*/
.reviews{
	background-color: #f3f3f3;
	padding-bottom: 30px;
}

.reviews .row{
	margin: 0 -12px;
}

.reviews .row > div{
	padding: 0 12px;
}

.review{
	padding: 14px;
	background-color: #fff;
	font-size: 14px;
	border-bottom: 2px solid #e5e6e6;
}

.review .desc{
	min-height: 110px;
}

.review img{
	margin-bottom: 10px;
}

.review .author{
	font-style: italic;
	font-weight: 600;
	color: #909090;
}
/*reviews*/

/*confidence*/
.confidence{
	padding: 30px 0 20px;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.list li{
	padding-left: 30px;
	background: url("../img/list.png") left 5px no-repeat;
	margin-bottom: 20px;
}

.confidence .list{
	padding: 0 60px;
}

.confidence .list .red{
	font-size: 20px;
	font-weight: 600;
}
/*confidence*/

/*most_important*/
.most_important{
	padding: 20px 0 40px;
	background-color: #f3f3f3;
	text-align: center;
	border-bottom: 2px solid #e5e6e6;
}

.col_5{
	width: 20%;
	float: left;
	padding: 0 3px;
}

.most_important .row{
	padding: 0 -3px;
	margin-bottom: 20px;
}

.most_important_one{
	padding: 12px 10px;
	border-bottom: 2px solid #e5e6e6;
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}

.most_important_one .desc{
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.2;
	min-height: 72px;
}

.most_important .button{
	font-size: 20px;
	max-width: 370px;
	display: inline-block;
}
/*most_important*/

/*seals*/
.seals{
	padding: 50px 0 90px;
	border-bottom: 2px solid #e5e6e6;
	background: url("../img/line.jpg") #f3f3f3 0 0 repeat-x;
}

.seals .desc{
	margin-bottom: 40px;
}

.seals .seals_img{
	margin-bottom: 30px;
}

.factors_title{
	font-weight: 600;
	margin-bottom: 25px;
}

.seals .list{
	font-size: 20px;
}

.seals .button{
	font-size: 20px;
	max-width: 430px;
}

.button.blue_button{
	background-color: #29b5d0;
}

.button.blue_button:hover{
	background-color: #31cae7;
}

.button.blue_button:active{
	background-color: #2190a5;
}

.message{
	color: #000;
	margin-top: 65px;
	padding: 15px 30px 15px;
	min-height: 185px;
	background-color: #b5deea;
	border-radius: 5px;
	position: relative;
	margin-left: 20px;
}

.message:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 30px solid #b5deea;
	border-left: 70px solid transparent;
	right: 100%;
	top: 50%;
}

.message .message_title{
	font-size: 20px;
	margin-bottom: 20px;
}

.mess_img{
	position: absolute;
	top: 0;
	left: 0;
}
/*seals*/

/*save_teeth*/
.save_teeth{
	padding: 25px 0 20px;
	background: url("../img/line.jpg") #f3f3f3 0 0 repeat-x;
}

.save_teeth .title{
	margin-left: 30px;
	margin-bottom: 35px;
}

.save_teeth .list{
	font-size: 18px;
}

.save_teeth .list b{
	font-weight: 600;
}

.save_teeth .list_title{
	font-size: 22px;
	margin-bottom: 20px;
}
/*save_teeth*/

/*services*/
.services{
	padding: 35px 0 25px;
}

.services .list{
	font-size: 18px;
	font-weight: 600;
}
/*services*/

/*disease*/
.disease{
	padding: 30px 0 50px;
	background: url("../img/line_bottom.jpg") #f3f3f3 left bottom repeat-x;
}

.disease_one img{
	margin-bottom: 20px;
}

.disease_title{
	font-size: 22px;
	margin-bottom: 30px;
}

.disease_one .list{
	font-size: 18px;
}

.disease_one .button{
	font-size: 18px;
	width: auto;
	padding-left: 45px;
	padding-right: 45px;
	margin-left: 35px;
	margin-top: 30px;
}
/*disease*/

/*consult*/
.consult{
	background-color: #f3f3f3;
	border-top: 2px solid #e5e6e6;
	border-bottom: 2px solid #e5e6e6;
	padding: 40px 0;
	text-align: center;
}

.consult .button{
	font-size: 20px;
	max-width: 370px;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 18px;
}
/*consult*/

/*ask*/
.ask{
	padding: 25px 0 50px;
	background: url("../img/line_bottom.jpg") left bottom repeat-x,
				url("../img/line.jpg") left top repeat-x;
	background-color: #f3f3f3;
	border-bottom: 2px solid #e5e6e6;
}

.warning{
	padding-left: 120px;
	background: url("../img/warning.png") no-repeat;
	margin-bottom: 55px;
	margin-top: 15px;
}

.warning .warning_title{
	font-size: 18px;
	font-weight: 600;
}

.warning b{
	font-weight: 600;
}

.ask_title{
	margin-bottom: 25px;
	font-size: 30px;
	text-align: center;
}

.ask .age{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	background-color: #e2534b;
	max-width: 270px;
}

.ask_one{
	margin-bottom: 35px;
}

.ask_one .ask_one_title{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 25px;
}

.ask_one .list{
	font-size: 18px;
}

.ask .button{
	max-width: 370px;
	display: inline-block;
	font-size: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 45px;
}
/*ask*/

/*doctors*/
.doctors{
	color: #fff;
	border-top: 1px solid #fff;
	padding: 30px 0 55px;
	background: url("../img/doctors.jpg") center top no-repeat;
	background-size: cover;
}

.doctors .title{
	color: #fff;
	margin-bottom: 5px;
}

.white_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.white_list li{
	background: url("../img/white_list.png")0 5px no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
}

.doctors_slider{
	margin-top: 50px;
	padding: 0 80px;
}

.doctor{
	border-radius: 5px;
	background-color: #fff;
}

.doctor .photo{
	padding: 10px;
}

.doctors_slider{
	margin-bottom: 0;
}

.doctors_slider .slide{
	padding: 0 10px;
}

.doctors_slider .slick-arrow{
	width: 22px;
	height: 23px;
	position: absolute;
	top: 230px;
	cursor: pointer;
}

.doctors_slider .slick_prev{
	background: url("../img/prev_arrow.png") center center no-repeat;
    left: 0;
}

.doctors_slider .slick_next{
	background: url("../img/next_arrow.png") center center no-repeat;
    right: 0;
}

.doctor .name{
	padding: 5px 0;
	background-color: #29b5d0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
}

.doctor .specialty{
	padding: 12px 0;
	font-weight: 600;
	font-size: 14px;
	color: #29b5d0;
	border-bottom: 1px solid #29b5d0;
	text-align: center;
}

.doctor .body{
	padding: 12px 20px 85px;
	color: #4b4b4b;
	position: relative;
	min-height: 380px;
}

.doctor .body b{
	font-weight: 600;
}

.doctor .body ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.doctor .body ul li{
	padding-left: 16px;
	position: relative;
}

.doctor .body ul li:before{
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #16b7ca;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
}

.doctor .button{
	font-size: 18px;
	position: absolute;
	bottom: 22px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}
/*doctors*/

/*contacts*/
.contacts{
	padding: 55px 0 20px;
}

.contacts .contacts_title{
	font-size: 22px;
	margin-bottom: 15px;
}

.contacts address{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
}

.contacts .note{
	margin-bottom: 55px;
}

.contacts .phone{
	font-size: 22px;
	text-decoration: none;
	margin-right: 15px;
	font-weight: 600;
	color: inherit;
}

.map{
	height: 490px;
}
/*contacts*/

.main_promo .title a {
	color: inherit;
}

.main_promo .title a:hover {
	text-decoration: none;
}

.main_promo .button {
	display: inline-block;
	width: auto;
	padding: 15px 30px;
	font-size: 18px;
}

.main_promo .button:hover {
	text-decoration: none;
	color: #fff;
}

.main_promo img {
	margin: 0 auto;
}

/*footer*/
.footer{
	color: #fff;
}

.footer_top{
	padding: 25px 0 15px;
	background: url("../img/footer.jpg") center top no-repeat;
	background-size: cover;
}

.footer .footer_title{
	color: #004a53;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.footer address{
	font-size: 15px;
	background: url("../img/pin_footer.png") left center no-repeat;
	padding-left: 20px;
}

.footer .phones{
	background: url("../img/phones_f.png") left center no-repeat;
	padding-left: 50px;
}

.footer .phones .phone{
	color: inherit;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

.footer_nav{
	margin-left: 40px;
}

.footer_nav .row{
	margin: 0 -5px;
}

.footer_nav .row > div{
	padding: 0 5px;
}

.footer_nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_nav ul li{
	padding-left: 12px;
	background: url("../img/footer_nav.png") left center no-repeat;
	margin-bottom: 10px;
}

.footer_nav ul li a{
	font-size: 15px;
	color: inherit;
	text-decoration: none;
}

.footer .call{
	margin-left: 30px;
}

.footer .footer_bottom{
	padding: 10px 0;
	background-color: #14a4b5;
}

.footer_bottom .copy{
	font-size: 12px;
	padding-top: 5px;
}

.social{
	text-align: center;
}

.social a{
	display: inline-block;
	margin: 0 12px;
}

.development{
	font-size: 12px;
	padding-top: 5px;
	text-align: right;
}
/*footer*/

/*modal*/
#fade-modal{
	padding: 0 !important;
}

#fade-modal .modal-dialog{
	width: 1035px;
	max-width: 100%;
	padding: 15px 20px 20px;
	border-radius: 7px;
	border: 2px solid #29b5d0;
	min-height: 450px;
	background: url("../img/modal.png") #fff left 10px no-repeat;
}

#fade-modal .modal-dialog .modal_close{
	width: 25px !important;
	height: 25px !important;
	padding: 0;
	border-radius: 100%;
	border: none;
	background: url("../img/close.png") #e2534b center center no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}

#fade-modal .modal-dialog .modal_inner{
	max-width: 635px;
}

#fade-modal .modal-dialog .title{
	margin-bottom: 15px;
}

.secrets{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

.secrets b{
	font-weight: 800;
	font-size: 30px;
}

.receptions{
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	padding-left: 20px;
	margin-left: -20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4f0f6+0,ffffff+100 */
	background: #d4f0f6; /* Old browsers */
	background: -moz-linear-gradient(left,  #d4f0f6 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d4f0f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d4f0f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4f0f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #5e5d5d;
}

#fade-modal .modal-dialog .form_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}

.feedback_form .row{
	margin: 0 -5px;
}

.feedback_form .row > div{
	padding: 0 5px;
}

.feedback_form input,.feedback_form .button{
	height: 44px;
}

.feedback_form .button{
	padding-top: 10px;
}
/*modal*/
.height-wrap{
	overflow-y: scroll;
	max-height: 280px;
}
.pricelist-table {
    max-width: 980px;
    margin: 0 auto 8px
}

.pricelist-table .table-heading {
    margin: 0;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #29b5d0;
    border-radius: 5px 5px 0 0
}

.pricelist-table table {
    display: block;
    width: 100%;
    font-size: 15px;
    border: 1px solid #f6f6f6
}

@media (min-width:768px) {
    .pricelist-table table {
        display: table;
        border: none
    }
}

.pricelist-table table tr {
    display: block
}

@media (min-width:768px) {
    .pricelist-table table tr {
        display: table-row
    }
}

.pricelist-table table tr td {
    display: block;
    padding: 10px;
    font-weight: 600
}

@media (min-width:768px) {
    .pricelist-table table tr td {
        display: table-cell;
        padding: 10px 30px
    }
    .pricelist-table table tr td:not(:first-child):last-child {
        text-align: center
    }
}

.pricelist-table table thead {
    display: none;
    background-color: #69cbde
}

@media (min-width:768px) {
    .pricelist-table table thead {
        display: table-header-group
    }
}

.pricelist-table table thead tr td {
    color: #fff
}

.pricelist-table table tbody {
    display: block
}

.pricelist-table table tbody tr:nth-child(even) {
    background-color: #f6f6f6
}

.pricelist-table table tbody tr td {
    padding: 10px
}

@media (min-width:768px) {
    .pricelist-table table tbody {
        display: table-row-group
    }
    .pricelist-table table tbody tr td {
        padding: 15px 30px;
        border-bottom: 1px solid #e5e5e5
    }
}

.pricelist-table table tbody tr td:not(:first-child):last-child {
    padding-left: 30px;
    color: #e2534b;
    font-weight: 800
}

.pricelist-table table tbody tr td:not(:first-child):last-child del:after,
.pricelist-table table tbody tr td:not(:first-child):last-child:after {
    content: ' грн.';
    display: inline
}

.pricelist-table table tbody tr td:not(:first-child):last-child br {
    display: none
}

@media (min-width:768px) {
    .pricelist-table table tbody tr td:not(: first-child):last-child {
        width: 150px;
        padding-left: 30px;
        border-left: 1px solid #e5e5e5
    }
    .pricelist-table table tbody tr td:not(:first-child):last-child del:after,
    .pricelist-table table tbody tr td:not(:first-child):last-child:after {
        content: ''
    }
    .pricelist-table table tbody tr td:not(:first-child):last-child br {
        display: inline
    }
}
.wbg{
	background-color: #fff;
}
.slider-btn-reset{
	padding: 0;
	margin: 0;
	border-radius: 0;
}