@font-face {

	font-family: Avenir;
	src: url('/skrypt/css/fonts/Avenir.ttf') format('truetype');
}

@font-face {

	font-family: AvenirBold;
	src: url('/skrypt/css/fonts/Avenir-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Museo;
	src: url("/skrypt/css/fonts/Museo.otf") format("opentype");
}

@font-face {
	font-family: CooperBold;
	src: url("/skrypt/css/fonts/Cooper-Bold.otf") format("opentype");
}

@font-face {
	font-family: Cooper;
	src: url("/skrypt/css/fonts/Cooper-Book.otf") format("opentype");
}

@font-face {

	font-family: 'Hind';
	src: url('/skrypt/css/fonts/Hind-Regular.ttf') format('truetype');
}

@font-face {

	font-family: 'Hind-Light';
	src: url('/skrypt/css/fonts/Hind-Light.ttf') format('truetype');
}

@font-face {

	font-family: 'Hind-Semibold';
	src: url('/skrypt/css/fonts/Hind-Semibold.ttf') format('truetype');
}

@font-face {

	font-family: 'Hind-Bold';
	src: url('/skrypt/css/fonts/Hind-Bold.ttf') format('truetype');
}

#pi {
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#pi a {
	text-decoration: none;
}

.ui-dialog-content p {
	text-align: center;
	line-height: 21px;
}

.fa-checkbox {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	font-size: 20px;
	color: #0054a6;
	position: relative;
	cursor: pointer;
}

.fa-checkbox i {
	position: absolute;
	left: 2px;
	bottom: 0px;
	display: none;
}

.fa-checkbox i.checked {
	display: block;
}

body {
	font-family: Hind;
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial, Helvetica, sans-serif;
	background: #F3F3F3;
}

#page {
	/* margin-top: 40px;*/
	/* margin-bottom: 5px; */
	background: #F3F3F3;
	border: none;
	padding-top: 130px;
}

.grey {
	/*background: #f3f3f3; */
}

a.white:active, a.white:visited {
	color: #FFF;
}

div#floating-nav {
	width: 100%;
	position: fixed;
	top: 0px;
	background: #ffffff;
	z-index: 100000;
	height: 50px;
}

#header {
	display: none;
	margin: 0;
	padding-left: 30px;
	/* padding-right: 35px; */
	border-top: none;
	background: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 515px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	clear: both;
}

#content.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.no_breadcrumbs {
	position: relative;
	top: -20px;
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#footer {
	/* margin-top: 95px; */
	background-color: #FFF;
	height: 60px;
	padding-top: 22px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

.arrow-big {
	background: url(/skrypt/images/strzalka_Paymed.svg) no-repeat;
	/* background-size: 60%; */
	width: 391px;
	height: 100px;
	margin-left: 190px;
	top: -8px;
	position: relative;
}

#logo {
	padding: 10px 20px;
	cursor: pointer;
	background: url(/skrypt/images/logoPaymed.svg) no-repeat;
	width: 150px;
	height: 37px;
	background-size: 75%;
	margin-top: 16px;
}

#logo img {
	height: 50px;
}

#sidemenu {
	position: relative;
	top: -85px;
	width: 500px;
	float: right;
	right: 10px;
	text-align: right;
}

#sidemenu ul li a {
	text-decoration: none;
	color: #595459;
	margin-left: 25px;
	font-size: 15px;
}

#sidemenu ul li {
	display: inline;
}

#sidemenu .infolinia_img {
	top: 21px;
	position: relative;
	display: inline-block;
	width: 198px;
	height: 51px;
	background: url(/skrypt/images/infolinia.png);
	cursor: auto;
	margin-left: 13px;
}

#mainmenu {
	background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
	padding: 6px 20px 5px 20px;
	margin: 0px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
	color: #6399cd;
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {

}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

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

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

#footer ul {
	list-style-type: none;
	width: 100%;
}

#footer ul li {
	float: left;
	margin: 10px;
}

#footer ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.hidden, .special_hidden, .city_hidden, .pagination_hidden, .temp_hidden {
	display: none;
}

.alert {
	color: #DC1C1C;
}

.system_message {
	position: relative;
	background-color: #6FAB74;
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	top: -3px;
}

.system_message.alert {
	background-color: #DC1C1C;
}

.clear {
	clear: both;
}

.grid-view table tr.filters {
	display: none;
}

.text-bold {
	font-weight: bold;
}

.login_content {
	margin: 0 auto;
	width: 250px;
}

#main_desc {
	background: url(/skrypt/images/doctor-bgr.png) no-repeat;
	background-position: 263px 2px;
	background-size: 58%;
	color: #000;//
	width: 55%;
	z-index: 5;
	padding-left: 20px;
	height: 515px;
}

#main_desc h1 {
	font-family: Hind-Semibold;
	color: #0054a6;
	font-size: 50px;
	height: 20px;
}

#main_desc h2 {
	font-family: Hind-Semibold;
	color: #0054a6;
	font-size: 40px;
	margin-top: 30px;
}

#main_desc h3 {
	font-family: Hind-Semibold;
	color: #0054a6;
	font-size: 30px;
	margin-top: 40px;
}

#main_desc ul {
	margin-bottom: 35px;//
	width: 315px;
}

#main_desc ul li {
	margin-top: 5px;
	font-size: 16px;
	line-height: 25px;
	font-family: Arial!important;
}

#main_desc, #main_calc {//
	display: inline-block;//
	position: absolute;
}

#main_desc .main_desc_add {
	font-size: 14px;
}

#main_calc {//
	width: 45%;
	height: 447px;
	right: 27px;
	padding: 0px;
	background-color: #0054a6;
	color: #FFF;
	z-index: 10;
}

.disabled {
	pointer-events: none;
	background-color: #ccc !important;
	color: #6F6F6F !important;
}

#result_area {
	margin-left: 5px;
	margin-top: 75px;
}

#result_area span {
	font-size: 25px;
}

#result_area .result_inf {
	margin-right: 20px;
	font-size: 20px;
	color: #00b4c4;
	margin-left: 44px;
}

#result_area .result_val, #result_area .result_curr {
	color: #FFF;
	font-size: 55px;
}

#result_area .submit_btn {
	float: right;
}

#result_area .submit_button {
	background-color: #FFF;
	height: 45px;
	width: 100px;
	font-family: Hind-bold;
	color: #000;
	text-transform: uppercase;
	border-radius: 5px;
	padding-left: 18px;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
	margin-right: 50px;
	top: 14px;
	position: relative;
}

#result_area .submit_button i {
	font-weight: bold;
}

@media screen and (max-width: 420px) {
	#calc_area {
		margin-left: 10px;
	}
}
/*
@media screen and (max-width: 768px) {
	.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
} 
}*/


@media screen and (min-width: 420px) and (max-width: 768px) {
	#calc_area {
		margin-left: 20px;
	}
	#slider_k, #slider_r {
		width: 520px !important;
	}
	.opt_plus {
		left: 630px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {

	#calc_area {
		margin-left: 30px;
	}

	#main_calc {
		right: 0px;
	}

	#slider_k, #slider_r {
		width: 80% !important;
	}
	.opt_plus {
		left: 630px !important;
	}
}
/*
 @media screen and (max-width: 425px) {

 #calc_area{
 margin-left: 30px;
 }

 #main_calc{
 right:0px;
 }

 #slider_k, #slider_r{
 width:428px !important;
 }
 .opt_plus {
 left: initial !important;
 right: 16px !important;
 }
 }
 */
@media screen and (max-width: 768px) {

	#calc_area {
		margin-left: 15px;
	}

	#main_calc {
		right: 0px;
	}

	#slider_k, #slider_r {

		max-width: calc(100vw - 200px) !important;
	}
	.opt_plus {
		left: initial !important;
		right: 16px !important;
	}

	#k_val span:first-child {
		width: 200px !important;
		font-size: 18px !important;
		margin-bottom: 2px;
	}

	#r_val span:first-child, #k_val span:first-child {
		width: 200px !important;
		font-size: 18px !important;
		margin-bottom: 2px;
	}

	h1 {
		font-size: 42px !important;
	}

	h2 {
		font-size: 36px !important;
	}

	#points_area {
		height: auto;
		display: flex;
		flex-direction: column;
		float: left;
	}
	#points_list {
		order: 1;
		left: -24px;
	}
	#points_info {
		order: 3;
		position: relative;
		left: -24px;
	}
	#points_pagination {
		order: 2;
		left: -24px;
		position: relative;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 320px) {

	#calc_area {
		margin-left: 30px;
	}

	#main_calc {
		right: 0px;
	}

	#slider_k, #slider_r {
		width: 104px !important;
	}
	.opt_plus {
		left: initial !important;
		right: 16px !important;
	}

	#k_val span:first-child {
		width: 150px !important;
		font-size: 14px !important;
		margin-bottom: 7px;
	}

	#r_val span:first-child, #k_val span:first-child {
		width: 150px !important;
		font-size: 14px !important;
		margin-bottom: 7px;
	}

	h1 {
		font-size: 40px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	#main_desc {
		background: initial !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	#calc_area {
		margin-left: 15px;
	}

	#main_calc {
		right: 0px;
	}

	.arrow-big {
		background-size: 65% !important;
		top: -55px !important;
	}
}

@media screen and (min-width: 1025px) {
	#calc_area {
		margin-left: 50px;
	}
	.opt_plus {
		left: 434px !important;
	}
	#slider_k, #slider_r {
		width: 322px !important;
	}
	#points_pagination {
		position: relative;
		display: block;
		height: auto !important;
	}
	#points_pagination > div:not(.limit_pp) {
		min-height: 50px !important;
		display: block;
	}
	#contact_form .fa-checkbox {
		width: 30px;
		height: 30px;
	}
}
.medpoint .btn_confirm {
	padding: 14px 15px 10px 15px !important;
	height: auto !important;
	width: auto !important;
}

#calc_container_k {
	margin-top: 30px;
	position: relative;
	z-index: 5;
}

#calc_container_r {
	margin-top: 97px;
	margin-bottom: 45px;
	position: relative;
	z-index: 5;
}

#slider_dummies {
	display: none;
	position: absolute;
	top: 106px;
	left: 70px;
	z-index: 2;
}

#slider_dummies.firefox {
	top: 108px;
}

#slider_dummies > div {
	width: 365px;
	height: 15px;
	/* border: 1px solid #dddddd; */
}

#slider_dummies > #slider_r_dummy {
	margin-top: 160px;
}

#slider_dummies.firefox > #slider_r_dummy {
	margin-top: 162px;
}

#slider_dummies > div > span {
	width: 160px;
	height: 15px;
}

#slider_dummies > div > span.left {
	background-color: #00BAC6;
}

#slider_dummies > div > span.right {
	background-color: #80aad3;
}

#k_val, #r_val {
	margin-bottom: 30px;
}

#k_val input::-webkit-outer-spin-button, #r_val input::-webkit-outer-spin-button, #k_val input::-webkit-inner-spin-button, #r_val input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#k_val input, #r_val input {
	-moz-appearance: textfield;
}

#r_val span:first-child, #k_val span:first-child {
	width: 220px;
	display: inline-block;
	padding-top: 10px;
	font-size: 20px;
}

#slider_k, #slider_r {
	width: 301px;
	height: 15px;
	left: 48px;
	top: 9px;
	background-color: #80aad3;
}

#slider_k.ui-widget-content, #slider_r.ui-widget-content {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	margin-left: 10px;
	margin-right: 10px;
}

#slider_k .ui-slider-handle, #slider_r .ui-slider-handle {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background: url(/skrypt/images/suwak_paymed.svg);
	background-size: contain;
	border: none;
	top: -15px;
	z-index: 10;
	/*border-radius: 100%;
	 display: inline-block;
	 margin-top: -4px;
	 border: 1px solid #00b4c4;
	 color: #00b4c4;*/
}

.slider_cover {
	height: 15px;
	position: absolute;
	top: 0px;
}

.slider_cover.cover_right {
	width: 44px;
	background-color: #80aad3;
	right: -42px;
}

.slider_cover.cover_left {
	width: 10px;
	left: -8px;
	background-color: #00bac6;
}

.ui-slider-handle > div.pointers {
	margin-left: 3px;
	margin-top: 4px;
}

.ui-slider-handle > div.pointers > i {
	font-size: 20px;
	display: inline-block;
	margin-left: 3px;
}

#k_val input, #r_val input {
	width: 100px;
	height: 35px;
	padding: 5px;
	color: #0054a6;
	font-size: 20px;
	font-family: Arial, Tahoma;
	float: right;
	text-align: right;
	margin-right: 50px;
	border: 0px;
}

.opt_plus {
	left: 410px;
}

.opt_minus, .opt_plus {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 69px;
	z-index: 10;
	cursor: pointer;
}

.opt_minus[data-rel="r"], .opt_plus[data-rel="r"] {
	top: 70px;
}

.opt_minus span:first-of-type, .opt_plus span:first-of-type {

	width: 40px;
	height: 30px;
	line-height: 34px;
	font-size: 28px;
	background-color: #FFF;
	display: block;
	vertical-align: middle;
	color: #0054a6;
	font-family: Hind-bold;
	margin-bottom: 5px;
}

#show_icons {
	width: 565px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	left: 38px;
}

#show_icons .icon {
	display: inline-block;
}

#show_icons .icon-progress {
	background: url(/skrypt/images/progress.png) no-repeat;
	width: 79px;
	height: 47px;
	margin-left: -28px;
	top: -9px;
	position: relative;
}

#show_icons .icon-point {
	background: url(/skrypt/images/point.png) no-repeat;
	width: 61px;
	height: 59px;
	margin-left: 167px;
}

#show_icons .icon-card {
	background: url(/skrypt/images/card.png) no-repeat;
	width: 61px;
	height: 59px;
	margin-left: 167px;
}

#show_icons .icon-call {
	background: url(/skrypt/images/call.png) no-repeat;
	width: 51px;
	height: 64px;
	margin-left: 173px;
}

.arrow-big {
	display: none;
}

#show_steps {
	width: 538px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	top: 18px;
}

#show_steps .step {
	width: 40px;
	height: 40px;
	border: 1px solid #00bac6;
	background-color: #ffffff;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
}

#show_steps .step.contour {
	border: 1px solid #00bac6;
}

#show_steps.steps_small {
	margin-bottom: 0px;
}

.steps_desc {
	width: 770px;
	position: relative;
	margin-bottom: 50px;
	margin-left: 255px;
}

.steps_desc .s_desc {
	display: inline-block;
	text-align: center;
	width: 135px;
	font-family: 'Cooper';
}

.steps_desc .s_desc.kredyt {
	top: -62px;
}

.steps_desc .s_desc.karta {
	top: -46px;
}

.steps_desc .s_desc.rezerwacja {
	position: relative;
	top: -31px;
}

.steps_desc .s_desc:not(:last-of-type){
margin-right: 96px;
position: relative;
}

#show_steps.steps_small .step {
	border: none;
	background-color: #0054a6;
	width: 30px;
	height: 30px;
}

#show_steps .step span {
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #00bac6;
}

#show_steps.steps_small .step span {
	line-height: 18px;
	padding-bottom: 4px;
	color: #fff;
	font-size: 18px;
}

#show_steps .step.done {
	background-color: #0054a6;
	border: 1px solid #0054a6;
}

#show_steps .step.done span {
	color: #FFF;
}

#show_steps .step, #show_steps .step_conn {
	display: inline-block;
}

#show_steps .step_conn {
	width: 196px;
	height: 1px;
	background-color: #00bac6;
}

#show_steps.steps_small .step_conn {
	background-color: #0054a6;
}

.partners_bgr {
	margin-bottom: 10px;
	position: relative;
	top: -40px;
	width: 100%;
	height: 250px;
	background: url(/skrypt/images/partners_bgr.jpg) no-repeat;
	background-size: 100%;
	background-position-y: -275px;
}

.partners_info_container {
	position: fixed;
	width: 1100px;
	top: 175px;
	z-index: 100;
}

.partners_info {
	text-align: center;
	color: #FFF;
	background-color: #0052ae;
	width: 200px;
	height: 115px;
	position: absolute;
	right: 0px;
	top: 145px;
}

.partners_info p {
	margin-bottom: 5px;
}

.partners_info p.txt {
	font-family: Avenir;
}

.partners_info p.txt:first-child {
	margin-top: 10px;
}

.partners_info p.nb {
	margin-top: 14px;
	font-size: 17px;
	font-family: 'Museo';
}

.partners_info p.small {
	color: #00bac6;
	font-family: 'Museo';
}

.comp_row {
	width: 735px;
	margin: 0 auto;
	margin-bottom: 265px;
	left: 60px;
	position: relative;
}

.comp_row .column.txt {
	top: 14px;
	position: relative;
}

.comp_row .column, .partners_offer .column {
	width: 350px;
	text-align: justify;
	font-family: 'Cooper';
}

.partners_offer .column.txt {
	top: 14px;
	position: relative;
}

.partners_offer .txt_bold {
	font-family: 'CooperBold';
}

.partners_offer {
	background-color: #0052ae;
	width: 100%;
	height: 300px;
	text-align: center;
	color: #FFF;
}

.partners_offer h1 {
	color: #FFF;
	top: 20px;
	margin-bottom: 45px;
	position: relative;
}

.partners_offer .columns_container, .partners_models .columns_container {
	width: 730px;
	margin: 0 auto;
}

.partners_models {
	background-color: #fffff;
	width: 100%;
	height: 150px;
	text-align: center;
	font-family: 'Cooper';
}

.partners_models h1 {
	font-family: 'Avenir';
	font-weight: 700;
	color: #0053a9;
	top: 20px;
	margin-bottom: 45px;
	position: relative;
}

.partners_models_button {
	width: 80px;
	padding: 5px;
	border: 1px solid #0053a9;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
	font-family: 'Hind';
	color: #0053a9;
}

.partners_models_button span {
	display: inline-block;
	margin-right: 5px;
}

.partners_info_row {
	width: 700px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 80px;
	font-family: 'Cooper';
}

.partners_info_row h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Cooper-Bold';
}

.partners_info_row h2 span {
	display: inline-block;
	color: #0053a9;
}

.partners_info_row h2 span.info_nb {
	background-color: #0053a9;
	color: #fff;
	width: 24px;
	height: 20px;
	text-align: center;
	border-radius: 100%;
	padding-top: 4px;
	margin-right: 5px;
}

.partners_info_row .txt_bold {
	font-family: 'CooperBold';
}

.partners_advances {
	width: 100%;
	height: 590px;
	background-color: #f4f5f9;
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
	font-family: 'Cooper';
}

.partners_advances .advances_container {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}

.advances_el {
	display: inline-block;
	width: 250px;
	margin-right: 10px;
	position: relative;
}

.advances_el.zero {
	top: -18px;
}

.advances_el.more {
	top: 16px;
}

.advances_el.save {
	top: 0px;
}

.advances_el.support {
	top: 32px;
}

.advances_el.finance {
	top: 36px;
}

.advances_el > div {
	margin-bottom: 10px;
}

.advances_el .icon {
	text-align: center;
}

.advances_el .icon img {
	width: 150px;
}

.advances_el .subtitle {
	font-family: 'CooperBold';
}

.advances_el .text {
	text-align: justify;
}

.partners_photos {
	background-color: #f4f5f9;
}

.partners_photos .pphoto {
	width: 605px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.partners_photos .pphoto img {
	width: 300px;
	display: inline-block;
	padding: 0px;
}

.partners_contact {
	width: 100%;
	height: 350px;
	padding-top: 23px;
	background-color: #0052ae;
	color: #fff;
	text-align: center;
	font-family: 'Cooper';
}

.partners_contact .form_container {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
}

.partners_contact .contact_text {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.partners_contact .row label {
	width: 150px;
	display: inline-block;
}

.partners_contact .contact_text .txt_bold {
	font-family: 'CooperBold';
}

.partners_contact .form_container .row {
	text-align: left;
	position: relative;
	left: 22px;
	margin-bottom: 12px;
}

.partners_contact .form_container .columns_container {
	width: 470px;
	margin-left: 143px;
	margin-top: 30px;
}

.partners_contact .form_container .columns_container .column {
	width: 225px;
	margin-bottom: 20px;
}

.partners_contact input {
	height: 20px;
	padding-left: 5px;
	border: 1px solid #fff;
	color: #FFF;
	background-color: #0052ae;
}

.partners_contact .select2-container {
	width: 176px !important;
}

.partners_contact #select2-contact_hours-container {
	background-color: #0052ae;
	border: 1px solid #fff;
	color: #FFF;
}

.partners_contact .select2-selection__arrow {
	right: 2px !important;
	top: 3px !important;
}

.partners_contact input::-webkit-input-placeholder {
	color: #fff;
}

.partners_contact input:-moz-placeholder {/* Firefox 18- */
	color: #fff;
}

.partners_contact input::-moz-placeholder {/* Firefox 19+ */
	color: #fff;
}

.partners_contact input:-ms-input-placeholder {
	color: #fff;
}

.partners_contact_button {
	width: 93px;
	padding: 5px;
	border: 1px solid #FFF;
	color: #000;
	background-color: #FFF;
	border-radius: 2px;
	font-size: 17px;
	font-family: 'Hind-Bold';
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
	display: block;
}

.partners_contact_button span {
	display: inline-block;
	margin-left: 12px;
	margin-right: 10px;
}

.partners_contact_button i {
	font-weight: bold;
}

.partners_contact h1 {
	color: #fff;
}

.partners_contact .field_error {
	
	margin-bottom: 14px;
}

#map_area {
	width: 400px;
	float: left;
	margin-right: 25px;
	/*position: fixed;*/
	z-index: 99;
}

#main_points {
	margin-left: 80px;
}

#points_area {
	height: 300px;
	position: relative;
	top: 40px;
	left: 24px;
}

#points_list {
	width: 520px;
	/* overflow-y: hidden; */
	/* overflow-x: hidden; */
	float: right;
	display: block;
	right: 15px;
	position: relative;
}

#points_info {
	width: 420px;
	/* margin-left: 400px; */
	/* margin-top: 45px; */
	display: block;
	float: left;
	font-size: 16px;
}

#points_list .btn_confirm, #point_data_container .btn_confirm {
	background-color: #0054a6;
	height: 25px;
	width: 90px;
	font-family: Hind;
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	margin-right: -33px;
	display: block;
	margin-top: -27px;
}

#points_list .btn_confirm:hover, #point_data_container .btn_confirm:hover {
	background-color: #00bac6;
}

#points_pagination {
	width: 510px;
	height: 46px;
	float: right;
	right: 12px;
	margin-right: 12px;
	position: relative;
	margin-top: 55px;
	padding-top: 20px;
}

#points_pagination .limit_pp {
	text-align: center;
	margin-bottom: 10px;
}

#points_pagination .limit_pp .pcount {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
}

#points_pagination .limit_pp .pcount.active {
	color: #00bad0;
}

#points_pagination .limit_pp .pcount:hover {
	color: #00bad0;
}

#points_pagination > div:not(.limit_pp) {
	width: 400px;
	height: 20px;
	margin: 0 auto;
}

#points_pagination > div:not(.limit_pp)> span {
	display: inline-block;
	color: #fff;
	font-size: 20px;
}

#points_pagination .p_d, #points_pagination .p_page {
	color: #555 !important;
}

#points_pagination .p_page {
	width: 34px;
	display: inline-block;
	margin-right: 17px;
}

#points_pagination .p_num {
	display: inline-block;
	margin-left: 17px;
}

#points_pagination .p_num input {
	width: 60px;
	color: #c4c4c5;
	text-align: center;
	font-size: 20px;
}

#points_pagination .p_button {
	background-color: #00bac6;
	width: 120px;
	height: 40px;
	/* position: relative; */
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	position: relative;
	top: 1px;
	padding-top: 6px;
}

#choose_city, #choose_special {
	position: relative;
	z-index: 10;
	margin-left: 100px;
}

#choose_city, #choose_special {
	width: 190px;
}

#choose_city .select2-container, #choose_special .select2-container {
	width: 320px !important;
	height: 40px !important;
	left: -50px;
	top: 10px;
}

#choose_city .select2-selection.select2-selection--single, #choose_special .select2-selection.select2-selection--single {
	height: 40px;
}

#choose_city .select2-selection__rendered, #choose_special .select2-selection__rendered {
	margin-top: 5px;
	font-size: 18px;
}

#choose_city .select2-selection__arrow, #choose_special .select2-selection__arrow {
	width: 40px;
	height: 39px;
}

.dropdown_info {
	font-size: 22px;
	position: relative;
	left: 50px;
	font-weight: bold;
}

.select2-selection {
	border-radius: 0px !important;
}

.select2-selection__arrow {
	background-color: #0054a6;
}

.select2-selection__arrow b {
	border-color: #fff transparent transparent transparent !important;
}

.medpoint {
	margin-bottom: 15px;
	font-size: 15px;
	padding-bottom: 10px;
	width: 510px;
}

.medpoint:not(.disabled)
:not(:last-of-type) {
	/*border-bottom: 1px solid #999999;*/
}

.medpoint .point_name {
	margin-bottom: 10px;
}

.medpoint .point_name a, #point_data_container .point_name {
	font-size: 17px;
	color: #0054a6;
	text-decoration: none;
}

.medpoint .point_name a.locked {
	color: #A6001F;
}

#points_list .medpoint div:not(.confirm) {
	width: 60%;
}
#points_list .medpoint .confirm {
	float: right;
	position: relative;
	bottom: 21px;
	right: 35px;
}

#point_data_container.medpoint .confirm {
	position: relative;
	top: 80px;
}

.medpoint.disabled {
	display: none;
}

#step3 {
	text-align: center;
	margin-top: -30px;
}

.no_point_title {
	margin-bottom: 10px;
}

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

.hiw_logo {
	margin-bottom: 60px;
	margin-left: -30px;
}

.blue {
	color: #0054a6;
}

.black {
	color: #000;
}

.teal {
	color: #00bac6;
}

.bold {
	font-weight: bold;
}

.howitworks_list {
	width: 100%;
}

.hiw {
	float: left;
	margin: 0 5px;
	line-height: 1.3em;
	min-width: 250px;
	margin-bottom: 20px;
}

.hiw li {
	margin-bottom: 5px;
	color: #222222;
	font-weight: normal;
}

.hiw li > strong {
	color: #000000;
	font-weight: bold;
}

.hiw li:not(:last-child) {
	margin-right: 35px;
}

.hiw .blue_header {
	font-size: 19px;
	margin-left: 3px;
	padding-bottom: 15px;
	display: block;
}

.how_it_works_ul {
	width: 920px;
	margin: 20px auto 0px auto;
	list-style-type: none;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

.how_it_works_ul > li {
	line-height: 1.3em;
	min-width: 200px;
}

.how_it_works_ul > li li {
	margin-bottom: 5px;
	color: #222222;
	font-weight: normal;
}

.how_it_works_ul > li li > strong {
	color: #000000;
	font-weight: bold;
}

.how_it_works_ul > li:not(:last-child) {
	margin-right: 35px;
}

.how_it_works_ul .blue_header {
	font-size: 19px;
	margin-left: 3px;
	padding-bottom: 15px;
	display: block;
}

.field_error {
	position: relative;
	font-size: 12px;
	color: #C70202;
	top: 8px;
	left: 139px;
	display: none;
}

.field_error[for="accept_regulation"], .field_error[for="accept_personal"] {
	top: -15px;
	left: 0px;
}

.submit_form.contact_submit {
	margin-top: 70px;
}

#contact_form .submit_form {
	margin-bottom: 15px;
}

#contact_form .submit_form .submitSiteForm {
	padding-left: 0;
	padding-top: 5px;
	text-align: center;
}

#contact_form.contact-wide {
	width: 80%;
}



#contact_form.contact-wide .cp_logo span {
	display: block;
	margin-bottom: 10px;
}

#contact_form.contact-wide .cp_logo span:last-child {
	margin-bottom: 50px;
}

#contact_form input[type="text"], #contact_form select {
	width: 355px;
}

#contact_form_info {
	width: 445px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

#contact_form.contact-wide .row {
	margin-left: 60px;
}

#contact_form .row {
	margin-top: 20px;
	text-align: left;
	margin-left: 35px;
}

#contact_form .row label {
	width: 23%;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}

#contact_form .row:last-child {
	padding-bottom: 25px;
}

#contact_form .note {
	text-align: left;
	margin-top: 10px;
	margin-left: 172px;
}

#contact_form {
	width: 62%;
	
	margin: 0 auto;
	margin-top:20%;
	background-color: #FFF;
	border: 1px solid #acacac;
	margin-top: 50px;
	position: relative;
	padding: 10px;
}

.custom-point-form {
	width: 62%;
	
	margin: 0 auto;
	margin-top:20px;
	background-color: #FFF;
	border: 1px solid #acacac;
	position: relative;
	padding: 10px;
}

.custom-point-form .contact_required {
	text-align: right;
	padding-right: 48px;
	color: #111111;
}

.custom-point-form label {
	text-align: right;
	padding-right: 16px;
}

/*
 .custom-point-form, #contact_form{
 width: 550px;
 background-color: #FFF;
 border: 1px solid #acacac;
 padding: 10px;
 margin: 0 auto;
 padding-left: 25px;
 margin-top: 50px;
 position: relative;
 right: 10px;
 }*/

#contact_form input {
	height: 40px;
	font-size: 16px;
}

#contact_form .select2-selection.select2-selection--single {
	font-size: 16px;
	height: 40px;
	padding-top: 6px;
}

#contact_form .select2-selection__arrow {
	height: 39px;
	width: 40px;
}

.offer_confirm {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	width: 62%;
	font-size: 11px;
}

.offer_confirm .fa-checkbox, .offer_confirm span {
	float: left;
	margin-right: 10px;
}

.custom-point-form input[type="text"], .custom-point-form input[type="email"], .custom-point-form input[type="tel"] {
	width: 57%;
	height: 40px;
	font-size: 16px;
	border: 1px solid #999999;
}

.custom-point-form select {
	font-size: 16px;
	padding: 6px !important;
	border: 1px solid #999999;
}

.custom-point-form textarea {
	width: 57%;
	height: 90px;
	font-size: 16px;
	font-family:Arial!important;
	border: 1px solid #999999;
}

.custom-point-form label {
	display: inline-block !important;
	width: 29%;
	float: left;
	margin-top: 16px;
}

.custom-point-form input[type="button"], .custom-point-form input[type="submit"] {
	background-color: #0054a6;
	height: 36px;
	width: 160px;
	font-family: Hind-bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding-top: 8px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 0px;
}

.submitSiteForm {
	background-color: #0054a6;
	height: 25px;
	width: 80px;
	font-family: Hind-bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 8px;
	font-size: 15px;
	cursor: pointer;
	margin-right: -33px;
	display: block;
	/* margin-top: -7px; */
	margin: 0 auto;
}

.submitSiteForm {
	padding: 14px 15px 10px 15px !important;
    height: auto !important;
    /* width: auto !important; */
    background-color: #0054a6;
    height: 25px;
    width: 90px;
    font-family: Hind;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    /* margin-right: -33px; */
    display: block;
    /* margin-top: -27px; */
}

#offer_info {
	margin-right: 35px;
	margin-left: 30px;
	padding: 5px;
	border: 1px solid #ccc;
}

#offer_info .info_title {
	color: #8E8E8E;
}

.step_info {
	width: 584px;
	margin: 0 auto;
	text-align: justify;
	margin-top: 20px;
}

.chosen_options {
	margin-top: 10px;
}

.chosen_options ul {
	padding: 0;
	list-style-type: none;
	line-height: 25px;
}

.chosen_options .li_info {
	display: inline;
	color: #000;
	font-weight: 600;
}

.chosen_point {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 700;
}

.chosen_bank .info_txt {
	font-weight: bold;
	margin-bottom: 20px;
}

.chosen_bank .bank_logo {
	float: right;
	clear: both;
	position: relative;
}

.chosen_bank .bank_logo img {
	max-width: 100px;
	max-height: 100px;
	margin-top: 10px;
}

@media screen and (max-device-width: 500px) {
	.chosen_bank .bank_logo {
		top: 20px;
	}

	.col-sm-1 {
		position: relative;
		left: -12%;
	}
}

.submit_form {
	margin-top: 15px;
}

.side-by-side {
	width: 100%;
	list-style-type: none;
	margin-left: -20px;
}
.side-by-side li {
	display: inline-block;
}

#map-poland {
	position: relative;
}

.map-points-count {
	position: absolute;
	width: 340px;
	height: 340px;
	background-color: rgba(255, 255, 0, 0);
	top: 0px;
}

.points-count {
	position: absolute;
	width: 15px;
	height: 15px;
}

.points-count.active {
	z-index: 88;
	color: #FFF;
}

.points-count[data-rel="dolnoslaskie"] {
	top: 208px;
	left: 85px;
}

.points-count[data-rel="kujawsko-pomorskie"] {
	top: 111px;
	left: 148px;
}

.points-count[data-rel="lubelskie"] {
	top: 200px;
	left: 281px;
}

.points-count[data-rel="lubuskie"] {
	top: 155px;
	left: 53px;
}

.points-count[data-rel="lodzkie"] {
	top: 181px;
	left: 175px;
}

.points-count[data-rel="malopolskie"] {
	top: 266px;
	left: 205px;
}

.points-count[data-rel="mazowieckie"] {
	top: 148px;
	left: 227px;
}

.points-count[data-rel="opolskie"] {
	top: 227px;
	left: 130px;
}

.points-count[data-rel="podkarpackie"] {
	top: 262px;
	left: 260px;
}

.points-count[data-rel="podlaskie"] {
	top: 103px;
	left: 287px;
}

.points-count[data-rel="pomorskie"] {
	top: 53px;
	left: 134px;
}

.points-count[data-rel="slaskie"] {
	top: 243px;
	left: 163px;
}

.points-count[data-rel="swietokrzyskie"] {
	top: 221px;
	left: 217px;
}

.points-count[data-rel="warminsko-mazurskie"] {
	top: 67px;
	left: 219px;
}

.points-count[data-rel="wielkopolskie"] {
	top: 152px;
	left: 112px;
}

.points-count[data-rel="zachodniopomorskie"] {
	top: 83px;
	left: 59px;
}

#slider_k .ui-slider-range-min, #slider_r .ui-slider-range-min {
	background-color: #00bac6;
}

#point_map_container {
	width: 610px;
	display: inline-block;
	/* margin-right: 25px;*/
}

#point_data_container {
	display: inline-block;
	width: 300px;
	top: -165px;
	position: relative;
}

.point_map {
	width: 500px;
	height: 500px;
	left: 72px;
	top: 61px;
}

@media (min-width: 360px) {

	#point_map_container {
		width: 310px;
		display: inline-block;
		margin-left: -15px;
	}
	#point_data_container {
		top: 45px
	}

	.point_map {
		width: 300px;
		height: 300px;
		left: 10px;
		top: 21px;
	}

	@media (min-width: 992px) {

		#point_map_container {
			width: 410px;
			display: inline-block;
			margin-right: 25px;
		}

		#point_data_container {
			top: -125px;
			left: 60px
		}

		.point_map {
			width: 300px;
			height: 300px;
			left: 10px;
			top: 21px;
		}

		.point_map {
			width: 300px;
			height: 300px;
			/*left: 72px;
			 top: 61px;*/
		}
	}

	@media (min-width: 1200px) {
		.point_map {
			width: 400px;
			height: 400px;
			/* left: 72px;
			 top: 61px;*/
		}

		#point_data_container {
			top: -165px;
			left: 60px
		}
	}

	#medpoint_choose_special, #medpoint_choose_city {
		color: #999999 !important;
	}

	#step3 input#contact_name, #step3 input#contact_phone, #step3 input#contact_email, #contact_form input#contact_name, #contact_form input#contact_phone, #contact_form input#contact_email {
		border: 1px solid #999999;
		color: #999999;
		padding: 0.77em;
		font-size: 18px;
		width: 418px !important;
		height: auto;
	}

	#step3 div#div_contact_hours, #contact_form div#div_contact_hours, div#div_custom_hours {
		display: inline-block;
		overflow: hidden;
		width: 59%;
		height: 44px;
		background: url(/skrypt/images/back.select.png) no-repeat right center;
		padding: 0px;
		border-right: 0px solid #999999;
		margin: 0px;
	}

	#step3 select#contact_hours, #contact_form select#contact_hours, select#custom_hours {
		border: 1px solid #999999;
		color: #999999;
		padding: 7px;
		margin: 0px;
		font-size: 18px;
		width: 100%;
		height: 44px;
		background: transparent;
		-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	}
	
	

	#step3 label[for="contact_hours"], #contact_form label[for="contact_hours"] {
		position: relative;
		top: -13px;
	}

	#lay-about h1, #lay-faq h1, #lay-terms-and-conditions h1, #lay-privacy-policy h1 {
		font-size: 24px;
		line-height: 32px;
	}

	#lay-about p, #lay-faq p, #lay-terms-and-conditions p, #lay-privacy-policy p {
		font-size: 16px;
		line-height: 24px;
	}

	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
		#slider_k {
			top: 13px;
		}
		#slider_r {
			top: 13px;
		}
		.col-sm-1 {
			position: relative;
			left: -12%;
		}
		/*.module.module-2,.video_container,.video-message{
		 height: 800px !important;
		 }*/
	}
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
		#slider_k {
			top: 11px;
		}
		#slider_r {
			top: 9px;
		}
		.partners_body section.module.module-2 {
			height: 700px !important;
		}
		.col-sm-1 {
			position: relative;
			left: -12%;
		}
	}

	#floating-nav {
		display: none;
	}

	#show_steps {
		/* display: none !important; */
	}

	#footer {
		display: none;
	}

	@media screen and (min-width: 1224px) {
	}

}

#k_val input{
	width: 75px;
    height: 35px;
    padding: 5px;
    padding-right: 0;
    color: #0054a6;
    font-size: 20px;
    font-family: Arial, Tahoma;
    float: right;
    text-align: right;
    margin-right: 0;
    border: 0px;
}

#k_val .currency_symbol{
	width: 25px;
    height: 35px;
    padding: 5px;
    padding-top: 3px;
    color: #0054a6;
    font-size: 20px;
    background: #fff;
    font-family: Arial, Tahoma;
    float: right;
    text-align: right;
    margin-right: 50px;
    border: 0px;
}


@media screen and (max-width: 568px) {

#contact_form .row label {
	
	text-align: left!important
}
#main_desc {height: 393px!important;margin-bottom:10px;}
}

@media screen and (max-width: 425px){
	#k_val .currency_symbol{
		margin-right: 16px;
    
	}
	.point_street {max-width:200px}
	#f_r_val{
		margin-right: 16px !important;
    
	}
	.result_inf{
		margin-left:  11px !important;
    
	}
}

.step3-dialog .ui-dialog{
	width: 50% !important;
	height: 40% !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	position: fixed !important;
}

.step3-dialog .ui-dialog p{
	font-size: 30px;
    line-height: 45px;
    margin-top: 20%;
}

.step3-dialog .ui-widget-overlay{
	opacity: 1 !important;
	background: #F3F3F3 !important;
}
.step3-dialog .ui-dialog .ui-dialog-titlebar{
	display: none !important;
}

.step3-dialog .ui-dialog .ui-dialog-buttonset{
	float: initial !important;
}

.step3-dialog .ui-dialog ..ui-widget-content{
	border: 0 !important;
}

.step3-dialog .ui-dialog button{
	margin-left: auto !important; 
    margin-right: auto !important;
    display: block !important;
	width:170px;
	height: 60px;
	background: #0054a6 !important;
	color: #fff !important;
	margin-top: 15px;
    display: inline-block;
    border-radius: 6px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px;
}

.step3-dialog .ui-dialog{
	width: 80% !important;
    top: 115px !important;
}

.step3-dialog .ui-dialog .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix{
	border: 0 !important;
}

@media screen and (max-width: 768px){
	.opt_plus{
		max-width: 40px !important;
	}
}
@media screen and (max-width: 450px){
	#main_desc {
		background: initial !important;
	}
	
}

@media screen and (max-width: 439px){
	#offer_info { 
    	margin-right: 7px !important;
    }
}
@media (max-width: 768px) {
	#k_val .currency_symbol{
		margin-right: 15px !important;
	}
	
	#r_val input{
		margin-right: 15px !important;
	}
	
	#result_area .submit_button{
		margin-right: 15px !important;
	}
}

@media (max-width: 768px){
	#show_steps {
	    width: 100% !important;
	}
	
	
	
	.steps-inner{
		display: table;
	    margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	    text-align: center;
	}
}

.step2-dialog .ui-dialog{
	width: 75% !important;
    top: 115px !important;
}

.step2-dialog #dialog_point{
	height: auto !important;
}

.step2-dialog #dialog_point #point_data_container{
	text-align: left;
}

@media screen and (max-width: 768px) {
	
	#contact_form .row label {
		width:100%;
		text-align:left;
		
	}
	
	
	#contact_form.contact-wide .row {
    margin-left: 10px;
}
}

@media screen and (max-width: 768px)

{
.custom-point-form {width:100%!important}
#step3 input#contact_name, #step3 input#contact_phone, #step3 input#contact_email, #contact_form input#contact_name, #contact_form input#contact_phone, #contact_form input#contact_email {
	width:75%!important;
	.form-inline .form-group {width:75%!important;}
}

div.form .row {

    text-align: left;
    margin-left: 20%!important;
	
}

#contact_form.contact-wide .row {

   
    margin-left: 20%!important;
	
}

.custom-point-form input[type="text"], .custom-point-form input[type="email"], .custom-point-form input[type="tel"] {
	width:75%!important;
	
}
.custom-point-form textarea {width:75%!important;}
#contact_form .row label {text-align:left;font-weight:700!important;font-size:16px!important;}
div.form label {text-align:left;font-weight:700!important;font-size:16px!important;width:100%}
.custom-point-form label {text-align:left;font-weight:700!important;font-size:16px!important;}
#contact_form.contact-wide 	{width:100%!important;font-weight:700!important;font-size:16px!important;}
	
}

@media screen and (max-width: 440px) {

#contact_form.contact-wide {width:420px}
}


@media screen and (min-width: 440px) and (max-width: 768px){

#contact_form.contact-wide {width:420px}



}


@media screen and (min-width: 768px) and (max-width: 1024px){

#contact_form.contact-wide {width:620px}
}

@media screen and (min-width: 768px) and (max-width: 1024px){

#contact_form.contact-wide {width:820px}
}


@media screen and (min-width: 1024px) {
	#contact_form.contact-wide {width:820px}
	
	}
}



#contact_form .row label {font-weight:700!important;font-size:16px!important;}
div.form label {font-weight:700!important;font-size:16px!important;}
.custom-point-form label {font-weight:700!important;font-size:16px!important;}
#contact_form.contact-wide 	{font-weight:700!important;font-size:16px!important;}
