@keyframes animate1 {
  from {
	opacity:0; width:100%;
  }
	50%{
		opacity:1; width:100%; 
	}
  to {
    opacity:0;width:100%;
  }
}

@keyframes animate2 {
  from {
	top:-20px; opacity:0;
  }
  10%{
	  top:0px;opacity:1;
  }
	90%{
		top:0px;opacity:1;
	}
  to {
   top:-20px;opacity:0;
  }
}

@keyframes animate3 {
  from {
	
  }
  20%{
	  bottom: 186px;
    left: 187px;
    transform: rotate(-28deg);
  }
	40%{
		    bottom: 185px;
    left: 212px;
    transform: rotate(-10deg);
	}
	60%{
		bottom: 174px;
    left: 232px;
    transform: rotate(10deg);
	}
	80%{
		    bottom: 147px;
    left: 253px;
    transform: rotate(33deg);
	}
  to {
  
    bottom: 126px;
    left: 259px;
    transform: rotate(52deg);

  }
}
.standart_button{
	transition:all 0.5s ease; cursor:pointer;
}
body.home {
    background-color: #F7FBFD;
}
.double_top_home {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_double_top_home {
    width: 506px;
}
.left_double_top_home h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #2E3336;
    margin-bottom: 16px;
    margin-top: 0px;
}
.flex_to_right.articles_right {
    margin-bottom: 24px;
    margin-top: -8px;
    display: flex;
    justify-content: end;
}
.left_double_text_home {
    font-size: 18px;
    line-height: 140%;
    color: #474D52;
    margin-bottom: 24px;
}
.elements_desti_speci a {
    display: block;
    margin-bottom: 4px;
}
body .standart_button.red {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FF5A5F;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 21px;
    line-height: 18px;
    display: flex;
    padding-right: 21px;
    justify-content: center;
}
body .standart_button.red:after{
	background: url(../icons/right_standart_white.svg)no-repeat;
}
body .standart_button.red:hover {
    background: #fe7a7e;
}
.anihomes {
    position: absolute;
}
.for_right_double_home {
    position: relative;
}
.top_home_block {
    background: linear-gradient(180deg, #E6ECEF 21.79%, #F7FBFD 100%);
    padding-bottom: 137px;
}
.anihome1.anihomes{
    right: 54px;
    top: 134px;
}
.anihome2.anihomes{
    right: 54px;
    top: 134px;
}
.anihome1.anihomes img{     display: block;
    max-width: initial;
    position: relative; opacity:0;
	animation: animate1 5s infinite linear;
	-webkit-animation: animate1 5s infinite linear;
}
.anihome2.anihomes {
    right: 365px;
    top: 45px;
}
.anihome2.anihomes img{     display: block;
    max-width: initial;
    position: relative; opacity:0;
	animation: animate1 4s infinite linear;
	-webkit-animation: animate1 4s infinite linear; animation-delay: 1s;
}
.anihome3.anihomes {
    top: 76px;
    left: 95px;
}
.anihome3.anihomes img{     display: block;
    max-width: initial;
    position: relative; opacity:0;
	animation: animate1 3s infinite linear;
	-webkit-animation: animate1 3s infinite linear; animation-delay: 2s;
}
.anihome4.anihomes {
    left: 90px;
    bottom: 148px;
}
.anihome4.anihomes img{     display: block;
    max-width: initial;
    position: relative; opacity:0;
	animation: animate1 3s infinite linear;
	-webkit-animation: animate1 3s infinite linear; animation-delay: 1s;
}
.anihome5.anihomes {
    left: 134px;
    bottom: 167px;z-index: 2;
}
.anihome5.anihomes img{     display: block;

    position: relative; 
	animation: animate2 10s infinite linear;
	-webkit-animation: animate2 10s infinite linear;
}

.anihome6.anihomes {
    left: 241px;
    bottom: 113px;
    z-index: 2;
}
.anihome6.anihomes img{     display: block;
	opacity:0;
    position: relative; 
	animation: animate2 10s infinite linear;
	-webkit-animation: animate2 10s infinite linear;animation-delay: 5s;
}

.anihome7.anihomes {
    bottom: 179px;
    left: 164px;
    transform: rotate(-48deg); animation: animate3 10s infinite linear;
	-webkit-animation: animate3 10s infinite linear;
}
.second_home_block {
    margin-top: -84px;
    margin-bottom: 120px;
}
.block_with_title {
    width: 507px;
    max-width: 100%;
    margin-bottom: 24px;
}
.name_block_with_title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #A1A5A7;
    margin-bottom: 24px;
    font-weight: 300;
}
.block_with_title h2, .block_with_title h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
    margin-top: 0px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.text_block_width_title {
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
	margin-bottom: 36px;
}

.element_in_specialties {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    width: 400px;
    height: 240px;
    position: relative;
    padding: 26px 24px 24px 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.element_in_specialites_title {
    display: flex;
    align-items: center; margin-bottom:15px;
}
.element_in_specialites_title img {
    line-height: 0px;
    margin-right: 16px;
    width: 24px !important;
}
.element_in_specialites_title>span {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    align-items: center;
    color: #1A2328; white-space:nowrap;
}
.in_element_in_specialties{position:relative; height:100%;
z-index:2;}
.element_in_specialties:before {
    width: 31px;
    height: 36px;
    content: " ";
    background: url('../icons/backspec.svg')no-repeat;
    position: absolute;
    left: 21px;
    top: 22px;
	 transition: all 0.5s ease; background-size: 100%;
}
.element_in_specialties:hover:before {
	width:100%;
	height:50%;
}
.element_in_specialties:after {
    width: 2px;
    content: " ";
    height: 2px;
    transition: all 0.5s ease;
    left: 23px;
    display: block;
    top: 33px;
    border-radius: 50%;
    position: absolute;
    background-color: #8ECAE6;
}
.element_in_specialties:hover:after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0;
}
.element_in_specialties:hover *{
	color:#fff;
}

.element_in_specialties:hover .element_in_specialites_title img {
    filter: brightness(0) invert(1);
}

.element_in_specialites_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_in_specialites {
    width: 50%;
    margin-bottom: 12px;
    max-height: 42px;
    overflow: hidden;
}
.item_in_specialites a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
}
.upper_element_in_specialites_items{min-height:90px;}
.button_items_in_specialtes {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.button_items_in_specialtes a {
    margin-bottom: 0px;
}
.button_items_in_specialtes .standart_button {
    min-width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.button_items_in_specialtes a:first-child {
    padding: 0px;
    border: none;
    width: auto;
    min-width: auto;
}
body .element_in_specialties:hover .standart_button:after{

    background: url('../icons/right_standart_white.svg')no-repeat;
	
}
body .element_in_specialties:hover .standart_button{
	border:1px solid #fff;
}
body .element_in_specialties:hover .button_items_in_specialtes a:first-child{
	border:none;
}
.button_items_in_specialtes a:hover{
	background:none;
}
.click_data_href{cursor:pointer;}
.slider_specialties.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0px;
}
.owl-carousel button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #474D52 !important; background:url('../icons/goright_arrow.svg')no-repeat !important;
	background-position:50% !important; margin-left:18px;
}
.owl-carousel button.owl-next span{display:none;}
button.owl-next:hover {
    background-color: #474D52 !important;
    background-image: url(../icons/goright_arrow_white.svg) !important;
}
button.owl-next:active {
    background-color: #000 !important;
    background-image: url(../icons/goright_arrow_white.svg) !important;
}
button.owl-next.disabled{opacity:0.5;}
.owl-carousel button.owl-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #474D52 !important;
    background: url('../icons/goright_arrow.svg')no-repeat !important;
    background-position: 50% !important;
    transform: rotate(180deg);
}
.owl-carousel button.owl-prev span{display:none;}
button.owl-prev.disabled{opacity:0.5;}
button.owl-prev:hover {
    background-color: #474D52 !important;
    background-image: url(../icons/goright_arrow_white.svg) !important;
}
button.owl-prev:active {
    background-color: #000 !important;
    background-image: url(../icons/goright_arrow_white.svg) !important;
}
.block_specialties_home {
    margin-bottom: 120px;
}
.element_item_destinations {
    height: 400px;
    width: 612px;
    position: relative; border-radius:8px;
}
.element_data_dest {
    position: absolute;
    padding: 24px;
    right: 0px;
    height: 100%;
}
.in_element_data_dest {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    padding: 14px 24px 14px;
    width: 276px;
}
.name_element_data_dest {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 8px;
}
.elements_desti_speci {
    max-height: 145px;
    overflow: auto;
    margin-bottom: 17px; font-size: 15px;
}
.elements_desti_speci a..elements_desti_speci span {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #5E6569;
}
.block_destinations_home{
	margin-bottom:120px;
}
.slider_clinics_home .clinic-slider__image img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}
.slider_clinics_home a.col-auto.clinic-slider__item {
    position: relative;
}
span.rate_home {
    position: absolute;
    z-index: 22;
    width: 36px;
    border-radius: 50%;
    background-color: #fff;
    height: 36px;
    text-align: center;
    line-height: 37px !important;
    font-size: 14px;
    font-weight: bold;
    right: 8px;
    top: 8px;
}
.slider_clinics_home span.clinic-slider__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}
span.countries_home_clinic {
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
    margin-top: 4px;
}
.slider_destinations .owl-stage-outer{overflow:visible !important;}
.slider_clinics_home .owl-stage-outer{overflow:visible !important;}
.slider_clinics_home a.col-auto.clinic-slider__item {
    position: relative;
    display: block;
}
.clinics_home {
    margin-bottom: 120px;
}
.acrreditaion_block {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 16px 24px;
    height: 220px;
    overflow: hidden;
}
.image_accr_block {
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    text-align: center;
    justify-content: center; margin-bottom:16px;
}
.acrreditation_home {
    margin-bottom: 120px;
}
.text_acct_block {
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}
.block_home_question {
    background: #8ECAE6;
    border-radius: 8px;
    padding: 36px 106px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.title_home_question {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.text_home_question {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.home_question {
    margin-bottom: 198px;
}
.left_home_question {
    width: 500px;
}
.right_home_question {
    position: relative;
}
.in_right_home_question {
    position: absolute;
    width: 396px;
    height: 395px;
    right: -60px;
    bottom: -64px;
}
.right_faq_home .faq_home_text {
    display: none;
}
.left_right_faq_home {
    display: flex;
    justify-content: space-between;
}
.left_right_faq_home>div {
    width: 612px;
}
.right_faq_home .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
	background-color:#fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 20px 14px;
    cursor: pointer;
    height: 98px;
}
.right_faq_home .faq_home_item.active .title{
	 color: #FFFFFF;
    
	background: #8ECAE6;
}
.in_left_faq_home {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 72px;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}
.faq_home_item{
	 margin-bottom: 16px;
}
.faq_home_item:last-child{
	margin-bottom:0px;
}
.double_faq_home {
    margin-bottom: 120px;
}
.standart_button.center_button{
	display: flex;
    justify-content: center;
}
.double_doverie {
    display: flex;
    justify-content: space-between;
}
.double_doverie>div{
	width:612px;
}
.doverie_home {
    margin-bottom: 120px;
}
.double_doverie>div p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}
.left_doverie a.standart_button.biggest.center_button {
    margin-top: 36px;
}
.right_doverie {
    display: flex;
    flex-wrap: wrap;
}
.line_item_right_doverie {
    width: 292px;
    text-align: center;
}
.line_item_right_title_doverie {
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #8ECAE6;
    margin-bottom: 18px;
}
.line_item_right_text_doverie {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #A1A5A7;
}
.right_doverie {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.review_video .video-container:after{
	background:rgba(196, 196, 196, 0.2) url(../icons/playnew.svg) center center no-repeat
}
.slider_video_home.owl-carousel .owl-stage-outer{
	overflow:initial;
}
.slider_video_home .video_item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52;
    margin: 16px 0 0;
}
.review_video {
    margin-bottom: 120px;
}
.slider_video_home .video-container {
    opacity: 0.4;
}
.slider_video_home .owl-item.active.center .video-container {
	opacity:1;
}
.review_home_block {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}
.review_home_image_block {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; margin-right:16px;
}
.double_review_home_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.left_review_home_block {
    display: flex;
    align-items: center;
}
.text_acct_block p {
    margin-top: 0px;
}
.review_home_image_title {
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
}
.right_review_home_block {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #233251;
}
.star_item {
    line-height: 0px;
    margin-right: 8px;
}
.text_acct_block {
    height: 132px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
    margin-bottom: 31px;
}
.dop_home_block_review {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #A1A5A7;
}
.right_dop_home_review a {
    color: inherit;
}
.last_news {
    display: flex;
    justify-content: space-between;
}
.last_news_item {
    width: 400px;
}
.last_news_item_image img {
    width: 400px;
    height: 280px;
    object-fit: cover;
}
.last_news_item_image {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.last_news_item_date {
    font-size: 14px;
    line-height: 140%;
    color: #5E6569;
}
.last_news_item_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #1A2328;
}
.home_blog_block {
    margin-bottom: 129px;
}
.home_form_block {
    background-color: #fff;
    padding: 120px 0;
}
.home_form_block .block_with_title {
    width: 100%;
    margin-bottom: 0px;
}
.double_home_form {
    display: flex;
    justify-content: space-between;
}
.double_home_form>div {
    width: 600px;
}
.form_text_data {
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
    margin-bottom: 36px;
}
.form_text_data p{margin:0;}
.home_form_contact {
    display: flex;
}
.home_form_contact .header_block_phone {
    margin-bottom: 36px;
}
.home_form_contact .header_block_phone:last-child{
	margin-bottom: 0;
}
.double_home_form input[type="text"] {
    height: 48px;
    width: 100%;
    padding: 0 24px;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
}
.double_home_form .form__textarea {
    height: 120px;
    max-width: 100%;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
}
.double_home_form .right_double_home {
    padding-top: 44px;
    width: 612px;
}
.double_home_form .form__field{
	margin-bottom:16px
}
.its_double_home_in_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #A1A5A7;
}
.its_double_home_in_form input[type="submit"] {
    padding-right: 38px;
    background: url('../icons/bi_arrow-right.svg')no-repeat;
    background-position: 93% 50%;
	font-size: 17px;
    border: #1A2328 1px solid;
    background-color: #fff;
    padding: 12px 15px 11px;
    border-radius: 8px;
}
.its_double_home_in_form input[type="submit"] {
    background: url('../icons/right_standart_white.svg')no-repeat;
    background-position: 86% 50%;
    font-size: 17px;
    border: none;
    width: 238px;
    background-color: #FF5A5F;
    padding: 12px 15px 11px;
    border-radius: 8px;
    padding-right: 38px;
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.its_double_home_in_form span.ajax-loader {
    position: absolute !important;
}
.its_double_home_in_form .text-privacy{
	    padding-right: 28px;
}
.its_double_home_in_form .form__field span.wpcf7-not-valid-tip{
	display:block;
}
.get_consult_form {
    width: 360px;
}
div#get_consult {
    width: 392px;
}
.image_get_consult {
    text-align: center;
    margin-bottom: 16px;
}
.title_get_consult {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #2E3336;
    margin-bottom: 24px;
}
#get_consult .form__input, #get_consult .form__textarea {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
}
#get_consult input[type="submit"] {
    background: url('../icons/right_standart_white.svg')no-repeat;
    background-position: 75% 50%;
    font-size: 17px;
    border: none;
    width: 100%;
    background-color: #FF5A5F;
    padding: 12px 15px 11px;
    border-radius: 8px;
    padding-right: 38px;
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;     margin-bottom: 16px;
}
#get_consult .ajax-loader{
	position:absolute !important;
}
#get_consult .text-privacy {
    font-size: 12px;
    line-height: 140%;
    color: #A1A5A7;
}
.right_double_top_home {
    width: 706px;
    min-width: 706px;
}
.line_right_doverie {
    display: flex;
}
.element_item_destinations{
	background-size: cover !important;
}
.block_specialties_home {
    margin-bottom: 70px;
}
.choices_clinics_right_double {
    position: absolute;
    right: 133px;
    text-align: center;
    bottom: 61px;
    width: 64px;
}
.first_choice_clinics_right_double {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}
.second_choice_clinics_right_double {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
@media (max-width: 1290px){
	.left_right_faq_home>div {
		width: 49%;
	}
}
@media (max-width: 1200px){
	.left_double_top_home h1 {
		font-weight: bold;
		font-size: 36px;
		line-height: 39px;
	}
	.search_block_new .new_filter {
		padding: 43px 40px;
	}
	.element_in_specialties {
		max-width: 100%;
	}
	.button_items_in_specialtes {
		display: block;
	}
	.button_items_in_specialtes {
		display: block;
		position: static;
	}
	.button_items_in_specialtes a:first-child {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 16px;
	}
	.element_in_specialties {
		max-width: 100%;
		height: 275px;
	}
	.upper_element_in_specialites_items {
		min-height: 115px;
	}
	.element_item_destinations {
		width: 100%;
	}
	.left_right_faq_home>div {
		width: 48%;
	}
	.double_doverie>div {
		width: 48%;
	}
	.line_right_doverie {
		width: 100%;
		display: flex;
	}
	.line_item_right_doverie {
		width: 46%;
		text-align: center;
	}
	.last_news_item {
		width: 32%;
	}
	.last_news_item_image img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
}
@media (max-width: 1024px){
.second_home_block {
    margin-top: -84px;
    margin-bottom: 70px;
}
.block_with_title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.name_block_with_title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
}
.block_with_title h2, .block_with_title h3 {
    font-size: 24px;
    white-space: initial;
    line-height: 29px;
    margin-bottom: 12px;
}
.text_block_width_title {
    font-size: 14px;
    line-height: 140%;
}
.home_block .owl-carousel .owl-nav {
    display: none;
}
.element_in_specialites_title>span {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}
.item_in_specialites a {
    font-size: 14px;
    line-height: 140%;
}
.button_items_in_specialtes a:first-child {
    font-size: 12px;
    line-height: 15px;
}
.button_items_in_specialtes .standart_button {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 11px 12px;
}

}
@media (max-width: 768px){
.all_main {
	max-width:100%;
    overflow-x: hidden;
}
	.left_faq_home{
		display:none;
	}
	.faq_home_item.active .faq_home_text {
		display: block;
	}
	.element_in_specialties {
		max-width: 100%;
		height: 275px;
		padding: 12px;
	}
	.element_in_specialties:before{
		left: 6px;
		top: 4px;
	}
	.item_in_specialites {
		width: 47%;
	}
	.home_form_contact {
		display: flex;
		justify-content: space-between;
	}
	.footer-social-list {
		margin-bottom: 36px;
		margin-top: 0px;
	}
	a.standart_button.biggest {
		padding: 10px 21px 9px;
		justify-content: center;
	}
	.home_form_contact .header_block_phone {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.right_faq_home .title {
		font-size: 16px;
		line-height: 130%;
	}
	.last_news_item_image img {
		height: 204px;
	}
	.last_news_item {
		width: 100%;
	}
	.last_news_item_name {
		font-size: 16px;
		line-height: 130%;
	}
	.owl-carousel .owl-item .clinic-slider__image img {
		display: block;
		width: 100%;
		height: 204px;
	}
	.home_blog_block {
		margin-bottom: 70px;
	}
	.home_form_block {
		background-color: #fff;
		padding: 72px 0px;
	}
	.double_home_form {
		display: block;
		justify-content: space-between;
	}
	.double_home_form {
		display: block;
		justify-content: space-between;
	}
	.double_home_form>div {
		width: 100%;
	}
	.double_home_form .right_double_home {
		padding-top: 24px;
		width: 100%;
	}
	.right_double_home form p {
		margin: 0px;
	}
	.its_double_home_in_form .text-privacy {
		padding-right: 0;
		width: 100%;
		order: 2;
		margin-top: 8px;
		font-size: 12px;
		line-height: 140%;
	}
	.its_double_home_in_form>div {
		width: 100%;
	}
	.its_double_home_in_form {
		flex-wrap: wrap;
	}
	
	.star_item img {
		width: 16px !important;
	}

	.in_element_data_dest {
		width: 142px;
		padding: 12px;
	}
	.name_element_data_dest {
		font-size: 16px;
		line-height: 140%;
		display: flex;
		align-items: center;
		color: #1A2328;
		margin-bottom: 4px;
	}
	.elements_desti_speci {
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 13px;
		max-height: 114px;
	}
	.element_item_destinations {
		width: 100%;
		height: 316px;
	}
	.element_data_dest {
		position: absolute;
		padding: 12px;
		right: 0px;
		height: 100%;
	}
	.block_destinations_home {
		margin-bottom: 70px;
	}
	.slider_clinics_home span.clinic-slider__title {
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		margin-top: 7px;
	}
	.clinic-slider__item span {
		font-size: 14px;
		line-height: 140%;
	}
	.clinics_home {
		margin-bottom: 70px;
	}
	.acrreditaion_block {
		background: #FFFFFF;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
		border-radius: 8px;
		padding: 16px 24px;
		height: 262px;
		overflow: hidden;
	}
	.text_acct_block {
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 0px;
	}
	.acrreditation_home {
		margin-bottom: 70px;
	}
	.block_home_question {
		padding: 72px 12px;
	}
	.right_home_question {
		display: none;
	}
	.title_home_question {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		margin-bottom: 12px;
	}
	.text_home_question {
		font-size: 14px;
		line-height: 140%;
		text-align: center;
		margin-bottom: 24px;
	}
	.home_question {
		margin-bottom: 70px;
	}
	.left_right_faq_home {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.left_right_faq_home>div{width:100%;}
	.left_faq_home {
		order: 2;
		margin-top: 18px;
	}
	.double_faq_home {
		margin-bottom: 70px;
	}
	.double_doverie {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.double_doverie>div {
		width: 100%;
	}
	.left_doverie a.standart_button.biggest.center_button {
		width: 100%;
		margin-top: 24px;
		margin-bottom: 24px;
		height: 40px;
		font-size: 12px;
		line-height: 18px;
	}
	.double_doverie>div p {
		font-size: 14px;
		line-height: 140%;
	}
	.line_item_right_title_doverie {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 11px;
	}
	.line_item_right_doverie {
		margin-bottom: 23px;
	}
	.line_item_right_text_doverie {
		font-size: 16px;
		line-height: 130%;
	}
	.doverie_home {
		margin-bottom: 50px;
	}
	.slider_video_home .video_item p {
		font-size: 16px;
		line-height: 130%;
	}
	.review_video {
		margin-bottom: 70px;
	}
	.review_home_image_title {
		font-weight: 600;
		font-size: 16px;
	}
	.review_home_block .text_acct_block {
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 140%;
		height: 160px;
	}
	.dop_home_block_review {
		margin-top: 16px;
		font-size: 14px;
		line-height: 140%;
	}
	a.standart_button.biggest {
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		padding: 10px 21px;
	}
}