.telemed {
	background-color: #f0f6ff;
}
.telemed__bg {
	padding: 64px;
	border-radius: 56px 56px 0 0;
	background-color: #fff;
}
.telemed_banner {
	background-color: #AEC6E9;
	border-radius: 56px;
	display: flex;
	align-items: end;
	margin-bottom: 20px;
}

.telemed_banner_inner {
	display: flex;
	align-items: stretch;
}

.telemed_banner_text {
	padding: 50px 0 50px 40px;
	width: 47%;
	min-width: 47%;
}
.telemed_banner_img {
	width: 53%;
	min-width: 53%;
	padding-top: 10px;
	display: flex;
	align-items: end;
}
.telemed_banner_img img {
	max-width: 100%;
	max-height: 100%;
}

.telemed_banner_head {
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 44px;
}
.telemed_banner_price {
	font-family: Gilroy;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 10px;
	color: #1e3a5e;
}


.telemed_form {
	background-color: #F0F6FF;
	border-radius: 56px;
	padding: 60px;
}
.telemed_form form {
	max-width: 646px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.telemed_form .form-row {
	display: flex;
	width: 100%;
	gap: 20px;
}
.telemed_form .form-row > label,
.telemed_form .form-row .col {
	width: 50%;
}

.telemed_form label {
	display: flex;
	flex-direction: column;
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.telemed_form input[type=tel],
.telemed_form input[type=e-mail],
.telemed_form input[type=text] {
	border-radius: 10px;
	border: 1px solid #1e3a5e;
	margin-top: 5px;
	background: #fff;
	padding: 15px 20px;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	width: 100%;
}
.telemed_form textarea {
	height: 125px;
	border-radius: 10px;
	border: 1px solid #1e3a5e;
	margin-top: 5px;
	background: #fff;
	padding: 15px 20px;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.telemed_form div.time {
	display: flex;
	gap: 20px;
}
.telemed_form div.time input {
	height: 38px;
	width: 84px;
}

.telemed_form [type=radio]:checked,
.telemed_form [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.telemed_form [type=radio]:checked + label,
.telemed_form [type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}

.telemed_form [type=radio]:checked + label:before,
.telemed_form [type=radio]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #1E3A5E;
	border-radius: 100%;
	background: transparent;
}

.telemed_form [type=radio]:checked + label:after {
	content: "";
	width: 16px;
	height: 16px;
	background: #1e3a5e;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	transition: all 0.2s ease;
}
.telemed_form [type=radio]:not(:checked) + label:after {
	display: none;
}

.telemed_form [type=checkbox]:checked,
.telemed_form [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.telemed_form [type=checkbox]:checked + label,
.telemed_form [type=checkbox]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #1e3a5e;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.telemed_form [type=checkbox]:checked + label:before,
.telemed_form [type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	width: 15px;
	height: 15px;
	background-position: center;
}
.telemed_form [type=checkbox]:checked + label:before {
	background-image: url("./images/icon_checkbox-checked.svg");
}
.telemed_form [type=checkbox]:not(:checked) + label:before {
	background-image: url("./images/icon_checkbox-outline.svg");
}

.telemed_form .send-btn {
	color: #fff;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding: 15px 30px;
	border: none;
	border-radius: 10px;
	background: #1e3a5e;
	cursor: pointer;
	opacity: 0.9;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.telemed_form .send-btn:hover {
	opacity: 1;
}


.telemed_form select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0;
	box-shadow:none;
	flex: 1;
	color:#1E3A5E;
	cursor:pointer;
	border-radius: 10px;
	border: 1px solid #1e3a5e;
	background: #fff;
	padding: 15px 40px 15px 20px;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	width: 100%;
}
.telemed_form select::-ms-expand {
	display: none;
}
.telemed_form .select {
	position: relative;
	display: flex;
   /*width: 20em;
   height: 3em;
   line-height: 3;
   background: #5c6664;*/
   overflow: hidden;
   border-radius: 10px;
   margin-top: 5px;
   /*border-radius: .25em;*/
}
.telemed_form .select:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 40px;
	width: 40px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	cursor:pointer;
	pointer-events: none;
	border-radius: 10px;
	height: 90%;
}
.telemed_form .select:after {
	content: '';/*'\25BC';*/
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	background-color: transparent;
	background-image: url("./images/select_arrow_down.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	pointer-events: none;
	transition:.25s all ease;
	border-radius: 10px;
	height: 100%;
}
.telemed_form .select:hover::after {
	color: #23b499;
}

@media (max-width: 1330px) {
	.telemed_banner_head {
		font-size: 42px;
	}
}
@media (max-width: 1190px) {
	.telemed_banner_head {
		font-size: 38px;
	}
}
@media (max-width: 1100px) {
	.telemed_banner_head {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.telemed_banner_price {
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	.telemed_form {
		padding: 40px 25px;
	}
	.telemed_form form {
		max-width: unset;
	}
	.telemed_form label {
		font-size: 16px;
	}
	.telemed_form [type=radio]:checked + label, 
	.telemed_form [type=radio]:not(:checked) + label {
		font-size: 16px;
		padding-left: 24px;
	}
	.telemed_form [type=radio]:checked + label:before, 
	.telemed_form [type=radio]:not(:checked) + label:before {
		width: 16px;
		height: 16px;
	}
	.telemed_form [type=radio]:checked + label:after {
		width: 12px;
		height: 12px;
		top: 3px;
		left: 3px;
	}
	.telemed_form [type=checkbox]:checked + label, 
	.telemed_form [type=checkbox]:not(:checked) + label {
		font-size: 16px;
		padding-left: 24px;
	}
	.telemed_form [type=checkbox]:checked + label:before, 
	.telemed_form [type=checkbox]:not(:checked) + label:before {
		left: 0px;
		top: 1px;
	}
}
@media (max-width: 960px) {
	.telemed_banner_inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.telemed_banner_text {
		padding: 50px 0 0px 0;
	}
	.telemed_banner_head {
		margin-bottom: 25px;
	}
	.telemed_banner_img {
		width: 70%;
		min-width: 70%;
	}
}
@media (max-width: 830px) {
	.telemed_banner_head {
		font-size: 28px;
	}
	.telemed_banner_price {
		font-size: 22px;
	}
	.telemed_banner_text {
		width: 90%;
		min-width: 90%;
	}
}
@media (max-width: 768px){
	.telemed__bg {
		border-radius: 24px 24px 0 0;
		padding: 25px;
	}
	.telemed_banner {
		border-radius: 24px;
	}
	.telemed_form {
		border-radius: 24px;
	}
}
@media (max-width: 620px) {
  /*.telemed {
	background-color: #fff;
  }*/
  .b-popular {
  	background: #f0f6ff !important;
  }
  .telemed__bg {
  	padding: 0;
  	background-color: #AEC6E9;
  	border-radius: 24px;
  }
  .telemed_banner_img {
  	width: 90%;
  }
  .telemed_banner {
  	margin-bottom: 0;
  }
  .telemed_banner_price {
  	font-size: 20px;
  }
}
@media (max-width: 520px) {
	.telemed_form .form-row {
		flex-direction: column;
	}
	.telemed_form .form-row > label, 
	.telemed_form .form-row .col {
		width: 100%;
	}
	.telemed_form .connect_type {
		display: block;
	}
	.telemed_form [type=checkbox]:checked + label, 
	.telemed_form [type=checkbox]:not(:checked) + label {
		margin-bottom: 0;
	}
}
@media (max-width: 400px) {
	.telemed_banner {
		margin-bottom: -18px;
	}
	.telemed_banner_head {
		margin-bottom: 15px;
	}
	.telemed_banner_price {
		margin-bottom: 0;
	}
	.telemed_banner_img {
		width: 100%;
		overflow: hidden;
	}
	.telemed_banner_img img {
		margin-left: 20px;
	}
	.telemed_form {
		z-index: 1;
		position: relative;
	}
}
.telemed .fileload {
    position: relative;
    height: 50px;
    cursor: pointer;
}
.telemed input[type=file] {
    /*height: 50px;
    line-height: 50px;
    position: absolute;
    opacity: 0;
    z-index: 1;*/
    display: none;
}
.telemed .file-title {
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e3a5e;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.telemed span.img-icon {
    background-color: #cfe2fe;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.fileload:hover span.img-icon {
    background-color: #AEC6E9;
}
.telemed span.img-icon img {
    width: 34px;
}
