body{
	background-color: rgba(255,255,255,0);
  font-family: HelveticaNeueCyr, Helvetica, sans-serif;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf);
  font-style: normal;
  font-weight: 600;
}


.wrap{
  position: relative;
  width: 100%;
}

.work{
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.mainwrap{
  overflow: hidden;
}

article ul li{
  position: relative;
  padding-left: 20px;
}

article ul li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #6889bc;
}


article ol li{
  list-style-type: digits;
  padding-left: 5px;
}

article ol li::before{
  content: none;
}

/***************************************************** mainmenu ****************************************/
.wrap_mainmenu{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
}

.stiky_bg{
  opacity: 0;
}

.stiky_bg video{
  display: none;
}

.wrap_mainmenu.stiky .stiky_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}

.wrap_mainmenu.stiky .stiky_bg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.wrap_mainmenu.stiky .stiky_bg video{
  display: block;
}

.wrap_mainmenu .work{
  height: 100%;

}

.mainmenu_list{
  height: 100%;
}

.mainmenu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.mainmenu_item{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.mainmenu_item::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: -18px;
}

.mainmenu_item:last-child::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: -18px;
}

.mainmenu_link{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.mainmenu_link:hover{
  color: rgba(255, 255, 255, 0.75)
}

.mainmenu_mob_bg{
  display: none;
}
/***************************************************** mainmenu ****************************************/

/***************************************************** header ****************************************/
.header{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.header::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.header_inner{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 266px;
  background-color: rgba(0, 0, 0, 0.5);
}

.header_inner::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.video{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
}

.video video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.work_header{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.logo{
  position: absolute;
  top: 126px;
  left: 50%;
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: -105px;
  background-image: url(svg/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% auto;
}

.header_text{
  max-width: 700px;
}

.header_text_name{
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header_text_title{
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 16px;
}

.header_weather{
  position: absolute;
  text-decoration: none;
  left: 0;
  bottom: 77px;
  width: 340px;
  height: 230px;
  box-sizing: border-box;
  padding: 23px 21px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(15px);
}

.hw_city{
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-bottom: 20px;
  padding-left: 33px;
  box-sizing: border-box;
  background-image: url(svg/i_city.svg);
  background-repeat: no-repeat;
  background-position: top 3px left;
}

.hw_dg_line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hw_dg_line_dg{
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-left: 50px;
  background-image: url(svg/i_dg.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

.hw_dg_line_dge{
  padding-right: 22px;
}

.hw_dg_line_dge_title{
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
}

.hw_dg_line_dge_value{
  display: flex;
  align-items: center;
  height: 24px;
  color: #fff;
  padding-left: 30px;
  margin-top: 4px;
  background-image: url(svg/i_dg_e.svg);
  background-repeat: no-repeat;
  background-position: top left; 
}

.hw_dg_line_info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}

.hw_dg_line_info__title{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.hw_dg_line_info__value{
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: 10px;
  color: #fff;
  padding-left: 24px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left center; 
}

.hw_dg_line_info_d .hw_dg_line_info__value{
  background-image: url(svg/i_gauge.svg);

}

.hw_dg_line_info_v .hw_dg_line_info__value{
  background-image: url(svg/i_wind.svg);
  padding-left: 28px;
}

.hw_dg_line_info_vl .hw_dg_line_info__value{
  background-image: url(svg/i_waterdrop.svg);
}

.header_info{
  position: absolute;
  right: 0;
  bottom: 77px;
  width: 340px;
  height: 230px;
  box-sizing: border-box;
  padding: 23px 21px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(15px);
}

.header_info_day_line{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
}

.header_info_day{
  color: #fff;
  padding-left: 30px;
  background-image: url(svg/i_calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.header_info_time_line{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 5px 0;
}

.header_info_time_line.top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header_info_time_line_title{
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
}

.header_info_time_line_time{
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 500;
}

.mouse-container{
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
}

.mouse-container svg{
  width: 100%;
}

svg #wheel {
	animation: scroll ease 1.5s infinite;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(100px);
	}
}

.header_inner_content{
  position: relative;
  z-index: 2;
  padding-top: 56px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.header_inner_content .work{
  height: 100%;
}

.header_inner_block{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header_title{
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4em;
  text-transform: uppercase;
}
/***************************************************** header ****************************************/

/***************************************************** home head ****************************************/
.home_head{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 50px;
}

.home_head_left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 12px;
}

.home_head_right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 12px;
}

.home_head_right img{
  max-width: 100%;
  height: auto;
}

.home_head_block{
  width: 100%;
  margin-bottom: 28px;
}

.home_head_block:last-child{
  margin-bottom: 0;
}

.home_head_title{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4em;
  color: rgba(49, 49, 49, 1);
}

.home_head_text{
  line-height: 1.4em;
  color: rgba(49, 49, 49, 1);
  margin-top: 15px;
}

.home_head_text p{
  margin-bottom: 15px;
}

.home_head_text p:last-child{
  margin-bottom: 0;
}
/***************************************************** home head ****************************************/

/***************************************************** home cats ****************************************/
.home_cats{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -13px;
}

.home_cats_block{
  position: relative;
  width: calc(100%/4 - 26px);
  min-height: 340px;
  margin: 10px 13px;
  box-sizing: border-box;
  padding: 25px;
  text-decoration: none;
  transition: .5s;
}

.home_cats_block:hover{
  transition: .5s;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
  -moz-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
  box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
  border-radius: 5px;
}

.home_cats_icon_line{
  display: flex;
  justify-content: center;
  width: 100%;
}

.home_cats_block_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.home_cats_block_content.text{
  justify-content: flex-start;
}

.home_cats_icon{
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}

.home_cats_title{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 24px;
}

.home_cats_btn_line{
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home_cats_btn{
  width: fit-content;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  color: #fff;
  padding: 12px 24px;
  transition: .5s;
}

.home_cats_block:hover .home_cats_btn{
  transition: .5s;
  background: rgba(255, 255, 255, 0.25);
}

.home_cats_subtitle{
  color: rgba(49, 49, 49, 1);
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4em;
}

.home_cats_text{
  color: rgba(49, 49, 49, 1);
  line-height: 1.4em;
  margin-top: 20px;
}

.home_cats_text p{
  margin-bottom: 15px;
}

.home_cats_text p:last-child{
  margin-bottom: 0;
}
/***************************************************** home cats ****************************************/

/***************************************************** home info ****************************************/
.home_info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}

.home_info_left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 13px;
}

.home_info_left img{
  max-width: 100%;
  height: auto;
}

.home_info_right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 13px;
}

.home_info_title{
  width: 100%;
  color: rgba(49, 49, 49, 1);
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
}

.home_info_text{
  margin-top: 20px;
  width: 100%;
  color: rgba(49, 49, 49, 1);
  font-size: 18px;
  line-height: 1.6em;
}

.home_about{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -13px;
}

.home_about_block{
  width: calc(100%/3 - 26px);
  margin: 0 13px;
  box-sizing: border-box;
  padding: 36px;
  transition: .5s;
}

.home_about_block:hover{
  transition: .5s;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.1);
  box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.1);
  border-radius: 5px;
}

.home_about_block:nth-child(1){
  background-color: rgba(237, 247, 250, 1);
}
.home_about_block:nth-child(2){
  background-color: rgba(237, 246, 255, 1);
}
.home_about_block:nth-child(3){
  background-color: rgba(237, 247, 250, 1);
}

.home_about_title{
  font-weight: 500;
  font-size: 24px;
  color: rgba(49, 49, 49, 1);
  line-height: 1.4em;
}

.home_about_text{
  font-size: 18px;
  color: rgba(49, 49, 49, 1);
  line-height: 1.6em;
  margin-top: 20px;
}

.home_about_text p{
  margin-bottom: 15px;
}

.home_about_text p:last-child{
  margin-bottom: 0;
}
/***************************************************** home info ****************************************/

/***************************************************** home map ****************************************/
.home_map{
  min-height: 600px;
  padding: 36px;
  background-color: rgba(237, 246, 255, 1);
  box-sizing: border-box;
  margin: 60px 0;
  background-image: url(svg/map.svg);
  background-position: right 36px center;
  background-size: calc(100% - 500px) 90%;
  background-repeat: no-repeat;
}

.home_map_block{
  width: 412px;
}

.home_map_title{
  width: 100%;
  color: rgba(49, 49, 49, 1);
  line-height: 1.4em;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

.home_map_text{
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6em;
  color: rgba(49, 49, 49, 1);
}

.home_map_text ul{
  width: 100%;
  margin-top: 30px;
}

.home_map_text ul li{
  position: relative;
  padding-left: 20px;
}

.home_map_text ul li::before{
  content: '';
  position: absolute;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(49, 49, 49, 1);
}
/***************************************************** home map ****************************************/

/***************************************************** peoples ****************************************/
.wrap_peoples{
  padding: 60px 0;
}

.peoples_cat_title{
  font-size: 32px;
  line-height: 1.4em;
  color: rgba(49, 49, 49, 1);
  text-transform: uppercase;
  font-weight: 500;
}

.peoples_cat_description{
  margin-top: 25px;
  line-height: 1.6em;
  color: rgba(49, 49, 49, 1);
}

.peoples_cat_description p{
  margin: 15px 0;
}

.peoples_blocks{
  display: flex;
  flex-wrap: wrap;
  width:calc(100% + 20px);
  margin-top: 30px;
  margin-left: -10px;
}

.people_block{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100%/4 - 20px);
  box-sizing: border-box;
  margin: 10px;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(237, 247, 250, 1);
  padding: 20px;
}

.people_block:hover{
  background-color: rgba(104, 137, 188, 1);
}

.people_photo{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.people_photo img{
  width: 100%;
  max-width: 100%;
}

.people_video{
  display: none;
  width: 100%;
  height: 100%;
}

.people_photo:hover .people_video{
  display: block;
}

.people_photo:hover img{
  display: none;
}

.people_photo:hover::before{
  content: 'pronao';
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: #205991;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.people_fio{
  width: 100%;
  margin-top: 20px;
  text-align: left;
  color: rgba(49, 49, 49, 1);
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4em;
}

.people_block:hover .people_fio{
  color: #fff;
}

.people_fio_line{
  margin-top: 5px;
}
/***************************************************** peoples ****************************************/

/***************************************************** footer ****************************************/
.wrap_footer{
  background-color: rgba(104, 137, 188, 1);
}

.footer{
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 25px 0;
}
/***************************************************** footer ****************************************/


/***************************************************** pagination ****************************************/
.pagination{
	width: 100%;
	margin-top: 50px;
}

.pagination__list{
	display: flex;
	justify-content: center;
}

.pagination__item{
	margin-right: 10px;
}

.pagination__item:last-child{
	margin-right: 0;
}

.pagination__link{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	height: 50px;
	background-color: #2997d4;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}

.pagination__item.active .pagination__link{
	background-color: #205991;
}

.pagination__item:hover .pagination__link{
	background-color: #205991;
}

.pagination__list .control{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	height: 50px;
	background-color: #2997d4;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}

.pagination__list .control.control--prev{
	margin-right: 10px;
}

.pagination__list .control:before{
	content: attr(title);
}

.pagination__list .control svg{
	display: none;
}

.pagination__list .next.pagination__link:before, 
.pagination__list .prev.pagination__link:before{
    content: attr(title);
}
/***************************************************** pagination ****************************************/

/***************************************************** breadcrumbs ****************************************/
.breadcrumbs_line{
  width: 100%;
  margin-top: 30px;
}

.breadcrumbs{
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs_item{
  color: rgba(49, 49, 49, 1);
  margin: 10px 10px;
}

.breadcrumbs_item:first-child{
  margin-left: 0;
}

.breadcrumbs_link{
  position: relative;
  color: rgba(49, 49, 49, 1);
  text-decoration: none;
  padding-right: 24px;
}

.breadcrumbs_link::after{
  content: '//';
  position: absolute;
  top: 2px;
  right: 0;
}

.breadcrumbs_link:hover{
  text-decoration: underline;
  color: #205991;
}
/***************************************************** breadcrumbs ****************************************/

/***************************************************** popup ****************************************/
.popup_container{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.7);
  backdrop-filter: blur(5px);
}

.popup{
  position: relative;
  width: calc(100% - 30px);
  max-width: 480px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 85px;
}

  .popup_close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(svg/i_close.svg);
  }

.popup_title{
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup_line.center_content{
  display: flex;
  justify-content: center;
}

.popup_line{
  width: 100%;
  margin-bottom: 12px;
}

.popup_line:last-child{
  margin-bottom: 0;
}

.popup_text_info{
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.popup_link{
  color: rgba(25, 91, 152, 1);
  font-weight: 500;
  line-height: 1.6em;
}

.popup_inp{
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid rgba(49, 49, 49, 0.3);
  border-radius: 8px;
  padding: 0 24px;
  outline: none;
}

.popup_inp::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.popup_inp::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.popup_inp:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.popup_inp:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.popup_inp:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup_inp:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.popup_inp:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.popup_inp:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.popup_btn{
  width: 100%;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: 500;
}

.popup_btn span{
  position: relative;
}

.popup_btn.blue{
  background-color: rgba(25, 91, 152, 1);
}

.popup_btn.gray{
  background-color: rgba(72, 103, 120, 0.3);
}

.popup_btn.ya{
  height: 56px;
  background-color: rgba(49, 49, 49, 1);
}

.popup_btn.vk{
  height: 56px;
  background-color: rgba(0, 119, 255, 1);
}

.popup_btn.ya span{
  padding-left: 48px;
}

.popup_btn.vk span{
  padding-left: 48px;
}

.popup_btn.ya span::before,
.popup_btn.vk span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.popup_btn.ya span::before{
  background-image: url(svg/i_ya.svg);
}

.popup_btn.vk span::before{
  background-image: url(svg/i_vk_l.svg);
}
/***************************************************** popup ****************************************/

/***************************************************** people ****************************************/
.wrap_people{
  padding: 40px 0;
}

.people{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.people_content{
  width: calc(100% - 585px);
  box-sizing: border-box;
  padding-right: 26px;
}

.people_article p{
  margin: 15px 0;
  line-height: 1.6em;
}

.people_article q{
  display: inline-block;
  background-color: rgba(237, 247, 250, 1);
  box-sizing: border-box;
  padding: 36px;
  margin: 15px 0;
  line-height: 1.4em;
}

.people_article img{
  margin: 15px 0;
  margin-right: 20px;
}

.article_block_gallery{
  display: flex;
}

.people_content_top{
  display: flex;
  flex-wrap: wrap;
}

.people_content_top_img{
  width: 305px;
}

.people_content_top_img img{
  max-width: 100%;
  height: auto;
}

.people_content_top_info{
  width: calc(100% - 340px);
  box-sizing: border-box;
  padding-left: 25px;
}

.people_content_top_title{
  width: 100%;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
}

.people_fio_f{
	display: inline;
}

.people_fio_line{
	display: inline;
}

.people_content_top_block{
  width: 100%;
  margin-top: 36px;
  background-color: rgba(237, 247, 250, 1);
  box-sizing: border-box;
  padding: 36px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}

.people_content_top_block p{
  margin-bottom: 15px;
}

.people_content_top_block p:last-child{
  margin-bottom: 0;
}
/***************************************************** people ****************************************/

/***************************************************** restaurant ****************************************/
.wrap_restaurant{
  padding: 40px 0;
}

.restaurant{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.restaurant_content{
  width: calc(100% - 585px);
  box-sizing: border-box;
  padding-right: 50px;
}

.restaurant_content_block{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #F9FCFF;
  box-shadow: 0px 6px 10px rgba(25, 91, 152, 0.1);
}

.restaurant_content_block_photo{
  width: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

.restaurant_content_block_photo img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.restaurant_content_block_info{
  width: calc(100% - 460px);
  box-sizing: border-box;
  padding: 28px;
}

.restaurant_content_block_info_line{
  width: 100%;
  min-height: 28px;
  margin-bottom: 28px;
  box-sizing: border-box;
  padding-left: 34px;
  background-position: top left;
  background-repeat: no-repeat;
}

.restaurant_content_block_info_line:last-child{
  margin-bottom: 0;
}

.restaurant_content_block_info_line.address{
  background-image: url(svg/i_address.svg);
}

.restaurant_content_block_info_line.phone{
  background-image: url(svg/i_phone.svg);
}

.restaurant_content_block_info_line.watch{
  background-image: url(svg/i_work.svg);
}

.restaurant_content_block_info_line.site{
  background-image: url(svg/i_website.svg);
}

.restaurant_content_block_info_line_title{
  font-weight: 500;
}

.restaurant_content_block_info_line_text{
  margin-top: 10px;
  line-height: 1.4em;
}

.restaurant_content_block_info_line_text a{
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.restaurant_content_block_info_line_link{
  line-height: 1.4em;
  text-decoration: none;
  color: #000;
}
/***************************************************** restaurant ****************************************/

/***************************************************** share ****************************************/
.share{
  width: 100%;
  margin: 20px 0;
}

.share_title{
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}

.share_list{
  display: flex;
  margin-top: 20px;
}

.share_item{
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(237, 247, 250, 1);
}

.share_item.tg{
  background-color: rgba(47, 128, 237, 1);
  background-image: url(svg/i_tg.svg);
}

.share_item.wu{
  background-color: rgba(95, 188, 116, 1);
  background-image: url(svg/i_wu.svg);
}

.share_item.wi{
  background-color: rgba(170, 118, 255, 1);
  background-image: url(svg/i_wi.svg);
}

.share_item.vk{
  background-color: rgba(0, 119, 255, 1);
  background-image: url(svg/i_vk.svg);
}

.share_item.ok{
  background-color: rgba(255, 119, 0, 1);
  background-image: url(svg/i_ok.svg);
}

.share_item_link{
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  font-weight: 500;
  cursor: pointer;
}

.share_item_link::before{
  content: '';
  width: 56px;
  height: 56px;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(237, 247, 250, 1);
  background-image: url(svg/i_copy.svg);
}
/***************************************************** share ****************************************/

/***************************************************** map ****************************************/
.map{
  width: 100%;
  margin: 40px 0;
}

.map_title{
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}

.map_container{
  width: 100%;
  height: 400px;
  margin-top: 12px;
  overflow: hidden;
}

.map_container img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
/***************************************************** map ****************************************/

/***************************************************** reviews ****************************************/
.reviews{
  width: 100%;
  margin: 40px 0; 
}

.reviews_title{
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}

.reviews_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
  background-color: #F9FCFF;
  box-shadow: 0px 6px 10px rgba(25, 91, 152, 0.1);
  box-sizing: border-box;
  padding: 38px 30px;
}

.reviews_left{
  box-sizing: border-box;
  padding-right: 30px;
}

.checkbox-other {
  position: relative;
	display: flex;
  align-items: center;
	cursor: pointer;
	user-select: none;
  height: 20px;
}

.checkbox-other input[type=radio],
.checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.checkbox-other span {
  position: relative;
	padding-left: 30px;
	line-height: 20px;
}

.checkbox-other span:before {
	content: "";
  position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
  border: 2px solid #313131;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
 
/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
	background-image: url(svg/i_check.svg);
}

.reviews_right{
  width: 220px;
}

.reviews_left_line{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviews_left_line_left{
  display: flex;
  align-items: center;
  min-width: 150px;
}

.reviews_left_line:last-child{
  margin-bottom: 0;
}

.reviews_left_line_right{
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.reviews_left_line_right_rate{
  position: relative;
  width: 230px;
  height: 12px;
  background: rgba(51, 124, 191, 0.5);
  border-radius: 30px;
  overflow: hidden;
}

.reviews_left_line_right_rate_value{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(51, 124, 191, 1);
  border-radius: 30px;
}

.reviews_left_line_right_value{
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #313131;
  margin-left: 18px;
}

.reviews_right_line{
  display: flex;
  align-items: flex-start;
}

.reviews_right_line_value{
  font-weight: 500;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #313131;
}

.reviews_right_line_rate{
  margin-left: 15px;
}

.reviews_right_line_rate_stars{
  position: relative;
  width: 104px;
  height: 16px;
  background-image: url(svg/i_gray_stars.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.reviews_right_line_rate_stars_value{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(svg/i_blue_stars.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.reviews_right_line_rate_title{
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  color: #313131;
  margin-top: 3px;
}
/***************************************************** reviews ****************************************/

/***************************************************** comments login ****************************************/
.comments_login_info{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0; 
  box-sizing: border-box;
  padding: 24px;
  background-color: rgba(237, 246, 255, 1);
}

.comments_login_info_left{
  width: calc(100% - 100px);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #313131;
  box-sizing: border-box;
  padding-right: 25px;
}

.comments_login_info_btn{
  width: 100px;
  height: 46px;
  background-color: #195B98;
  backdrop-filter: blur(15px);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
/***************************************************** comments login ****************************************/

/***************************************************** comments ****************************************/
.comments{
  width: 100%;
  margin: 40px 0; 
}

.comments_title{
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}

.comments_container{
  width: 100%;
  margin-top: 10px;
}

.comments_block{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #F9FCFF;
  box-shadow: 0px 6px 10px rgba(25, 91, 152, 0.1);
  margin: 24px 0;
}

.comment{
  display: flex;
  width: 100%;
}

.comment_left{
  width: 48px;
}

.comment_left_user_photo{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.comment_left_user_photo img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.comment_right{
  width: calc(100% - 48px);
  box-sizing: border-box;
  padding-left: 18px;
}

.comment_user_fio{
  font-weight: 500;
  color: rgba(25, 91, 152, 1);
  line-height: 1.6em;
}

.comment_rate_line{
  display: flex;
  align-items: center;
}

.comment_data{
  font-size: 14px;
  color: rgba(49, 49, 49, 1);
}

.comment_rate{
  position: relative;
  width: 104px;
  height: 16px;
  background-image: url(svg/i_gray_stars.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 18px;
}

.comment_rate_value{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(svg/i_blue_stars.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.comment_text{
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6em;
}

.comment_text.edit{
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px 25px;
  border: 1px solid rgba(49, 49, 49, 0.3);
}

.comment_btns_line{
  width: 100%;
  margin-top: 25px;
}

.comment_btn{
  font-weight: 500;
}

.comment_info{
  font-weight: 500;
}

.sub_comment{
  margin-top: 16px;
  border-top: 1px solid rgba(217, 217, 217, 1);
  padding-top: 24px;
}

.comment_btn_send{
  height: 46px;
  background: #195B98;
  backdrop-filter: blur(15px);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  padding: 0 24px;
}
/***************************************************** comments ****************************************/

/***************************************************** weather ****************************************/
.weather{
  width: 100%;
  margin: 30px 0;
}

.weather_title{
  width: 100%;
  font-size: 32px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
}

.weather_container{
  width: 100%;
  padding: 40px 55px;
  box-sizing: border-box;
  background: #EDF7FA;
  border-radius: 10px;
  margin-top: 30px;
}

.weather_top_line{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.weather_top_line_d{
  font-size: 64px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #195B98;
}

.weather_top_line_icon{
  width: 36px;
  height: 36px;
  margin: 0 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(svg/w_1.svg);
}

.weather_top_line_info{
  margin-right: 40px;
}

.weather_top_line_info_t{
  font-weight: 500;
}

.weather_top_line_info_b{
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4em;
}

.weather_top_line_content{
  display: flex;
  flex-wrap: wrap;
}

.weather_top_line_content_block{
  margin-right: 40px;
}

.weather_top_line_content_block_t,
.weather_top_line_content_block_b{
  display: flex;
  align-items: center;
  font-size: 14px;
}

.weather_top_line_content_block_title{
  display: inline-block;
  min-width: 110px;
}

.weather_top_line_content_block_icon{
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.weather_top_line_content_block_icon.sunrise{
  background-image: url(svg/w_sunrise.svg);
}

.weather_top_line_content_block_icon.sunset{
  background-image: url(svg/w_sunset.svg);
}

.weather_top_line_content_block_icon.daylight_hours{
  background-image: url(svg/w_daylight_hours.svg);
}

.weather_top_line_content_block_icon.wind{
  background-image: url(svg/w_wind.svg);
}

.weather_top_line_content_block_icon.humidity{
  background-image: url(svg/w_humidity.svg);
}

.weather_top_line_content_block_icon.pressure{
  background-image: url(svg/w_pressure.svg);
}

.weather_top_line_content_block_value{
  font-weight: 500;
  color: rgba(25, 91, 152, 1);
}

.weather_top_line_content_block_b{
  margin-top: 5px;
}

.weather_clock_slider{
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.weather_clock_slider .slick-arrow{
  position: absolute;
  z-index: 3;
  top: 50%;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  border: 1px solid rgba(104, 137, 188, 1);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(svg/i_arr_slider.svg);
  transform-origin: center center;
  cursor: pointer;
}

.weather_clock_slider .slick-arrow.slick-disabled{
  display: none !important;
}

.weather_clock_slider .slick-arrow.slick-prev{
  left: -40px;
  transform: rotate(-180deg);
}

.weather_clock_slider .slick-arrow.slick-next{
  right: -42px;
}

.weather_clock_line_block{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 7px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 0;
  border: 1px solid #86c5ff;
}

.weather_clock_line_block_time{
  width: 100%;
  text-align: center;
}

.weather_clock_line_block_icon{
  width: 36px;
  height: 36px;
  margin: 12px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(svg/w_2.svg);
}

.weather_clock_line_block_value{
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: rgba(25, 91, 152, 1);
}

.weather_text{
  width: 100%;
  margin-top: 20px;
  color: rgba(49, 49, 49, 1);
  line-height: 1.6em;
}

.weather_text a{
  color: #195b98;
}

.weather_text p{
  margin: 15px 0;
}

.weather_week{
  width: fit-content;
  margin-top: 30px;
}

.weather_week_line{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weather_week_title{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.weather_week_info_container{
  display: flex;
  flex-wrap: wrap;
}

.weather_week_info{
  display: flex;
  margin-left: 20px;
}

.weather_week_info:first-child{
  margin-left: 0;
}

.weather_week_info_title{
  font-size: 14px;
}

.weather_week_info_value{
  position: relative;
  font-size: 14px;
  color: rgba(25, 91, 152, 1);
  padding-left: 30px;
}

.weather_week_info_value::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -9px;
}

.weather_week_info_value.wwdeep::before{
  background-image: url(svg/wwdeep.svg);
}

.weather_week_info_value.wwShow::before{
  background-image: url(svg/wwshow.svg);
}

.weather_week_days{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.weather_week_day{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 125px;
  min-width: 125px;
  border: 1px solid #86c5ff;
  border-radius: 6px;
  padding: 20px 0;
  margin: 7px;
}

.weather_week_day:last-child{
  margin-right: 0;
}

.weather_week_day_title{
  width: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}

.weather_week_day_title.weekend{
  color: rgba(252, 63, 29, 1);
}

.weather_week_day_d{
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.weather_week_day_d.weekend{
  color: rgba(252, 63, 29, 1);
}

.weather_week_day_icon_line{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.weather_week_day_icon{
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(svg/w_2.svg);
}

.weather_week_day_value{
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  color: rgba(25, 91, 152, 1);
}
/***************************************************** weather ****************************************/

/***************************************************** sidebar ****************************************/
.sidebar{
  width: 585px;
}

.sidebar_title{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sidebar_info_block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: rgba(237, 247, 250, 1);
  box-sizing: border-box;
  padding: 28px;
  text-decoration: none;
  color: rgba(49, 49, 49, 1);
  margin-bottom: 20px;
}

.sidebar_info_block_img{
  width: 190px;
}

.sib_restaurant .sidebar_info_block_img{
  width: 260px;
}

.sidebar_info_block_img img{
  max-width: 100%;
  height: auto;
}

.sidebar_info_block_content{
  width: calc(100% - 190px);
  box-sizing: border-box;
  padding-left: 28px;
}

.sib_restaurant .sidebar_info_block_content{
  width: calc(100% - 260px);
}

.sidebar_info_block_title{
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.sidebar_info_block_text{
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
}

.sidebar_info_block_btn{
  width: 114px;
  height: 38px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
  color: rgba(25, 91, 152, 1);
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}
/***************************************************** sidebar ****************************************/

/********************************************** mobile ******************************************/
@media only screen and (max-width: 1500px){
  .work{
    max-width:calc(100% - 60px);
  }

  .home_cats_subtitle{
    font-size: 22px;
  }
}

@media only screen and (max-width: 1439px){
  .header{
    height: 900px;
  }

  .home_head_title{
    font-size: 24px;
  }

  .people_content{
    width: calc(100% - 450px);
  }

  .sidebar{
    width: 450px;
  }

  .sidebar_info_block_img{
    width: 120px;
  }

  .sidebar_info_block_content{
    width: calc(100% - 120px);
  }

  .sidebar_info_block{
    align-items: flex-start;
  }

  .people_content_top_title{
    font-size: 22px;
  }

  .sidebar_title{
    font-size: 20px;
  }

  .sidebar_info_block_title{
    font-size: 16px;
  }

  .people_content_top_block{
    font-size: 16px;
  }

  .sib_restaurant .sidebar_info_block_img{
    width: 180px;
  }

  .sib_restaurant .sidebar_info_block_content{
    width: calc(100% - 180px);
  }

  .restaurant_content{
    width: calc(100% - 450px);
  }
}

@media only screen and (max-width: 1365px){
  .header{
    height: 680px;
  }

  .mouse-container{
    display: none;
  }

  .header_weather,
  .header_info{
    bottom: 30px;
  }

  .logo{
    top: 85px;
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .header_text_name{
    font-size: 24px;
  }

  .header_text_title{
    line-height: 1.2em;
    font-size: 30px;
    margin-top: 5px;
  }

  .header_text{
    margin-bottom: 40px;
  }

  .home_cats_title{
    font-size: 24px;
  }

  .home_cats_block{
    min-height: 300px;
  }

  .home_cats_subtitle{
    font-size: 18px;
  }

  .article_block_gallery{
    flex-wrap: wrap;
  }

  .restaurant_content_block_photo{
    width: 300px;
  }

  .restaurant_content_block_info{
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1279px){
  .work{
    max-width:calc(100% - 40px);
  }

  .header_weather{
    left: 20px;
  }

  .header_info{
    right: 20px;
  }

  .home_cats_btn{
    padding: 12px;
  }
}

@media only screen and (max-width: 1199px){
  .home_head{
    flex-direction: column-reverse;
  }

  .home_head_left{
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .home_head_right{
    padding-left: 0;
    width: 100%;
  }

  .home_cats_block{
    width: calc(100% / 3 - 26px);
  }

  .home_info_left{
    width: 100%;
    padding-right: 0;
  }

  .home_info_right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .people_fio{
    font-size: 16px;
    line-height: 1.2em;
  }

  .peoples_cat_title{
    font-size: 28px;
  }

  .people_content{
    width: 100%;
    padding-right: 0;
  }

  .sidebar{
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }

  .wrap_people{
    padding: 45px 0;
  }

  .people_article img{
    max-width: calc(100% - 20px);
  }

  .restaurant_content{
    width: 100%;
    padding-right: 0;
  }

  .restaurant_content_block_photo{
    width: 460px;
  }

  .restaurant_content_block_info{
    width: calc(100% - 460px);
  }
}

@media only screen and (max-width: 1023px){
  .mainmenu_list{
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    display: none;
  }

  .mainmenu_item::before{
    content: none;
  }

  .mainmenu_list.open{
      display: flex;
  }

  .mainmenu_mob_bg{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .mainmenu_mob_bg_shadow{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
  }

  .mainmenu{
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: inherit;
    height: auto;
  }

  .mainmenu_item{
    margin: 10px 0;
  }

  .mainmenu_link{
    display: flex;
    min-width: 320px;
    padding: 15px 0;
    text-align: center;
    justify-content: center;
  }

  .btn_mob_menu{
    position: relative;
    z-index: 10;
    width: 48px;
    height: 48px;
    background-image: url(svg/i_btn_menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 4px;
  }

  .btn_mob_menu.open{
      background-image: url(svg/mob_menu_close.svg);
      margin-top: 14px;
  }

  .home_cats_block {
    width: calc(100% / 2 - 26px);
  }

  .home_about_block{
    width: 100%;
    margin: 13px 0;
  }

  .home_map{
    min-height: inherit;
    background-image: none;
  }

  .home_map_block{
    width: 100%;
  }

  .people_block{
    width: calc(100% / 3 - 20px);
    padding: 15px;
  }

  .peoples_cat_title{
    font-size: 24px;
  }

  .restaurant_content_block_photo{
    width: 400px;
  }

  .restaurant_content_block_info{
    width: calc(100% - 400px);
  }

  .reviews_right{
    width: auto;
  }

  .reviews_right_line_value{
    font-size: 46px;
  }

  .reviews_left{
    padding-right: 15px;
  }

  .weather_week_line{
    width: 100%;
    flex-wrap: wrap;
  }

  .weather_week_info_container{
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px){
  .header_info{
    display: none;
  }

  .header_weather{
    width: calc(100% - 40px);
  }

  .header_text_title{
    padding: 0 30px;
    box-sizing: border-box;
  }

  .people_block{
    width: calc(100% / 2 - 20px);
  }

  .peoples_cat_title{
    font-size: 20px;
  }

  .breadcrumbs{
    width: calc(100% + 10px);
    margin-left: -5px;
  }

  .breadcrumbs_item{
    margin: 10px 5px;
  }

  .breadcrumbs_item:first-child{
    margin-left: 5px;
  }

  .breadcrumbs_link{
    padding-right: 18px;
  }

  .people_content_top_info{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .people_content_top_block{
    padding: 25px;
    margin-top: 15px;
  }

  .pagination__link{
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .restaurant_content_block_photo{
    width: 100%;
    text-align: center;
  }

  .restaurant_content_block_info{
    width: 100%;
  }

  .reviews_container{
    flex-direction: column-reverse;
  }

  .reviews_left{
    width: 100%;
    padding-right: 0;
  }

  .reviews_right{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .map_container{
    height: auto;
  }

  .share_list{
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .share_item{
    margin: 8px;
  }

  .share_item_link{
    margin: 8px;
  }

  .weather_container{
    padding: 20px;
  }

  .weather_clock_slider .slick-arrow.slick-next{
    right: -10px;
  }

  .weather_clock_slider .slick-arrow.slick-prev{
    left: -10px;
  }

  .weather_title{
    font-size: 24px;
  }
}

@media only screen and (max-width: 639px){
  .home_cats_block{
    width: calc(100% - 26px);
  }

  .home_head_right,
  .home_info_left{
    display: none;
  }

  .home_head_left,
  .home_info_right{
    margin-top: 0;
  }

  .header_text_title{
    font-size: 26px;
    line-height: 1.4em;
  }

  .people_fio{
    font-size: 14px;
  }

  .people_article q{
    padding: 20px;
  }
}

@media only screen and (max-width: 539px){
  .checkbox-other{
    font-size: 13px;
  }

  .reviews_left_line_left{
    width: 120px;
    min-width: 120px;
  }

  .reviews_container{
    padding: 28px 15px;
  }

  .sib_restaurant .sidebar_info_block_img{
    width: 100%;
  }

  .sib_restaurant .sidebar_info_block_content{
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .reviews_left_line_right{
    width: calc(100% - 135px);
    min-width: calc(100% - 135px);
    margin-left: 15px;
  }

  .reviews_left_line_right_rate{
    width: calc(100% - 40px);
  }

  .reviews_left_line_right_value{
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
  }

  .popup{
    padding: 35px;
  }
}

@media only screen and (max-width: 479px){
  .header_text_title{
    padding: 0 15px;
    font-size: 18px;
  }

  .header_text_name{
    font-size: 16px;
  }

  .logo{
    top: 75px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .header{
    height: 560px;
  }

  .header_text{
    margin-bottom: 80px;
  }

  .header_weather, .header_info{
    bottom: 20px;
  }

  .people_block{
    width: calc(100% - 20px);
  }

  .people_fio{
    font-size: 16px;
  }

  .sidebar_info_block_img{
    width: 190px;
  }

  .sidebar_info_block_content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .comments_block{
    padding: 20px 15px;
  }

  .comment_right{
    padding-left: 10px;
  }

  .weather_top_line_content_block{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .weather_week_info{
    width: 100%;
    margin-left: 0;
    margin: 5px 0;
  }

  .weather_week_day{
    width: calc(100%/2 - 16px);
    min-width: inherit;
  }

  .weather_title{
    font-size: 20px;
  }

  .weather_week_title{
    font-size: 18px;
  }

  .weather_top_line_d{
    font-size: 48px;
  }
}