body {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
input {
	outline-style: none;
	border-radius: 4px;
}
#all {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 400px;
}
header {
	border-bottom: 1px solid #B0B5B7;
	height: 90px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.logo1 {
	display: block;
	width: 230px;
	border-right: 1px solid #333;
	height: 48px;
	position: relative;
}
.logo_1_img {
	width: 43px;
	height: 40px;
	position: absolute;
	top: 3px;
	left: 10px;
	background: url(../images/logo_1_img.svg) center / cover no-repeat;
}
.text_log_rura {
	width: 133px;
	height: 24px;	
	background: url(../images/text_log_rura.svg) center / cover no-repeat;
	position: absolute;
	left: 75px;
	top: 10px;
}
.logo2 {
	display: block;
	width: 125px;
	height: 53px;	
	background: url(../images/logo2.svg) center / cover no-repeat;
	margin-left: 20px;
	position: relative;
	left: 0;
	top: -5px;
}
.content_wrapper {
	margin: 0 auto;
	max-width: 960px;
	min-height: 300px;
  padding: 0 25px 50px;
}
.subheader_wrapper {
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.subheader_1 {
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.subheader_2 {	
	width: 40%;
	height: 70px;
	position: relative;
	margin-left: 10%;
}
.info,
.info_1 {
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(../images/info.svg);
	top: 0;
	left: 10px;
}
.info_1 {
	top: 15px;
	left: 15px;
}
.subheader_2_text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	margin-left: 50px;
}
.subheader_2_text a {
	color: #BCA582;
	text-decoration: none;
}
.subheader_splitter {
	width: 220px;
	height: 2px;
	background-color: #BCA582;
}
.tracker_wrapper {
	margin-top: 40px;
  display: flex;
}
.tracker_item{
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.tracker_item:last-child{
  margin-right: 0;
}
.tracker_1_marker {
	width: 40px;
	height: 40px;
	border: 1px solid #BCA582;
	border-radius: 50%;
	display: table;
	text-align: center;
	color: #BCA582;
  background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tracker_1_marker:hover {
	background-color: #BCA5821A;
	color: #BCA582;
}
.tracker_1_marker_on {
	background-color: #BCA582;
	color: #fff;
}
.tracker_1_text {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	margin-left: 10px;
  width: 150px;
}
.tracker_line {
	width: 70px;
	height: 1px;
	background-color: transparent;
}
.form_wrapper {
	min-height: 200px;
	margin-top: 40px;
}
.form_page_1 {
	display: block;
}
.form_page_2 {
	display: none;
}
.form_page_3 {
	display: none;
}
.form_page_4 {
	display: none;
}
.form_page_5 {
	display: none;
	
}
.form_header_wrapper {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.form_header {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
}
.form_header_line {
	width: 98%;
	height: 1px;
	background-color: #BCA582;
	margin-left: 2%;
}

.form_header_wrapper_next {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.form_header_next {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
  margin-right: 20px;
  white-space: nowrap;
}
.form_header_line_next {
	width: 100%;
	height: 1px;
	background-color: #BCA582;
}
.form_link_next,
.form_link_back {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	color: #BCA582;
	margin-left: 20px;
}
.form_button_wrapper_next {
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px;
}
.form_button_next {
	border: 2px solid #BCA582;
	height: 50px;
	width: 220px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
}
.form_button_next:hover {
	background-color: #BCA5821A;
}

.form_fio_wrapper,
.form_mail_wrapper,
.form_phone_wrapper,
.form_fio_leader_wrapper,
.form_leader_function_wrapper,
.form_museum_input_wrapper,
.form_museum_textarea_wrapper {
	display: flex;
	margin-top: 30px;
}
.form_mail_wrapper,
.form_phone_wrapper,
.form_leader_function_wrapper {
	margin-top: 16px;
}
.form_leader_textarea_wrapper,
.form_museum_textarea_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
	height: 100%;
}
.form_fio_label,
.form_mail_label,
.form_phone_label,
.form_village_name_label,
.form_village_region_label,
.form_leader_textarea_label,
.form_museum_input_label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	width: 220px;
  margin-top: 13px;
}
.form_museum_textarea_label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	width: 175px;
	padding-left: 45px;
}
.form_fio_label span,
.form_mail_label span,
.form_phone_label span,
.form_village_name_label span,
.form_village_region_label span {
	color: red;
}
.text_error{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #D93025;
}
.form_fio_input,
.form_mail_input,
.form_phone_input,
.form_village_name_input,
.form_village_region_input,
.form_video_input {
	display: block;
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	height: 44px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.form_fio_input:focus,
.form_mail_input:focus,
.form_phone_input:focus,
.form_village_name_input:focus,
.form_village_region_input:focus,
.form_video_input:focus {
	border: 1px solid #BCA582;
}
.form_input_wr{
  width: 460px;
}
.input_error{
  border-color: #D93025;
}
input{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
input::placeholder{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #d4d4d4;
}
.count_input {
	width: 3.2%;
	margin-left: -6px;
}
.form_leader_textarea_input {
	display: block;
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	width: 430px;
	padding: 15px;
	resize: vertical;
	min-height: 50px;
}
.form_museum_textarea_input {
	display: block;
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	padding: 15px;
	resize: vertical; 
	width: 60%;
	min-height: 50px;
}
.form_tourist_attraction_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	padding: 0;
	margin-top: 20px;	
}
.form_tourist_attraction_left {
	height: 100%;
	width: 35%;
  padding-top: 5px;
}
.form_tourist_attraction_left_wr,
.form_tourist_attraction_right_wr {
  padding: 15px 15px 0;
  position: relative;
}
.form_tourist_attraction_right_wr {
	display: flex;
	flex-wrap: wrap;
}
.form_tourist_attraction_left_text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #B0B5B7;
	margin-left: 40px;
}
.info_1_header_1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
}
.info_2 {
	top: 50px;
}
.form_tourist_attraction_right {
	width: 65%;
}
.form_museum_wr {
	min-height: 40px;
	margin-bottom: 15px;
	margin-right: 25px;
}
.form_museum_header_wr {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.museum_checkbox {
	border: 2px solid #BCA582;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.museum_checkbox:hover{
  background: #BCA5821A;
}
.museum_check {
	width: 15px;
	height: 7px;
	border-left: 2px solid #BCA582;
	border-bottom: 2px solid #BCA582;
	transform: rotate(315deg);
	margin-bottom: 5px;
	display: none;
}
.museum_header_label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	margin-left: 10px;
}
.form_downloads_wr {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.form_downlosds_file {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.village_file {
	display: none;
}
.photo_item_inner form{
  height: 100%;
}
.museum_file_text {
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}
.museum_youtube_label {
	width: 23px;
	height: 24px;
	margin-left: 20px;
	background-image: url(../images/social-video-youtube.svg);
	background-repeat: no-repeat;
}
.form_museum_youtube_input {
	display: block;
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	height: 40px;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 15px;
}
.museum_add_more_wrapper {
	height: 40px;
	width: 100%;
	border-bottom: 2px solid #BCA582;
	position: relative;
	margin-bottom: 20px;
}
.form_page_2_btns_wr {
	height: 50px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.form_page_2_btn_back {
	border: 2px solid #B0B5B7;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}
.form_page_2_btn_back:hover {
	background-color: #B0B5B71A;
}
.chk_block_wr {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.chk_label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	margin-left: 10px;
	margin-right: 20px;
}
.activity_wr,
.food_wr,
.prod_wr,
.com_wr {
	margin-top: 15px;
	height: auto;
	position: relative;
}

.activity_textarea {
	display: block;
	border: 1px solid red;
  border-radius: 4px;
  width: 93%;
  padding: 15px;
  resize: vertical;
  min-height: 50px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}
.activity_label	{

	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #333;
}
.form_radio {
	width: 22px;
	height: 22px;
	border: 2px solid #BCA582;
	box-sizing: border-box;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.form_radio:hover{
  background: #BCA5821A;
}
.form_radio_check {
	width: 8px;
	height: 8px;
	background-color: #BCA582;
	border-radius: 4px;
	display: none;
}
.activity_textarea {
	border: 1px solid #B0B5B7;
	border-radius: 4px;
	width: 97.5%;
	margin-top: 5px;
	margin-bottom: 10px;
	resize: vertical;
	min-height: 50px;
}
.dopinfo_wr {
	min-height: 100px;
	width: 100%;
	border-bottom: 1px solid #BCA582;
	padding-bottom: 40px;
	margin-top: 60px;
}
.dopinfo_wr_1,
.dopinfo_wr_2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.dopinfo_wr_2 {
	margin-top: 30px;
}
.header_label_3 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}
.header_label_3 a {
	color: #BCA582;
	text-decoration: none;
}
#get_support_measures {
	margin-left: 20px;
}
.custom_2 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #B0B5B7;
	margin-top: 20px;
	margin-bottom: 30px;
}
.custom_3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.ok_wr {
	margin: 3% auto;
	width: 570px;
	height: 494px;
	background-image: url(../images/ok.svg);
	background-size: cover;
	position: relative;
}
.go_back {
	position: absolute;
	height: 14px;
	width: 100px;
	bottom: 72px;
    left: 235px;
}
.add_photo_header,
.add_video_link {
	margin-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 1px 10px 3px 40px;
	background-image: url(../images/info.svg);
	background-size: 22px;
	background-repeat: no-repeat;
}
.photo_wr {
	min-height: 150px;
	margin: 15px -5px 0;
	display: flex;
	flex-wrap: wrap;
}
.photo_item{
  padding: 0 5px;
  width: calc(25% - 10px);
  margin-bottom: 25px;
}
.photo_item_wr {
	border-radius: 4px;
	width: 100%;
	height: 170px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.delete_img_wr{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 15;
  display: none;
  border: 1px solid #d3d3d3;
}
.delete_img_wr:hover{
  background: #e3e5e6;
}
.delete_img_preview{
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.delete_img_preview:before,
.delete_img_preview:after {
  position: absolute;
  content: '';
  top: 9px;
  width: 10px;
  height: 10px;
  z-index: 20;
  border-top: 1px solid #000000;
}
.delete_img_preview:before{
  transform: rotate(45deg);
  left: 3px;
}
.delete_img_preview:after{
  transform: rotate(-45deg);
  left: 10px;
}

.photo_item_inner {
	width: calc(100% - 30px);
	height: 155px;
	border: 2px dashed transparent;
	border-radius: 4px;
	position: absolute;
	background-image: url(../images/file_download_bg2.svg);
	background-repeat: no-repeat;
	background-size: 44px;
	background-position: center 30px;
}
.photo_item_inner:hover {
	border: 2px dashed #ccc;
}
.photo_upload {
	color: #BCA582;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	top: 83px;
	left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.photo_upload.photo_size{
  top: 100px;
  font-size: 9px;
}
.village_file_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #aaa;
  word-break: break-all;
}
.youtube_input {
	margin-top: 15px;
	padding-left: 45px;
	background-image: url(../images/social-video-youtube.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.form_button_next.send_mess {
	background-color: #BCA582;
}

.form_button_next.send_mess:hover {
	background-color: #B49970;
	border: 2px solid #B49970;
}

#goto_4{
  pointer-events: none;
  background-color: #dcdcdc;
}

.complete_msg {
	max-width: 530px;
	min-height: 200px;
	margin: 50px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.complete_ok {
	width: 90px;
	height: 90px;
	border: 2px solid #BCA582;
	border-radius: 47px;
	margin: 0 auto 25px;
	position: relative;
}
.complete_ok span {
	display: block;
	width: 50px;
	height: 30px;
	border-right: 2px solid #BCA582;
	border-top: 2px solid #BCA582;
	left: 20px;
	top: 22px;
	position: absolute;
	transform: rotate(135deg);
}
.complete_header {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.complete_title{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-bottom: 7px;
}
.complete_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  line-height: 19px;
	text-align: center;
	color: #333333;
	margin-bottom: 36px;
}
.complete_grid_buttons{
  max-width: 384px;
  margin: 0 auto;
}
.complete_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #BCA582;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	cursor: pointer;
	width: 100%;
	height: 54px;
	color: #333333;
	text-decoration: none;
	margin: 0 auto 14px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.complete_btn:hover{
  border: 2px solid #B0B5B7;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.complete_btn:active{
  border: 2px solid #B0B5B7;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.complete_links{
  max-width: 384px;
  margin: 0 auto 16px;
}
.complete_grid{
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.complete_grid_item{
  padding: 0 8px 16px;
  height: 72px;
  width: calc(100% / 2 - 16px);
}
.complete_grid_wr{
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  box-shadow: 0 12px 24px rgba(135, 135, 135, 0.1);
  position: relative;
}
.complete_item_left img{
  width: 40px;
  height: 40px;
}
.complete_item_right{
  margin-left: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.cover_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 1200px){
  .logo1 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px){
  .tracker_item {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .tracker_1_marker {
    margin: 0 auto 10px;
  }
  .tracker_1_text {
    margin-left: 0;
    width: auto;
    max-width: 150px;
  }
  .tracker_wrapper {
    justify-content: space-around;
  }
  .photo_item {
    width: calc(33.3% - 10px);
  }
}
@media screen and (max-width: 640px){
  .photo_item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px){
  .photo_wr {
    min-height: auto;
  }
  .photo_item_wr {
    height: 128px;
  }
  .tracker_1_text {
    font-size: 12px;
    padding: 0 5px;
  }
  .subheader_1 {
    width: auto;
    font-size: 22px;
    line-height: 58px;
  }
  .text_log_rura {
    width: 104px;
    height: 18px;
    left: 62px;
    top: 16px;
  }
  .logo_1_img {
    width: 36px;
    height: 33px;
    top: 9px;
  }
  .logo1 {
    width: 190px;
  }
  .logo2 {
    width: 104px;
    height: 42px;
  }
  header {
    height: 72px;
  }
  .form_fio_wrapper,
  .form_mail_wrapper,
  .form_phone_wrapper,
  .form_fio_leader_wrapper,
  .form_leader_function_wrapper,
  .form_museum_input_wrapper,
  .form_museum_textarea_wrapper {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .form_fio_label,
  .form_mail_label,
  .form_phone_label,
  .form_village_name_label,
  .form_village_region_label,
  .form_leader_textarea_label,
  .form_museum_input_label {
    width: auto;
    margin-bottom: 6px;
  }
  .form_input_wr{
    width: 100%;
  }
  .form_mail_wrapper,
  .form_phone_wrapper,
  .form_leader_function_wrapper {
    margin-top: 15px;
  }
  .form_button_next {
    height: 50px;
    width: 47%;
    text-align: center;
  }
  .form_header_wrapper_next {
    margin-top: 16px;
  }
  .form_button_wrapper_next {
    margin-top: 10px;
    height: auto;
  }
  .subheader_wrapper {
    margin-top: 5px;
    height: 58px;
  }
  .tracker_wrapper {
    margin-top: 30px;
  }
  .form_wrapper {
    margin-top: 25px;
  }
  .form_tourist_attraction_wrapper {
    display: block;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  .form_tourist_attraction_left {
    width: auto;
    padding-top: 0;
  }
  .form_tourist_attraction_left_wr,
  .form_tourist_attraction_right_wr {
    padding: 20px 0 0;
  }
  .form_tourist_attraction_right {
    width: auto;
  }
  .info_1_header_1 {
    margin-bottom: 5px;
  }
  .form_page_2_btn_back {
    width: 47%;
    height: 50px;
    position: inherit;
  }
  .form_page_2_btns_wr {
    height: auto;
    position: inherit;
    justify-content: space-between;
    margin: 0;
  }
  .add_photo_header, .add_video_link {
    margin-top: 20px;
  }
  .photo_item_inner,
  .photo_item_inner:hover{
    border: none;
  }
  .complete_grid {
    display: block;
  }
  .complete_grid_item {
    padding: 0 8px 16px;
    height: 72px;
    width: auto;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px){
  .chk_block_wr {
    width: auto;
  }
  .content_wrapper {
    padding: 0 10px 30px;
  }
  .logo1 {
    margin-left: 0;
    width: 145px;
  }
  .logo_1_img {
    width: 33px;
    height: 31px;
  }
  .logo2 {
    width: 87px;
    height: 35px;
    margin-left: 13px;
  }
  .text_log_rura {
    width: 89px;
    height: 16px;
    left: 49px;
    top: 15px;
  }
  .logo_1_img {
    width: 30px;
    height: 28px;
    top: 9px;
    left: 10px;
  }
  header {
    height: 61px;
  }
  .form_header_next {
    white-space: normal;
  }
}
@media screen and (max-width: 320px){
  .complete_msg{
    padding: 0;
  }
}
