/*chto-s00*/
.chto-s00 i {
	color: #fd5631;
}










/*form basty*/
label {
		height: 40px;
    margin: 10px;
		margin-bottom: 0;
}



.form-basty01 {
	  border: 1px solid #ededed;
    box-shadow: 0px 5px 10px #a1a1a166;
    border-radius: 50px;
    padding: 10px;
		background: white;
		z-index: 1;
    position: relative;
		display: flex;
}
.form-basty01 p .wpcf7-spinner {
		position: absolute;
    right: -20px;
    margin-top: 15px;
		margin: 0;
}
/*@media (max-width: 1160px) {
		.form-basty01 {
			width: 1000px;
		}
}*/
.form-basty01 p {
		display: inline-flex;
	margin-bottom: 0;
}
.form-basty01 span input {
		width: 100%;
    border: none;
		border-radius: 50px;
		outline-color: #eaeaea;
    font-size: 16px;
    padding: 4px;
}
.form-basty01 span select {
		width: 150px;
    border: none;
		border-radius: 50px;
		color: #969696;
		outline-color: #eaeaea;
    font-size: 16px;
    padding: 4px;
}
.dat-00 span input {
	color: #969696;
}
.form-basty01 span input:read-write:focus,
.form-basty01 span select:focus {
		box-shadow: none;
}
.form-basty02 select option {
	color: #a1a1a1;
}

.form-basty01 input.btn-basty {
		color: white;
    border-radius: 50px;
		transition: 0.3s ease;
		margin-left: 50px;
		background: #fd5631;
    border: none;
    padding: 5px 10px;
    font-size: 15px;
}
.form-basty01 input.btn-basty:hover {
		box-shadow: 2px 5px 10px #fd56315c;
		background: #fd5631;
}
.form-basty01 p .left {
	margin-left: 20px;
    border-left: 2px solid #efefef;
}
@media (max-width: 959px) {
		.form-basty01 {
    border-radius: 0px;
				position: relative;
				width: 100%;
}
	.form-basty01 p {
		display: block;
}
		.form-basty01 p .left  {
			border-left: none;
				margin-left: 0px;
		}
		.form-basty01 input.btn-basty {
			margin-left: 0px;
		}
		.dat-00 span input {
    color: #969696;
    border: 1px solid #cbcbcb;
    margin: 5px 0;
}
}
.form-basty02 .wpcf7-not-valid-tip {
	position: absolute;
    background: white;
    font-size: 12px;
}








.elementor-5141 .elementor-element.elementor-element-93bc16e > .elementor-element-populated {
	    box-shadow: none;
}



/*footer logo*/
span.foot-tel01 {
    margin-bottom: 0;
		font-size: 15px;
		font-weight: bold;
}
span.foot-tel01 i {
	    color: #FD5631;
}

.foot-title00 {
	font-size: 15px;
}
.footer-logo01 img {
	width: 100px;
}
.footer-logo-title01 {
	font-size: 18px;
		margin-bottom: 0;
}
.footer-logo-title01 h4 {
	font-size: 18px;
    margin-bottom: 0;
}
.footer-logo-title01 p {
	font-size: 14px;
    margin-bottom: 0;
		line-height: 22px;
}




/*footer social*/
.foot-social ul {
	  display: flex;
    align-items: center;
}
.foot-social ul li {
	margin-top: 0;
		list-style: none;
}
.foot-social ul li a {
		background: #28223f;
    border-radius: 50px;
    margin: 0 5px;
    color: white;
    transition: 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-social ul li a:hover {
		color: #FD5631;
		background: white;
}