/*================ Техническая разметка ================*/


/*========= PRIVATE (Ты мне нужен тут, и больше нигде) =========*/

/* блок форма */

.conteiner-contact-form {
    position: relative;
    border-radius: 5px;
    backdrop-filter: blur(11px);
	background: rgb(28 45 72 / 69%);
	max-width: 1200px;
    margin: 0px auto;
	
}

.conteiner-contact-form:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: transparent;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.telemedicina_page .wrap-contact-form {
    padding: 60px 40px;
}



.telemedicina_page .wrap-contact-form h2 {
	font-size: 36px;
	font-family: 'PFSquareSansPro-Light';
	color:#ffffff;
	text-transform: uppercase;
	text-align: center;
    margin-bottom: 10px;
}


.telemedicina_page h5{
	margin-bottom: 33px;
    text-align: center;
    color: #f4f4f4;
    font-size: 20px;
}

/* форма */

.telemedicina_page form {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

textarea:nth-child(5) {
    width: 100%;
    max-width: unset;
}

.telemedicina_page input, .telemedicina_page .btn-fail {
	max-width: 270px;
	width: 100%;
	height: 70px;
	margin-bottom:15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    text-indent: unset;
}

.telemedicina_page .btn-fail {
	text-align: left;
	background: #4f5d73;
}


.telemedicina_page .btn-fail:hover {
	background-color: #ffffff;
	color:#4f5d73;
	transition: all .2s ease-out;
}

.telemedicina_page .btn-fail span {
    margin-left: 10px;
}


.telemedicina_page .dark_btn{
		background-color: #2761d1;
		border: unset;
}

.telemedicina_page .dark_btn:hover{
    background-color: #4db0da;
}



.telemedicina_page textarea {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    font-size: 18px;
    line-height: 1;
	height: 150px;
    color: rgba(255, 255, 255, 1);
    text-indent: unset;
    padding: 20px 15px;
	margin-top: 12px;
}

::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}


/* мобильник */

@media (max-width: 1241px){
	
.telemedicina_page .small-text {
    text-align: center;}	

.telemedicina_page form {
	text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
	max-width: 400px;
    margin: 0px auto;
}
	
.telemedicina_page input:nth-child(4){order: 1;}
	
.telemedicina_page textarea {	
	margin-top: 0px;
	margin-bottom: 18px;}

.telemedicina_page form input, .telemedicina_page .btn-fail {
    width: 100%;
    max-width: unset;}

}


@media (max-width: 576px){
	
.telemedicina_page section.scroll-img {
    background-image: unset;
	padding: unset;}
	
.telemedicina_page .wrap-contact-form {
    padding: 30px 28px;
}	

.telemedicina_page .wrap-contact-form h2 {
    font-size: 30px;
    margin-bottom: 6px;
}

.telemedicina_page input, .telemedicina_page .btn-fail {
    height: 56px;
}

.telemedicina_page h5 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 19px;
}

.telemedicina_page .small-text {
    margin-top: 5px;
	font-size: 15px;
}

.telemedicina_page textarea {
    height: 110px;  
}
	

.telemedicina_page .btn-fail img {
    max-width: 14%;
}


}
