/*--------------------------*/
/*CALCULATOR */

.calculator {
  padding: 56px 0 60px;
  background-size: 100% 100%;
}

.calculator .block_head {
  margin-bottom: 35px;
}

.calculator_block {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 70px 0;
    float: left;
    color: #343434;
}

.calculator_block_inner {
    margin: 0 auto;
    max-width: 660px;
}

.calculator_form {
    width: 100%;
}

.calculator_form .calculator_form_wrap {
    max-width: 660px;
    margin: 0 auto;
}

.calculator_form input[type=text] {
    background-color: #fff !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 4px;
    /*height: 38px;*/
}
.calculator_form input[type=text],
.calculator_form .SumoSelect > .CaptionCont,
.calculator_radio_block
{
    height: 36px;
}

.calculator_form .calculate_label {
    margin: 5px 0;
    white-space: nowrap;
}

.calculator_form .form_column {
    float: left;
    width: 340px;
    margin-right: 40px;
}

.calculator_form .right_column {
    width: 280px;
}

.calculator_form .form_line {
    margin-bottom: 0;
}

.calculator_form .form_column_half {
    width: 130px;
    margin-right: 20px;
}
.calculator_form .form_column_last {
    margin-right: 0;
}

.calculator_form .calculate_error {
    height: 10px;
    color: red;
    font-size: 14px;
}

/*------ Calculation results --------------------------*/
.calc_res_line {
    width: 100%;
    float: left;
    padding: 5px;
}
.calc_res_column {
    float: left;
    width: 200px;
}
.results_head {
    font-weight: bold;
    width: 100%;
}
.results_body {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    border-radius: 4px;
}
.results_body .calc_res_line {
    border-bottom: 1px solid #dcdcdc;
}
.results_body .calc_res_line:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.results_body .calc_res_line:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.results_body .calc_res_line:nth-child(odd) {
    background-color: #fff;
}
.results_body .calc_res_line:nth-child(even) {
    background-color: #ededed;
}
.btn_block {
    float: right;
    width: auto;
}
.issue_bg_btn {
    padding: 7px 20px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #1273b0;
    float: right;
}
.issue_bg_btn:hover {
    background-color: #009ec6;
}
.results_footer {
    text-align: right;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.btn_all_banks {
    border: 2px solid #84b5d3;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 8px 20px;
    font-size: 16px;
    color: #1273b0;
}
.btn_all_banks:hover {
    background: #1273b0;
    border-color: #1273b0;
    color: #fff;
}
.calculator_results .price_wrap {
    width: 100%;
    float: left;
    overflow: hidden;
}
.calculator_results .price {
    padding: 0 0 0 270px;
}
.calculator_results .bank {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;
}
.calculator_results .price span,
.calculator_results .bank span
{
    display: inline-block;
    margin-top: 5px;
}
/*----------------------------*/

@media (max-width: 647px) {
    .calculator_block {
        border-radius: 0;
        padding: 20px 10px;
    }
    .calculator_form .form_column {
        margin-right: 0;
    }
    .calculator_form .form_column {
        width: 100%;
    }
    .calculator_form .form_column_half {
        margin-right: 40px !important;
        width: 143px !important;
    }
    .calculator_form .form_column_last {
        margin-right: 0 !important;
    }
    .calculator_results .bank {
        width: 140px;
    }
    .calculator_results .price {
        padding: 0 0 0 140px;
    }
    .calculator_results .issue_bg_btn {
        margin-top: 10px;
        float: none;
    }
    .calculator_results .calc_res_line {
        padding: 20px 5px;
    }
    .calculator_results .btn_all_banks {
        width: 100%;
        font-size: 20px;
    }
    .calculator_results .price span,
    .calculator_results .bank span
    {
        display: inline;
    }
}

.calculator_form .SumoSelect.open > .optWrapper {
    top: 35px;
}
.calculator_form .SumoSelect > .optWrapper > .options li label {
    white-space: normal;
    overflow: visible;
}

.calculator_form .SumoSelect > .CaptionCont {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}
.calculator_form .optWrapper {
    border: 1px solid #c9c9c9;
}

.calculator_form .SumoSelect > .CaptionCont > label > i {
    background-image: none;
}

.calculator_form .SelectBox {
    padding: 8px 8px;
    background: #fff url(/static/img/calc_dp_bg.png) no-repeat right;
}

.calculator_form .datepicker {
    background: url(/static/img/calc_dp_bg.png) no-repeat right;
    cursor: default;
}

.calculator_form .btn_calculator {
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    margin-top: 30px;
    border-radius: 4px;
    padding: 0;
    width: 100%;
}

.calculator_results {
    background: url(/static/img/calc_hr.png) repeat-x top;
    margin-top: 40px;
    padding-top: 40px;
    float: left;
}

.calculator_left {
  display: table-cell;
  vertical-align: top;
  width: 430px;
}

.calculator_right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 50px;
  padding-top: 40px;
}

.calculator_field {
  margin-bottom: 30px;
  position: relative;
}

.calculator_field label.error {
  position: static;
}

.calculator_field:last-child {
  margin-bottom: 0
}

.calculator_input {
  border: 2px solid #3ea9ff;
  height: 44px;
  line-height: 44px;
  width: 100%;
  background: transparent;
  padding: 0 80px 0 9px;
  border-radius: 10px;
  font-size: 16px;
  transition-duration: .3s;
}

.calculator_input.error {
  border-color: red;
}

.calculator_input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.calculator_input::-moz-placeholder, /* Firefox 19+ */
.calculator_input:-ms-input-placeholder. /* IE 10+ */
.calculator_input:-moz-placeholder { /* Firefox 18- */
  color: #969696;
}

.calculator_field_help {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  line-height: 44px;
  color: #adadad;
  font-size: 23px;
  font-weight: bold;
}

.calculator_field_help img {
  margin-top: 9px;
}

.calculator_checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}

.calculator_field_inner p {
  margin-bottom: 10px;
}

.calculator_checkbox span {
  height: 36px;
  line-height: 32px;
  min-width: 76px;
  border-radius: 10px;
  text-align: center;
  display: block;
  font-weight: normal;
  border: 2px solid #adadad;
  font-size: 18px;
  color: #343434;
  transition-duration: .3s;
  padding: 0 4px;
  cursor: pointer;
}

.calculator_checkbox input,
.calculator_radio input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.calculator_checkbox input:checked + span {
  background: #3ea9ff;
  border-color: #3ea9ff;
  color: #fff;
}

.calculator_control {
  display: table;
  width: 100%;
}

.calculator_field_inner {
  display: table-cell;
  vertical-align: middle;
}

.calculator_field_inner:last-child {
  text-align: right;
}

.calculator_radio {
  display: inline-block;
  position: relative;
}

.calculator_radio span {
  position: absolute;
  line-height: 36px;
  opacity: 0;
  width: 60px;
  text-align: center;
  display: block;
  top: 0;
  z-index: 2;
}

.calculator_radio span:first-child {
  left: 0;
}
.calculator_radio span:last-child {
  right: 0;
}

.calculator_radio_block {
  width: 130px;
  display: block;
  /*height: 38px;*/
  line-height: 32px;
  position: relative;
  border: 1px solid #adadad;
  border-radius: 3px;
  overflow: hidden;
}

.calculator_radio_block:before {
  content: "ÐÐµÑ‚";
  display: block;
  border-radius: 3px;
    border: 1px solid #fff;
  top: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  transition-duration: .3s;
  background: #adadad;
  text-align: center;
  font-weight: normal;
  width: 60px;
  left: 66px;
}

.calculator_radio input:checked + .calculator_radio_block {
  border-color: #1273b0;
}
.calculator_radio input:checked + .calculator_radio_block:before {
  background: #1273b0;
  content: "Ð”Ð°";
  left: 0;
}

.calculator_radio input:checked + span {
  opacity: 1;
}

.calculator_radio input + span + span  {
  opacity: 1;
}

.calculator_radio input:checked + span + span {
  opacity: 0;
}

.btn_circle {
  font-size: 33px;
  border-radius: 32px; 
}

.btn_circle:hover,
.btn_circle,
.btn_circle:active
 {
  padding-left: 45px; 
  padding-right: 45px;
}

.calculator_result {
  display: inline-block;
  width: 374px;
  text-align: center;

}
.calculator_result p {
  text-transform: uppercase;
  color: #adadad;
  font-size: 24px;
  margin-bottom: 24px;
}

.calculator_cost {
  font-size: 48px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 24px;
}

.calculator_btns {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.btn_result {
  font-size: 14px;
  color: #fff;
  width: 164px;
  border-radius: 21px;
  font-weight: 400;
  line-height: 17px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn_result:active {
  padding-top: 5px;
  padding-bottom: 3px;
}

.btn_blue {
  background: #3ea9ff;
}
.btn_blue:hover,
.btn_blue:active {
  background: #209afd;
}

.btn_orange {
  background: #e18102;
}

.btn_orange:active,
.btn_orange:hover {
  background: #fc8f00;
}

.i {
    background: url(/static/img/tooltip.png) left no-repeat;
    padding-left: 18px;
}

.tooltip {
  position: relative;
}

.tooltip_block {
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  position: absolute;
  bottom: 100%;
  font-size: 10px;
  text-align: center;
  max-width: 224px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.tooltip:hover .tooltip_block {
  opacity: 1;
  visibility: visible;
}

.calculator_no_bg {
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

@media (max-width: 800px) {
  .calculator {
    background-size: cover;
  }
  .calculator_left,
  .calculator_right {
    display: block;
    margin: 0 auto;
  }
  .calculator_right {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }
  .calculator_left {
    margin-bottom: 25px;
    max-width: 430px;
    width: 100%;
  }

  .calculator_checkbox:last-child {
    margin-right: 0;
  }

  .calculator_field_inner {
    display: block;
    text-align: center;
  }
  .calculator_field_inner:last-child {
    text-align: center;
    margin-top: 20px;
  }
  .calculator_result {
    margin-top: 0;
    max-width: 374px;
    width: 100%;
  }
}



/*CALCULATOR END */
/*--------------------------*/


.city-mobile {
  text-align: left !important;
}

.spoiler{
	text-decoration: none;
	padding-left: 15px;
	background: rgba(0, 0, 0, 0) url(/static/img/icons/spoiler.png) no-repeat scroll left bottom;
}

.spoiler:hover, .spoiler:visited, .spoiler:link, .spoiler:active
{
    text-decoration: none;
}

.spoiler.active{
	background: rgba(0, 0, 0, 0) url(/static/img/icons/spoiler_down.png) no-repeat scroll left bottom;
}

.spoiler>span{
	border-bottom: 1px dotted;
	padding:0 3px;
}

.spoiler:hover>span{
	border-bottom-style: dotted;
}

.spoiler-content{
	display: none;
}

.spoiler-hide, .spoiler-hide:hover, .spoiler-hide:visited, .spoiler-hide:link, .spoiler-hide:active
{
    text-decoration: none;
}

.spoiler-hide span {
  border-bottom: 1px dotted;
}

#fs_wrap {
  width: 300px;
  padding: 18px 0 0 18px;
  border: 1px solid;
  border-radius: 6px;
}

.form_line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.form_line input[type=text],
.form_line textarea,
.form_line input[type=password],
.form_line input[type=email],
.form_line input[type=tel]
{
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 15px;
  border: 1px solid transparent;
  background-color: #ebebe2;
  outline: none;
  box-shadow: none;
}

.form_line textarea {
  resize: none;
}

.form_column {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.calculate_error_message {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-family: arial, tahoma;
  color: #d33;
}

.btn-green {
  display: block;
  padding: 7px 0;
  border-radius: 0;
  height: 38px;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  background: #558d4e;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #558d4e), color-stop(100%, #a0be5a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #558d4e 0%, #a0be5a 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #558d4e 0%, #a0be5a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#558d4e', endColorstr='#a0be5a', GradientType=1);
  /* IE6-9 */
  /* Custom #12229*/
  width: 200px;
  margin: 18px auto 22px auto;
}

.btn-green:hover {
  text-decoration: underline;
}

.btn-green:active {
  padding: 0;
}

a.btn-green:active {
  padding: 7px 0;
  display: inline-block;
}

.calculate_input_box {
  font-size: 14px;
  width: 100%;
  height: 36px;
}

.calculate_field_name {
  font-weight: 500;
  letter-spacing: -.15px;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

/**
 unsubscribe finish page
 */
.unsubscribe_finish {
    position: relative;
    width: 640px;
    margin: 70px auto;
    padding: 100px 20px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    max-width: 100%;
    text-align: center;
}

.unsubscribe_finish:before {
    content: '';
    width: 64px;
    height: 64px;
    background: url("../img/icon_green_check_mark.png") no-repeat;
    position: absolute;
    top: -32px;
    margin-left: -32px;
    left: 50%;
}

.unsubscribe_finish .title {
    font-size: 22px;
    padding-bottom: 10px;
}

.unsubscribe_finish .text {
    text-align: center;
}

.unsubscribe_finish .text a {
    color: #000;
}

@media (max-width: 480px) {
    .unsubscribe_finish {
        margin: 50px auto;
        padding: 50px 20px;
    }

    .unsubscribe_finish .title {
        padding-bottom: 20px;
    }
}

.select {
	width:340px;
	height: 35px;
}

.u--shiftnext-30px {
	width:295px;
	height:35px;
}

.input_date {
	height:35px;
	width:146px;
}

.checkedsumm {
	height:35px;
	width:340px;
}




.button  {
	color:white;
	text-align: center;
	width: 125px;
	display: block;
	padding: 10px;
	background-color: blue;
}

.top {
	width: 2000px;
	margin-top:25px;
}

.calc-summary {
  position: relative;
	text-align: center;
}


.itogi {

  position: relative;
float:right;
margin-right: 26%;

}