/*bread_crumbs*/
.bread_crumbs {
  margin: 0 auto 15px auto;
  width: 960px;
  text-align: left;
}
.bread_crumbs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: italic;
}
.bread_crumbs > ul > li {
  display: inline-block;
}

.slider-arrows {
  position: fixed;
  top: 50%;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 30px;
  padding: 1px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.slider-arrows[data-slide=left] {
  left: 30px;
}
.slider-arrows[data-slide=right] {
  right: 30px;
}
.slider-arrows:hover {
  opacity: 0.8;
}

.dialog_window {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#slides {
  max-width: 80vw;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  transition: all 500ms linear;
}
#slides img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#slides img[move] {
  position: fixed;
}
#slides img {
  /*&[width="true"] {
  }*/
}

@media screen and (min-width: 1150px) {
  .slider-arrows[data-slide=left] {
    left: 60px;
  }
  .slider-arrows[data-slide=right] {
    right: 60px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .slider-arrows[data-slide=left] {
    left: 20px;
  }
  .slider-arrows[data-slide=right] {
    right: 20px;
  }
  #slides {
    max-height: 90vh;
  }
}
@media screen and (max-width: 800px) and (min-width: 601px) {
  .slider-arrows[data-slide=left] {
    left: 20px;
  }
  .slider-arrows[data-slide=right] {
    right: 20px;
  }
  #slides {
    /*height:75vh;*/
    max-width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  .slider-arrows[data-slide=left] {
    left: 5px;
  }
  .slider-arrows[data-slide=right] {
    right: 5px;
  }
  #slides {
    /* height:80vh;*/
    max-width: 70vw;
  }
}
@media screen and (max-width: 400px) {
  #slides {
    max-width: 65vw;
  }
}
wts-project-about {
  background-color: rgba(150, 150, 150, 0.08);
  display: block;
  padding: 10px 0;
  border-radius: 15px;
}
wts-project-about ul {
  margin: 0;
}
wts-project-about ul li {
  display: block;
  margin-bottom: 10px;
}
wts-project-about ul li wts-project-about-des {
  color: #565657;
  width: 130px;
  display: inline-block;
}
wts-project-about ul li:first-child {
  margin-top: 10px;
}

wts-order-block {
  display: block;
  background-color: #1a130d;
  color: #FFF;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}
wts-order-block > img {
  fill: darkblue;
}
wts-order-block h2 {
  text-align: center;
  font-size: 21px;
  color: #FFF;
}
wts-order-block .inputField {
  display: inline-block;
  width: auto;
}
wts-order-block .inputField [name=client_phone] {
  font-size: 16px;
  border-radius: 3px;
  border: 0;
  padding: 8px 15px;
}

wts-order-block-description {
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

[class*=bg_content] wts-order-block button {
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  padding: 6px 17px 10px 17px;
  cursor: pointer;
  border: 0;
  color: #fff;
  background: #ff6e01;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
}
[class*=bg_content] wts-order-block button i.svg-call {
  display: inline-block;
}
[class*=bg_content] wts-order-block button i.svg-call:after {
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  padding-right: 3px;
}

wts-order-block-subs {
  font-size: 13px;
  margin-top: 30px;
  display: block;
}

wts-closest-works {
  text-align: center;
}
wts-closest-works wts-closest-works-container {
  max-width: var(--wts-cont-width);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 1em;
  margin: 0 auto;
  box-sizing: border-box;
}
wts-closest-works wts-closest-works-container a {
  width: 20%;
  overflow: hidden;
  color: #3d8eb3;
}
wts-closest-works wts-closest-works-container a wts-closest-works-left img,
wts-closest-works wts-closest-works-container a wts-closest-works-right img {
  width: 100%;
  margin-bottom: 10px;
  height: 120px;
  object-fit: cover;
}

wts-projects-gallery {
  display: flex;
  flex-wrap: wrap;
}
wts-projects-gallery wts-gallery-block {
  height: 300px;
  overflow: hidden;
  background-color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
wts-projects-gallery wts-gallery-block img {
  width: inherit;
  min-width: 225px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
wts-projects-gallery wts-gallery-block:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
wts-projects-gallery wts-gallery-block:hover img {
  min-width: 235px;
}

wts-view-description {
  margin: 20px auto;
  max-width: var(--wts-cont-width);
  text-align: left;
  display: block;
}
wts-view-description figure.image {
  margin: 1em 0;
}
wts-view-description figure.image img {
  width: 100%;
}

.view-description {
  line-height: 1.21em;
}
.view-description p {
  margin: 0.95em 0;
  font-size: 1.04em;
}
.view-description p strong {
  font-size: 1.04em;
  color: #222;
}
.view-description em {
  color: #222;
}

wts-source-link {
  display: block;
  margin-top: 18px;
  width: 100%;
}
wts-source-link .wts-project-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
wts-source-link .wts-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wts-personal-middle-blue);
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s;
}
wts-source-link .wts-btn-link:hover {
  opacity: 0.9;
  color: #ffffff !important;
  text-decoration: none;
}
wts-source-link .wts-btn-link:active {
  transform: scale(0.98);
}
wts-source-link .wts-btn-link svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}
wts-source-link .wts-btn-link.disabled {
  background-color: #bdc3c7 !important;
  cursor: default;
  pointer-events: none;
}

wts-view-order {
  text-align: center;
  display: block;
}
wts-view-order > a > button {
  background-color: #ff6e01 !important;
}

wts-tags {
  display: block;
  margin-top: 15px;
}
wts-tags wts-tag {
  background: var(--wts-line-decore);
  font-size: 13px;
  padding: 3px 15px 5px 15px;
  border-radius: 20px;
  color: #FFF;
  font-weight: 600;
}
wts-tags wts-tag:before {
  content: "#";
}

.view-gallery {
  position: relative;
  display: block;
  margin-top: 15px;
}

.view-gallery_div {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}
.view-gallery_div > img {
  border-radius: 3px;
  margin: 0 auto;
}

.iphone_template {
  display: block;
  position: absolute;
  width: 400px;
  height: 769px;
  margin-left: -200px;
  border-radius: 70px;
  overflow: hidden;
  background-color: #333;
}
.iphone_template > img {
  position: relative;
  top: 25px;
  margin: 0 25px;
  max-width: 347px;
}
.iphone_template:after {
  position: absolute;
  content: "";
  background: url(/actions/projects/img/iphone_template-min.png);
  background-size: cover;
  width: 400px;
  height: 784px;
  left: 0;
}

.show .dialog_window {
  border: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: auto;
}

.dialog_container[data-alias=view_work] .dialog_window {
  max-width: 90%;
  max-height: 90vh;
  padding: 0;
  min-width: 210px;
}
.dialog_container[data-alias=view_work] .dialog_window img {
  max-height: 100%;
  max-width: 100%;
}

wts-its-wts {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
wts-its-wts img {
  border-radius: 60px;
  width: 64px;
}
wts-its-wts span {
  max-width: 250px;
  margin-left: 20px;
}

@media screen and (max-width: 1400px) {
  .iphone_template {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  wts-projects-gallery wts-gallery-block {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .view-gallery_div > img {
    max-width: 960px;
  }
  .view-gallery_div.both-images {
    min-height: 800px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  wts-projects-gallery wts-gallery-block {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  wts-view-description {
    padding: 0 15px;
  }
  .view-gallery_div > img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  wts-projects-gallery wts-gallery-block {
    width: calc(50% - 10px);
    margin: 5px;
  }
  wts-view-description {
    padding: 0 15px;
  }
  .view-gallery_div > img {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
