body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	background: #fff;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
  padding: 100px 0 0 0;
}
.container{
	max-width: 1560px;
	margin: 0 auto;
  padding: 0 15px;
}
.mob_head{
  display: none;
}
header{
  background: #1c66a0;
  padding: 20px 0;
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  z-index: 100;
}
.header{

}
.in_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in_head_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo{
  margin: 0;
  padding: 0;
}
.logo a{
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.in_head_left p{
  font-size: 12px;
  color: #fff;
  line-height: 1.6em;
  margin: 0 0 0 35px;
}
.in_head_right{
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.in_head_right p{
  font-size: 16px;
  margin: 0;
}
.in_head_right p a{
  text-decoration: none;
  color: #fff;
}
.select_main{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 40px;
}
.lic_ic{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #115a94;
  font-size: 22px;
  flex-shrink: 0;
  position: absolute;
  top: -1px;
  left: -1px;
}
.arrow_sh{
  display: inline-block;
  background: url(../img/my_select_arrow.png)0 0 no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
}


input.error, textarea.error{
	background: #FFD2D2 !important;
	color:#000 !important;
}

.fltr-wrap{
    position: relative;
    cursor: pointer;
}
.fltr-choice{
    display: none;
    width: 335px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    padding: 9px 20px;
    z-index: 1;
    border: 1px solid #eee;
    border-radius: 40px;
}

.fltr-wrap.guest .fltr-choice{
    width: 310px;
}

.fltr-choice .opt{
    display: inline-block;
    vertical-align: top;
    
}

.date .fltr-choice .opt,.price .fltr-choice .opt{
    width: 30%;
}

.opt input {
    width: 100%;
    border: 0;    
    border: 1px solid #aaa;
}

.fltr-choice a.agree{
    font-size: 14px;
    background: #1d679f;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 100px;
    padding: 10px 0px;
    text-align: center;   
    margin-left: 5px;
}

a{
    color: #000;
}
.my_select,.my_select_find{
 width: 100%;
}
.select_main .select2-container--default .select2-selection--single{
  background: transparent;
  height: auto;
  border: none;
}
.select_main .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 10px 40px 10px 70px;
}
.select_main .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.select2-container--open .select2-dropdown{
  top: 15px;
}
.ru{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 10px;
}
.tel_num{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 40px;
}
.bg_grey{
  background: #f4f5f5;
}
.go_search{
  max-width: 1270px;
  width: 100%;
  margin: 0 auto 0;
  padding: 100px 0 100px 0;
}
.heading{
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 45px 0;
  text-align: center;
}
.m_txt{
  display: none;
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: center;
}
.form_search{
  display: flex;
  align-items: center;
  background: #ffd089;
  background: -moz-linear-gradient(top,  #ffd089 0%, #fec268 100%);
  background: -webkit-linear-gradient(top,  #ffd089 0%,#fec268 100%);
  background: linear-gradient(to bottom,  #ffd089 0%,#fec268 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd089', endColorstr='#fec268',GradientType=0 );
  border-radius: 40px;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
  -moz-box-shadow:    -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
  box-shadow:         -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
}
.in_search_bl{
  padding: 0 30px 0 40px;
  border-left: 1px solid #fff;
}
.in_search_bl1{
  max-width: 375px;
  width: 100%;
  border: none;
}
.in_search_bl p{
  font-size: 12px;
  margin: 0;
}
.in_search_bl input{
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 8px 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.in_search_bl input::-webkit-input-placeholder {color:#000;}
.in_search_bl input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.in_search_bl input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.in_search_bl input:-ms-input-placeholder      {color:#000;}

.ui-widget-header{
  border: 1px solid #1c66a0;
  background: #1c66a0 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
.ui-widget-header .ui-icon {
  background-image: url(../img/ui-icons_ef8c08_256x240.png);
}
.search_btn{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1c66a0;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  flex-shrink: 0;
}
.search_btn>span{
  display: none;
}
.search_ic{
  background: url(../img/search_ic2.svg)0px 0px no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.cities{
  background: #f4f5f5;
  padding: 0 0 0 0;
}
.cities_flex{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.in_cities_flex{
  width: 31%;
  margin: 0 15px 50px;
}
.in_cities_flex_img{
  overflow: hidden;
  border-radius: 18px;
  position: relative;
cursor: pointer;
}
.in_cities_flex_img>a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.in_cities_flex_img:after{
  content: "";
  display: inline-block;
  background: url(../img/bg_bl.png)0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 186px;
  position: absolute;
  top: 0;
  left: 0;
}
.in_cities_flex_img img{
  display: block;
  width: 100%;
  height: auto;
}
.in_cities_flex_img>div.desc{
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 0 0 40px;
  color: #fff;
  z-index: 1;
}
.in_cities_flex_img>div.desc h4{
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.in_cities_flex_img>div.desc p{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.option_cities{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
  -moz-box-shadow:    -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
  box-shadow:         -4px 4px 10px 0px rgba(73, 73, 73, 0.1);
  border-radius: 60px;
  padding: 15px 0;
  margin: -40px auto 0;
  position: relative;
    cursor: pointer;
}
.option_cities>div{
  padding: 10px 30px 5px;
  border-left: 1px solid #e1e3e6;
}
.option_cities>div:first-child{
  border: none;
}
.option_cities>div h5{
  font-size: 16px;
  color: #8d93a2;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.option_cities>div p{
  font-size: 12px;
  margin: 0;
}
.more_cities{
  display: block;
  width: 160px;
  margin: 0 auto 0;
  text-decoration: none;
  color: #1c66a0;
  text-align: center;
}
.more_cities span{
  border-bottom: 1px solid #1c66a0;
}
footer{
  background: #f4f5f5;
  padding: 45px 0 0 0;
  margin-top: 0px;
}
.footer{
  background: #fff;
}
.footer_flex{
  padding: 30px 0 45px 0;
  border-top: 1px solid #e1e3e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.in_footer_flex{


}

.city-img{ width: 100%; height: 296px; background-size: cover; background-position: center center; border-radius: 20px; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    top: 0 !important;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

#no_result{
    display: none;
}

#no_result p{
    font-size: 20px;
    margin: 0;
    margin-bottom: 12px;
    font-weight: bold;
}

#no_result span{
    font-size: 16px;
}

::-webkit-scrollbar-thumb {
  background:transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.in_footer_flex p{
  font-size: 14px;
  margin: 15px 0 0 0;
}
.in_footer_flex a{
  display: block;
  font-size: 14px;
  margin:15px 0 0 0;
  color: #000;
  text-decoration: none;
}
.in_footer_flex2{
  display: flex;
  justify-content: flex-end;
}
.in_footer_flex2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #1c66a0;
  font-size: 20px;
  text-decoration: none;
  margin: 0 0 0 15px;
}
.search_head{
  position: relative;
  background: #ffd189;
  background: -moz-linear-gradient(top,  #ffd189 0%, #fec367 100%);
  background: -webkit-linear-gradient(top,  #ffd189 0%,#fec367 100%);
  background: linear-gradient(to bottom,  #ffd189 0%,#fec367 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd189', endColorstr='#fec367',GradientType=0 );
}
.search_head_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.in_search_head_flex_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.in_search_head_flex_left .heading{
  text-align: left;
  margin: 0 40px 0 0;
}
.rs_search{
  display: flex;
  justify-content: flex-start;
}
.rs_search>div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-radius: 40px;
  margin: 0 10px 0 0;
}
.rs_search>div p{
  font-size: 16px;
  margin: 0;
}
.rs_search>div span.cross{
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 30px;
  font-weight: 300;
  transform: rotate(45deg);
  cursor: pointer;
}
.in_search_head_flex_right{
  max-width: 215px;
  width: 100%;
}
.in_search_head_flex_right select{
  width: 100%;
}
.in_search_head_flex_right .select2-container .select2-selection--single{
  height: auto;
  border: none;
  background: transparent;
}
.in_search_head_flex_right .select2-container--default .select2-selection--single .select2-selection__rendered{
 font-size: 16px;
 font-weight: 600;
 color: #000;
 padding: 0 25px 0 0;
 background: url(../img/my_select_arrow2.png) right center no-repeat;
}
.in_search_head_flex_right .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.search_result{
  position: relative;
  padding: 25px 0 0 0;
}
.search_result_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.search_result_flex_left{
    max-width: 750px;
    width: 100%;
    height: 600px;
    overflow: scroll;    
}
.search_result_flex_left_in{
  padding: 20px 0;
  border-top: 1px solid #e1e3e6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.search_result_flex_left_in:first-child{
  border: none;
}
.search_result_flex_left_in_img{
  width: 360px;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
  margin: 0 !important;
  flex-shrink: 0;
}
.search_result_flex_left_in_img .slick-dots{
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.search_result_flex_left_in_img .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.search_result_flex_left_in_img .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
}
.search_result_flex_left_in_img .slick-dots li button:before{
  color: #fff;
  font-size: 24px;
  width: auto;
  height: auto;
  opacity: 0.5;
}
.search_result_flex_left_in_img .slick-dots li.slick-active button:before{
  opacity: 1;
  font-size: 30px;
}
.search_result_flex_left_in_img img{
  display: block;
  width: 100%;
  height: auto;
}
.search_result_flex_left_in_txt{
  padding: 10px 0 0 30px;
      padding-right: 20px;
    text-align: justify;
	cursor: pointer;
}

.search_result_flex_left_in_txt:hover h3{
	color: #1c66a0;
	text-decoration:underline;
}
.search_result_flex_left_in_txt h6{
  font-size: 12px;
  color: #8d93a2;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.search_result_flex_left_in_txt h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.search_result_flex_left_in_txt p{
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 0 25px 0;
}
.search_result_flex_left_in_txt h4{
  font-size: 20px;
  color: #1c66a0;
  margin: 0 0 10px 0;
}
.search_result_flex_left_in_txt div span{
  font-size: 12px;
  color: #8d93a2;
}
.pg_num{
  max-width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
}
.pg_num a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
}
a.pg_num_act{
  background: #1c66a0;
  color: #fff;
}
a.p_prev{
  display: inline-block;
  background: url(../img/p_prev.png)0 0 no-repeat;
  width: 7px;
  height: 13px;
}
a.p_next{
  display: inline-block;
  background: url(../img/p_next.png)0 0 no-repeat;
  width: 7px;
  height: 13px;
}
.map_bl{
    overflow: hidden;
    border-radius: 18px;
    width: 48%;
    position: absolute;
    top: 24px;
    right: 24px;
}
.map_bl iframe{
  display: block;
  width: 100%;
}
.map_bl #map{
  display: block;
  width: 100%;
  height: 580px;
}
.rs_search>a{
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 20px;
  background: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 40px;
  transition: all .2s;
  font-size: 16px;
}
.rs_search>a:hover{
  background: #1c66a0;
  color: #fff;
}
a.act_rs_news{
  background: #1c66a0;
  color: #fff;
}
.news_result{
  padding: 25px 0 0 0;
}
.news_result_flex_in{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e1e3e6;
}
.news_result_flex_in:first-child {
  border: none;
}
.news_result_flex_in:last-child{
  padding-bottom: 0;
}
.news_result_flex_in_img{
  width: 360px;
  height: 240px;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;
}
.news_result_flex_in_img img{
  display: block;
  width: 100%;
  height: auto;
}
.news_result_flex_in_txt{
  padding: 0 45px 0 30px;
}
.news_result_flex_in_txt h4{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.5em;
}
.news_result_flex_in_txt p{
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 30px 0;
}
.news_result_flex_in_txt a{
  display: block;
  width: 132px;
  color: #1c66a0;
  text-decoration: none;
  background: url(../img/arrow_new.jpg)center right no-repeat;
  padding: 2px 0;
}
.contact_head{
  padding: 100px 0 50px 0;
}
.contact_head .heading{
  text-align: left;
}
.contact_head_flex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.in_contact_head_flex{
  margin: 0 200px 0 0;
}
.in_contact_head_flex1{
  padding: 0 0 0 45px;
  background: url(../img/call.svg)0px 0px no-repeat;
  background-size: 21px;
}
.in_contact_head_flex a{
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.in_contact_head_flex2 p{
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0 0 3px 45px;
  background: url(../img/location.svg)0px 0px no-repeat;
  background-size: 20px;
}
.in_contact_head_flex2 span{
  font-size: 16px;
  padding: 0 0 0 45px;
}
.in_contact_head_flex3 a{
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 0 0 0 45px;
  margin: 0 0 15px 0;
}
.in_contact_head_flex3 a:nth-child(1){
  background: url(../img/skype.svg)0px 0px no-repeat;
  background-size: 19px;
}
.in_contact_head_flex3 a:nth-child(2){
  background: url(../img/mail.svg)0px 0px no-repeat;
  background-size: 18px;
}
.map_contact iframe{
  display: block;
  width: 100%;
  height: 550px;
}
.fancybox-is-open .fancybox-bg{
  top: 100px;
  background: #fff;
  opacity: 1;
}
.registraion{
  display: none;
  max-width: 1010px;
  padding: 50px 130px 50px;
  width: 100%;
  background: #ffd189;
  background: -moz-linear-gradient(top,  #ffd189 0%, #fec268 100%);
  background: -webkit-linear-gradient(top,  #ffd189 0%,#fec268 100%);
  background: linear-gradient(to bottom,  #ffd189 0%,#fec268 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd189', endColorstr='#fec268',GradientType=0 );
  border-radius: 18px;
}
.registraion .fancybox-button{
  width: 50px;
  height: 50px;
  top: 43px;
  right: 13.5%;
  margin-right: -20px;
}
.registraion .heading{

}
.in_registraion{
  padding: 50px 0 0 0;
  border-top: 1px solid #000;
}
.in_registraion_input{
  padding: 15px 40px 10px;
  margin: 0 0 20px 0;
  border-radius: 50px;
  background: #fff;
}
.in_registraion_input p{
  font-size: 12px;
  margin: 0;
}
.in_registraion_input input{
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  padding: 10px 0 0 0;
  border: none;
}
.in_registraion_input input::-webkit-input-placeholder {color:#000;}
.in_registraion_input input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.in_registraion_input input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.in_registraion_input input:-ms-input-placeholder      {color:#000;}

.in_registraion h5{
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.in_registraion button{
  display: block;
  background: #1c66a0;
  width: 290px;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto 45px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.in_registraion h4{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.in_registraion h4 a{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.card_adres a{
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  color: #000;
}
.card_img_block{
  padding: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card_img_block_left{
  max-width: 1010px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in_card_img_block_left{
  width: 48.5%;
  overflow: hidden;
  border-radius: 18px;
}
.in_card_img_block_left img{
  display: block;
  width: 100%;
  height: auto;
}
.card_img_block_right{
  max-width: 490px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_card_img_block_right{
  width: 47%;
  overflow: hidden;
  border-radius: 18px;
  margin: 0 0 30px 0;
  position: relative;
}
.in_card_img_block_right img{
  display: block;
  width: 100%;
  height: auto;
}
.in_card_img_block_right a.add_photo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url(../img/img_z.svg) 70px center no-repeat;
  background-size: 40px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 0 0 0 30px;
}
.card_txt_block{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card_txt_block_left{
 max-width: 1010px;
 width: 100%;
 padding: 50px 0 0 0;
}
.card_txt_block_left .heading{
  width: 100%;
  text-align: left;
  margin: 0 0 40px 0;
}
.in_card_txt_block_left1{
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  border-bottom: 1px solid #e1e3e6;
}
.in_card_txt_block_left1 p{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    text-align: justify;
    margin-right: 25px;    
}
.in_card_txt_block_left2{
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  border-bottom: 1px solid #e1e3e6;
}
.in_card_txt_block_left2_in{
  display: flex;
  justify-content: flex-start;
}
.in_card_txt_block_left2_in div{
  width: 230px;
  border: 1px solid #e1e3e6;
  border-radius: 18px;
  padding: 20px 25px 20px 25px;
  margin: 0 30px 0 0;
}
.in_card_txt_block_left2_in div span{
  display: block;
  width: 50px;
  height: 30px;
  margin: 0 0 15px 0;
}
.krova1{
  background: url(../img/krova1.svg)0 0 no-repeat;
  background-size: 35px;
}
.krova2{
  background: url(../img/krova2.png)0 0 no-repeat;
  background-size: 36px;
}
.sofa{
  background: url(../img//krova3.png)0 0 no-repeat;
  background-size: 36px;
    background-position: center;    
}
.in_card_txt_block_left2_in div p{
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;
}
.in_card_txt_block_left3{
  margin: 0 0 45px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e1e3e6;
}
.in_card_txt_block_left3 ul{
  padding: 0;
  margin: 0;
}
.in_card_txt_block_left3 ul li{
  font-size: 16px;
  list-style: none;
  padding: 0 0 0 35px;
  margin: 0 0 30px 0;
  line-height: 1.5em;
  position: relative;
}
.in_card_txt_block_left3 ul li:after{
  content: "—";
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.in_card_txt_block_left4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_card_txt_block_left4_in{
  border-radius: 18px;
  background: #f4f5f5;
  padding: 30px 30px;
  max-width: 490px;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
}
.in_card_txt_block_left4_in:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #f4f5f5 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 9px;
}
.in_card_txt_block_left4_in h4{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.in_card_txt_block_left4_in span{
  display: inline-block;
  color: #8d93a2;
  font-size: 12px;
  margin: 0 0 15px 0;
}
.in_card_txt_block_left4_in p{
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}
.in_card_txt_block_left4_in p b{
  font-weight: 400;
  color: #1c66a0;
}
.in_card_txt_block_left4>p{
  width: 100%;
  margin: 0;
  text-align: right;
}
.in_card_txt_block_left4>p a{
  color: #1c66a0;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #1c66a0;
}
.card_txt_block_right{
  max-width: 490px;
  width: 100%;
  background: #ffd189;
  background: -moz-linear-gradient(top,  #ffd189 1%, #fec267 100%);
  background: -webkit-linear-gradient(top,  #ffd189 1%,#fec267 100%);
  background: linear-gradient(to bottom,  #ffd189 1%,#fec267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd189', endColorstr='#fec267',GradientType=0 );
  border-radius: 18px;
  padding: 45px 30px;
  overflow: hidden;
}
.card_txt_block_right .heading{
  text-align: left;
}
.card_txt_block_right ul{
  padding: 0 0 40px 0;
  margin: 0;
}
.card_txt_block_right ul li{
  list-style: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 8px 0;
}
.card_txt_block_right ul li p{
  width: 115px;
  font-size: 16px;
  margin: 0;
}
.card_txt_block_right ul li span{
  font-size: 12px;
}
.card_txt_block_right_in{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card_txt_block_right_in_inn{
  width: 205px;
  padding: 15px 40px;
  background: #fff;
  border-radius: 40px;
  margin: 0 0 20px 0;
}
.card_txt_block_right_in_inn2{
  width: 100%;
}
.card_txt_block_right_in_inn p{
  margin: 0 0 8px 0;
  font-size: 12px;
}
.card_txt_block_right_in_inn input{
  font-size: 16px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  border: none;
}
.card_txt_block_right_tot{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 45px;
}
.card_txt_block_right_tot p{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
h4.heading{
  margin: 0;
}
.card_txt_block_right_bt button {
  display: block;
  background: #1c66a0;
  width: 290px;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto 15px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.card_txt_block_right_bt p{
  text-align: center;
  font-size: 12px;
  margin: 0;
}