

/* Start:/css/calc.css?17586272196212*/
.header .nav {
  background: #49B9F2 url("/i/fp-nav-bg.png") repeat-y 50% 0;
  background-size: contain;
}

.booking-form .main .page {
  float: none;
  width: auto;
}
.main .page h1 {
  padding-bottom: 5px;
}

.calc-form {position: relative;}
.calc-form form {
  float: left;
  width: 670px;
  background: #F3EED5;
  margin-bottom: 20px;
}
.calc-form fieldset {
  padding: 40px 20px;
}
.calc-form .row {
  margin-top: 40px;
}
.calc-form .row:first-child {margin-top: 0;}
.calc-form .row .form__label {
  float: left;
  width: 145px;
  line-height: 44px;
  font-size: 14px;
}
.calc-form .row .form__nav {
  font-size: 14px;
  font-weight: bold;
}
.calc-form .row .form__nav li {
  float: left;
  padding: 0 18px;
  line-height: 44px;
}
.calc-form .row .form__nav li.act {
  border-radius: 22px;
  background: #DED2AB;
  -webkit-box-shadow: inset 0 1px 1px #B5AA8A;
  box-shadow: inset 0 1px 1px #B5AA8A;
}
.calc-form .row .form__nav li.act a {
  border: 0 !important;
  color: #000;
  cursor: default;
}
.calc-form .form__note {
  border-top: 1px dotted #CCC;
  margin: 0 20px;
  padding: 15px 0 0;
  color: #666;
}
.calc-form .form__note p {margin-bottom: 15px;}
.calc-form .form__personal {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  border-top: 1px dotted #CCC;
}
.calc-form .form__personal h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 35px;
}
.calc-form .form__submit {
  padding: 25px 15px 40px;
  text-align: center;
}
.calc-form .form__submit .sa-order {
  width: 240px;
}

.calc-form .form__main {
  float: left;
  width: 485px;
}
.calc-form .form__main select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  border: 1px solid #999;
  background: #FFF url("/i/select-icon-bg.png") no-repeat 100% 50%;
  padding: 10px 0 10px 10px;
  color: #000;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: 44px;
  border-radius: 0;
}
.calc-form .form__main select::-ms-expand {
  display: none;
}
.calc-form .form__main input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  border: 1px solid #999;
  background: #FFF;
  line-height: 18px;
  padding: 13px 10px;
  color: #000;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: 44px;
  border-radius: 0;
}
.calc-form .form__main input.date {
  background-image: url("/i/calendar-icon-bg-red.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 43px;
}
.calc-form .form__main input.date.green {
  background-image: url("/i/calendar-icon-bg-green.png");
}

.calc-form .form__main input.error,
.calc-form .form__main textarea.error {
  border-color: #CA0814;
  color: #CA0814;
}

.calc-form .form__main .columns {display: table-row;}
.calc-form .narrow .form__main {width: 224px;}
.calc-form .form__main .columns .col {
  display: table-cell;
  width: 224px;
  vertical-align: middle;
}
.calc-form .form__main .columns .col.sep {
  width: 1%;
}
.calc-form .form__main .columns .col.sep span {
  display: block;
  width: 40px;
  text-align: center;
}

.sanatorium-list-compact ul {margin-right: 0;}
.sanatorium-list-compact .sl__image {
  float: left;
  margin-top: 3px;
  margin-right: 20px;
}
.sanatorium-list-compact dl {
  overflow: hidden;
}
.sanatorium-list-compact li {
  display: block;
  width: auto;
  margin: 20px 0 0;
}
.sanatorium-list-compact .price {margin-top: 8px;}
.sanatorium-list-compact .price .note {
  font-size: 12px;
  color: #999;
}

.calc__summary .scrollable.sticky {
  position: fixed;
  top: 25px;
  right: auto;
}
.calc__summary .scrollable.stuck {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.calc__summary {
  float: right;
  width: 250px;
  /*padding-top: 10px;*/
  margin-bottom: 20px;
  position: relative;
}
.calc__summary .scrollable {
  position: relative;
  width: 250px;
}
.calc__summary .scrollable:before {
  position: absolute;
  top: 176px;
  right: 100%;
  margin-right: 16px;
  display: block;
  content: "";
  width: 20px;
  height: 40px;
  background: url("/i/calc-form-bg.png");
}
.calc__summary .title {
  font-size: 14px;
  color: #666;
}
.calc__summary .price {
  font-size: 40px;
  line-height: 48px;
  color: rgb(65, 126, 36)
}
.calc__summary ul {
  color: #666;
  /*margin-top: 15px;*/
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
.calc__summary ul li {
  padding: 6px 0;
  border-top: 1px solid #CCC;
}
.calc__summary .order {
  margin-bottom: 25px;
  text-align: center;
}
.calc__summary .note {
  color: #666;
  margin-top: 15px;
}

.calc__summary .consultation {
  text-align: center;
  margin: 30px 0;
  color: #666;
}
.calc__summary .consultation .cnslt-image {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto 5px;
}
.calc__summary .consultation .cnslt-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 108px;
  height: 108px;
  background: url("/i/call-center-mask-bg.png");
  z-index: 5;
}
.calc__summary .consultation .cnslt-image img {
  position: relative;
  top: 4px;
}
.calc__summary .consultation .cnslt-phone {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}
.calc__summary .consultation .cnslt-phone small {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
  letter-spacing: 1px;
}

.calc-form .calendar-input-cont {
    position: relative;
}
.calc-form .calendar-input-cont .calendar-btn {
    position: absolute;
    /*width: 43px;*/
    width: 222px;
    height: 43px;
    display: block;
    right: 0px;
    cursor: pointer;
}
/* End */


/* Start:/js/lib/datepicker/datepicker.css?16615111986477*/
#ui-datepicker-div, .ui-datepicker-inline {
    background: none repeat scroll 0 0 #cccccc;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 185px;
}
#ui-datepicker-div {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    border-radius: 0 5px 5px;
    display: none;
    padding: 10px 20px 15px;
    z-index: 1020;
}
.ui-datepicker-inline {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    margin: 0 auto 15px;
    padding: 3px;
    width: 370px;
}
.ui-datepicker-dialog {
    border: 4px ridge #83c948 !important;
    padding: 5px !important;
}
button.ui-datepicker-trigger {
    width: 25px;
}
img.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: middle;
}
.ui-datepicker-prompt {
    background: none repeat scroll 0 0 #e0f4d7;
    color: #000;
    float: left;
    padding: 2px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
    clear: both;
    color: #fff;
    float: left;
    width: 100%;
}
.ui-datepicker-control {
    background: none repeat scroll 0 0 #f4f4f4;
    display: none;
    float: right;
    line-height: 20px;
    padding: 0;
    width: 50%;
}
.ui-datepicker-links {
    height: 1px;
    position: relative;
}
.ui-datepicker-links label {
    color: #888;
    padding: 2px 5px;
}
.ui-datepicker-prev {
    left: -10px;
    position: absolute;
    top: 2px;
    width: auto;
}
.ui-datepicker-next {
    position: absolute;
    right: -11px;
    top: 2px;
    width: auto;
}
.ui-datepicker-clear {
    float: left;
    text-align: right;
    width: 83%;
}
.ui-datepicker-current {
    display: none;
    float: left;
    text-align: center;
    width: 35%;
}
.ui-datepicker-close {
    float: right;
    margin: 0 2% 0 0;
    text-align: right;
    width: 15%;
}
.ui-datepicker-header {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font: 18px Arial;
    height: 20px;
    padding: 0 0 10px;
    text-align: center;
}
.ui-datepicker-header select {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 0 none;
    color: #555;
    padding: 2px;
}
.ui-datepicker-header select option {
    color: #555;
}
.ui-datepicker {
    background: none repeat scroll 0 0 #ccc;
    font-size: 100%;
    text-align: center;
}
.ui-datepicker a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.ui-datepicker-title-row {
    background: none repeat scroll 0 0 #f4f4f4;
    line-height: 22px;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
    background: none repeat scroll 0 0 #ebe6e6;
}
.ui-datepicker-days-row {
    background: none repeat scroll 0 0 #fff;
    color: #666;
}
.ui-datepicker-week-col {
    background: none repeat scroll 0 0 #f6f0f0;
    color: #000;
}
.ui-datepicker-days-cell {
    color: #000;
    line-height: 24px;
}
.ui-datepicker-days-cell a {
    display: block;
}
.ui-datepicker-week-end-cell {
    background: none repeat scroll 0 0 #f6f0f0;
}
.ui-datepicker-unselectable {
    color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
    background: none repeat scroll 0 0 #b1db87 !important;
}
.ui-datepicker-days-cell a:hover {
    background: none repeat scroll 0 0 #ffea97 !important;
    color: #000 !important;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
    background: none repeat scroll 0 0 #b1db87 !important;
}
* html .ui-datepicker-week-end-cell {
    background: none repeat scroll 0 0 #e5e5e5 !important;
    border: 1px solid #ddd !important;
}
* html .ui-datepicker-days-cell-over {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
    background: none repeat scroll 0 0 #72a5de !important;
}
.ui-datepicker-today {
    background: none repeat scroll 0 0 #b6de72 !important;
}
#ui-datepicker-div tbody .ui-datepicker-today a {
    background: none repeat scroll 0 0 #b6de72 !important;
}
.ui-datepicker-status {
    background: none repeat scroll 0 0 #e5e5e5;
    font-size: 80%;
    text-align: center;
    width: 100%;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
    color: #777;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
}
.ui-datepicker-inline .ui-datepicker-links {
    background: none repeat scroll 0 0 #fff;
    height: 1px;
    position: relative;
    width: 100%;
}
.ui-datepicker-inline .ui-datepicker-current {
    display: none;
    width: 65%;
}
.ui-datepicker-control a, .ui-datepicker-links a {
    color: #777 !important;
    font: 12px/21px Arial;
}
.ui-datepicker-title-row a {
    color: #999 !important;
}
.ui-datepicker-control a:hover {
    color: #000 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
    color: #000 !important;
}
.ui-datepicker-multi .ui-datepicker {
    border: 0 solid #83c948;
}
.ui-datepicker-one-month {
    float: left;
    width: 185px;
}
.ui-datepicker-new-row {
    clear: left;
}
.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 193px;
    z-index: -1;
}

span.ico_l, i.ico_l, a.ico_l {
    float: left;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 0;
    width: 20px;
}


span.ico_r, i.ico_r, a.ico_r {
    float: right;
    height: 20px;
    margin: 0 0 0 4px;
    padding: 0;
    width: 20px;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
    color: #000 !important;
}
a.ico_left {
    background: url("/i/row.png") no-repeat scroll -42px -4px rgba(0, 0, 0, 0);
    padding: 1px 8px;
}
a.ico_left:hover {
    background: url("/i/row.png") no-repeat scroll 8px -4px #77bb00;
    border-radius: 10px;
}
a.ico_right {
    background: url("/i/row.png") no-repeat scroll -42px -54px rgba(0, 0, 0, 0);
    padding: 1px 8px;
}
a.ico_right:hover {
    background: url("/i/row.png") no-repeat scroll 8px -54px #77bb00;
    border-radius: 10px;
}

#ui-datepicker-div tbody .unexpactable a, .ui-datepicker-inline tbody .unexpactable a {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #999;
}
#ui-datepicker-div tbody .unexpactablewe a, .ui-datepicker-inline tbody .unexpactablewe a {
    background: none repeat scroll 0 0 #ebe6e6;
}
#ui-datepicker-div tbody .ui-datepicker-current-day a, .ui-datepicker-inline tbody .ui-datepicker-current-day a {
    background: none repeat scroll 0 0 #fc0;
    color: #000;
}
/* End */


/* Start:/bitrix/components/mediacake/banner.right_block/templates/.default/style.css?17872115321577*/
.mediablock-right {
	background: #ff8744;
	padding: 2px;
	margin: 20px 0px;
	display: block;
	text-decoration: none;
	border-radius: 8px;
}
.mediablock-right--header {
	color: #fff;
	padding: 12px 12px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.mediablock-right--main {
	background: #fff;
}

.mediablock-right--footer {
	color: #fff;
	padding: 12px 12px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;	
}

.mediablock-right--footer_phone_number {
	font-size: 20px;
	display: block;
	background: url(/i/i1.png) no-repeat 10px 2px;
	line-height: 22px;
	padding: 3px 0 0 25px;
}
.mediablock-right--main-top {
	font-size: 13px;
	line-height: 16px;
	color: #1E242B;
	text-align: center;
	padding: 14px;
}

.mediablock-right--main-top > p {
	margin-bottom: 10px;
}

.mediablock-right--main-photo {
	background: #f6eed6;
	height: 145px;
	width: 100%;
	position: relative;
	margin: 6px 0px
}
.mediablock-right--main-photo img {
	width: 165px;
	height: 165px;
	/*border: 16px solid #f6eed6;*/
	background: #f6eed6;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	position: absolute;
	overflow: hidden;
	top:-20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	padding: 9px;

}
.mediablock-right--main-bottom {
	color: #1E242B;
	text-align: center;
	padding: 14px;
	margin-top: 14px;
}
.mediablock-right--main-bottom > b {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}

	

.mediablock-right--main-bottom > span,
.mediablock-right--main-bottom > i { 
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
}
/* End */
/* /css/calc.css?17586272196212 */
/* /js/lib/datepicker/datepicker.css?16615111986477 */
/* /bitrix/components/mediacake/banner.right_block/templates/.default/style.css?17872115321577 */
