.text-list{
	display: flex;
}
.text-list .content{
	margin-top: 22px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.text-list .content .text-title{
	font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 28px;
    color: #363636;
	margin-top: 1px;
}
.text-list .content .only-text{
	float: left;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #363636;
	margin-top: 7px;
}
.text-list .content .text{
	float: left;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #363636;
	margin-top: 7px;
}
.content .text .text-ul{
	width: 100%;
}
.content .text .text-ul .text-li{
	float: left;
    width: 74%;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
    background: url(../img/li-marker.png) left 6px no-repeat;
    line-height: 16px;
    margin: 0 0 10px 37px;
    padding-left: 26px;
}
.enumeration{
	margin-top: 7px;
    margin-left: -4px;
}
.text-list .content .more-text{
	margin-top: 5px;
}
.img-list{
	margin-top: -4px;
    width: 10%;
}
.img-list img{
	 margin-top: 2px;
}
   
.form-number-phone {
    height: 200px;
    display: flex;
    justify-content: center;
}
.form-number-phone .form-number-phone-container{
	width: 100%;
    position: relative;
}
.form-number-phone .form-number-phone-container .phone-container{
	justify-content: center;
    width: 100%;
    margin-top: 23px;
    display: flex;
}
.form-number-phone .form-number-phone-container .phone-container .phone-container-title{
	color: #363636;
    font-size: 24px;
    font-weigdrweb_c_service_top_blockht: bold;
    font-family: 'Roboto Condensed', sans-serif;
    clear: both;
}
.form-number-phone .form-number-phone-container .phone-container #phone1{
	width: 20%;
    float: left;
    font-size: 20px;
    margin-top: -5px;
    margin-left: 8px;
    border: 1px solid #ff6e00;
    padding: 7px;
    outline: none;
    border-radius: 5px;
    box-shadow: inset 0px 2px 4px rgba(232, 151, 83, 0.5);
}
.form-number-phone .form-number-phone-container .form-send-btn{
	display: flex;
    justify-content: center;
    margin-left: 54px;
}
.layout4{
	margin-top: -37px;
}
