


.calc_cont * {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.calc_cont button {
  border: none;
  cursor: pointer;

}

.calc_cont a, .calc_cont svg, .calc_cont path, .calc_cont button {
  transition: all 0.2s;

}

.calc_cont b, .calc_cont strong {
  font-weight: normal;
}


.calc_cont p,.calc_cont h1,.calc_cont h2,.calc_cont h3,.calc_cont h4,.calc_cont h5,.calc_cont h6,.calc_cont ul {
  margin: 0;
  padding: 0;
}

.calc_cont a {
  text-decoration: none;
  cursor: pointer;
  color: #666;
}

.calc_cont * {
  font-weight: normal;
  font-style: normal;
}

.calc_cont *:focus {
  outline: none;
}

.calc_cont li {
  display: block;
}

.calc_cont .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.calc_cont .container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.calc_cont .calc_block {
    width: 100%;
    max-width: 100%;
    padding: 25px 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 5px solid #32a32f;
    background: #fff;
    transition: .5s ease;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9;
	box-shadow: 0 2px 12px 0 rgba(182, 182, 182, .65);
}

.calc_open {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
    height: 23px;
    background: url(../images/calc_arrow.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 9;
}
.calc-100 .calc_open{
	display:none
}
.kuvinfo {
    display: none;
    margin-top: 30px;
}
.kuvinfo.activ {
    display: block;
}
.calc-pun hr {
    max-width: 336px;
}
.calc_cont .calc-inter {
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
    transition: .5s ease;
    z-index: 9;
}


.calc-100 .trans-v {
    width: 47%;
}


.calc_cont .calc-bot {
  margin-top: 20px;
  justify-content: space-between;
}



.kuv {
	margin-top:20px;
}



.styleDate {
	width:160px!important;
}
.styleTime {
	width:100px!important;
}

.calc_cont .pun-item label {
  cursor: pointer;
  font-size: 15px;
  color: #333333;
  margin-bottom: 0px;
}
.calc_cont .pun-item {
  -ms-align-items: center;
  align-items: center;

  height: 35px;
}
.calc_cont .pun-info {
  padding-left: 10px;
  color: #999;
  font-size: 15px;
}
.calc_cont .obl-in {
  transition: opacity .3s linear;
  padding: 0 10px;
  box-sizing: border-box;
  height:  35px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-weight: 300;
  width: 60px;
  border: 1px solid #52b14b;
  margin-left: 10px;
  margin-bottom: -3px;
}

.calc_cont .calc-slide1 {
  display: none;
}
.calc_cont .calc-sl-title {
  font-size: 18px;
  text-align: left;
  color: #838383;
  font-weight: 700;
  margin-bottom: 25px;
}

.calc_cont .ui-state-default b {
  position: absolute;
  top: -21px;
  left: -8px;
  color:#52b14b!important;
  font-weight: 700;
  font-size: 15px;
  width:70px;
}

.calc_cont .time p {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.calc_cont .ui-widget-header {
  background: #52b14b!important;
}
.calc_cont .ui-state-hover, .calc_cont .ui-state-active {
  background: #d3d3d3!important;
  border: 1px solid #d3d3d3!important;
}
.calc_cont .lines {
  justify-content: space-between;
  position: relative;
}
.calc_cont .line1 {
  width: 1px;
  height: 10px;
  background-color: #8d8d8d;
  position: relative;
  top:0;
}
.calc_cont .line2 {
  width: 1px;
  height: 5px;
  background-color: #8d8d8d;
  position: relative;
  top:0;
}

.calc_cont .sender-item p {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.calc_cont .sender-item input {
  width: 230px;
  transition: opacity .3s linear;
  padding: 0 10px;
  box-sizing: border-box;
  height: 35px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-weight: 300;
  border: 1px solid #52b14b;
}
.calc_cont .calc-foot {
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-top: 20px;
  justify-content: flex-end;
}

.calc_cont .calc-result {
  font-size: 24px;
  font-weight: 600;
}

.calc_cont .inviz {
  display: none;
}
 .popup-fade {
  display: none;
}
 .popup-fade:before {
  content: '';
  background: #000;
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;  
  background: #fff;
  border-radius: 4px; 
  z-index: 99999;
  opacity: 1; 
}
 .popup p {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 812px) {
.calc_cont .calc-slider {
    width: 100%;
    margin-top: 30px;
}
.calc-100 .trans-v {
    width: 100%;
}	
}
@media only screen and (max-width: 767px) {
	.calc_cont .calc-foot {
		justify-content:center
	}
	#container5 {
		padding-left: 0px;
	}
	
	.calc_cont .calc_block {
		padding:10px;
	}
	
	.styleDate {
    width: 100px!important;
}
	
 .calc_cont  .calc-bot {
    flex-direction: column;
  }
  .calc_cont .sender-item {
    margin-bottom: 20px;
  }
 .calc_cont  .calc-slider {
    width: 100%;
  }
  .calc_cont .obl-in {
    width: 45px;
  }
}
@media only screen and (max-width: 400px) {
.calc_cont .pun-item label {
    font-size: 12px;
}
.calc_cont .trans-v select {
  width: 100%;
}
  .calc_cont .pun-info1:last-child {
    padding-left: 0;
}
.calc_cont .pun-info {
  font-size: 12px;
}
}
@media only screen and (max-width: 359px) {
.calc_cont .pun-info1:last-child {
    padding-left: 0;
    margin-left: -5px;
}
}

.show-visible {
	display: block !important;
}

body .ymaps-2-1-77-controls__control, body .ymaps-2-1-77-float-button, body .ymaps-2-1-77-gotoymaps__container, body .ymaps-2-1-77-map-copyrights-promo {
	display: none;
}

.calc_cont .flex.kuv {
	font-size: 15px;
}

.calc_cont {
	position: relative;
}

.calc_close {
	display: none;
}

.calc-100 .calc_close {
	display: block;
}

.calc_close {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 20px;
	height: 23px;
	background: url('../images/calc_arrow.png') no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.mappp {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}