
.citymodalwin .modal-body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-basis: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.city-list-block{
	max-width: 33.3%;
	width: 100%;
	flex-basis: 33.3%;
}
	a.city-link {
    display: inline-block;
    width: 100%;
}
	p.city-choose {
    position: absolute;
    bottom: auto;
    margin-bottom: 0;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 14px;
    right: 0;
    z-index: 10;
}
	p.city-choose a {
    color: #000;
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    text-decoration: underline;
}
	p.city-choose a:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #aaaaaa;
    top: -5px;
    right: 15px;
}
	
.reviews-slider .jot-comment-head {
    overflow: hidden;
}

.reviews-slider .jot-avatar {
    margin-right: 25px;
    overflow: hidden;
    border-radius: 50%;
}
.reviews-slider .jot-name{
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	color: #416e9a;
	padding-top: 30px;
}
.reviews-slider .jot-date{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #909090;
	padding-top: 10px;
}
.reviews-slider .jot-comment-entry{
	background-color: #f4f4f4;
	border-radius: 3.0px;
	padding: 40px;
	position: relative;
}
.reviews-slider .jot-comment-entry:before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #f4f4f4;
	transform: rotate(45deg);
	position: absolute;
	left: 40px;
	top: -10px;
}
.reviews-slider .jot-message{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #404040;
}
	#Form_calc_s{display:none;}
	
	
	.calc-s.site-form label {
		margin: 0 0 2px 15px;
	}
	.calc-s.site-form .bg1-color {
		padding-bottom: 10px;
	}
	.calc-s.site-form input {
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    height: 31px;
    border-radius: 4px;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    margin-left: -15px;
}
.calc-s.site-form input:invalid:focus {
    /*background: #fbc8c8;*/
	border: 1px solid red;
}
	