html {
  height: 100%;
}
.catlistmobileel a {
    color: white!important;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  margin: 0;
  padding: 0;
  font: 15px/1.5 Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #212529;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
section {
  display: block;
}
input:focus,
button:focus,
select:focus {
  outline: 0;
  outline-offset: 0;
}
input:active,
button:active,
select:active {
  outline: 0;
  outline-offset: 0;
}
input:hover,
button:hover,
select:hover {
  outline: 0;
  outline-offset: 0;
}
.container-b {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-c {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
}
header {
  background: var(--bg-color);
  min-height: 43px;
}
header .txthead {
  font-size: 95%;
  color: var(--white);
}
header a {
  margin-left: 10px;
  color: var(--main);
  font-size: 95%;
}
header a:hover {
  color: var(--main);
  text-decoration: underline;
}
header button {
  display: flex;
  width: auto;
  background: var(--main);
  color: var(--font-color);
  padding: 4px 14px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 95%;
  font-weight: bold;
  right: 0;
  margin-left: 10px;
}
header button:hover {
  background: var(--hover-main) !important;
  text-decoration: none;
}
header button a {
  color: var(--font-color);
  font-size: 95%;
  margin: 0;
}
header button a:hover {
  color: var(--main);
  text-decoration: none;
}
#top {
  height: 68px;
  display: flex;
  position: sticky;
  background: var(--bg-items);
  z-index: 10;
  top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#top a {
  text-align: center;
  text-decoration: none;
  color: var(--font-color);
}
#top a img {
  width: 48px;
  height: 49px;
  margin-top: 14px;
}
#top a .logo {
  background: var(--main);
  padding: 3px 15px 2px;
  font-size: 80%;
  position: relative;
  top: 2px;
}
#top .main-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  list-style: none;
  margin: 0;
}
#top .main-menu .submenu {
  display: none;
  background: var(--bg-items);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  left: 10px;
  margin-top: 17px;
  border-top: 1px solid var(--main);
}
#top .main-menu .submenu .submenu-list {
  columns: 4;
  list-style: none;
}
#top .main-menu .submenu .submenu-list li {
  font-size: 80%;
  margin: 0;
  padding: 4px 10px;
  border: none;
  cursor: pointer;
}
#top .main-menu .submenu .submenu-list li:hover {
  background: var(--bg-details);
}
#top .main-menu li {
  font-size: 120%;
  justify-content: space-between;
  margin: 0 20px;
  padding: 20px 0 11px;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
#top .main-menu li:hover {
  border-bottom-color: var(--main);
}
#top .main-menu li:hover .submenu {
  display: block;
}
#top .main-menu li:last-child {
  margin-right: 0;
}
#form {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 8.33%, rgba(0, 0, 0, 0.36) 100%), url(../images/bg3.jpg);
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #3b3b3b;
  max-height: 410px;
  transition: max-height 1s;
}
#form h1 {
  color: var(--white);
  padding-top: 40px;
  font-size: 32px;
  font-weight: bold;
}
#form .show-hide-form {
  position: relative;
  /* right: 410px; */
  float: right;
  top: 25px;
  border-bottom: 1px dashed var(--bg-details);
  color: var(--bg-details);
  text-decoration: none;
}
#form .order-form {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 10px;
  margin-top: 15px;
}
#form .order-form .slogan {
  font-size: 150%;
  width: 400px;
  display: block;
  color: var(--white);
  line-height: 1.3;
}
#form .order-form .owners {
  display: block;
  margin-top: 20px;
  font-size: 110%;
  color: var(--white);
}
#form .order-form .btn-block {
  text-align: center;
  margin-right: 40px;
}
#form .order-form .btn-block button {
  display: flex;
  width: auto;
  background: var(--main);
  color: var(--font-color);
  height: 50px;
  width: 100%;
  line-height: 50px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 120%;
  border-radius: 4px;
  padding: 0 52px;
  margin: 0;
  margin-bottom: 10px;
}
#form .order-form .btn-block button:hover {
  background: var(--hover-main) !important;
}
#form .order-form .btn-block a {
  font-size: 90%;
  color: var(--white);
}
#form .features {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
#form .features li {
  text-align: center;
  width: 30%;
}
#form .features li img {
  height: 50px;
  margin-bottom: 5px;
}
#form .features li span {
  font-size: 85%;
  display: block;
  color: var(--white);
}
#form .features li span b {
  font-size: 130%;
  display: block;
}
#reg {
  max-width: 540px;
  margin: 10px auto;
  padding: 30px 10px;
  background: var(--bg-items);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#reg .title {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
#reg form {
  max-width: 80%;
  margin: 0 auto;
}
#reg form label {
  margin: 20px auto;
  position: relative;
  width: 100%;
}
#reg form label .placeholder {
  margin-left: 20px;
  position: absolute;
  left: 0;
  top: 17px;
  transition: .2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: .4;
  color: var(--font-color);
  cursor: pointer;
}
#reg form label .input-panel {
  padding: 20px 50px 10px 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--under);
  font-size: 110%;
  margin: 0 auto;
}
#reg form label .input-panel:focus + span.placeholder,
#reg form label .input-panel:not(:placeholder-shown) + span.placeholder {
  opacity: 1;
  color: var(--extra);
  transform: translateY(-10px) translateX(0);
  font-size: 80%;
}
#reg form label .hint {
  display: block;
  font-size: 85%;
  margin-top: 5px;
  text-align: left;
  margin-left: 20px;
  position: absolute;
  color: var(--more-font);
}
#reg form .remember {
  width: 40%;
}
#reg form a {
  color: var(--title);
}
#reg form .button {
  width: 100%;
  text-align: center;
}
#reg form .button .btn {
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 15px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 120%;
  width: 200px;
  margin: 10px auto 0;
}
#reg .notice {
  border-top: 1px solid var(--under);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}
#reg .notice a {
  color: var(--title);
}
#reg .notice span {
  font-size: 110%;
}
#reg .notice p {
  margin-top: 20px;
  font-size: 90%;
  color: var(--font-other);
}
#reg .notice p a {
  color: var(--font-other);
  text-decoration: underline;
}
#reg .notice p a:hover {
  color: var(--font-color);
}
#order {
  max-width: 540px;
  margin: 10px auto;
  padding: 30px 10px;
  background: var(--bg-items);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#order .title {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
#order form {
  max-width: 80%;
  margin: 0 auto;
}
#order form label {
  margin: 20px auto;
  position: relative;
  width: 100%;
}
#order form label .placeholder {
  margin-left: 20px;
  position: absolute;
  left: 0;
  top: 17px;
  transition: .2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: .4;
  color: var(--font-color);
  cursor: pointer;
}
#order form label .input-panel {
  padding: 20px 50px 10px 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--under);
  font-size: 110%;
  margin: 0 auto;
}
#order form label .input-panel:focus + span.placeholder,
#order form label .input-panel:not(:placeholder-shown) + span.placeholder {
  opacity: 1;
  color: var(--extra);
  transform: translateY(-10px) translateX(0);
  font-size: 80%;
}
#order form label .hint {
  display: block;
  font-size: 85%;
  margin-top: 5px;
  text-align: left;
  margin-left: 20px;
  position: absolute;
  color: var(--more-font);
}
#order form .remember {
  width: 40%;
}
#order form a {
  color: var(--title);
  position: relative;
  left: 115px;
}
#order form .button {
  width: 100%;
  text-align: center;
}
#order form .button .btn {
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 15px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 120%;
  width: 200px;
  margin: 10px auto 0;
}
#order .notice {
  border-top: 1px solid var(--under);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}
#order .notice a {
  color: var(--title);
}
#order .notice span {
  font-size: 110%;
}
#order .notice p {
  margin-top: 20px;
  font-size: 90%;
  color: var(--font-other);
}
#order .notice p a {
  color: var(--font-other);
  text-decoration: underline;
}
#order .notice p a:hover {
  color: var(--font-color);
}
#req {
  max-width: 720px;
  margin: 10px auto;
  padding: 30px 10px;
  background: var(--bg-items);
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: scroll;
}
#req .title {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
#req p {
  text-align: center;
  margin: 6px 0;
}
#req form {
  max-height: calc(-100vh);
  overflow: auto;
  text-align: center;
}
#req form label {
  margin: 20px 0;
  position: relative;
  width: 100%;
}
#req form label .down {
  position: absolute;
  right: 20px;
  top: 25px;
}
#req form label .placeholder {
  margin-left: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  transition: .2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: .4;
  color: var(--font-color);
  cursor: pointer;
}
#req form label .input-panel {
  padding: 30px 50px 10px 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--under);
  font-size: 110%;
}
#req form label input[type=date] {
  padding-top: 24px;
}
#req form label textarea {
  height: 100px;
  overflow: hidden;
  resize: none;
}
#req form .btn {
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 15px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 120%;
  width: 200px;
  margin: 10px auto 0;
}
#req .notice {
  border-top: 1px solid var(--under);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}
#req .notice span {
  font-size: 110%;
}
#req .notice p {
  margin-top: 20px;
  font-size: 90%;
  color: var(--font-other);
}
#req .notice p a {
  color: var(--font-other);
  text-decoration: underline;
}
#req .notice p a:hover {
  color: var(--font-color);
}
#city {
  max-width: 540px;
  margin: 10px auto;
  padding: 30px 10px;
  background: var(--bg-items);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#city .close {
  position: absolute;
  margin: -45px 0px 0px 480px;
  font-size: 24px;
  cursor: pointer;
  color: var(--font-color);
}
#city .title {
  font-size: 120%;
}
#city ul {
  margin-top: 20px;
  padding: 0;
  columns: 3;
  list-style-type: none;
}
#city ul li label input {
  padding-right: 10px;
}
#city .other input {
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  font-size: 110%;
}
#city .other .suggest {
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  left: 20px;
  right: 20px;
  background: var(--white);
  z-index: 10;
}
#popular {
  background: var(--white);
  margin: 30px 0 50px;
}
#popular .section-title {
  font-size: 32px;
  font-weight: bold;
}
#popular .section-title:after {
  content: ' ';
  display: block;
  background: var(--main);
  width: 120px;



  height: 6px;
}
#popular .section-title span {
  display: inline-block;
  float: right;
  right: 20px;
  top: 12px;
  font-size: 14px;
  font-weight: normal;
  background: var(--bg-color);
  padding: 2px 6px;
  transition: 1s;
  cursor: pointer;
}
#popular .section-title span:hover {
  background: rgba(0, 0, 0, 0.5);
}
#popular .section-title span a {
  text-decoration: none;
  color: var(--white);
}
#popular .categories-list {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
#popular .categories-list li {
  border: 1px solid var(--mini);
  border-radius: 8px;
  padding: 5px 0;
  text-align: center;
  margin: 5px 0;
  width: 140px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: .2s;
}
#popular .categories-list li:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}
#popular .categories-list li a {
  text-decoration: none;
}
#popular .categories-list li a img {
  width: 100px;
}
#popular .categories-list li a span {
  display: block;
  color: var(--font-color);
  font-size: 90%;
  color: var(--font-other);
}
#items {
  margin-bottom: 20px;
}
#items .block-categories {
  width: 29%;
}
#items .block-categories .sticky-fix {
  position: sticky;
  top: 100px;
}
#items .block-categories .sticky-fix .block-categories-fix .cat .title {
  background: var(--main-dim) url(../images/icons/dropdown-down.svg) 96% 14px no-repeat;
  color: var(--bg-color);
  font-weight: bold;
  padding: 6px 12px;
  cursor: pointer;
  margin: 4px 0;
  display: block;
  text-decoration: none;
}
#items .block-categories .sticky-fix .block-categories-fix .cat .selected {
  background: var(--under);
  display: block!important;
}
#items .block-categories .sticky-fix .block-categories-fix .cat .catlist {
  background: var(--bg-items);
  margin-bottom: 4px;
  list-style: none;
  padding-left: 0;
}
#items .block-categories .sticky-fix .block-categories-fix .cat .catlist li {
  padding: 4px 12px 4px;
  cursor: pointer;
  display: none;
}
#items .block-categories .sticky-fix .block-categories-fix .cat .catlist li:hover {
  background: var(--more-font);
}
#items .block-categories .sticky-fix .block-categories-fix .cat .catlist li a {
  color: var(--font-color);
  text-decoration: none;
}
#items .block-categories .filter .title {
  background: var(--bg-color);
  color: var(--white);
  font-weight: bold;
  padding: 6px 12px;
  margin: 10px 0 4px;
  display: block;
  text-decoration: none;
}
#items .block-categories .filter .prop-block {
  padding: 6px 2px;
  text-align: left;
  border-bottom: 1px solid var(--bg-details);
}
#items .block-categories .filter .prop-block label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2px 0;
}
#items .block-categories .filter .prop-block label input {
  padding: 6px 8px;
  width: 50px;
  margin-left: 5px;
  height: 32px;
}
#items .block-categories .filter .prop-block label select {
  width: auto;
  padding: 6px 8px;
  height: 32px;
}
#items .block-categories .filter .is {
  display: block !important;
}
#items .block-categories .filter .is .btn-filter-show {
  width: 100%;
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 8px 20px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 100%;
  margin: 20px 0 5px;
}
#items .block-categories .filter .is .btn-filter-show:hover {
  color: var(--white);
  background: var(--bg-color);
  text-decoration: none;
}
#items .block-categories .filter .is .filter-reset {
  text-align: center;
  color: var(--extra);
  font-size: 85%;
  display: block;
}
#items .block-categories .apps-block {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--under);
}
#items .block-categories .apps-block p {
  font-size: 90%;
  margin: 6px 0;
}
#items .block-categories .apps-block img {
  margin-right: 10px;
  margin-top: 5px;
  opacity: .7;
  transition: .5s;
  width: 104px;
}
#items .block-categories .apps-block img:hover {
  opacity: 1;
}
#items .block-categories .html-block {
  margin: 10px 0;
}
#items .block-categories .requests-list-block {
  margin: 20px 0;
}
#items .block-categories .requests-list-block .fix {
  margin: 0;
}
#items .block-categories .requests-list-block .fix .orders-all {
  font-size: 80%;
  color: var(--white);
  background: var(--bg-color);
  padding: 2px 6px;
  transition: 1s;
  cursor: pointer;
  text-decoration: none;
}
#items .block-categories .requests-list-block .fix .orders-all:hover {
  background: rgba(0, 0, 0, 0.5);
}
#items .block-categories .requests-list-block .requests-list {
  background: var(--bg-items);
  margin-top: 10px;
}
#items .block-categories .requests-list-block .requests-list .item {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid var(--bg-details);
}
#items .block-categories .requests-list-block .requests-list .item .date {
  font-size: 70%;
  color: var(--extra);
  margin-bottom: 4px;
}
#items .block-categories .requests-list-block .requests-list .item .info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  font-size: 90%;
}
#items .block-items {
  width: 71%;
}
#items .block-items .map {
  width: 100%;
  height: 700px;
  background: var(--bg-details);
  margin-bottom: 10px;
}
#items .block-items .show-more {
  display: none;
  width: 100%;
  background: var(--white);
  font-size: 110%;
  padding: 10px 0;
  border: 1px solid var(--under);
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: .2s;
}
#items .block-items .show-more:hover {
  background: var(--bg-items);
}
#items .block-items .show-more-list {
  display: block;
  width: 100%;
  background: var(--white);
  font-size: 110%;
  padding: 10px 0;
  border: 1px solid var(--under);
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: .2s;
}
#items .block-items .tech-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  transition: .8s;
  padding: 10px 10px 0;
  background: var(--bg-items);
}
#items .block-items .tech-card:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}
#items .block-items .tech-card a {
  color: var(--bg-color);
  text-decoration: none;
}
#items .block-items .tech-card .techimg {
  margin-right: 20px;
  background-image: url(/images/no-photo.svg);
  background-size: 100%;
  width: 146px;
  height: 101px;
}
#items .block-items .tech-card .techimg img {
  width: 146px;
  height: 101px;
}
#items .block-items .tech-card .techinfo .title {
  font-size: 130%;
  font-weight: bold;
}
#items .block-items .tech-card .techinfo .category {
  font-size: 90%;
}
#items .block-items .tech-card .techinfo .props {
  margin: 10px 0;
  color: var(--extra);
  font-size: 80%;
}
#items .block-items .tech-card .techorder {
  width: 250px;
  margin-left: auto;
  padding-left: 10px;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 10px;
}
#items .block-items .tech-card .techorder span {
  display: block;
}
#items .block-items .tech-card .techorder .price-hour b {
  font-size: 130%;
}
#items .block-items .tech-card .techorder .phone {
  top: 3px;
  position: relative;
}
#items .block-items .tech-card .techorder .btn-request {
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 8px 10px;
  border: none;
  transition: .5s;
  cursor: pointer;
  font-size: 90%;
  margin: 5px 0 0 auto;
}
#items .block-items .tech-card .techorder .btn-request:hover {
  background: var(--hover-main) !important;
}
#items .block-items .tech-card .techorder .btn-show-phone {
  background: var(--bg-details);
  color: var(--bg-color);
}
#items .block-items .tech-card .techorder .btn-show-phone:hover {
  background: var(--hover-extra) !important;
}
#items .block-items .tech-card .techorder .btn-show-phone .hiddenspan {
  display: none;
}
#items .block-items .tech-card .techorder .min-time {
  margin: 2px 0 4px;
  font-size: 70%;
  color: var(--extra);
}
#items .block-items .tech-card .techorder .date {
  margin: 2px 0 4px;
  font-size: 90%;
  color: var(--extra);
}
#ads {
  padding: 1rem 0;
  background: var(--bg-items);
}
#ads h2 {
  font-size: 24px;
}
#ads p {
  margin: 0;
}
#mainitem .mainblock {
  margin: 30px 0 50px;
}
#mainitem .mainblock h1 {
  font-size: 32px;
  font-weight: bold;
}
#mainitem .mainblock .gallery {
  margin-top: 20px;
}
#mainitem .mainblock .gallery .navigation {
  margin: 20px 10px 0;
}
#mainitem .mainblock .gallery .images {
  width: 155px;
  height: 110px;
  margin: 0 14px 0 0;
}
#mainitem .mainblock .gallery .images img {
  margin: 0 5px;
  width: 155px;
  height: 110px;
}
#mainitem .mainblock .swiper-pagination {
  position: relative;
  display: inline-block;
  width: 85%;
  margin-left: 13px;
  margin-top: 40px;
}
#mainitem .mainblock .swiper-pagination .swiper-pagination-img .pag {
  width: 120px;
  float: left;
  /* margin-right: 16px; */
  aspect-ratio: 1.5;
}
#mainitem .mainblock .category a {
  color: var(--extra);
}
#mainitem .mainblock .date {
  margin: 5px 0 15px;
  color: var(--more-font);
  font-size: 90%;
}
#mainitem .mainblock .imagesblock {
  width: 100%;
  background: url(/images/no-photo.svg);
  height: 512px;
  background-size: contain;
}
#mainitem .mainblock .imagesblock img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.4;
}
#mainitem .mainblock .photo_prev_b {
  float: left;
  margin: 32px 0;
}
#mainitem .mainblock .photo_next_b {
  float: right;
  margin: 32px 0;
}
#mainitem .mainblock .props {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--under);
  border-top: 1px solid var(--under);
  padding-top: 10px;
  margin-top: 20px;
}
#mainitem .mainblock .props ul {
  columns: 2;
}
#mainitem .mainblock .props ul li {
  color: var(--more-font);
}
#mainitem .mainblock .props ul li span {
  color: var(--font-color);
}
#mainitem .mainblock .adress {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--under);
  padding-bottom: 10px;
}
#mainitem .mainblock .adress a {
  font-size: 90%;
  color: var(--bg-color);
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  float: right;
  padding: 0;
}
#mainitem .sideblock {
  width: 100%;
}
#mainitem .sideblock .sideblockcontent {
  position: sticky;
  top: 80px;
}
#mainitem .sideblock .sideblockcontent .priceblock {
  margin-bottom: 17px;
  margin-top: 25px;
}
#mainitem .sideblock .sideblockcontent .priceblock .price {
  display: block;
  text-align: right;
}
#mainitem .sideblock .sideblockcontent .priceblock .price span {
  font-weight: normal;
  font-size: 15px;
  color: var(--extra);
}
#mainitem .sideblock .sideblockcontent .priceblock .pricehour {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}
#mainitem .sideblock .sideblockcontent .priceblock .priceother {
  color: var(--bg-color);
}
#mainitem .sideblock .sideblockcontent .buttonsblock .btn {
  display: block;
  width: 100%;
  background: var(--main);
  color: var(--font-color);
  border-radius: 4px;
  padding: 14px 0;
  border: none;
  transition: .5s;
  cursor: pointer;
  font-size: 130%;
  margin: 10px 0;
}
#mainitem .sideblock .sideblockcontent .buttonsblock .btn:hover {
  background: var(--hover-main);
}
#mainitem .sideblock .sideblockcontent .buttonsblock .showphone {
  background: var(--bg-details);
  color: var(--bg-color);
  padding: 10px 0;
  font-size: 120%;
}
#mainitem .sideblock .sideblockcontent .buttonsblock .showphone:hover {
  background: var(--hover-extra);
}
#mainitem .sideblock .sideblockcontent .buttonsblock .hiddenspan {
  display: none;
}
#mainitem .sideblock .sideblockcontent .buttonsblock .hiddenphone .showspan {
  display: none!important;
}
#mainitem .sideblock .sideblockcontent .buttonsblock .hiddenphone .hiddenspan {
  display: block!important;
}
#mainitem .sideblock .sideblockcontent .clientblock {
  margin-top: 30px;
}
#mainitem .sideblock .sideblockcontent .clientblock .author {
  width: 70%;
  color: var(--extra);
  float: left;
}
#mainitem .sideblock .sideblockcontent .clientblock .author .name {
  font-size: 120%;
  color: var(--font-color);
}
#mainitem .sideblock .sideblockcontent .clientblock .author .name a {
  color: var(--title);
}
#mainitem .sideblock .sideblockcontent .clientblock .author .type {
  margin-bottom: 5px;
}
#mainitem .sideblock .sideblockcontent .clientblock .author .info {
  color: var(--extra);
  font-size: 90%;
}
#mainitem .sideblock .sideblockcontent .clientblock img {
  width: 30%;
  height: 70px;
  border-radius: 35px;
}
#mainitem .sideblock .sideblockcontent .share {
  margin-top: 60px;
  padding-bottom: 20px;
}
#mainitem .sideblock .sideblockcontent .share ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
#mainitem .sideblock .sideblockcontent .share ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}
#mainitem .sideblock .sideblockcontent .share ul li a {
  font-size: 150%;
  color: var(--font-color);
}
#mainitem .sideblock .sideblockcontent .share ul li a:hover {
  color: var(--extra);
}
#similar {
  background: var(--bg-items);
  margin: 0;
}
#similar .techsimilar {
  padding: 20px 0;
}
#similar .techsimilar h3 {
  color: var(--extra);
  margin-bottom: 15px;
  position: relative;
}
#similar .techsimilar .techcard {
  width: 200px;
  margin-right: 10px;
  margin-left: 15px;
  box-sizing: border-box;
  transition: .5s;
  border: 1px solid var(--white);
}
#similar .techsimilar .techcard img {
  width: 100%;
}
#similar .techsimilar .techcard a {
  color: var(--title);
}
#similar .techsimilar .techcard .info {
  padding: 10px;
}
#similar .techsimilar .techcard .info .title {
  font-size: 110%;
  font-weight: bold;
}
#similar .techsimilar .techcard .info .price {
  font-size: 90%;
  font-weight: bold;
}
#similar .techsimilar .techcard .info .date {
  font-size: 85%;
  margin-top: 10px;
  color: var(--more-font);
}
footer {
  background: var(--bg-color);
  padding: 50px 0 20px;
  font-size: 90%;
  flex: 0 0 auto;
}
footer .links {
  width: 70%;
}
footer .links ul {
  columns: 3;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}
footer .links ul li {
  margin-bottom: 8px;
}
footer .links ul li a {
  color: var(--links);
  text-decoration: underline;
}
footer .links ul li a:hover {
  color: var(--white);
}
footer .sn {
  margin-top: 20px;
}
footer .sn a {
  color: white;
  margin-right: 15px;
}
footer .sn a:hover {
  color: var(--font-other);
}
footer .copyright {
  color: var(--links);
}
footer .copyright a {
  color: var(--links);
  text-decoration: underline;
}
footer .copyright img {
  transition: .2s;
  opacity: .5;
}
footer .disclaimer {
  margin-top: 30px;
  font-size: 80%;
  color: var(--extra);
}
#orderformcon {
  margin: 30px 0 50px;
}
#orderformcon h1 {
  font-size: 32px;
  font-weight: bold;
}
#orderformcon .orderform {
  background: url(/images/bg.png);
  padding: 30px 25px;
  margin-top: 15px;
}
#orderformcon .orderform .slogan {
  font-size: 125%;
  width: 350px;
  font-weight: bold;
  display: block;
}
#orderformcon .orderform .techowners {
  display: block;
  margin-top: 20px;
  font-size: 110%;
}
#orderformcon .orderform .btn-block {
  text-align: center;
  margin-right: 40px;
}
#orderformcon .orderform .btn-block .btnrequest {
  display: flex;
  width: auto;
  background: var(--main);
  color: var(--font-color);
  height: 50px;
  width: 100%;
  line-height: 50px;
  border: none;
  transition: 0.2s;
  cursor: pointer;
  font-size: 120%;
  border-radius: 4px;
  padding: 0 48px;
  margin: 0;
  margin-bottom: 10px;
}
#orderformcon .orderform .btn-block a {
  color: var(--bg-color);
}
#breadcrumbs {
  background: var(--mini);
  margin-top: 30px;
}
#breadcrumbs ul {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  list-style-type: none;
  margin: 0;
}
#breadcrumbs ul li {
  margin-right: 5px;
  color: var(--font-color);
}
#breadcrumbs ul li:after {
  content: '/';
  padding-left: 5px;
}
#breadcrumbs ul li:last-child:after {
  content: '';
  padding-left: 0;
}
#breadcrumbs ul li a {
  color: var(--font-other);
}
#info {
  margin: 40px 0;
  position: relative;
  flex: 1 0 auto;
}
#info .main h1 {
  font-size: 32px;
  font-weight: bold;
}
#info .main h1:after {
  content: ' ';
  display: block;
  background: var(--main);
  width: 120px;
  height: 6px;
}
#info .main .content {
  margin-top: 30px;
}
#info .main .content .item {
  padding: 20px 0;
  border-bottom: 1px solid var(--bg-details);
}
#info .main .content .item b {
  font-size: 120%;
}
#info .main .content .item .date {
  font-size: 70%;
  color: var(--extra);
  margin-bottom: 4px;
}
#info .main .content .item .info {
  font-size: 100%;
}
#info .main .categories-all-container {
  margin: 30px 0 50px;
  list-style: none;
  padding: 0;
}
#info .main .categories-all-container span {
  display: block;
}
#info .main .categories-all-container span a {
  text-decoration: none;
  font-size: 160%;
  color: var(--bg-color);
  font-weight: bold;
}
#info .main .categories-all-container ul {
  padding: 0;
  columns: 3;
  margin: 20px 0;
  list-style-type: none;
}
#info .main .categories-all-container ul li {
  margin: 10px 0;
}
#info .main .categories-all-container ul li a {
  color: var(--extra);
  text-decoration: none;
}
#info .main .form-block {
  width: 550px;
}
#info .main .form-block .form {
  margin-bottom: 20px;
  margin-right: 30px;
  margin-top: 30px;
  float: left;
}
#info .main .form-block .form label {
  display: block;
  flex-direction: row;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
#info .main .form-block .form label span {
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#info .main .form-block .form label select {
  display: block;
  padding: 8px 10px;
  font-size: 110%;
}
#info .main .form-block .form label input {
  width: 240px;
  padding-right: 40px;
}
#info .main .form-block .step-category {
  margin-bottom: 20px;
}
#info .main .form-block .step-category .form-title {
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#info .main .form-block .step-category .descr {
  width: 200px;
  float: left;
}
#info .main .form-block .step-category input {
  width: 200px;
  height: 30px;
}
#info .main .form-block .step-category select {
  width: 200px;
  height: 30px;
  padding: 2px 10px;
}
#info .main .form-block .step-category .imgadd {
  width: 150px;
  height: 150px;
  border: 1px solid var(--bg-color);
}
#info .main .form-block .step-category .imgadd:hover {
  border: 3px solid var(--extra);
}
#info .main .form-block .technic-add-save {
  margin: 30px 0 20px;
  padding-top: 30px;
  border-top: 1px solid var(--under);
}
#info .main .form-block .technic-add-save .btn-save {
  background: #ffcd11;
  color: #000;
  border-radius: 4px;
  padding: 15px;
  border: none;
  transition: .2s;
  cursor: pointer;
  font-size: 120%;
  width: 200px;
}
#info .main .form-block .technic-add-save p {
  margin: 20px 0 0;
  color: var(--extra);
}
#info .main .form-block .technic-add-save a {
  color: var(--bg-color);
}
#user .userinfo {
  text-align: center !important;
  width: auto;
  justify-content: center;
  margin: 40px;
}
#user .userinfo h1 {
  font-size: 32px;
  font-weight: bold;
}
#user .userinfo .usertype {
  color: var(--font-other);
}
#user .userinfo img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 30px;
}
#user .userinfo .info-block .info {
  color: var(--font-other);
  font-size: 90%;
}
#user .userinfo .contacts-block {
  margin: 20px;
}
#user .userinfo .contacts-block a {
  color: var(--font-color);
}
.opened {
  display: block !important;
  transform: translate(0, 0);
  top: 20%;
}
.hidden-btn {
  display: none;
}
.hiddenphone .showspan {
  display: none!important;
}
.hiddenphone .hiddenspan {
  display: block!important;
}
.hidden-form {
  max-height: 100px!important;
  transition: max-height 2s;
}
.hidden-form .order-form {
  visibility: hidden;
  transition: 0s;
}
.hidden-form .order-form .btn-request {
  visibility: hidden;
  transition: 0s!important;
}
.hidden-form ul {
  visibility: hidden;
  transition: 0.1s;
}
#teh input.btn {
    margin: 20px 35%!important;
}
#teh .text-center h1 {
    font-size: 27px;
    margin: 15px 0;
}
#info .main span a {font-size: 25px;color: black!important;}
#info .main .list a {color: black!important;font-size: 18px;}
#info .main .list a:hover {color: blue!important;text-decoration: none;}
@media (max-width: 320px) {
  .container {
    width: 300px!important;
  }
  .dispnone {
    display: none!important;
  }
  #similar .techsimilar .techcard {
    width: 120px;
  }
  #info .main .form-block {
    width: 315px;
  }
  #mainitem .mainblock .imagesblock {
    height: 190px;
  }
  #mainitem .mainblock .gallery {
    margin: 20px auto 0;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 0px 4px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 65px;
    height: 55px;
    margin: 0 5px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 65px;
    height: 55px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--font-color);
    height: 50px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  header .right1 {
    right: 5px!important;
    position: absolute;
  }
  header .right2 {
    right: 25px!important;
    position: absolute;
  }
  header .mobilelogo {
    margin: 0 auto;
  }
  header a {
    text-align: center;
  }
  header a:hover {
    text-decoration: none;
  }
  #form h1 {
    text-align: center;
  }
  #form .show-hide-form {
    float: none;
  }
  #form .order-form .owners {
    text-align: center;
  }
  #form .order-form .slogan {
    text-align: center;
    width: 220px;
    margin: 0 13px;
  }
  #form .order-form .btn-block button {
    margin: 30px auto 10px;
    width: auto;
  }
  #popular .categories-list li {
    width: 130px;
  }
  #items .block-items .tech-card {
    display: block!important;
  }
  #items .block-items .tech-card .techimg {
    width: 250px;
    height: 174px;
  }
  #items .block-items .tech-card .techimg img {
    width: 250px;
    height: 174px;
  }
  #items .block-items .tech-card .techinfo .title {
    text-align: center;
    margin-top: 15px;
  }
  #items .block-items .tech-card .techinfo .category {
    text-align: center;
  }
  #items .block-items .tech-card .techorder {
    text-align: center;
  }
  #items .block-items .tech-card .techorder .min-time {
    font-size: 90%;
  }
  footer .links ul {
    columns: 1;
  }
  footer .aboutus {
    margin-left: 25px;
  }
  .justcon {
    justify-content: center!important;
  }
  .hidden-form {
    max-height: 200px!important;
  }
}
@media (max-width: 375px) {
  .container {
    /* width: 340px!important; */
  }
  .dispnone {
    display: none!important;
  }
  #mainitem .mainblock .imagesblock {
    height: 240px;
  }
  #mainitem .mainblock .gallery {
    margin: 20px auto 0;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 0px 5px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 75px;
    height: 65px;
    margin: 0 7px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 75px;
    height: 65px;
  }
  #similar .techsimilar .techcard {
    width: 140px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--font-color);
    height: 50px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  header .right1 {
    right: 5px!important;
    position: absolute;
  }
  header .right2 {
    right: 25px!important;
    position: absolute;
  }
  header .mobilelogo {
    margin: 0 auto;
  }
  header a {
    text-align: center;
  }
  header a:hover {
    text-decoration: none;
  }
  #form {
    text-align: center;
  }
  #form h1 {
    text-align: center;
  }
  #form .show-hide-form {
    float: none;
  }
  #form .order-form .owners {
    text-align: center;
  }
  #form .order-form .slogan {
    text-align: center;
    width: 260px;
    margin: 0 13px;
  }
  #form .order-form .btn-block button {
    margin: 30px auto 10px;
    width: auto;
  }
  #popular .categories-list li {
    width: 150px;
  }
  #items .block-items .tech-card {
    display: block!important;
  }
  #items .block-items .tech-card .techimg {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techimg img {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techinfo .title {
    text-align: center;
    margin-top: 15px;
  }
  #items .block-items .tech-card .techinfo .category {
    text-align: center;
  }
  #items .block-items .tech-card .techorder {
    text-align: center;
    margin: 0px auto;
    padding-left: 0px;
  }
  #items .block-items .tech-card .techorder .min-time {
    font-size: 90%;
  }
  footer .links ul {
    columns: 1;
  }
  footer .aboutus {
    margin-left: 25px;
  }
  .justcon {
    justify-content: center!important;
  }
  .hidden-form {
    max-height: 200px!important;
  }
}
@media (max-width: 415px) {
  .container {
    /* width: 373px!important; */
  }
  .dispnone {
    display: none!important;
  }
  #similar .techsimilar .techcard {
    width: 160px;
  }
  #mainitem .mainblock .imagesblock {
    height: 270px;
  }
  #mainitem .mainblock .gallery {
    margin: 20px auto 0;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 0px 5px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 75px;
    height: 65px;
    margin: 0 14px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 75px;
    height: 65px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--font-color);
    height: 50px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  header .right1 {
    right: 5px!important;
    position: absolute;
  }
  header .right2 {
    right: 25px!important;
    position: absolute;
  }
  header .mobilelogo {
    margin: 0 auto;
  }
  header a {
    text-align: center;
  }
  header a:hover {
    text-decoration: none;
  }
  #form {
    text-align: center;
  }
  #form h1 {
    text-align: center;
  }
  #form .show-hide-form {
    float: none;
  }
  #form .order-form .owners {
    text-align: center;
  }
  #form .order-form .slogan {
    text-align: center;
    width: 300px;
    margin: 0 13px;
  }
  #form .order-form .btn-block button {
    margin: 30px auto 10px;
    width: auto;
  }
  #popular .categories-list li {
    width: 170px;
  }
  #items .block-items .tech-card {
    display: block!important;
  }
  #items .block-items .tech-card .techimg {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techimg img {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techinfo .title {
    text-align: center;
    margin-top: 15px;
  }
  #items .block-items .tech-card .techinfo .category {
    text-align: center;
  }
  #items .block-items .tech-card .techorder {
    text-align: center;
    margin: 0px auto;
    padding-left: 0px;
  }
  #items .block-items .tech-card .techorder .min-time {
    font-size: 90%;
  }
  footer .links ul {
    columns: 1;
  }
  footer .aboutus {
    margin-left: 25px;
  }
  .justcon {
    justify-content: center!important;
  }
  .hidden-form {
    max-height: 200px!important;
  }
}
@media (max-width: 480px) {
  .container {
    /* width: 460px!important; */
  }
  .container-b {
    max-width: 440px;
  }
  .dispnone {
    display: none!important;
  }
  #mainitem .mainblock {
    margin: 30px 0 0px;
  }
  #mainitem .mainblock .gallery {
    margin: 20px auto 0;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 10px 10px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 110px;
    height: 80px;
    margin: 0 14px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 110px;
    height: 80px;
  }
	#mainitem.swiper-pagination {width: 85%;margin-left: 13px;}
	#mainitem .swiper-pagination .swiper-pagination-img{float: left;width: 100px;margin-right: 8px;}
	#mainitem .swiper-pagination .swiper-pagination-img .pag {width: 100px;}
	#mainitem .mainblock .swiper-pagination .pag {width: 93%;}
	
  #info .main .form-block {
    width: 360px;
  }
  #reg form .remember {
    width: 80%;
  }
  #reg form a {
    left: 0;
  }
  #city ul {
    columns: 2;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--font-color);
    height: 50px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  header .right1 {
    right: 5px!important;
    position: absolute;
  }
  header .right2 {
    right: 25px!important;
    position: absolute;
  }
  header .mobilelogo {
    margin: 0 auto;
  }
  header a {
    text-align: center;
  }
  header a:hover {
    text-decoration: none;
  }
  #form {
    text-align: center;
  }
  #form h1 {
    text-align: center;
  }
  #form .show-hide-form {
    float: none;
  }
  #form .order-form .owners {
    text-align: center;
  }
  #form .order-form .slogan {
    text-align: center;
    width: 380px;
    margin: 0 13px;
  }
  #form .order-form .btn-block button {
    margin: 30px auto 10px;
    width: auto;
  }
  #popular .categories-list li {
    width: 210px;
  }
  #orderformcon .orderform {
    text-align: center;
  }
  #orderformcon .orderform .slogan {
    width: 100%;
  }
  #orderformcon .orderform .techowners {
    margin-bottom: 20px;
  }
  #orderformcon .orderform .btn-block .btn-request {
    padding: 0;
    justify-content: center;
  }
  #items .block-items .tech-card {
    display: block!important;
  }
  #items .block-items .tech-card .techimg {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techimg img {
    width: 100%;
    height: 200px;
  }
  #items .block-items .tech-card .techinfo .title {
    text-align: center;
    margin-top: 15px;
  }
  #items .block-items .tech-card .techinfo .category {
    text-align: center;
  }
  #items .block-items .tech-card .techorder {
    text-align: center;
    margin: 0px auto;
    padding-left: 0px;
  }
  #items .block-items .tech-card .techorder .min-time {
    font-size: 90%;
  }
  #items .block-items .tech-card .techorder .date {
    padding-bottom: 10px;
  }
  footer .links ul {
    columns: 1;
  }
  footer .aboutus {
    margin-left: 25px;
  }
  .justcon {
    justify-content: center!important;
  }
  .hidden-form {
    max-height: 200px!important;
  }
    #reg {margin: 0px auto;padding: 10px 10px;}
    #reg form label {margin: 10px auto;}
    #reg form label .input-panel {padding: 20px 50px 5px 20px;margin: 0 auto;}
    #reg form center {margin-top: 10px;}
    #reg form .button .btn {padding: 10px 15px;font-size: 15px;margin: 0px auto 0;}
    #reg .notice {padding-top: 5px;margin-top: 9px;}
    #reg .notice p {margin-top: 10px;font-size: 12px;}
    #reg form {max-width: 100%;}
}
@media (max-width: 602px) {
  .container {
    /* max-width: 580px!important; */
  }
  #top .main-menu li {
    font-size: 95%;
  }
  #form {
    max-height: 520px;
  }
  #form .order-form .btn-block {
    padding: 0;
  }
  #form .order-form .btn-block button {
    padding: 0 14px;
  }
  #form .features li span {
    font-size: 80%;
  }
  #items .block-items {
    width: 100%;
  }
  #mainitem .mainblock .imagesblock {
    height: 310px;
  }
  #mainitem .mainblock .props ul {
    columns: 1;
  }
  #mainitem .sideblock .sideblockcontent .clientblock {
    height: 150px;
  }
  #mainitem .sideblock .sideblockcontent .share {
    margin-top: 0px;
  }
  #orderformcon .orderform .btn-block {
    margin-right: 0;
  }
  #orderformcon .orderform .btn-block .btnrequest {
    padding: 0;
    justify-content: center;
  }
  .hiddenform {
    max-height: 130px!important;
  }
}
@media (max-width: 801px) {
  .container {
    /* max-width: 720px!important; */
  }
  #top .main-menu li {
    font-size: 95%;
  }
  #form {
    max-height: 520px;
  }
  #form .order-form .btn-block {
    padding: 0;
  }
  #form .order-form .btn-block button {
    padding: 0 14px;
  }
  #form .features li span {
    font-size: 80%;
  }
  #items .block-items {
    width: 100%;
  }
  #mainitem .mainblock .imagesblock {
    height: 310px;
  }
  #mainitem .mainblock .props ul {
    columns: 1;
  }
  #mainitem .mainblock .gallery {
    margin: 20px auto 0;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 10px 10px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 125px;
    height: 85px;
    margin: 0 14px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 125px;
    height: 85px;
  }
  #mainitem .sideblock .sideblockcontent .clientblock {
    height: 150px;
  }
  #mainitem .sideblock .sideblockcontent .share {
    margin-top: 0px;
  }
  #orderformcon .orderform .btn-block {
    margin-right: 0;
  }
  #orderformcon .orderform .btn-block .btnrequest {
    padding: 0;
    justify-content: center;
  }
  .hiddenform {
    max-height: 130px!important;
  }
}
@media (max-width: 992px) {
  .container {
    /* width: 960px; */
  }
}
@media (max-width: 1140px) {
  #top .main-menu li {
    font-size: 100%;
  }
  #form {
    max-height: 440px;
  }
  #form .order-form .btn-block button {
    padding: 0 29px;
  }
  #items .block-categories .requests-list-block .requests-list .item .info {
    width: 230px;
    white-space: normal;
  }
  #mainitem .mainblock .imagesblock {
    height: 425px;
  }
  #mainitem .mainblock .gallery {
    margin-top: 20px;
  }
  #mainitem .mainblock .gallery .navigation {
    margin: 10px 10px 0;
  }
  #mainitem .mainblock .gallery .images {
    width: 125px;
    height: 85px;
    margin: 0 14px 0 0;
  }
  #mainitem .mainblock .gallery .images img {
    margin: 0 5px;
    width: 125px;
    height: 85px;
  }
  #orderformcon .orderform .btn-block .btnrequest {
    padding: 0 26px;
  }
}







