body {
  font-size: 17px;
}

:root {
  --el: #ffc900;
  --tl: #171717;
  --th: #1e2021;
  --or: #f58220;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: #9c4a00;
}

a:hover {
  transition: 0.2s;
  color: #d8ad47;
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
  font-size: 2rem;
  margin: 15px 0;
}

h2 {
  font-size: 1.8rem;
  margin: 10px 0;
}

h3 {
  font-size: 1.6rem;
  margin: 7px 0;
}

h4 {
  font-size: 1.4rem;
  margin: 5px 0;
}

h5 {
  font-size: 1.2rem;
  margin: 5px 0;
}

h1.cat_title {
  margin: 15px 0 0 0;
  padding: 0 15px;
}




.top_line {
  background: var(--tl);
  color: #fff;
  min-height: 40px;
  line-height: 40px;
}

.top_line ul {
  /*	display: flex;*/
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
}

.top_line ul li.location {
  flex-grow: 1;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0 0 0 20px;
}

.top_line ul li.location i {
  margin-right: 5px;
}

.top_line ul li.location a {
  /*font-size: 0.9rem;*/
}

.top_line ul li {
  list-style: none;
  padding: 0 0 0 30px;
}

.top_line ul li a {
  color: #fff;
  text-decoration: none;
}

.top_line ul li a:hover {
  color: var(--el);
}

.dropdown-toggle::after {
  vertical-align: 3px;
  margin-left: 10px;
}

.top_line ul.dropdown-menu {
  padding: 5px 0;
}

.top_line ul.dropdown-menu li a {
  font-size: 1.1rem;
}

.top_header {
  min-height: 110px;
  background: #000;
}

.top_header a.logo {
  flex-grow: 1;
  margin: 0;
}

.top_header a.logo img {
  margin: 15px 0;
}

.top_contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.top_contacts a {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.top_contacts a:hover {
  color: var(--el);
}

.top_contacts a i {
  font-size: 2rem;
  padding-right: 10px;
}

a.user_login {
  border: 1px #fff solid;
  padding: 0 15px;
}

a.user_login i {
  font-size: 1rem;
}



/*navigation*/
.navbar {
  padding: 0;
  margin: 0;
}

.top_menu {
  background: var(--el);
}

.top_menu ul {
  list-style: none;
  margin: 0px 15px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.top_menu ul li {
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 40px;
}

.top_menu ul li a {
  color: #000;
  position: relative;
  padding: 0 5px;
  display: inline-block;
}

.top_menu ul li a:hover {}

/*
.top_menu ul li a:before {
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0;
	height: 2px;
	width: 100%;
	background: var(--tl);
	transition: 0.2s;
	opacity: 0;
}
.top_menu ul li a:hover:before {
	height: 3px;	
	transition: 0.2s;
	opacity: 1;
	bottom: 0;
}*/
.top_menu ul li a.dm {
  font-weight: 500;
  font-size: 1.2rem;
}

.top_menu ul li a.dm i {
  padding-right: 10px;
}

ul.dropdown-menu {
  margin: 0rem;
  padding: 15px 0;
  border-radius: 0;
  background: var(--th);
  border: none;
  margin-top: 0rem;
  width: 250px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0rem;
}

ul.dropdown-menu li {
  display: block;
  margin: 0 5px;
  padding: 0;
}

ul.dropdown-menu li a {
  color: #fff;
  padding: 0 15px;
  display: block;
  position: relative;
}

ul.dropdown-menu li a:hover {}

ul.dropdown-menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0px;
  width: 5px;
  background: var(--el);
  transition: 0.2s;
  opacity: 0;
}

ul.dropdown-menu li a:hover:before {
  height: 100%;
  top: 0;
  transition: 0.2s;
  opacity: 1;
}


/*shortstory*/
.main_short {
  box-shadow: 0 3px 5px 2px #eee;
  margin-top: 30px;
}

.image_short {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/no_image.jpg);
}

.image_short img {
  width: 100%;
  height: 250px;
}

.image_short h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0, 60%), rgba(0, 0, 0, 0%));
  ;
}

.fields_short {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 15px;
  line-height: 33px;
}

.fields_short span {
  width: 33%;
}

.fields_short span:last-child {
  width: 100%;
}

.fields_short span b {
  color: var(--or);
}

.fields_short span i {
  color: #b2b1b1;
  margin-right: 5px;
}

.bottom_short {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 5px 15px 10px 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 50px;
  border-top: 1px #e1e1e1 solid;
}

.bottom_short b {
  color: var(--or);
}

.bottom_short a {
  display: inline;
  background: var(--or);
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 15px;
  border-bottom: 3px solid #a25716;
}

.info_main_short {
  box-shadow: 0 3px 5px 2px #eee;
  margin-top: 30px;
}

.info_bottom_short {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 5px 15px 10px 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 40px;
  border-top: 1px #e1e1e1 solid;
  margin-top: 15px;
}

.info_bottom_short b {
  color: var(--or);
}

.info_bottom_short a {
  display: inline;
  background: var(--or);
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 15px;
  border-bottom: 3px solid #a25716;
}

.info_main_short h2 {
  padding: 10px 15px;
  border-bottom: 1px #e1e1e1 solid;
  font-size: 1.3rem;
  margin: 0;
}

.info_main_short h2 span {
  font-size: 0.7rem;
  margin-left: 15px;
}

.info_main_short_content {
  padding: 15px;
  text-align: justify;
  overflow: hidden;
}

.info_main_short_content img {
  max-width: 300px;
  height: auto;
  float: left;
  margin: 0 15px 10px 0;
}

.info_main_short_content ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.info_main_short_content ul li {
  padding: 0 0 0 30px;
}

.info_main_short_content ul li:before {
  position: absolute;
  left: 0;
  content: "\2713";
  color: var(--or);
}

/*footer*/
.footer {
  background: var(--th);
  margin-top: 30px;
  padding: 15px 0;
  border-top: 2px var(--el) solid;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul li {}

.footer ul li a {
  color: #fff;
  display: block;
  font-weight: 100;
  line-height: 30px;
  font-size: 1rem;
  position: relative;
  padding-left: 15px;
  transition: 0.2s;
}

.footer ul li a:hover {
  color: var(--el);
  transition: 0.2s;
}

.footer ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0px;
  width: 3px;
  background: var(--el);
  transition: 0.2s;
  opacity: 0;
}

.footer ul li a:hover:before {
  height: 100%;
  top: 0;
  transition: 0.2s;
  opacity: 1;
}

.footer img.logo {
  margin: 15px auto;
  display: block;
}

.footer_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.footer_cont a {
  color: #fff;
  transition: 0.2s;
}

.footer_cont a:hover {
  color: var(--el);
  transition: 0.2s;
}

.footer_cont a i {
  font-size: 2.3rem;
  margin: 15px 0;
}

.analitics {
  text-align: center;
  padding: 15px 0;
}

.copy {
  background: var(--tl);
  color: #707070;
  font-size: 0.8rem;
  line-height: 30px;
  text-align: center;
}

.copyr {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: block;
}

.bottupost {
  text-align: center;
  margin-top: 30px;
}

.bottupost a {
  color: #fff;
  padding-left: 50px;
}



.footer_m {
  background: var(--th);
  margin-top: 30px;
  padding: 15px 0;
  border-top: 2px var(--el) solid;
}

.footer_m ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.footer_m ul li {}

.footer_m ul li a {
  color: #fff;
  display: block;
  font-weight: 100;
  line-height: 30px;
  font-size: 1rem;
  position: relative;
  transition: 0.2s;
  text-align: center;
}

.footer_m ul li a:hover {
  color: var(--el);
  transition: 0.2s;
}

.footer_m ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0px;
  width: 3px;
  background: var(--el);
  transition: 0.2s;
  opacity: 0;
}

.footer_m ul li a:hover:before {
  height: 100%;
  top: 0;
  transition: 0.2s;
  opacity: 1;
}

.footer_m img.logo {
  margin: 15px auto;
  display: block;
}

.upto {
  text-align: center;
  margin-top: 15px;
}

.upto a {
  color: #fff;
  text-transform: uppercase;
}

.upto i {
  padding: 0 5px;
}

.breadcrumbs {
  font-size: 0.8rem;
  color: #000;
  line-height: 30px;
  border-bottom: 1px var(--el) solid;
}

/*full story*/
.main_full {
  text-align: justify;
  margin-bottom: 30px;
}

.main_full img {
  max-width: 300px;
  height: auto;
  float: left;
  margin: 0 15px 10px 0;
}

img.product_image {
  width: 100%;
  max-width: 100%;
  height: auto;
  clear: both;
  margin: 0;
}

.fields_full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 15px;
  background: #F5F5F5;
  justify-content: space-around;
  line-height: 50px;
  margin-bottom: 30px;
}

.fields_full span b {
  color: var(--or);
}

.fields_full span i {
  color: #b2b1b1;
  margin-right: 5px;
}

.fields_full span.emotions {
  width: 100%;
  text-align: center;
  border-top: 1px #d6d3d3 solid;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ff0000;
}

.fields_full span.emotions i {
  margin: 0 5px;
}

.buy_full {
  background: #F5F5F5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  font-size: 1.5rem;
  border-bottom: 1px #d6d3d3 solid;
}

.buy_full a {
  background: var(--or);
  color: #fff;
  font-size: 1.2rem;
  padding: 7px 15px;
  border-bottom: 3px solid #a25716;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.buy_full a b {
  color: #fff;
}

.buy_full b {
  color: var(--or);
}

.buy_full span {
  display: block;
  text-align: center;
  width: 100%;
}

.btn_online {
  background: #F5F5F5;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 15px;
  align-items: center;
  font-size: 1.5rem;
  border-bottom: 1px #d6d3d3 solid;
}

.btn_online a {
  display: inline;
  background: var(--or);
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 30px;
  border-bottom: 3px solid #a25716;
  width: 100%;
  text-align: center;
}

.sidebar_full {
  background: #EDEDED;
  display: flex;
  flex-flow: column wrap;
  padding: 15px;
  text-align: left;
}

.sidebar_full h5 {
  margin: 15px 0;
  display: block;
}

.sidebar_full span {
  padding: 5px 0 0 30px;
}

.sidebar_full span i {
  color: var(--or);
  margin: 0 10px 0 -25px;
}

span.text_subscribe {
  font-size: 0.9rem;
  padding: 0 5px;
}

.c-captcha {
  float: none !important;
}

.form_submit button {
  margin-top: 15px;
}

#dle-comments-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel img {
  max-width: 100%;
  float: none;
  margin: 0;
  max-height: 1000px;
  object-fit: cover;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.carousel_image {
  position: relative;
  width: 100%;
  height: 900px;
  background-size: cover;
  background-position: center;
}

.carousel_images .carousel_image {
  height: auto;
}

.carousel-indicators [data-bs-target] {
  background-color: #828181;
}

/*login form*/
.admin_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.admin_form ul li {
  position: relative;
}

.admin_form ul li a {
  color: #000;
  margin: 0;
  padding-left: 15px;
  z-index: 1;
  position: relative;
  line-height: 40px;
}

.admin_form ul li a:hover {
  color: #000;
}

/*
.admin_form ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	height:90%;
	top: 5%;
	width: 2px;
	background: var(--el);
	transition: 0.2s;
	z-index: -1;
}
.admin_form ul li a:hover:before {
	height: 90%;
	width: 100%;
	transition: 0.2s;
	opacity: 1;
}*/
.modal-content {
  border-radius: 0rem;
}

.modal-dialog {
  max-width: 350px;
}

.admin_form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.admin_form button {
  height: 40px;
  line-height: 40px;
  border: none;
  background: var(--th);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0 0 15px 0;
  border-radius: 0;
  font-size: 1rem;
  border-radius: 2px;
}

.btn,
.bbcodes,
.btn-border {
  background: var(--th);
  border-radius: 2px;
}

.btn:hover,
.bbcodes:hover,
.btn-border:hover {
  color: #000;
  background: var(--el);
}

ul.ui-form {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

ul.ui-form li {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

ul.ui-form li input {
  max-width: 400px;
  height: 40px;
}

ul.ui-form li label {
  min-width: 200px;
  font-weight: bold;
}

ul.ui-form li button {
  height: 40px;
}

.xfields_add tr {
  margin-bottom: 5px;
}

.wseditor {
  width: 100%;
}

.comments_subscribe {
  display: none;
}

li#comment-editor {
  gap: 0;
}

.comment {
  border: 1px #eee solid;
  padding: 15px;
  margin: 0 0 15px 0;
}

.comment p {
  margin: 0;
}

.comment>.com_user {
  background: #f6f6f6;
  margin: -15px -15px 15px -15px;
  padding: 5px 15px;
}

.comment_full {
  display: flex;
  flex-direction: row;
  position: relative;
}

img.profile_avatar {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin: 0 30px 15px 0;
}

.comment_full h4 {
  text-transform: uppercase;
  color: #000;
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.comment_full h4 a {
  color: #000;
}

.comment_full span.comment_date {
  color: #9a9a9a;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.like_com {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 0;
}

.like_com a {
  color: var(--or);
}

.like_com b {
  margin: 0 0 0 10px;
}

.boroda {
  background: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  padding: 0;
}

.boroda a {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  width: 25%;
  border-right: 1px #5f5f5f solid;
  padding: 5px 0;

}

.boroda a:nth-last-child(1) {
  border: none;
}

.boroda a img {
  width: 40px;
  height: auto;
}

.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

h1 span {
  font-size: 1rem;
}

.full_short img {
  display: none;
}

.oldears {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0px 0 0px 5px;
  top: 15px;
  left: 15px;
  z-index: 11;
  font-size: 1.4rem;
  font-weight: bold;
}

.main_short a .oldears {
  color: #000;
  opacity: 0.5;
}

a.btn_d {
  background: #575757;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-bottom: 3px solid #000000;
  margin: 0;
  display: flex;
  align-items: center;
}

.log_a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;

}

.log_a i {
  font-size: 1.3rem;
}

button.btn_d {
  background: #575757;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-bottom: 3px solid #000000;
  margin: 0;
  display: flex;
  align-items: center;
  width: auto;
}

.regist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.regist a {
  color: #000;
  margin: 10px 0;

}

.accordion-item {
  border-radius: 0 !important;

}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f58220'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.dropdown-menu {
  z-index: 2222222222222;
}


ul.comment_li {
  margin: 15px 0;
  display: flex;
  padding: 0;
  flex-flow: row wrap;
  justify-content: flex-end;
  font-style: italic;
}

ul.comment_li li {
  list-style: none;
  margin: 0 15px;
}

.cat_content {
  margin: 15px 0 0 0;
  padding: 15px;
  text-align: justify;
}

.cat_content img {
  float: left;
  margin: 0 15px 5px 0;
  max-width: 200px;
  height: auto;
}

.catalog_main_content {
  box-shadow: 0 3px 5px 2px #eee;
  margin: 30px 0 0 0;
  padding: 15px;
  text-align: justify;
}

.catalog_main_content h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px 0;
}

.catalog_main_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog_main_content ul li {
  margin: 3px 0;
}

.catalog_main_content ul li i {
  margin-right: 5px;
  color: var(--el);
  font-size: 0.8rem;
}

.catalog_main_content img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 15px 5px 0;
  text-align: justify;
}

.ulstyle h5 {
  padding: 5px 0 0px 0;
  color: var(--or);
}

.ulstyle ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.ulstyle ul li {
  padding: 0 0 0 30px;
  /*    font-weight: 600;
    font-size: 1.1rem;*/
}

.ulstyle ul li:before {
  position: absolute;
  left: 0;
  content: "\2713";
  color: var(--or);
}

#rubitime-project__btn {
  background: var(--or) !important;
  opacity: 0.7;
}

#rubitime-project__btn:hover {
  opacity: 1;
}

.avatar img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

.avatar a {
  color: #000;
  margin: 0;
  font-size: 1.4rem;
}

ul.usinf {
  margin: 15px 0;
  padding: 0;
}

ul.usinf li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px #eee solid;
  padding: 5px 0;
}

ul.usinf li div {
  margin: 0 30px 0 0;
}

ul.usinf li div.grey {
  font-weight: bold;
}

ul.locmenu {
  top: 50px !important;
  width: 215px !important;
  padding: 10px 0;
}

ul.locmenu li {
  padding: 5px 0;
}

ul.locmenu li a {
  padding: 0;
}

h1.h1 {
  font-size: 1.6rem;
  margin: 0;
  padding: 20px 0 0px 0;
  text-align: center;
}

h1.h1cat {
  font-size: 1.6rem;
  margin: 0;
  padding: 0px 0 15px 0;
  text-align: center;
}

.ya_rew {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
}

.search_form {
  position: relative;
}

.search_form input[type=search] {
  background: #1b1a1a;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  border: none;
  border-radius: 0;
}

.search_form button {
  border: none;
  display: block;
  position: absolute;
  right: 0px;
  padding: 0;
  top: 0px;
  background: transparent;
  box-shadow: none;
  height: 40px;
  width: 40px;
  border-radius: 0;
}

.search_form button i {
  color: #5c5c5c;
}

.search_form button:hover {
  background: transparent;
}

.search_form button:hover i {
  color: var(--el);
}

/* .carousel_image img {
  opacity: 0;
  max-width: 100px;
} */


@media(max-width: 1200px) {
  .top_menu ul li a {
    font-size: 0.8rem;
  }

  span.iza_d {
    display: none;
  }

  .buy_full a {
    justify-content: space-around;
  }

  .search_form input[type=search] {
    width: 150px;
  }

}

@media(max-width: 992px) {
  .fix-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999999;
    max-width: 992px;
  }

  .wrap-fix {
    height: 195px;
  }

  .m_b_m {}

  .top_contacts a {
    margin-left: 10px;
  }

  .top_contacts button {
    margin-left: 0;
  }

  .footer ul {
    margin-bottom: 15px;
  }

  .comment_full {
    flex-direction: column;
  }

  .top_menu {
    background: #000;
  }

  .top_menu ul {
    margin: 0px;
    border-bottom: 1px #ccc solid;
    padding: 15px 0;
  }

  .top_menu ul li {
    margin: 0 0px 0 0;
    padding: 0;
    line-height: 40px;
  }

  .top_menu ul li a {
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
  }

  .top_menu ul li a.user_login {
    padding: 0 15px;
  }

  .top_menu ul li i {
    margin-right: 10px;
  }

  .dropdown-menu.show {
    width: 100%;
  }

  a.user_login {
    border: none;
    padding: 0;
  }

  a.user_login i {
    font-size: 2rem;
  }

  .top_contacts button i {
    font-size: 2rem;
  }

  .m_location {
    width: 100%;
    border-top: 1px #cbcaca solid;
    text-align: center;
  }

  .m_part_tel {
    width: 100%;
    border-top: 1px #cbcaca solid;
    text-align: center;
  }

  .fields_full {
    line-height: 40px;
  }

  .carousel_image {
    height: 500px;
  }

  .search_form {
    margin-top: 15px;
  }

  .search_form input[type=search] {
    width: -webkit-fill-available;
  }


}

@media(max-width: 768px) {
  .wrap-fix {
    height: 130px;
  }

  .fix-header {
    max-width: 768px;
  }

  .footer {
    display: none;
  }

  .copy {
    font-size: 0.5rem;
  }

  .top_header {
    min-height: auto;
  }

  .top_header a.logo img {
    width: 130px;
    height: auto;
    margin: 10px;
  }

  .top_contacts {
    padding: 0;
  }

  .top_contacts a i {
    font-size: 1.7rem;
  }

  .top_contacts a {
    margin-left: 10px;
  }

  .top_contacts button {
    margin-left: 0;
    border: 0;
    outline: 0;
  }

  .top_contacts button i {
    font-size: 1.7rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  ul.ui-form li {
    gap: 10px;
    margin: 10px 0;
  }

  h1 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  .fields_full {
    margin-bottom: 5px;
  }

  body {
    font-size: 15px;
  }

  .carousel_image {
    height: 300px;
  }

  .catalog_main_content h3 {
    font-size: 1.2rem;
  }

  h1.h1 {
    font-size: 1.2rem;
  }

  .top_line {
    min-height: 30px;
    line-height: 30px;
  }

  .top_line ul {
    line-height: 30px;
  }

  .top_line ul li.location {
    padding: 0;
    font-size: 0.8rem;
  }

  .top_line ul ul.dropdown-menu {
    position: absolute;
    padding: 10px 0;
  }

  .top_line ul ul.dropdown-menu li {
    line-height: 40px;
  }

  .b24-widget-button-position-bottom-left {
    left: 10px !important;
    bottom: 10px !important;
  }

  .fields_full span.emotions {
    line-height: 20px;
    font-size: 1rem;
    padding: 5px 0;
  }

  .carousel {
    margin-top: 0.75rem;
  }

  .partner_logo {
    margin-bottom: 10px
  }

  #rubitime-project__area {
    z-index: 999999999999999999999999 !important;
  }
}



.yandex_feedback {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  padding: 15px;
}

.partner_logo {
  text-align: center;
}

.partner_logo img {
  margin: 0 auto;
  float: none;
  width: auto;
  max-width: 100%;
}



.wllocation #locationLink:after {
  display: none;
}

.wllocation ul.dropdown-menu {
  background: #fff;
}

.wllocation ul.dropdown-menu li a {
  color: #000;
}

.wllocation .dropdown-menu a i {
  display: none;
}

.wllocation .dropdown-menu li a:before {
  display: none;
}

.wllocation .dropdown-menu li a:hover {
  color: #685201;
}

.wllocation .dropdown-menu {
  border-radius: 0px 10px 10px 10px;
}

.wlcitypanel {
  position: absolute;
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  color: #000;
  display: none;
  margin-left: 20px;
  padding: 20px;

}

.wlcitypanel2 {
  margin-top: -10px;
}

.wlcitypanel .btn-warning {
  background: #F58220;
  width: 80px;
}

.wlcitypanel .btn-secondary {
  background: #4B4B4B;
}

.wlshow {
  display: block !important;
}

.full_shop img {
  display: none;
}

.pagi_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  font-weight: bold;
}

.pagi_nav a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--th);
  color: #fff;
  text-align: center;
  margin: 1px;
  border-radius: 3px;
}

.pagi_nav a:hover {
  background: var(--or);
}

.pagi_nav span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--or);
  color: #fff;
  text-align: center;
  margin: 1px;
  border-radius: 3px;
}

.pagi_nav a span {
  background: none;
}

.top-btn-bg {
  background: var(--th);
}

.top-btn {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.top-btn a {
  color: #fff;
  background: var(--or);
  padding: 3px 3px;
  font-size: 1.1rem;
  width: 48%;
  text-align: center;
}

.img-ofc {
  object-fit: cover;
}

.btn_online a.btn_wb {
  background: #bf21a4;
  border-bottom: 3px solid #761365;
}

.btn_online a.btn_ozon {
  background: #005bff;
  border-bottom: 3px solid #02286c;
}

.btn_online a.btn_ym {
  background: #fec901;
  border-bottom: 3px solid #000;
  color: #000;
}

@media(max-width: 576px) {
  .fix-header {
    width: 100%;
    left: auto;
    right: auto;
  }
}

.wlmapcoordinates0 {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}