/* global */
html{
	padding: 0;
	margin: 0;
}
body{
	font-size: 13pt;
	padding: 0;
	margin: 0;
	font-family: Roboto, calibri, arial, serif;
	background: #f5f5f5;
	color: #444;
}
h1{
  font-size: 35pt;
}
h2{
  font-size: 20pt;
}
h1, h2, h3, h4, h5, h6{
	color: #393939;
	font-weight: normal;
	padding: 0;
	margin: 10px 0;
}
small{
	font-size: 11pt;
}
p{
	margin: 10px 0;
}
a{
	text-decoration: none;
	color: #393939;
}
a:hover{
	color: black;
}
hr{
	width: 100%;
	border: 1px solid #393939;
}
input,
select,
textarea{
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus{
	border: 1px solid #393939;
	box-shadow: 0 0 4px #393939;
}
select *{
	padding: 20px;
}
input[type=range],
input[type=range]:focus{
	border: none !important;
	box-shadow: none !important;
}
input[type=range]::-webkit-outer-spin-button,
input[type=range]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=checkbox]{
	width: 20px;
}
input[readonly]{
	background: #f5f5f5;
}

.center{
	text-align: center;
}
.left{
	text-align: left;
	float: left;
}
.right{
	text-align: right;
	float: right;
}

.title{
  color: #393939;
  background: #ffffff;
  padding: 20px 0;
  margin: 0;
  font-size: 25pt;
  text-align: center;
}
.none{
  display: none;
}
.toast{
  position: fixed;
  right: 15px;
  bottom: 75px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.bg_green{
  background: #393939;
  color: #fff;
}
.bg_red{
  background: red !important;
  color: #fff;
}
.gray{
  color: #888;
}

.btn{
  display: inline-block;
  background: #393939;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}
.btn:hover{
  background: #393939;
  color: white;
}
.btn_light{
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  color: #393939;
  cursor: pointer;
  border: 1px solid #393939;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn_light:hover{
  color: #ffffff !important;
  background: #F7BA21;
}
.btn_orange{
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  cursor: pointer;
  background: #F7BA21;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn_orange:hover{
  color: #F7BA21 !important;
  background: #ffffff;
}
.btn_light_white{
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn_light_white:hover{
  color: #393939 !important;
  background: #ffffff;
}
.btn_green{
  text-align: center;
  display: inline-block;
  background: #393939;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}
.btn_green:hover{
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 0 5px #666666;
}
.btn_large{
  font-size: 18pt !important;
  border: none;
  background: #F7BA21;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
}
.btn_large:hover{
  color: #fff;
  box-shadow: 0 0 5px #666666;
  background: #393939;
}

.danger{
	background: #f6c29f;
	padding: 20px;
}
.green{
  color: #393939;
}
.red{
  color: red;
}

.del_alert{
  display: none;
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.del_alert a{
  width: 100px !important;
}

/* HEADER START ------------------------------------------------- */
/* header */
header{
	width: 100%;
	background-color: #393939;
	z-index: 200;
}
.header_in{
	display: grid;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header_top{
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.header_top a{
  display: block;
  margin: 0;
}
.header_top img{
  height: 35px;
  margin: 10px 0 7px 0;
}
.header_top .btn,
.header_top .btn_orange{
  margin: 8px 0 0 2px;
}
.header_top .mob_yes{
  padding: 2px 0 0 4px;
}
.header_top .btn_orange .mob_yes{
  padding: 0 !important;
}
.header_top .menu_mob{
  padding: 2px 15px 0 0;
}

/* header > menu */
.menu{
  display: inline-block;
}
.menu_ul{
  font-size: 12pt;
	margin: 0;
	padding: 0;
}
.menu_ul li{
	list-style: none;
	display: inline-block;
  position: relative;
}
.menu_ul li div,
.menu_ul li a{
  cursor: pointer;
  display: inline-block;
  padding: 18px 10px 18px 10px;
  color: #eeeeee;
}
.menu_ul li div.active,
.menu_ul li div:hover,
.menu_ul li a.active,
.menu_ul li a:hover{
	color: #eeeeee;
  background: #393939;
}

.menu_ul li ul{
  display: none;
  position: absolute;
  text-align: left;
  top: 60px;
  background: #393939;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.menu_ul li:hover > ul{
  display: block;
}
.menu_ul li ul li{
  margin: 0;
  padding: 0;
}
.menu_ul li ul li a{
  display: block;
  width: 250px;
  border-radius: 0;
}
.menu_ul li ul li a:hover{
  background: #393939;
  color: #eeeeee;
}

/* menu_ul_mob */
.menu_mob{
  font-size: 16pt;
  color: #ffffff;
  margin: 14px 0 0 15px;
}
.menu_ul_mob{
  display: none;
  list-style: none;
  position: fixed;
  overflow: hidden;
  background-color: #393939;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 10px 0;
  margin: 0;
  left: 0;
  right: 50px;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.menu_ul_mob li{
  text-align: left;
  border-bottom: 1px solid #20d17a;
}
.menu_ul_mob li a{
  display: block;
  padding: 10px 20px;
  margin: 3px 0;
  color: #ffffff;
  width: 100%;
}
.menu_ul_mob li a.active,
.menu_ul_mob li a:hover{
	color: #eeeeee;
}
.menu_ul_mob li i{
  color: #ffffff;
  padding: 13px;
  margin: 0 5px 0 0;
  float: right;
  border: 2px solid #20d17a;
  border-radius: 30px;
}

/* HOME START ---------------------------------------------------------------------- */
/* home_banner */
.banner_block{
  position: relative;
}
.banner{
  background-size: cover;
  background-position: center;
}
.banner_2{
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 30pt;
  padding: 40px 0;
  color: #fff;
}
.banner_2 h1{
  color: #fff;
  font-weight: bold;
  text-shadow: #000 7px 0 7px;
}

/* main_nav */
.main_nav a{
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0;
}
.main_nav a.active{
    color: #f7ba21;
    border-color: #f7ba21;
}
.main_nav a i{
    font-size: 22pt;
}

/* company page ---------------------------------------- */
.company h2{
    margin: 20px 0;
}

/* company banner */
.company_banner_block{
  position: relative;
}
.company_banner{
  background-size: cover;
  background-position: center;
}
.nav_settings_btn{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.7;
}
.publish_btn,
.settings_btn,
.banner_btn,
.logo_btn{
    float: right;
    opacity: 0.7;
    position: relative;
    margin: 5px 5px 0 0;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}
.logo_btn{
    width: 136px !important;
}
.publish_btn span,
.settings_btn span,
.banner_btn span,
.logo_btn span{
    float: left;
    padding: 10px 10px 10px 5px;
}
.company_banner_block .banner_btn input{
    cursor: pointer !important;
}
.publish_btn i,
.settings_btn i,
.banner_btn i,
.logo_btn i{
    float: left;
    padding: 10px;
    font-size: 18pt;
}
.publish_btn:hover,
.banner_btn:hover,
.settings_btn:hover,
.logo_btn:hover{
    opacity: 1;
}


/* company_logo */
.company_logo_body{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 8fr;
}
.company_logo_in{
  position: relative;
  z-index: 100;
}
.company_logo{
  margin: -70px 0 0 0;
  position: relative;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.company_logo i{
  color: #fff;
  padding: 52px;
  border-radius: 100px;
  opacity: 0;
  cursor: pointer;
}
.company_logo i:hover{
  opacity: 1;
  background: rgba(0,0,0,0.5);
}
.company_title{
  white-space: nowrap;
  overflow: hidden;
  font-size: 18pt;
  line-height: 18pt;
  padding: 0;
  margin: 0;
}
.company_title div{
  font-size: 12pt;
  font-style: italic;
}

/* company_social */
.company_social{
  position: relative;
}
.company_social ul{
  position: absolute;
  right: 0;
  top: -70px;
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
  z-index: 10;
}
.company_social li{
  display: inline-block;
}
.company_social li a{
  display: inline-block;
  opacity: 1;
  margin: 5px 0;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -web-kit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}
.company_social li a:hover{
  opacity: 0.9;
}
.company_social li a span{
  float: left;
  padding: 12px;
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: #F7BA21;
}
.company_social li a img{
  float: left;
  width: 40px;
  border-radius: 50px;
  border: 2px solid #fff;
}

.company_preim{
    display: inline-block;
}
.com_preim{
    padding: 20px;
    border: 1px dashed #888;
    border-radius: 10px;
}
.com_preim i{
    font-size: 26pt;
}
.com_preim h3{
    font-size: 16pt;
}

.company_raspisanie{
    background-color: #F7BA21;
    border-radius: 10px;
    padding: 20px 0;
}
.com_tbl_rasp{
    color: #fff;
    font-size: 16pt;
}
.com_tbl_rasp tr{
}
.com_tbl_rasp tr td{
    border-bottom: 1px dashed #f5f5f5;
    padding: 5px 0 5px 15px;
}
.com_tbl_rasp tr:last-child>td{
    border: none;
}
.com_raspisanie_bg{
    position: relative;
}
.com_raspisanie_bg img{
    position: absolute;
    top: -70px;
    right: 0;
    width: 530px;
}

.com_videos iframe{
    border-radius: 10px;
}

.company_photos{
    display: grid;
    grid-gap: 5px;
}
.company_photo{
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
/* Миниатюры */
.company_photo img{
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.company_photo img:hover {
    transform: scale(1.05);
}

.company_photo_lightbox .lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0; left: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.company_photo_lightbox .lightbox.active {
    display: flex;
}

/* Фото в lightbox */
.company_photo_lightbox .lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

/* Кнопка закрытия */
.company_photo_lightbox .closeBtn {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.company_photo_lightbox .closeBtn,
.company_photo_lightbox .prev,
.company_photo_lightbox .next {
    position: fixed;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease;
}
.company_photo_lightbox .closeBtn:hover,
.company_photo_lightbox .prev:hover,
.company_photo_lightbox .next:hover {
    opacity: 0.7;
}
.company_photo_lightbox .closeBtn { top: 20px; right: 30px; }
.company_photo_lightbox .prev { left: 50px; top: 50%; transform: translateY(-50%); }
.company_photo_lightbox .next { right: 50px; top: 50%; transform: translateY(-50%); }

/* company contacts */
.company_comtacts{
    background-image: url('/themes/img/bg_contacts.png');
    background-color: #393939;
    border-radius: 10px;
    color: #f5f5f5;
    padding: 10px;
}
.company_comtacts a{
    display: block;
    overflow: hidden;
    color: #fff;
    background: #f7ba21;
    border-radius: 50px;
    padding: 5px;
    margin: 5px 0;
}
.company_comtacts_text img{
    float: left;
    height: 40px;
}
.company_comtacts_text span{
    float: left;
    padding: 10px 10px 10px 15px;
}
.company_comtacts_map{
    border-radius: 10px;
    overflow: hidden;
}

/* search block */
.search{
  display: grid;
  grid-gap: 5px;
  background: #393939;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.search select{
  border-radius: 5px;
  padding: 10px !important;
}
.search input{
  border-radius: 5px;
  padding: 11px !important;
}

/* MAIN START ---------------------------------------------------------------------- */
/* main */
main{
  min-height: 200px;
  overflow: hidden;
}
main .content{
	display: grid;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* sheets list */
.sheets .sheet{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #393939;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.sheets .sheet a{
  color: white;
}
.sheet_banner{
  display: block;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.sheet_logo{
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  margin: -25px 0 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.sheet_details{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3fr 10fr 1fr;
  padding: 10px;
}
.sheet_details h1{
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
  font-size: 15pt;
  color: white;
  line-height: 14pt;
  margin: 0;
}
.sheet_details p{
  font-size: 10pt;
  line-height: 10pt;
  color: #ccc;
  font-style: italic;
  margin: 0;
}
.sheet_details i{
  font-size: 18pt;
  margin: 10px 0 0 0;
}

/* projects list */
.projects .project{
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.project_img{
	display: block;
  height: 170px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project_content{
  position: relative;
  overflow: hidden;
  padding: 10px;
  line-height: 10pt;
}
.project_content h1{
  font-size: 16pt;
  color: #000;
  border-bottom: 1px dotted #ccc;
}
.project_content span{
  float: right;
  margin: 0 5px;
  font-size: 20pt;
}
.project p{
  margin: 0;
  padding: 3px 0;
}
.project_price{
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  background: rgba(24, 165, 96, 0.8);
  padding: 5px;
  border-radius: 3px;
}
.project_0{
  opacity: 0.5;
}
.advert_content small{
  font-size: 10pt;
}

/* adverts list */
.adverts_list .advert_list{
  display: grid;
  margin: 0 0 15px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.advert_list_img{
  height: 150px;
  margin: 0 15px 0 0;
  background-size: cover;
  background-position: center;
  background-color: #393939;
}
.advert_list_body{
  position: relative;
  overflow: hidden;
  padding: 0 0 7px 0;
  line-height: 12pt;
}
.advert_list h1{
  padding: 10px 0 7px 0;
  margin: 0;
  font-size: 14pt;
}
.advert_list a{
  color: #393939;
}
.advert_list p{
  margin: 0;
}
.advert_list_details{
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 0 0 0;
}
.advert_list_text{
  height: 80px;
  overflow: hidden;
}
.advert_list_price{
  color: #393939;
  margin: 0 5px 0 0;
}
.advert_list_0{
  opacity: 0.5;
}
.advert_list_body small{
  font-size: 10pt;
}

/* advert_edit */
.advert_edit{
  position: relative;
}
.advert_edit span,
.advert_edit a{
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 10px;
  margin: 5px 1px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.advert_edit span:hover,
.advert_edit a:hover{
  color: #F7BA21;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

/* adverts one page */
.advert_one{
  display: grid;
  grid-gap: 20px;
}
.advert_one h1{
  font-size: 18pt;
  margin: 0;
}
.advert_one_img{
  background-size: cover;
  background-position: center;
}
.advert_one_img img{
  border-radius: 10px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.advert_one_price{
  float: right;
  font-size: 20pt;
  color: #FF9801;
  margin: 0 0 10px 0;
}
.advert_one_price span{
  color: darkgray;
  text-decoration: line-through;
}
.advert_one_contacts{
  text-align: center;
  /* display: grid;
  grid-template-columns: 6fr 1fr 1fr; */
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.advert_one_contacts img{
  height: 55px;
  margin: 0 0 0 10px;
}
.advert_one_user{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 15px 0;
}
.advert_one_user i{
  font-size: 20pt;
  position: absolute;
  right: 15px;
  top: 22px;
}
.advert_one_user div{
  font-size: 13pt;
}
.advert_one_user span{
  color: #555555;
  font-size: 10pt;
}
.project_one_phone{
  display: block;
  text-align: center;
  font-size: 18pt;
  color: #fff;
  background: #393939;
  padding: 12px;
  border-radius: 5px;
}
.project_one_phone:hover{
  color: #fff;
  background: #FBBC05;
}
.project_one_wa{
  display: block;
  text-align: center;
  font-size: 15pt;
  color: #fff;
  background: #38bd4b;
  padding: 15px 0 0 0;
  border-radius: 5px;
}
.advert_one_users_img{
  border: 2px solid #393939;
  border-radius: 50px;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
.ico_gray{
  filter: grayscale(1);
}

.bg_blue{
  background-color: #015FCC;
}
.bg_blue h2{
  color: #ffffff;
}

.bg_green{
  background-color: green;
}
.bg_green:hover,
.bg_green h2{
  color: #ffffff;
}

.bg_white{
  color: #ffffff;
  padding: 10px 0 20px 0;
  background-color: #ffffff;
}
.bg_white h2{
  color: #000000;
}

/* contacts */
.contacts{
  display: grid;
  grid-gap: 20px;
}
.contacts_send{
  background: white;
  padding: 20px;
  border-radius: 10px;
}
.contacts_form{
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: #393939;
}

.close{
  position: absolute;
  top: -18px;
  right: -15px;
  cursor: pointer;
  color: #E74C3C;
  font-size: 22pt;
}

/* form_fixed */
.form_fixed{
  width: 290px;
  position: fixed;
  top: 5%;
  margin: auto;
  padding: 20px;
  display: grid;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* form_basic */
.form_nav{
  margin: auto;
}
.form_basic{
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 20px;
  display: grid;
  background: #ffffff;
}

.form_fixed p,
.form_basic p,
.form_create p{
  position: relative;
  margin: 5px 0;
}
.form_fixed p i,
.form_basic p i{
  position: absolute;
  cursor: pointer;
  top: 29px;
  right: 10px;
}
.form_basic select{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.form_basic input[type=checkbox]{
  width: 15px;
}
.form_basic button[type=submit]{
  width: 100%;
}

.form_nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  z-index: 100;
}
.form_nav a{
  display: inline-block;
  padding: 15px 10px;
  background-color: #eeeeee;
}
.form_nav a.active{
  background-color: #ffffff;
}

.search_res{
  height: 300px;
  overflow: auto;
  position: absolute;
  top: 60px;
  width: 96%;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  z-index: 10;
}
.search_res li{
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px dashed #cccccc;
}
.search_res li span{
  color: #999999;
}

form input.invalid{
  border: 1px solid red !important;
}
form small.success{
  color: #20d17a;
}
form small.invalid{
  color: red;
}

/* select img */
.select_img{
  position: relative;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 50px 20px;
  border: 1px dotted #999999;
  background: #ffffff;
  box-sizing: border-box;
}
.company_banner_block .banner_btn input[type=file],
.company_logo_in .logo_btn input[type=file],
.select_img input[type=file]{
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select_img i{
  font-size: 20pt;
}

.mobile_block{
  width: 150px;
  margin: auto;
}
.mobile_block p{
  margin: 0;
  color: white;
}

/* grids */
.grid_02{
  display: grid;
  grid-gap: 20px;
}
.grid_2{
  display: grid;
  grid-gap: 20px;
}
.grid_3{
  display: grid;
  grid-gap: 15px;
}
.grid_4{
  display: grid;
  grid-gap: 10px;
}
.grid_6{
  display: grid;
  grid-gap: 10px;
}

/* news */
.news_one{
  padding: 15px;
  margin: 10px 0;
  background: #FAE691;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* faq page */
.faq_head{
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.faq_head:hover{
  color: #393939;
}
.faq_body{
  padding: 0 0 0 30px;
  margin: 5px 0 30px 0;
  border-left: 1px dashed #393939;
}

/* pagination */
.pagination{
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
.pagination li{
	list-style: none;
  display: inline-block;
}
.pagination li span{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 1px;
	background: #ddd;
	color: #393939;
}
.pagination li a{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 1px;
	background: #393939;
	color: #fff;
}

/* search */
.search_metros,
.search_cats{
  position: relative;
}
ul.nav_ul{
  position: absolute;
  background: #ffffff;
  width: 100%;
  overflow: auto;
  height: 350px;
  color: #393939;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
}
ul.nav_ul li{
  display: block;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
ul.nav_ul li:hover{
  background: #eeeeee;
}

/* nav_cats */
ul.nav_cats{
    position: absolute;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
}
ul.nav_cats li{
  display: block;
  padding: 0 5px 5px 0;
}
ul.nav_cats li a{
  display: block;
  padding: 5px;
  color: #fff;
}
ul.nav_cats li a.active{
  background: #393939;
  color: #fff;
}

.container{
  display: grid;
  margin: auto;
  padding: 20px 0;
}

/* footer */
footer{
  background: #393939;
  min-height: 300px;
  padding: 30px 0;
  color: #eee;
}
.footer_in{
  display: grid;
  margin: auto;
  grid-gap: 20px;
}
.footer_in a{
  color: #fff;
}
.footer_in a:hover{
  color: #ccc;
}

.foot ul{
  margin: 10px;
  padding: 0;
}
.foot ul li{
  list-style: none;
}
.foot_social img{
  width: 40px;
  margin: 0 5px;
  border-radius: 5px;
}

.line_dotted{
  border-bottom: 2px dashed #ccc;
  margin: 20px 0;
}

.mob_nav{
  position: fixed;
  width: 100%;
  bottom: 0;
  display: grid;
  grid-gap: 5px;
  font-size: 10pt;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #393939;
  text-align: center;
  box-shadow: 0 0 3px #000000;
  z-index: 300;
}
.mob_nav a{
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 10px 15px;
}
.mob_nav a div{
  padding: 5px 0;
}
.mob_add{
  margin: -30px 0 0 0;
  display: block;
  padding: 15px 13px;
  background-color: #F7BA21;
  border-radius: 40px;
}



/* qr code */
.qrcodebg,
.qrcodedata {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: rgba(0,0,0,0.8);
    display: none;
}
.qrcodedata {
    background: transparent;
    top: -120vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: top 0.3s;
    pointer-events: none;
}
.qrcodeexit {
    color: #FFF;
    float: right;
    font-size: 40px;
    margin: 20px 40px;
    cursor: pointer;
    dipslay: inline-block;
}    
.qrcodetext {
    background: #FFF;
    pointer-events: auto;
    padding: 40px;
    border-radius: 6px;
    text-align: center;
}    
.qrcodetext p {
    line-height: 1.3;
    margin: 0 0 40px 0;
}    
.qrcodeloader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    position: relative;
}
.qrcodeload {
    width: 88px;
    height: 88px;
    border: 4px solid #6ebeff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.qrcodeload:after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid;
    border-color: #337AB7 transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
@media (max-width:991px){
    .qrcodeexit {
        font-size: 20px;
        margin: 10px 20px;
    }
    .qrcodetext {
        padding: 20px;
    }
}
/* Кнопка */
.qrcodebtn {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.qrcodebtn:hover,
.qrcodebtn:active,
.qrcodebtn:focus {
    color: #FFF;
}
.qrcodebtn:after,
.qrcodebtn:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.qrcodebtn:before {
    top: -6px;
}
.qrcodebtn:hover:after,
.qrcodebtn:hover:before,
.qrcodebtn:active:after,
.qrcodebtn:active:before,
.qrcodebtn:focus:after,
.qrcodebtn:focus:before {
    width: 100%;
    left: 0;
}
