h2 {
  color: #644e2e;
  text-align: center;
  font-weight: 700;
  font-size: 1.9em;
  font-family: 'Roboto Thin', arial; }

.text_description {
  font-size: 1em;
  color: #aaa; }

.text_description_mini {
  font-size: .8em;
  color: #aaa; }

.text_h3 {
  font-size: 1.2em;
  color: #595959; }

.text_h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #595959; }

.job_help_wrap .part_wrap, .window_wrap, .menu_wrap {
  display: flex;
  flex-direction: column; }

.name_block, .name_block .add_word, .wrap_add_img_block, .job_help_header, .job_help_wrap, .wrap_search_foto, .wrap_projector, .menu_wrap .button_menu, .menu_wrap .row_move {
  display: flex;
  flex-direction: row; }

.text_part {
  font-size: 1em; }

.admin_sidebar {
  display: none;
  position: fixed;
  height: 100%;
  background-color: #2a231eed;
  padding: 5px 5px 0px 5px;
  z-index: 10000; }

.admin_sidebar.active {
  display: block; }
  .admin_sidebar.active ul {
    padding: 0px 10px 10px 10px; }
    .admin_sidebar.active ul li {
      margin: 5px 0px 5px 0px;
      color: #e6e6e6; }
      .admin_sidebar.active ul li a {
        color: #e6e6e6;
        width: 100%;
        display: block;
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        font-size: 1em; }

.hide_menu {
  position: fixed;
  height: 100vh;
  width: 1px;
  z-index: 1000; }

.form_row {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .form_row a {
    margin: 10px 10px 10px 0px; }

.name_block {
  flex-wrap: wrap;
  border-radius: 3px; }
  .name_block .add_word {
    background-color: #fff2c2;
    border-radius: 3px;
    border: 1px solid #b0a580;
    color: #5f5739;
    margin: 0px 10px 10px 0px;
    transition: 300ms;
    box-sizing: border-box; }
    .name_block .add_word input {
      margin: 0 !important;
      border: none;
      color: #b0a580; }
    .name_block .add_word .close {
      opacity: .6;
      width: 30px;
      cursor: pointer;
      height: 30px;
      background: url(/../img/ico/close.png) no-repeat;
      background-size: cover; }
      .name_block .add_word .close:hover {
        opacity: 1; }

.focus_active {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff6d4 !important; }

.main_img {
  display: block; }

.wrap_add_img_block {
  flex-wrap: wrap;
  height: 100px;
  margin: 10px 0px 10px 0px; }

.add_img {
  display: block;
  height: 100%;
  margin: 5px; }

.loader {
  opacity: 0; }

#wrap_desc #left {
  margin-right: 40px; }

.total_job_help_header {
  margin-bottom: 15px; }

.job_help_header {
  margin-bottom: 15px;
  padding: 10px;
  width: 700px;
  justify-content: space-between; }

.job_help_wrap {
  padding: 10px;
  width: 700px;
  background: #ffffff75;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
  .job_help_wrap .part_wrap .part_wrap_div div {
    padding-right: 5px; }

#action, #dist {
  font-size: 1em;
  color: #424141; }

#car, #week_day {
  font-size: 1em;
  color: #1b1b1b; }

#sum, #desc_job {
  font-size: .9em;
  color: #9e9e9e; }

#price {
  color: #388f3c;
  font-size: 1.2em; }

#district {
  text-transform: uppercase;
  color: #2b2b2b;
  font-size: 1em; }

.wrap_search_foto {
  flex-wrap: wrap; }

.wrap_projector {
  flex-wrap: wrap;
  margin-top: 20px; }
  .wrap_projector .wrap_img_projector {
    position: relative; }
    .wrap_projector .wrap_img_projector:hover .close_img {
      display: block; }
    .wrap_projector .wrap_img_projector .close_img {
      display: none;
      position: absolute;
      height: 20px;
      width: 20px;
      right: 0px;
      background: url(/../img/ico/close.png) no-repeat;
      background-size: cover;
      cursor: pointer; }
    .wrap_projector .wrap_img_projector .img_projector {
      height: 100px;
      margin-left: 10px; }

.window_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  justify-content: center;
  align-items: center; }
  .window_wrap .window_img {
    height: 100vh;
    z-index: -1; }

.menu_wrap {
  z-index: -1;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0; }
  .menu_wrap .button_menu {
    width: 10vh;
    height: 10vh;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: 300ms; }
    .menu_wrap .button_menu:hover {
      border-radius: 3px;
      border: 1px solid #ffffff; }
    .menu_wrap .button_menu:active {
      background: #99999982; }
  .menu_wrap .button_empty {
    width: 10vh;
    height: 10vh; }
  .menu_wrap .row_move {
    justify-content: center;
    align-items: center;
    height: 10vh; }

.window_wrap.black {
  background-color: #000000e6; }

.weight_wrap {
  width: 1000px;
  height: 500px; }

.weight_scale_y {
  width: 100px;
  height: 500px;
  position: relative;
  left: -120px; }

.weight_scale_x {
  width: 1000px;
  height: 50px;
  position: relative;
  bottom: -60px; }

.weight_block {
  position: absolute;
  width: 1000px;
  height: 500px; }

#slider {
  width: 200px; }

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em; }

.wrap_sort {
  box-sizing: border-box; }

.sort_container {
  width: 450px; }

.page_sort {
  display: flex;
  flex-direction: column;
  border: 1px solid #487e33;
  margin-top: 50px;
  box-sizing: border-box; }

.row_sort {
  display: flex;
  flex-direction: row;
  box-sizing: border-box; }

.img_sort_wrap, .no_display {
  height: 150px;
  width: 150px;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box; }
  .img_sort_wrap .img_sort, .no_display .img_sort {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.info_sort {
  position: absolute;
  width: 500px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .info_sort .item, .info_sort .item_link {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    color: #555; }
  .info_sort .item_link {
    color: #3e4675;
    display: block; }

.zoom_img {
  position: absolute;
  max-width: 500px;
  z-index: 1000; }
  .zoom_img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

table td {
  max-width: 120px; }

.sort_col {
  display: flex;
  flex-direction: row; }
  .sort_col a {
    width: 20px;
    height: 20px;
    margin-left: 5px; }

.filter_col {
  display: flex;
  flex-direction: row; }
  .filter_col a {
    width: 25px;
    height: 25px;
    margin-left: 5px; }
  .filter_col input, .filter_col select {
    padding: 5px !important;
    border-radius: 3px;
    border: 1px solid #999; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

input::-ms-input-placeholder {
  color: #999; }

input::placeholder {
  color: #999; }

.info_block_error {
  color: #444;
  padding: 20px; }

.info_block_picture_wrap {
  display: flex;
  flex-direction: row;
  padding: 20px; }
  .info_block_picture_wrap div {
    color: #444;
    margin-left: 10px; }

.info_img_wrap {
  position: absolute;
  width: 700px;
  height: auto;
  padding: 10px;
  display: none;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.3);
  z-index: 1001; }

.info_img_text_wrap {
  display: flex;
  flex-direction: row; }

.info_img {
  width: 60%;
  display: block; }
  .info_img .img_picture {
    max-height: 100%;
    max-width: 100%; }

.info_text {
  width: 40%;
  display: block;
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 10px; }
  .info_text .item {
    color: #555;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px; }

.info_button_wrap .button {
  margin-right: 5px; }

.error_img {
  width: 100%; }

.fancybox-enabled {
  overflow: hidden; }
  .fancybox-enabled body {
    overflow: visible;
    touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .fancybox-container ~ .fancybox-container {
    z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }
  .fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle; }
  .fancybox-slide > * {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }
  .fancybox-slide--image:before {
    display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }
  .fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }
  .fancybox-close-small:focus {
    outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }
  .fancybox-caption a, .fancybox-caption button {
    pointer-events: all; }
  .fancybox-caption a {
    color: #fff;
    text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  transform: rotate(-135deg);
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  right: 20px;
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }
  .fancybox-button--close:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px); }
  .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: rotate(45deg); }
  .fancybox-button--close:after {
    transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
    .fancybox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid #fff;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

.container_auto_0 {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box; }

.container_auto {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box; }

.opacity_bg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .opacity_bg p {
    color: #fff; }
  .opacity_bg h2 {
    color: #e4c279; }
  .opacity_bg span {
    color: #e4c279;
    font-weight: bold; }

fieldset, input {
  box-sizing: border-box; }

.link-red {
  color: #ab3636; }
  .link-red:hover {
    color: #f55e5e; }

.grey-color {
  color: #696868; }

.l_grey-color {
  color: #b4b4b4; }

.grey-lite-color {
  color: #b4b4b4; }

.red-color {
  color: #ab3636; }

.red-bg {
  background-color: #ab3636; }

.grey-bg {
  background-color: #8f8f8f; }

.l_grey-bg {
  background-color: #b4b4b4; }

.yelow-bg {
  background-color: #ffb500; }

.yelow-color {
  color: #d7a62f; }

.yelow-lite-bg {
  background-color: #e4c279; }

.yelow-lite-color {
  color: #e4c279; }

.yelow-dark-bg {
  background-color: #644e2e; }

.yelow-dark-color {
  color: #644e2e; }

.bg-dark {
  background-color: #2b2b33; }
  .bg-dark:before {
    background-color: #2b2b33; }
  .bg-dark p, .bg-dark h2 {
    color: #fff; }

.bg-lite {
  background-color: #ebebf0; }
  .bg-lite:before {
    background-color: #ebebf0; }
  .bg-lite p, .bg-lite h2 {
    color: #555; }

.bg-red {
  background-color: #d20027; }
  .bg-red:before {
    background-color: #d20027; }

.bg-red-dark {
  background: #8b242a;
  color: #efefef; }
  .bg-red-dark:before {
    background-color: #8b242a; }

.bg-green {
  color: #efefef;
  background: #2D9E9D; }

.bg-yellow {
  color: #000;
  background: #e4cf5d; }

.bg-orange {
  color: #000;
  background: #ef8c4e; }

.bg-green2 {
  color: #000;
  background: #55a760; }

.color-white {
  color: #fff; }

.bg-grey {
  background-color: #e7e7e7; }

.bg-body {
  background-color: #fff; }

.f_col {
  display: flex;
  flex-direction: column; }

.f_row {
  display: flex;
  flex-direction: row; }

.j_c_center {
  justify-content: center; }

.j_c_end {
  justify-content: flex-end; }

.j_c_start {
  justify-content: flex-start; }

.p_b_50 {
  padding-bottom: 50px; }

.p_t_25 {
  padding-top: 25px; }

html, body, div {
  padding: 0;
  margin: 0; }

body {
  font-size: 16px;
  background: #fff;
  min-height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden; }

html {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  overflow-y: scroll !important; }

a {
  text-decoration: none; }

p {
  font-size: 1.2em !important;
  line-height: 1.5em;
  font-family: 'Montserrat', sans-serif;
  color: #595959; }

li {
  font-family: 'Montserrat', sans-serif;
  color: #595959; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.color_svg {
  display: block; }

@font-face {
  font-family: 'gost2';
  src: url("/font/gost2.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Cyr Regular';
  src: url("/font/Neo Sans Cyr Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Pro Light';
  src: url("/font/Neo Sans Pro Light.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Freezer';
  src: url("/font/Freezer.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mipgost';
  src: url("/font/Mipgost.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DS Sofachrome';
  src: url("/font/DS Sofachrome.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'porsche';
  src: url("/font/porsche.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/font/icomoon.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Terminator';
  src: url("/font/Terminator.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poiret One';
  src: url("/font/Poiret One.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Jura';
  src: url("/font/Jura.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/font/Montserrat.woff2");
  font-weight: normal;
  font-style: normal; }

.small {
  font-size: 0.65em !important;
  line-height: 0.65em !important;
  padding: 5px !important; }

.m0 {
  margin: 0px auto 0px 0px !important; }

.m_0 {
  margin: 0px !important; }

.m_0_r_10 {
  margin: 0px 10px 0px 0px !important; }

.mt_10_mr_10 {
  margin: 10px 10px 0px 0px !important; }

.p_0 {
  padding: 0px !important; }

.m0_10 {
  margin: 10px 0 10px 0px !important; }

.mc {
  margin: 6px auto 0px auto !important; }

.m10 {
  margin: 10px 10px 10px 0px !important; }

.m_10 {
  margin: 10px !important; }

.m_auto {
  margin: auto !important; }

.m_auto_left {
  margin: 10px auto 10px 5px !important; }

.m_auto_right {
  margin: auto 0 auto auto !important; }

.flex_row {
  display: flex;
  flex-direction: row; }

.flex_row.center {
  justify-content: center; }

.flex_column {
  display: flex;
  flex-direction: column; }

.button_block_tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.button_tab {
  position: relative;
  font-size: 0.8em;
  font-weight: 700;
  padding: 20px 20px;
  transition: 200ms;
  text-transform: uppercase;
  color: #aaa;
  cursor: pointer; }
  .button_tab:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 3px;
    background: #d4d4d4; }

.button_tab.active {
  background: #fff; }
  .button_tab.active:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 3px;
    background: #aaa; }

.m5 {
  margin: 5px !important; }

.p_small {
  padding: 5px 10px !important; }

.b_row {
  display: flex;
  flex-direction: row;
  display: flex !important; }

.button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 700;
  padding: 8px 20px;
  border: none;
  transition: 200ms;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff; }
  .button .button:focus {
    border: none; }

.call_button {
  width: auto;
  padding: 5px !important;
  box-sizing: border-box; }
  .call_button .link_button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: 700;
    padding: 7px;
    border: none;
    transition: 200ms;
    text-transform: uppercase;
    color: #2c1e18; }

textarea, input, select {
  border: 1px solid #777;
  color: #000;
  background: transparent; }

fieldset {
  border: 1px solid #a4a7aa;
  border-radius: 3px;
  color: #595959; }

.ico_button {
  display: flex !important;
  display: flex;
  flex-direction: row; }

.button.active-green {
  border: 1px solid #1f6128 !important;
  color: #1f6128; }
  .button.active-green:hover {
    border: 1px solid #1f6128 !important;
    box-shadow: none; }

.button.active-blue {
  border: 1px solid #045a89 !important;
  color: #045a89; }
  .button.active-blue:hover {
    border: 1px solid #045a89 !important;
    box-shadow: none; }

.button.active {
  border: 1px solid #841111  !important;
  color: #841111; }
  .button.active:hover {
    border: 1px solid #841111  !important;
    box-shadow: none; }

.button.true {
  border: 1px solid #11841b  !important;
  color: #11841b; }
  .button.true:hover {
    border: 1px solid #11841b  !important;
    box-shadow: none; }

.button.active.hover {
  border: 1px solid #head_list !important;
  color: #841111; }
  .button.active.hover:hover {
    border: 1px solid #841111 !important;
    box-shadow: 0 0 2px 4px rgba(132, 17, 17, 0.1); }

.transp_black {
  border: 1px solid #a4a7aa !important;
  background-color: transparent;
  color: #a4a7aa;
  text-decoration: none; }
  .transp_black:hover {
    border: 1px solid #a4a7aa !important;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.08); }

.transp_blue {
  border: 1px solid #005bff !important;
  background-color: transparent;
  color: #005bff;
  text-decoration: none; }
  .transp_blue:hover {
    border: 1px solid #005bff !important;
    box-shadow: 0 0 0 5px #a811111c; }

.transp_red {
  border: 1px solid #a81111 !important;
  background-color: transparent;
  color: #a81111;
  text-decoration: none; }
  .transp_red:hover {
    border: 1px solid #a81111 !important;
    box-shadow: 0 0 0 5px #a811111c; }

.transp_lite_blue {
  border: 1px solid #009dff !important;
  background-color: transparent;
  color: #a81111;
  text-decoration: none; }
  .transp_lite_blue:hover {
    border: 1px solid #009dff !important;
    box-shadow: 0 0 0 5px #009dff14 !important; }

.transp_yellow {
  border: 1px solid #ffb500 !important;
  background-color: transparent;
  color: #ffb500;
  text-decoration: none; }
  .transp_yellow:hover {
    border: 1px solid #ffb500 !important;
    box-shadow: 0 0 0 5px #ffb70048; }

.transp_yellow_lite {
  border: 1px solid #ead194 !important;
  background-color: transparent;
  color: #ead194;
  text-decoration: none; }
  .transp_yellow_lite:hover {
    border: 1px solid #ead194 !important;
    box-shadow: 0 0 0 5px #ffb70048; }

.transp_red_inversion {
  border: 1px solid #a81111 !important;
  background-color: #a81111;
  color: #fff;
  text-decoration: none; }
  .transp_red_inversion:hover {
    border: 1px solid #a81111 !important;
    box-shadow: 0 0 0 5px #a811111c; }

.transp_orange_inversion {
  border: 1px solid #ff5b0a !important;
  background-color: #ff5b0a !important;
  color: #fff;
  text-decoration: none; }
  .transp_orange_inversion:hover {
    background-color: #fe2200 !important;
    border: 1px solid #fe2200 !important;
    box-shadow: 0 0 0 5px #a811111c; }

.transp_blue_inversion {
  border: 1px solid #005bff !important;
  background-color: #005bff !important;
  color: #fff;
  text-decoration: none; }
  .transp_blue_inversion:hover {
    background-color: #3124dd !important;
    border: 1px solid #3124dd !important;
    box-shadow: 0 0 0 5px #a811111c; }

.transp_black_f {
  border: 1px solid #595959 !important;
  background-color: transparent;
  color: #595959;
  text-decoration: none; }
  .transp_black_f:hover {
    border: 1px solid #595959 !important;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.08); }

.transp_white {
  border: 1px solid #fff !important;
  background-color: transparent;
  color: #fff;
  text-decoration: none; }
  .transp_white:hover {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    border: 1px solid #fff !important; }

.transp_gray {
  border: 1px solid #ccc !important;
  background-color: transparent;
  color: #ccc;
  text-decoration: none; }

.transp_lite {
  border: 1px solid #e6e6e6 !important;
  background-color: transparent;
  color: #e6e6e6;
  text-decoration: none; }
  .transp_lite:hover {
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0) !important; }

.grey-red {
  background-color: #a4a7aa; }
  .grey-red:hover {
    background-color: #a81111; }

.blue-grey {
  background-color: #a4a7aa; }
  .blue-grey:hover {
    background-color: #90b3c3; }

.grey-green {
  background-color: #a4a7aa; }
  .grey-green:hover {
    background-color: #8abd3c; }

.dark_grey-black {
  background-color: #a4a7aa; }
  .dark_grey-black:hover {
    background-color: #363638; }

.grey-dark_grey {
  background-color: #a4a7aa; }
  .grey-dark_grey:hover {
    background-color: #595959; }

.black {
  background: #363638; }
  .black:hover {
    background-color: #2c2c2d; }

.grey {
  background: #a4a7aa !important;
  color: #fff !important; }

.lite {
  background: #e6e6e6 !important;
  color: #fff !important; }

.orange {
  background-color: #ed5e42; }
  .orange:hover {
    background-color: #c63e1a; }

.yellow {
  background-color: #ffb500;
  border: 1px solid #ffb500 !important;
  color: #223246; }
  .yellow:hover {
    background-color: #ffd203;
    border: 1px solid #ffd203 !important; }

.red {
  background-color: #bb1b1b;
  border: 1px solid #f50000 !important;
  color: #fff; }
  .red:hover {
    background-color: #c9353c;
    border: 1px solid #c9353c !important; }

textarea, input {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  padding: 5px;
  width: 100%;
  border: 1px #444 solid;
  color: #444;
  font-size: 1em;
  border-color: #cfcfcf;
  border-radius: 2px;
  height: auto;
  width: auto; }

#parse {
  width: 500px; }

.header_m {
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  display: none;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }
  .header_m .pull {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/svg/trio_stick.svg); }
  .header_m .pull.active {
    background: url(/img/svg/cross.svg); }

.header_m.active {
  height: 100%; }

.header_m.navbar-hidden {
  transition-timing-function: ease-out;
  transition-duration: 500ms; }

.menu_header {
  display: none;
  top: 140px;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 14, 45, 0.97);
  box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.3);
  overflow-x: visible;
  overflow-y: scroll;
  z-index: 1000; }

.menu_header.active {
  display: block; }

.mobile_header {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  margin-top: 20px;
  padding: 0px 40px 10px 40px; }
  .mobile_header ul {
    display: block;
    padding: 0px 0px 70px 0px; }
    .mobile_header ul li {
      margin: 10px 0px 0px 0px;
      border-bottom: 1px solid #c9c9c9; }
      .mobile_header ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 0px 15px 0px;
        color: #fff;
        font-size: 1.3em;
        width: 100%; }
        .mobile_header ul li a .ico {
          width: 1.5em;
          height: 1.5em; }
        .mobile_header ul li a:hover {
          color: red; }

.mobile_header ul li:last-child {
  border-bottom: 0px solid #c9c9c9; }

.top_m {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px 10px 10px;
  height: 70px;
  width: 100%;
  background-color: #fff; }
  .top_m .a_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 400px;
    width: 400px; }
    .top_m .a_logo .logo_mobile {
      background-image: url("");
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%;
      position: relative; }
  .top_m .tel_svg {
    display: block;
    background-image: url("/img/svg/tel.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px; }

.call_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 50px;
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  background-color: #595959;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.overflow {
  overflow: hidden; }

.header {
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); }

.top_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0px 80px 0px 0px;
  background-color: transparent;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); }

.left_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  float: left;
  padding: 10px 40px 10px 60px;
  width: 100%;
  transition: 300ms; }

.a_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 300ms;
  width: 400px; }
  .a_logo .logo {
    display: inline-block;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url("/img/svg/logo-art.svg"); }

.a_tel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #595959; }
  .a_tel .tel_svg {
    display: block;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url("/img/svg/tel.svg");
    width: 20px;
    height: 20px; }
  .a_tel .num {
    width: 155px;
    margin-left: 10px; }
  .a_tel .tel.new {
    font-size: 1em; }

.shake {
  -webkit-animation: shake .2s;
          animation: shake .2s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4; }

#header.new {
  transition: 900ms; }
  #header.new .right_header a {
    font-size: 14px; }
  #header.new .left_header .a_logo {
    transition: 500ms;
    height: 35px;
    width: 280px; }

body.overflow {
  overflow: hidden; }

.right_header {
  font-size: 1.3em;
  display: flex;
  flex-direction: row;
  background-color: transparent;
  justify-content: flex-end;
  width: 50%;
  padding: 20px 20px 20px 0px;
  float: left; }
  .right_header ul {
    display: flex;
    flex-direction: row;
    padding: 0px 10px 0px 0px;
    margin: 0px; }
    .right_header ul li {
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: relative;
      margin-left: 5px;
      border-radius: 3px; }
      .right_header ul li:after, .right_header ul li:before, .right_header ul li a:after, .right_header ul li a:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #600;
        transition: 300ms;
        border-radius: 3px; }
      .right_header ul li:after {
        width: 0%;
        height: 1px;
        bottom: 0;
        left: 0; }
      .right_header ul li:before {
        left: 0;
        top: 0;
        width: 1px;
        height: 0%; }
      .right_header ul li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        color: #595959;
        padding: 5px;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        transition: 300ms;
        height: 100%; }
        .right_header ul li a:after {
          width: 0%;
          height: 1px;
          top: 0;
          right: 0; }
        .right_header ul li a:before {
          right: 0;
          bottom: 0;
          width: 1px;
          height: 0%; }
        .right_header ul li a:hover {
          color: #600; }
      .right_header ul li:hover:after, .right_header ul li a:hover:after {
        transition-delay: 200ms;
        width: 100%; }
      .right_header ul li:hover:before, .right_header ul li a:hover:before {
        transition-delay: 200ms;
        height: 100%; }
      .right_header ul li:hover {
        transition: 300ms;
        transition-delay: 300ms; }

.bottom_header {
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  clear: both;
  width: 100%;
  background-color: transparent;
  background-color: #fff;
  padding-bottom: 10px; }
  .bottom_header .ul {
    padding: 6px 0px 0px 10px;
    margin: 0px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .bottom_header .ul .bh_item {
      display: flex;
      flex-direction: row;
      height: 100%;
      transition: 300ms;
      border: 1px solid transparent;
      border-left: 1px solid #595959;
      margin-left: -1px;
      box-sizing: border-box; }
      .bottom_header .ul .bh_item:hover {
        border: 1px solid #600 !important;
        z-index: 99; }
      .bottom_header .ul .bh_item a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #595959;
        padding: 2px 10px 2px 10px;
        font-size: 0.9em;
        height: 30px;
        transition: 100ms; }
        .bottom_header .ul .bh_item a:after {
          margin-left: 3px;
          content: '';
          display: inline-block;
          background-size: 150px !important; }
        .bottom_header .ul .bh_item a:hover {
          color: #600; }
      .bottom_header .ul .bh_item #new:after {
        width: 30px;
        height: 30px;
        background-position: -43px 0px; }
      .bottom_header .ul .bh_item #rating:after {
        width: 30px;
        height: 30px;
        background-position: -118px 0px; }

.first {
  border-left: 1px solid transparent !important; }

footer {
  width: 100%; }

.footer_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }

.footer_nav {
  background-color: #252734;
  background: url("/img/background/footer-bg.png") repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 10px 50px 10px; }
  .footer_nav .list_footer {
    display: flex;
    flex-direction: column;
    padding: 30px 35px 0px 35px; }
    .footer_nav .list_footer ul {
      float: right; }
      .footer_nav .list_footer ul .footer_first {
        font-size: 1.1em;
        font-weight: 500;
        color: #fff; }
      .footer_nav .list_footer ul li {
        color: #c5bdbd;
        text-align: left; }
        .footer_nav .list_footer ul li a {
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center;
          font-size: 1em;
          height: 20px;
          padding: 10px 0px 10px 0px;
          color: #b9b9b9;
          text-decoration: none;
          transition: 300ms; }
          .footer_nav .list_footer ul li a:hover {
            color: #fff; }

.footer_first {
  border: none;
  font-family: 'OpenSans-Bold',sans-serif;
  margin: 0px 0px 10px 0px;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: normal;
  color: #fff; }

.footer_last {
  border: none; }

.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  font-size: .9em;
  color: #fff;
  background: url("/img/background/footer-bg2.png") repeat;
  background-color: #1c1d27;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0px 50px 0px; }
  .bottom div a {
    font-size: 1em; }

.index {
  width: 100%;
  position: relative; }

.section {
  box-sizing: border-box;
  padding: 20px 20% 100px 20%;
  display: flex;
  flex-direction: column;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1; }

.section.no_h2 {
  padding: 100px 20% 100px 20% !important; }

#main_section {
  padding: 150px 0px 100px 0px; }

#main_section_0 {
  padding: 150px 0px 0px 0px; }
  #main_section_0 .section_p_text {
    color: #ddd; }

#header_section {
  margin-top: 125px;
  padding: 0px; }

#other_section {
  padding: 0px 10% 100px 10% !important; }

.wrap {
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.bg-opacity {
  background: rgba(17, 17, 23, 0.9);
  width: 100%;
  height: 100%; }
  .bg-opacity p {
    font-size: 50px; }

.section.left {
  align-items: flex-start;
  justify-content: center; }

.bread_crumbs_wrap {
  padding: 10px 0px 10px 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .bread_crumbs_wrap a {
    margin-right: 5px;
    color: #999;
    line-height: 33px; }
    .bread_crumbs_wrap a:hover {
      color: #600; }
    .bread_crumbs_wrap a:before {
      width: 11px;
      height: 11px;
      margin-right: 5px;
      display: inline-block;
      content: '';
      -webkit-mask: url(/img/svg/arrow.svg) no-repeat;
      mask: url(/img/svg/arrow.svg) no-repeat;
      background-color: #ababab; }
  .bread_crumbs_wrap .bread_link_active {
    position: relative; }
  .bread_crumbs_wrap .list_wrap {
    position: absolute;
    top: 18px;
    padding: 10px 10px 10px 10px;
    z-index: -10;
    opacity: 0;
    background-color: #fff;
    transform: translateY(20px);
    transition-duration: 300ms;
    transition-delay: 200ms;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 3px; }
    .bread_crumbs_wrap .list_wrap .item {
      padding: 4px 0px 4px 0px;
      white-space: nowrap;
      font-size: 0.9em;
      color: #555; }
      .bread_crumbs_wrap .list_wrap .item:hover {
        color: #600; }

h1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 3.5em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important; }

h3 {
  color: #444;
  font-size: 1em !important;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300; }

.shape-separator {
  position: relative;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.shape-separator::after {
  content: "";
  -webkit-mask-image: url(/img/svg/separator.svg);
  -webkit-mask-repeat: no-repeat;
  background-color: #4f3713;
  position: absolute;
  width: 300px;
  height: 60px;
  bottom: 0; }

.shape-separator.w::after {
  background-color: #bdbdbd; }

.shape-separator.e::after {
  background-color: #e4c279; }

#button_call {
  margin-top: 40px !important; }

.button_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }

.section_img_arr_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 300px; }
  .section_img_arr_wrap a {
    display: block;
    height: auto;
    width: 50%;
    margin: 0px 30px 0px 30px;
    box-sizing: border-box; }
  .section_img_arr_wrap img {
    display: block;
    width: 100%;
    box-sizing: border-box; }

.section_img_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .section_img_wrap img {
    display: block;
    height: auto;
    width: 100%;
    padding: 0px 300px 0px 300px;
    box-sizing: border-box; }

.section_fan_pic_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .section_fan_pic_wrap .a_fan_pic {
    height: auto;
    width: 40%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section_fan_pic_wrap .a_fan_pic img {
      display: block;
      height: auto;
      width: 100%; }

.error_wrap_404 {
  display: flex;
  flex-direction: column;
  padding: 50px 0px 100px 0px;
  justify-content: center;
  align-items: center; }

.img_404 {
  padding: 10px  0px 50px 0px; }

.back_404 a {
  color: #595959;
  font-size: 1em;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d7dee0;
  padding: 5px 10px 5px 10px;
  border-radius: 3px 0 0 3px;
  transition: 300ms; }
  .back_404 a:hover {
    background-color: #d7dee0; }

#toTop {
  width: 100px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 100;
  padding: 10px 0px 10px 0px;
  font-size: 0.8em;
  border-radius: 3px;
  background-color: #90b3c3;
  color: #fff;
  transition: 500ms; }
  #toTop:hover {
    background-color: #4986a1;
    color: #fff; }

.title_contact {
  padding: 0px 75px 0px 75px;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  text-align: left;
  color: #7a7a7a; }

.section_form_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.form {
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 10px; }
  .form input, .form select {
    border: 1px solid #777;
    color: #000; }
  .form .button, .form input, .form div, .form select {
    text-align: center;
    height: 50px !important;
    width: 200px;
    height: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center; }
  .form div, .form button, .form select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 10px; }
  .form select {
    background-color: transparent; }
  .form #contact_send {
    margin: 0px 10px 0px 10px !important; }

.g-recaptcha {
  display: none; }

.section_form_contact .bg-opacity {
  background: rgba(17, 17, 23, 0.9); }

.section_form_contact.picture {
  background: url(/img/background/contact.png) no-repeat;
  background-size: cover;
  background-position: center center; }

.section_form_contact.metall {
  background: url(/img/background/bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.yandex_map {
  display: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 250px;
  padding: 0px 0px 10px 0px; }

.map_hidden {
  display: block; }

.open_map {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  color: #7d7d7d;
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 30px 0px 30px 0px;
  transition: 300ms; }
  .open_map:after {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 15px;
    content: '';
    background: url(/img/ico/down.png) no-repeat;
    background-size: cover;
    background-position: center center; }
  .open_map:hover {
    background: #e8e8e8;
    color: #636363; }

.open_map_arrow:after {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 15px;
  content: '';
  background: url(/img/ico/up.png) no-repeat;
  background-size: cover;
  background-position: center center; }

.header_wrap {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 0px;
  clear: both;
  margin-top: 125px;
  height: 80px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background: #252734; }
  .header_wrap h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0px 0px 0px 75px;
    font-size: 2.2em;
    text-align: left;
    color: #ffffff; }
    .header_wrap h1::first-letter {
      text-transform: uppercase; }

.stat_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.info_stat_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 0px 20px 0px 20px; }

.head_stat {
  font-size: 1.5em; }

.count_stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  font-size: 3em;
  width: 100px;
  height: 100px;
  color: #7a7a7a;
  position: relative; }

option:focus {
  background: orange; }

.wrap_section {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1516px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px; }

.left_section {
  width: 20%;
  margin: 0px 50px 50px 0px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3); }
  .left_section .menu_block {
    width: 300px;
    padding: 0px 0px 100px 0px; }

.right_section {
  width: 70%; }

.main_block {
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
  padding: 50px 50px 50px 50px;
  margin-bottom: 50px; }

.row_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%; }
  .row_img .item_block {
    margin: 2vh; }

.svg_div {
  box-sizing: border-box;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  transition: 300ms; }

.svg_div.mask {
  mask-repeat: no-repeat;
  mask-size: 80%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 80%;
  -webkit-mask-repeat: no-repeat; }

.svg_div.url {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }

.item_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  transition: 100ms;
  position: relative;
  padding-bottom: 20px;
  width: 38%; }
  .item_block:hover {
    box-shadow: 0 7px 14px 0px rgba(0, 0, 0, 0.6); }
  .item_block .img_part {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    transition: 300ms; }
    .item_block .img_part .img_div {
      height: 100%;
      width: 100%;
      overflow: hidden; }
    .item_block .img_part img {
      display: block;
      height: 100%;
      width: 100%; }

.text_part {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 0px 0px 3px 3px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  box-sizing: border-box; }
  .text_part .text_h3_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0px 15px 0px;
    color: #7a7a7a;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em; }
    .text_part .text_h3_img:hover {
      color: #600; }
  .text_part .description {
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    text-overflow: ellipsis;
    color: #aaa;
    font-family: "Montserrat", sans-serif;
    font-size: .9em; }
  .text_part .desc_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    color: #7a7a7a;
    border-bottom: 1px solid #cfcfcf;
    padding: 5px 10px 5px 10px;
    width: 100%; }

.text_part_description.mini {
  height: 70px; }

.button_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  flex-wrap: wrap; }

.button_wrap.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto; }

.price_wrap {
  margin: 5px 0px 15px 0px; }

.text_img.catalog {
  text-transform: uppercase; }
  .text_img.catalog:hover {
    color: #600; }
  .text_img.catalog::first-letter {
    text-transform: uppercase; }

.wrap_list_category {
  display: flex;
  flex-direction: column; }

.item_category {
  color: #000;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em; }
  .item_category:hover {
    color: #600; }
  .item_category::first-letter {
    text-transform: uppercase; }

.item_type {
  color: #595959;
  font-family: "Montserrat", sans-serif;
  padding: 10px 10px 10px 20px; }
  .item_type:hover {
    color: #600; }
  .item_type::first-letter {
    text-transform: uppercase; }

.item_block.border {
  border: 2px solid #e6e6e6 !important;
  padding: 3vh;
  transition: 100ms;
  box-sizing: border-box; }
  .item_block.border:hover {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3); }
  .item_block.border .button {
    font-size: 0.7em !important; }

.item_block.left .text_h3_img {
  align-items: flex-start; }

.item_block.left .button_wrap {
  align-items: flex-start; }

.item_block.left .text_part_description {
  align-items: flex-start; }

.open_example {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  .open_example img {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin: 20px;
    height: 14vh; }

.text_description_wrap {
  width: 75%;
  font-family: "Montserrat", sans-serif;
  color: #7a7a7a;
  font-size: 1em;
  padding: 0px 20px 0px 20px; }
  .text_description_wrap p {
    font-family: "Montserrat", sans-serif; }

.wrap_example {
  display: flex;
  flex-direction: row; }
  .wrap_example a {
    height: 200px;
    margin: 20px 20px 20px 20px; }
  .wrap_example img {
    height: 100px;
    margin: 20px 20px 20px 20px; }

.wrap_example_work {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .wrap_example_work a {
    display: block;
    padding: 10px;
    width: 30%; }
    .wrap_example_work a img {
      height: 100%;
      width: 100%;
      display: block; }

.list_other {
  display: flex;
  flex-direction: column; }

.s_text {
  text-align: left !important;
  font-size: 1.2em !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  color: #a4a7aa;
  padding: 0px 20px 0px 20px; }

.top_footer_2 {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  clear: both;
  padding-top: 50px;
  padding: 0px 0px 75px 0px; }

.border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  cursor: pointer;
  transition: 300ms;
  margin: 0px 20px 0px 0px; }
  .border .other_picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 25vh;
    width: 25vh;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 5px; }
    .border .other_picture img {
      position: absolute;
      z-index: 2;
      display: block;
      max-width: 100%;
      max-height: 100%;
      transition: 300ms; }
      .border .other_picture img:hover {
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.7); }
  .border .text {
    height: 20%;
    width: 100%;
    text-align: center; }
    .border .text div {
      width: 100%; }
    .border .text .name {
      color: #555;
      font-weight: 400; }
    .border .text .desc {
      font-weight: 200;
      color: #999;
      font-size: .9em; }

.row_color {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .row_color .wrap_color {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    cursor: pointer; }
  .row_color .block_color {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 100px;
    width: 200px;
    text-align: center; }
    .row_color .block_color img {
      width: 100%;
      height: 100%; }
  .row_color .text_color {
    margin-top: 5px;
    color: #333;
    font-size: 0.7em; }

.zoom {
  position: relative; }

#ex1 {
  width: 500px; }

.zoom img {
  display: block; }

.wrap_product_class {
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
  background: #fff; }

.wrap_product_class.hidden {
  display: none; }

.wrap_product {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box; }
  .wrap_product .wrap_product_img {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: 150px;
    width: 50%; }
    .wrap_product .wrap_product_img .wrap_zoom_img {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      justify-content: center;
      height: 400px;
      width: 100%;
      border-radius: 4px; }
      .wrap_product .wrap_product_img .wrap_zoom_img .zoom_img {
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        max-height: 100%; }
    .wrap_product .wrap_product_img .wrap_other_img {
      display: flex;
      flex-direction: row;
      height: 100px;
      box-sizing: border-box; }
      .wrap_product .wrap_product_img .wrap_other_img .div_other_img {
        margin-right: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100px;
        box-sizing: border-box;
        border-radius: 3px;
        cursor: pointer;
        text-align: center; }
      .wrap_product .wrap_product_img .wrap_other_img .div_other_img.active {
        box-shadow: 0 0 0 4px #a81111; }
      .wrap_product .wrap_product_img .wrap_other_img .other_img {
        overflow: hidden;
        border-radius: 3px;
        box-sizing: border-box;
        display: block;
        max-height: 100%;
        width: auto; }

.wrap_product_desc {
  display: flex;
  flex-direction: column;
  width: 50%; }
  .wrap_product_desc .description_head {
    color: #444;
    font-size: 1.5em;
    padding: 0px 0px 30px 0px; }
  .wrap_product_desc .description {
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    text-align: left;
    color: #aaa; }
  .wrap_product_desc .desc_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #cacaca; }

.text_description_mini {
  padding: 0px 0px 10px 0px; }

.text_description {
  padding: 0px 0px 10px 0px; }

.text_h2 {
  padding: 0px 0px 10px 0px; }

.text_h3 {
  padding: 0px 0px 10px 0px; }

.line_through {
  text-decoration: line-through; }

.wrap_button_order {
  margin-top: 100px; }
  .wrap_button_order .button_block {
    padding: 20px 0px 0px 0px; }
  .wrap_button_order tr:nth-child(odd) {
    background: #fff; }
  .wrap_button_order tr:nth-child(even) {
    background: #eee; }

.no_up {
  text-transform: revert !important; }

.wrap_nav_arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative; }

.arrow_prev {
  border-radius: 3px 0 0 3px;
  margin: 8px !important; }

.arrow_next {
  margin: 8px !important;
  border-radius: 0px 3px 3px 0px; }

.wrap_nav_arrow_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px; }

.nav_arrow_img {
  box-shadow: 0 12px 13px -2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  opacity: 0;
  max-height: 100%;
  max-width: 100%;
  transition: 300ms;
  transition-delay: 200ms; }

.nav_arrow_img.active {
  opacity: 1; }

.nav_arrow {
  display: flex;
  flex-direction: row; }

.like_block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100px;
  position: absolute;
  right: 0px; }

.div_wrap_like {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
  height: 30px;
  position: relative; }

.ico_like {
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  background: transparent;
  color: #aaa;
  transition: .2s;
  width: 50px;
  background-image: url(/img/svg/like-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 101; }

.ico_like.full {
  background-image: url(/img/svg/like_press-2.svg);
  background-repeat: no-repeat; }

.ico_like.press {
  -webkit-animation: size .5s;
          animation: size .5s; }

.plus_like {
  position: absolute;
  text-align: center;
  bottom: -10px;
  transition: .5s;
  z-index: 100;
  color: transparent;
  width: 100% !important;
  height: 30px; }

.plus_like.press {
  bottom: 25px;
  visibility: visible;
  height: 20px;
  width: 100% !important;
  -webkit-animation: fade 1s;
          animation: fade 1s; }

.i_count {
  width: 50px;
  color: #a4a7aa; }

.i_count.full {
  color: #841111; }

.i_count.press {
  color: #841111; }

@-webkit-keyframes fade {
  0% {
    color: #transparent; }
  50% {
    color: #841111; }
  100% {
    color: #transparent; } }

@keyframes fade {
  0% {
    color: #transparent; }
  50% {
    color: #841111; }
  100% {
    color: #transparent; } }

@-webkit-keyframes color {
  0% {
    color: #a4a7aa; }
  100% {
    color: red; } }

@keyframes color {
  0% {
    color: #a4a7aa; }
  100% {
    color: red; } }

@-webkit-keyframes size {
  0% {
    padding: 10px 0px 10px 0px; }
  50% {
    padding: 15px 10px 15px 10px; }
  100% {
    padding: 10px 0px 10px 0px; } }

@keyframes size {
  0% {
    padding: 10px 0px 10px 0px; }
  50% {
    padding: 15px 10px 15px 10px; }
  100% {
    padding: 10px 0px 10px 0px; } }

.center {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important; }

.table_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto; }
  .table_wrap table {
    border: 1px solid #cfcfcf;
    border-collapse: collapse; }
    .table_wrap table tr {
      height: 40px; }
      .table_wrap table tr td {
        font-size: 1em;
        text-align: center;
        color: #595959;
        border: 1px solid #cfcfcf;
        height: 50px;
        text-overflow: ellipsis; }
        .table_wrap table tr td input {
          text-align: center;
          height: 100% !important;
          width: 100% !important;
          margin: 0;
          font-size: .9em; }
      .table_wrap table tr div {
        padding: 10px 10px 10px 10px;
        cursor: pointer;
        width: auto; }
      .table_wrap table tr .readonly {
        cursor: pointer; }
      .table_wrap table tr .div_hidden {
        white-space: nowrap;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .table_wrap table thead {
      font-size: 1em;
      font-weight: 400;
      color: #a4a7aa; }
      .table_wrap table thead th {
        background: #595959;
        color: #e7e7e7;
        padding: 5px;
        text-transform: uppercase !important;
        font-size: 1em !important;
        font-weight: 400 !important;
        cursor: pointer; }

.nth tr:nth-child(odd) {
  background: #fff; }

.nth tr:nth-child(even) {
  background: #e7e7e7; }

.no_up {
  text-transform: revert !important; }

.ico {
  display: block;
  margin: 0px 5px 0px 0px;
  width: 1em;
  height: 1em;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #b9b9b9; }

.ico.hover_red:hover {
  background-color: #600; }

.info_block {
  margin: 10px;
  color: #7a7a7a;
  padding: 10px 10px 10px 0px; }

.wrap_search_foto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.img_table_zoom {
  position: absolute;
  width: 20vh;
  height: 40vh;
  z-index: 1000; }
  .img_table_zoom img {
    height: 100%; }

.img_table {
  cursor: pointer; }

#popup {
  margin: 65px auto;
  width: 30vw;
  background-color: white;
  padding: 20px 60px 20px 60px;
  box-sizing: border-box;
  overflow: auto;
  opacity: 1; }
  #popup .order_wrap_row {
    display: flex;
    flex-direction: row;
    align-items: center; }
    #popup .order_wrap_row .order_wrap_img {
      height: 10vh;
      width: 10vh;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #popup .order_wrap_row .order_wrap_img img {
        display: block;
        max-height: 100%;
        max-width: 100%; }
    #popup .order_wrap_row .order_text_wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 70%;
      height: 100%;
      padding: 0px 20px 0px 20px; }
      #popup .order_wrap_row .order_text_wrap div {
        width: 100%;
        margin: 5px 0 5px 0; }
      #popup .order_wrap_row .order_text_wrap .order_text_desc {
        font-size: .7em;
        color: #999; }
    #popup .order_wrap_row .order_price_wrap {
      width: 30%; }
      #popup .order_wrap_row .order_price_wrap div {
        font-size: .8em; }
  #popup .order_input_wrap {
    display: flex;
    flex-direction: column; }
    #popup .order_input_wrap input {
      margin: 5px 0 0 0;
      width: 200px; }
      #popup .order_input_wrap input:focus-visible {
        outline: none; }

.info_form {
  opacity: 1;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  padding: 10px;
  color: #ffffff;
  border-radius: 3px;
  transition-delay: 200ms;
  transition-duration: 500ms; }

.info_form.ok {
  border: 1px solid rgba(24, 163, 54, 0.78);
  color: rgba(24, 163, 54, 0.78); }

.info_form.error {
  border: 1px solid rgba(163, 24, 24, 0.78);
  color: rgba(163, 24, 24, 0.78); }

ul {
  padding: 0 0 0 19px;
  overflow: hidden; }

#buttonyellow {
  margin-top: 10px; }
  #buttonyellow:after {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    display: inline-block;
    content: '';
    -webkit-mask: url(/img/svg/tel_trubka.svg) no-repeat;
    mask: url(/img/svg/tel_trubka.svg) no-repeat;
    background-color: black; }

ul.txt-fff li, ul.txt-fff a {
  color: #fff;
  transition: 300ms; }
  ul.txt-fff li:hover, ul.txt-fff a:hover {
    color: #bfbfbf; }

ul.li_svg {
  padding: 0px 0px 0px 40px; }
  ul.li_svg li {
    position: relative;
    display: block;
    margin-top: 15px; }
  ul.li_svg li:before {
    width: 1em;
    height: 1em;
    margin-right: 5px;
    display: inline-block;
    content: '';
    position: absolute;
    left: -1.5em; }

.li_1 li:before {
  background: url(/img/svg/li_1.svg) no-repeat; }

.li_2 li:before {
  background: url(/img/svg/li_2.svg) no-repeat; }

.ol_list {
  list-style-type: none;
  counter-reset: n;
  position: relative;
  margin: 0 0 3.5em 0px; }
  .ol_list li {
    position: relative;
    margin-top: 14px; }
    .ol_list li:after {
      content: counter(n);
      counter-increment: n;
      display: inline-block;
      position: absolute;
      left: -30px;
      width: 17px;
      height: 17px;
      line-height: 17px;
      color: #d20027;
      text-align: center;
      font-size: .7em;
      font-weight: 700;
      border-radius: 50%;
      border: 2px solid #d20027; }

li.bg-grey:last-child:before {
  background: #e7e7e7 !important; }

#info_p {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 4em !important;
  font-size: 1em !important;
  color: #888 !important;
  border-left: 2px solid #d20027;
  padding: 1.5em 2.5em 1.5em 1.5em; }
  #info_p:before {
    position: absolute;
    right: -12px;
    top: calc(50% - 16px);
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    content: '';
    -webkit-mask: url(/img/svg/znak_vskl.svg) no-repeat;
    mask: url(/img/svg/znak_vskl.svg) no-repeat;
    background-color: #c67575; }

html {
  scroll-behavior: smooth; }

.menu_list {
  display: none;
  position: absolute;
  background-color: #272727fa;
  width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 16px;
  top: 90%; }
  .menu_list .item_list {
    margin: 5px;
    cursor: pointer;
    color: #cfcfcf !important;
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    justify-content: start !important;
    align-items: center;
    font-size: 0.8em !important;
    height: 100%;
    box-sizing: border-box; }
    .menu_list .item_list span {
      display: block;
      height: 100%; }
  .menu_list .item_list.marker {
    color: #fff !important; }
    .menu_list .item_list.marker:before {
      width: 10px;
      height: 10px;
      margin-right: 5px;
      display: inline-block;
      content: '';
      -webkit-mask: url(/img/svg/arrow.svg) no-repeat;
      mask: url(/img/svg/arrow.svg) no-repeat;
      background-color: white; }

.container_auto .img_p {
  float: left;
  width: 40%;
  margin: 0px 25px 25px 25px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3); }

.separator_h2 {
  width: 100%;
  margin-bottom: 1.2rem;
  text-align: center; }
  .separator_h2::after {
    display: inline-block;
    width: 36px;
    height: 6px;
    content: '';
    background: radial-gradient(#600 3px, transparent 3px);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 13px 12px;
    background-position: -2px 50%; }

.wrapper {
  padding: 0;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 80px; }
  .wrapper h2:after {
    display: none; }
  .wrapper #left {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 3.5em 3.5em 3.5em 0em;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 50%; }
    .wrapper #left:before {
      position: absolute;
      content: "";
      width: 1000%;
      height: 100%;
      top: 0;
      left: -1000%;
      right: 0;
      z-index: -1; }
    .wrapper #left h2 {
      text-align: right; }
  .wrapper #right {
    display: flex;
    flex-direction: column;
    padding: 3.5em 0em 3.5em 3.5em;
    box-sizing: border-box;
    position: relative; }
    .wrapper #right:before {
      width: 1000%;
      height: 100%;
      position: absolute;
      left: 0;
      right: -1000%;
      top: 0;
      bottom: 0;
      content: '';
      z-index: -1; }
    .wrapper #right h2 {
      text-align: left; }

.img_container {
  width: 100%; }

.row_container {
  margin: 50px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  box-sizing: inherit; }

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  flex: 0 0 45%;
  max-width: 45%;
  cursor: pointer; }

.container.stretch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch; }

.row_container.w100 .container {
  flex: 0 0 33%;
  max-width: 33%; }

.row_container.w2 .container {
  flex: 0 0 22%;
  max-width: 22%; }

.row_container.w3 .container {
  flex: 0 0 33%;
  max-width: 33%; }

.row_container.w4 .container {
  flex: 0 0 44%;
  max-width: 44%; }

.block_container {
  padding: 15px 15px 35px 15px;
  padding: 1.5em;
  text-align: center;
  flex-grow: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .block_container:hover .svg_img.l_grey-bg {
    transition: 400ms;
    background-color: #4f4f4f !important; }
  .block_container img {
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
    display: block; }

.head_list {
  padding: 20px 0px 0px 0px;
  font-family: 'OpenSans-Bold',sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  text-transform: none !important;
  text-align: center;
  min-height: 50px; }

.separator {
  height: 2px;
  width: 35%;
  margin: .5em  auto .5em;
  background: #ab3636;
  position: relative; }

.wrap_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .wrap_list p {
    min-height: 40px;
    font-size: 1em !important;
    line-height: 1em; }

.list_contact_wrap {
  margin-left: 10px; }

.contact_title_form {
  font-size: 2em;
  color: #d2d2d2;
  padding: 30px 75px 0px 75px; }

.add_service.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .add_service.column .row_service .img_block img {
    height: 160px; }

.add_service.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .add_service.row .row_service {
    width: 33%; }
    .add_service.row .row_service .img_block img {
      height: 60px; }

.add_service .row_service {
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
  transition: 500ms; }
  .add_service .row_service:hover .link_service {
    color: #d61919;
    transition: 300ms; }
  .add_service .row_service:hover .desc_service {
    transition: 500ms;
    color: #7b7b7b; }
  .add_service .row_service:hover .img_b {
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9); }
  .add_service .row_service .img_block {
    margin: 0 10px 0 0; }
    .add_service .row_service .img_block .img_b {
      width: 100;
      border-radius: 3px;
      box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1); }
  .add_service .row_service .text_block {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 10px 10px; }
  .add_service .row_service .link_service {
    margin: 0 0 10px 0;
    color: #ab3636;
    font-size: 1em; }
  .add_service .row_service .desc_service {
    color: #999;
    font-size: .7em; }

.accordion {
  color: #444;
  cursor: pointer;
  padding: 1.5em  3.5em 1.5em  1.5em;
  font-size: 1.2em;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #aaa; }
  .accordion:hover {
    background-color: #e8e8e8; }

.accordion:after {
  width: 1.2em;
  height: 1.2em;
  margin-right: 1.5em;
  top: 1.5em;
  display: inline-block;
  content: '';
  position: absolute;
  right: 0;
  -webkit-mask: url(/img/svg/arrow-down.svg) no-repeat;
  mask: url(/img/svg/arrow-down.svg) no-repeat;
  background-color: #864444; }

.accordion.active:after {
  -webkit-mask: url(/img/svg/arrow-up.svg) no-repeat;
  mask: url(/img/svg/arrow-up.svg) no-repeat;
  background-color: #864444; }

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    font-size: 1em !important; }

.pagination_tab_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0px 10px 0px; }
  .pagination_tab_wrap .pagination_tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    clear: both; }
    .pagination_tab_wrap .pagination_tab .item_page {
      margin: 0px 10px 0px 0px !important;
      transition: 0ms; }

.comment_list {
  display: flex;
  flex-direction: column; }
  .comment_list .comment_item_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em; }
    .comment_list .comment_item_wrap .comment_img_head_wrap {
      display: flex;
      flex-direction: row; }
      .comment_list .comment_item_wrap .comment_img_head_wrap .comment_img_wrap {
        margin-right: 1em; }
        .comment_list .comment_item_wrap .comment_img_head_wrap .comment_img_wrap img {
          width: 50px;
          height: 50px;
          border-radius: 50%; }
      .comment_list .comment_item_wrap .comment_img_head_wrap .comment_name_date_wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 1em; }
        .comment_list .comment_item_wrap .comment_img_head_wrap .comment_name_date_wrap .name_comment {
          margin-bottom: .5em;
          font-weight: 600; }
        .comment_list .comment_item_wrap .comment_img_head_wrap .comment_name_date_wrap .date_comment {
          color: #888;
          font-size: .8em; }
    .comment_list .comment_item_wrap .rating_category_wrap {
      display: flex;
      flex-direction: row; }
      .comment_list .comment_item_wrap .rating_category_wrap .rating_wrap {
        display: flex;
        flex-direction: row;
        margin: 0em 1em .5em 0em; }
        .comment_list .comment_item_wrap .rating_category_wrap .rating_wrap .star {
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(/img/svg/star.svg); }
      .comment_list .comment_item_wrap .rating_category_wrap .category_comment {
        color: #888;
        font-size: .9em; }
    .comment_list .comment_item_wrap .comment_text_wrap .text_comment {
      color: #333; }

.swiper_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15em 0 15em; }

.swiper_main {
  padding-bottom: 20px !important;
  height: 80%; }

.swiper_thumbnail {
  height: 20%; }

.swiper {
  width: 70%; }
  .swiper img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.swiper_thumbnail .swiper-slide {
  padding: 0 5px 0 5px;
  box-sizing: border-box;
  cursor: pointer; }

.swiper_thumbnail .swiper-slide-thumb-active {
  outline-offset: 2px; }

.swiper_thumbnail img {
  vertical-align: bottom; }

.swiper-button-next, .swiper-button-prev {
  color: #ddddddc2 !important; }

.resizable_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative; }
  .resizable_wrap .resizable img {
    max-height: 100%;
    width: 100%;
    display: block; }

.resizable {
  position: relative; }

#resizable_left {
  z-index: 10;
  height: 100%;
  width: 50%;
  padding-right: 15px; }

#resizable_right {
  height: 100%;
  width: 50%;
  text-align: center;
  padding-left: 15px; }

#split {
  height: 100%;
  width: 50px;
  position: absolute;
  left: 50%;
  z-index: 101; }

.menu_img_wrap {
  position: absolute;
  left: 50px;
  top: 20px;
  border: 2px solid #c7c7c7;
  display: flex;
  flex-direction: row; }
  .menu_img_wrap .button_menu_img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
    z-index: 1000; }

.full_img_wrap {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh; }

.full_img_wrap.black {
  background-color: #000000f3; }

.window_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; }

.full_img {
  display: none;
  height: 500px;
  z-index: 1200; }

#text_book {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  word-break: normal;
  margin-bottom: 0px; }
  #text_book div {
    padding: 0px 5px 10px 10px;
    width: auto;
    font-size: 1em;
    color: #555; }

#text_book_speak {
  padding: 0px 5px 10px 10px;
  width: auto;
  font-size: 1em;
  color: #6e6e6e;
  margin-bottom: 40px; }

#name_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1em;
  color: #999; }

.wrap_carusel {
  display: flex;
  flex-direction: row;
  height: 500px;
  width: 100%; }

.carusel_btn {
  cursor: pointer;
  height: 100%;
  width: 10%; }

.wrap_body_carusel {
  height: 100%;
  width: 80%; }

.body_carusel {
  display: none;
  height: 20%;
  width: 100%; }

.body_carusel.active {
  display: flex; }

.step_list {
  margin-top: 55px;
  width: 100%; }
  .step_list li {
    display: flow-root list-item;
    padding-left: 4px;
    margin-bottom: 25px; }

.shema_art {
  width: 100%; }
  .shema_art img {
    width: 100%; }

.wrap_geo {
  width: 100%;
  height: 100%;
  margin: 50px 0px 50px 0px;
  box-shadow: 0px 1px 25px -2px rgba(170, 170, 170, 0.8);
  position: relative; }
  .wrap_geo a {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 520px;
    top: 220px;
    cursor: pointer; }
  .wrap_geo .ico_geo {
    position: absolute;
    width: 100%;
    height: 100%; }

.img_geo {
  width: 100%; }

.opacity_bg fieldset, .opacity_bg input, .opacity_bg textarea {
  border-color: #555;
  color: #fff; }
