.iv-banner{
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DFE4EB;
}
.iv-banner > div:first-child{
	width: 400px;
	padding: 20px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.iv .iv-button{
	border-radius: 16px;
	background: #00AEEF;
	color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 16px;
}
.iv .iv-button_more{
	border-radius: 16px;
	background: #EEF7FF;
	color: #00AEEF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 16px;
	width: 100%;
	margin-top: 20px;
}
.iv-banner > div:first-child h1{
	margin: 0;
    font-size: 32px;
    line-height: 42px;
    color: #00AEEF;
    margin-bottom: 12px;
}
.iv-banner > div:first-child p{
	font-size: 18px;
    line-height: 24px;
    color: #64748B;
}
.iv-banner > div:last-child{
	overflow: hidden;
	border-radius: 24px;
}
.iv-banner > div:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iv h2{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	line-height: 36px;
	color: #00AEEF;
}
.iv h3{
	margin: 0 0 20px 0;
}
.iv p{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	color: #64748B;
}
.dropdown{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown > p{
    font-size: 14px;
    line-height: 18px;
    min-width: 161px;
    color: #ADBACC;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #ADBACC;
    margin: 0;
}
.dropdown.active > p svg{
	transform: rotate(180deg);
}
.dropdown-content{
	display: none;
	position: absolute;
	background: white;
	min-width: 161px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px;
	z-index: 1;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.dropdown-content > p{
	cursor: pointer;
	margin-bottom: 10px;
    font-size: 16px;
	line-height: 20px;
}
.dropdown-content > p.active{
	font-weight: 600;
}
.dropdown-content > p:last-child{
	margin-bottom: 0;
}
.dropdown.active .dropdown-content{
	display: block;
}
.iv-descr{
	margin-bottom: 20px;
}
.iv-descr, .iv-list{
	padding: 0 20px;
}
.iv-descr p.price{
	font-weight: 700;
}
.iv-list{
	margin-bottom: 40px;
}
.iv-list_filter_sort{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}
.iv-list_filter{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
}
.iv-list_filter button{
    font-size: 16px;
    line-height: 20px;
    color: #64748B;
    padding: 4px 8px;
    border-radius: 8px;
    background: #F0F2F5;
}
.iv-list_filter button.active{
	color: white;
	background: #00AEEF;
}
.iv-list_items{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.iv-list_item{
    width: 32.33%;
    display: flex;
    background: #F8FAFC;
    border: 0.5px solid #DFE4EB;
    border-radius: 24px;
}
.iv-list_item > div:first-child{
    min-width: 150px;
    position: relative;
}
.iv-list_item > div:first-child img{
    position: absolute;
    bottom: 0;
    left: 20px;
	width: auto;
    height: 100%;
}
.iv-list_item > div:last-child{
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	background-image: url(/iv-terapiya/img/link.svg);
    background-repeat: no-repeat;
    background-position-x: right 20px;
    background-position-y: top 20px;
}
.iv-list_item-title{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 500;
	word-break: break-all;
	padding-right: 16px;
}
body .iv-list_item-desc *{
	font-size: 14px;
	line-height: 18px;
	color: #64748B;
	margin: 0;
}
.iv-list_item-pr{
	font-size: 18px;
	line-height: 24px;
	color: #00AEEF;
	font-weight: 600;
}
.iv-pocedure{
	padding: 20px;
	border-radius: 24px;
	background: #F8FAFC;
	margin-bottom: 40px;
}
.iv-pocedure_items{
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.iv-pocedure_item{
	width: 24%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 24px;
}
.iv-pocedure_item-icon{
	margin-bottom: 24px;
}
.iv-pocedure_item-title{
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #00AEEF;
	font-weight: 600;
}
.iv-pocedure_item-desc{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.iv-what{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.iv-what span{
	font-size: 28px;
	line-height: 36px;
	color: #00AEEF;
}
.iv-what button{
	width: 240px;
}
.iv_d-form{
	margin-bottom: 40px;
}
.iv_d-form .form-consultation{
	min-height: 0;
}
.iv_d-form .form-consultation-container{
    display: flex;
	flex-direction: row;
    align-items: center;
}
.iv_d-form .form-consultation-title{
    font-size: 46px;
    line-height: 28px;
    margin-bottom: 0;
    color: white;
    flex-basis: 50%;
}
.iv_d-form .form-consultation-title span{
    font-size: 24px;
    line-height: 100%;
    margin-top: 15px;
}
.iv_d-form form{
    display: flex;
}
.iv_d-form form label{
    margin: 0;
}
.iv_d-form form input[type=text]{
    font-size: 16px;
    line-height: 20px;
    color: #ADBACC;
    padding: 18px 12px;
    border-radius: 16px;
    width: 290px;
    margin-right: 20px;
    margin-bottom: 12px;
    height: 56px;
}
.iv_d-form form button.form-consultation-inputs__item{
    font-size: 16px;
    line-height: 20px;
    color: #00AEEF;
    background: #E0F1FF;
    padding: 18px 24px;
    border-radius: 16px;
    margin: 0;
    flex-basis: auto;
    font-weight: 600;
    height: 56px;
}
.iv_d-form .form-consultation-inputs{
    flex-basis: 597px;
    margin: 0;
}
.iv_d-form .form-consultation-inputs__item{
    flex-basis: auto;
    font-size: 14px;
    line-height: 18px;
}
.iv_d-form .custom-checkbox__checkbox{
    border-radius: 5px;
    min-width: 16px;
    width: 16px;
    height: 16px;
}
.iv_d-form .custom-checkbox__js input[type=checkbox]:checked+.custom-checkbox__checkbox:before{
    top: -3px;
}
.iv_d-form .form-consultation{
    padding: 32px;
    background: #00AEEF;
    border-radius: 24px;
}
body .form__message.--succes{
    position: relative;
    padding: 0;
    width: 100%;
}
body .form__message:not(.--popup) .form__message-desc{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    text-align: left;
    background-color: transparent;
}
body .form__message-title{
	font-size: 46px;
}
body .form__message-title svg{
	margin-right: 15px;
    margin-bottom: -6px;
}
body .form__message-text{
	font-size: 24px;
}
.iv-faq{
	margin-bottom: 40px;
	padding: 0 20px;
}
.iv-faq .accordeon{
	margin-top: 0;
}
.iv-faq .accordeon__item {
  border-radius: 24px;
  border: 0.5px solid #DFE4EB;
  background-color: #F8FAFC;
}
.iv-faq .accordeon__item:not(:last-child) {
  margin-bottom: 8px;
}
.iv-faq .accordeon__trigger {
  padding: 24px 24px 24px 48px;
}
.accordeon__item:not(.collapsed) .accordeon__trigger{
    color: #00AEEF;
}
.iv-faq .accordeon__trigger svg {
  fill: #ADBACC;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 24px;
}
.accordeon__item:not(.collapsed) .accordeon__trigger svg{
    fill: #00AEEF;
    transform: rotate(90deg);
}
.iv-faq .accordeon__trigger::before, .iv-faq .accordeon__trigger::after {
  display: none !important;
}
.accordeon__content{
  padding: 0 24px 24px 24px;
}
.iv-doc{
	margin-bottom: 40px;
}
.iv-doc h2{
	margin: 0 0 -36px;
}
.iv_d-about_text{
	max-height: 192px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}
.iv_d-about_text-exp_col{
	display: flex;
	justify-content: center;
}
.iv_d-about_text-exp, .iv_d-about_text-col{
    font-size: 16px;
    line-height: 20px;
    color: #8592A6;
    width: fit-content;
    padding-right: 30px;
    cursor: pointer;
    background: url(/iv-terapiya/img/expand_vertical.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}
.iv_d-about_text-col{
    background: url(/iv-terapiya/img/collapse_vertical_grey.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}
@media screen and (min-width: 575px){
	.iv-mob{
		display: none;
	}
}
@media screen and (max-width: 575px){
	body .form__message-title{
		font-size: 30px;
	}
	body .form__message-title svg{
		height: 36px;
        margin-left: -5px;
        margin-right: 5px;
	}
	body .form__message-text{
		font-size: 18px;
	}
	.iv-desc{
		display: none;
	}
	.dropdown-content{
		width: 100%;
	}
	.iv-banner{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.iv-banner > div:first-child{
		order: 1;
		padding: 0;
		width: 100%;
	}
	.iv-banner > div:last-child{
		order: 0;
		height: 240px;
	}
	.iv-banner > div:first-child h1{
		font-size: 28px;
		line-height: 36px;
	}
	.iv-descr, .iv-list{
		padding: 0;
	}
	.iv-list_filter_sort{
		flex-direction: column;
	}
	.dropdown, .dropdown span{
		width: 100%;
	}
	.iv-list_filter{
		justify-content: start;
		flex-wrap: wrap;
	}
	.iv-list_item{
		width: 100%;
	}
	.iv-list_item-desc{
		height: 124px;
		display: -webkit-box;
	    -webkit-line-clamp: 7;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	.iv-pocedure_items{
		flex-direction: column;
	}
	.iv-pocedure_item{
		width: 100%;
	}
	.iv-what{
		flex-direction: column;
	}
	.iv-what button{
		width: 100%;
	}
	.iv-list_item-title{
		font-size: 16px;
		line-height: 20px;
	}
	.iv-list_filter-mob .dropdown > p{
		color: white;
		background: #00AEEF;
		padding: 18px 12px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}
	.iv_d-form .form-consultation{
        height: auto;
        padding: 20px;
    }
    .iv_d-form .form-consultation-inputs__item{
        flex-basis: 100%;
    }
    .iv_d-form form input[type=text]{
        width: 100%;
        margin-right: 0;
    }
    .iv_d-form form button.form-consultation-inputs__item{
        width: 100%;
        margin-bottom: 12px;
    }
    .iv_d-form .form-consultation-container{
    	flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .iv_d-form .form-consultation-title{
        font-size: 40px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .iv-faq{
		padding: 0 0;
	}
	.iv_d-about_text{
		max-height: 672px;
	}
}