.otziv { 
	padding: 20px 30px; 
    border-radius: 10px;
    background-color: #ffffff; 
	border: 1px solid;
    border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f; margin-bottom:20px;
	}
	
	 .otziv img {
	box-shadow: 0px 0px 5px 5px #ffffff;
	 
	border-radius: 10px;
     }
	 .otziv_text {padding:5px;}
   .space {height:40px;}
   .space_20 {height:20px;}
   .space_sm {height:10px;}
.vopros_name {font-size:18px; font-weight:700; margin: 0px 4px 4px 0; padding: 10px; text-align:left; display: inline-block; max-width:450px;}
.img_vopros	{
		width:150px; height:150px;  
        display: inline-block;
        margin: 0px 5px 5px 0; 
        text-align:center;
        border-radius: 10px;
		vertical-align: top;
		
		}
		.img_vopros2	{
		height:150px;  
        display: inline-block;
        margin: 0px 5px 5px 0; 
        text-align:center;
        border-radius: 10px;
		vertical-align: top;
		
		}
.img_otvet{
		width:50px; height:50px;  
        display: inline-block;
        margin: 0px 5px 5px 0; 
        border-radius: 50%;
		vertical-align: top;
		
		}
		.img_otvet img{
		width:50px; height:50px;  
       	display: inline-block;
		}
		.otvet_block {margin-left:10px; background: #008bff16; border-radius:30px 5px 5px 0px;}
		.img_otvet	img {border-radius: 50%; display: inline-block;}
		
.master_sm {
	display: inline-block; 
	border-radius: 0px 5px 5px 30px;
    box-shadow: 1px 1px 8px -1px #333;
    padding: 8px; }
.vop_gor {font-size:14px; font-weight:600;}
.master_time {font-size:12px; font-color:grey; }
.vopr_text_full {font-size:18px; font-weight:700;  text-align:left;}
.vopr_text_full2 {font-size:16px; font-weight:700;  text-align:left;}
 .comments {
  width: 400px;
  display: inline-block;
  }
  .left10 {margin-left:20px;}
  
  
  
    .comment {
  width: 100%;
  margin-bottom: 20px; 
  }

  .comment p {
  margin: 0 0 10px 0; 
  }

  .dialog {
  position: relative;
  background: #fff;
  padding: 20px;
  color: #222;
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 5px;
  text-align:left;
  }

  .dialog::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #fff;
  left: -15px;
  top: 15px;
  }
  
  		@media screen and (max-width: 700px){
			.comments {
  width: 200px;
  display: inline-block;
  margin-right: 5px;
  text-align:left;
  
  }
  	.otziv { 
	padding: 2px 2px; 
	text-align:left;}
	.comment p {
    text-align:left;}
	.left10 {margin-left:10px;}
	
	    .comment { width: 95%; }
    .dialog {

	padding: 15px;
	margin-left: 10px;}
  .y-catalog { max-width: 90vw;}
			
							}#contact_form {
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 12px;
    color: #666;
}
/** FORM STYLES GENERAL **/
#contact_form input, select, textarea {
    font-size: 11px;
    color:#999999;
    width: 300px;
    height: 28px;
    border: #CCC solid 1px;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form input:hover, select:hover, textarea:hover {
    border: 1px solid #999;
}

#contact_form input:focus, select:focus, textarea:focus {
    border: 1px solid #999;
}

/** FORM STYLE: select **/
#contact_form select {
    padding: 5px 5px 3px 5px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 80px;
    padding: 4px 2px 2px 4px;
    font-family: Verdana, Arial, "Times New Roman";
}
/** FORM STYLE: input **/
#contact_form input {
    padding: 0 5px 0px 30px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

input#send {
    padding:0;
    cursor:pointer;
    width:135px;
    height: 23px;
    background: url(code/assets/img/contact/send_button.png);
}

input#send:hover {
    border: 1px solid #999;
    color: #666;
}

#contact_form label {
    display:inline-block;
    width: 100px;
    vertical-align:top;
    margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
    border:0;
    padding:0;
    margin:0;
    display: block;
    margin-bottom: 10px;
}

#name {
    background-image: url(code/assets/img/contact/user_suit.png);
}

#email {
    background-image: url(code/assets/img/contact/email.png);
}

#phone {
    background-image: url(code/assets/img/contact/phone.png);
}

#ajax_loader {
    display:none;
}

.success {
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    display:none;
    margin-top: 3px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.error {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #FF4F4F;
    color:#D6000E;
    background: #FFF2F2;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.warning {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    color: #9F6000;
    background: #FFF9D5;
    border: 1px solid #FFD324;
    padding: 5px;
    text-align: center;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form .noicon {
    padding: 0px 7px 0 7px;
    text-align:center;
}