

/* Start:/designers/style.css?17309930319597*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.list-inline-grid {
  margin-left: -15px;
  margin-right: -15px; }

.list-inline-grid > li {
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top; }

.page-container .btn {
  border: none;
  border-radius: 0;
  text-transform: none;
  font-weight: normal; }

.page-container .btn-lg {
  padding: 12px 15px;
  font-size: 17px; }

.page-container .text-danger {
  color: #d90202; }

.page-container .btn-danger {
  background-color: #d90202; }

.page-container .btn-default {
  background-color: #bdbdbd; }

.page-container .section-part {
  margin: 0;
  padding: 52px 0; }

.page-container .extract {
  font-size: 21px;
  line-height: 1.4; }

.page-container .card-wrap {
  -webkit-perspective: 10000px;
  perspective: 10000px;
  display: block; }

.page-container .card-wrap:hover .card {
  display: block;
  transform: scale(-1, 1); }

.page-container .card {
  position: relative;
  display: block;
  height: 370px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 24px rgba(64, 54, 54, 0.13);
  box-shadow: 0px 4px 24px rgba(64, 54, 54, 0.13);
  padding: 40px 10px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.page-container .card-image {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-container .card-image > svg, .page-container .card-image > img {
  max-height: 100%; }

.card-wrap.card-full-img .card-image {
  height: auto;
  margin-top: -30px;
  margin-left: -15px;
  display: block;
  margin-right: -15px;
  -webkit-box-pack: inherit; }

.flip-front,
.flip-back {
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.card-wrap:hover .flip-front {
  opacity: 0; }

.card-wrap:hover .flip-back {
  opacity: 1;
  z-index: 100; }

.flip-front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-back {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
  bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10.1pt;
  color: #767676;
  transform: scale(-1, 1);
  overflow: auto; }

.flip-centered {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px; }

.list-pager {
  list-style: none;
  padding: 0;
  margin: 0; }

.list-pager > li {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.list-pager > li.current:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid red;
  content: ''; }

.pager-wrap {
  margin: 40px 0 0; }

.pager-wrap .lSSlideOuter {
  margin: 0 -40px;
  padding: 0 40px; }

.pager-wrap .lSSlideWrapper {
  overflow: visible; }

.pager-wrap .lSAction > a {
  display: inline-block;
  /*background-color: rgba(0, 0, 0, 0.05);*/
  background: none;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.2;
  z-index: 1; }

.pager-wrap .lSAction > a:hover {
  opacity: 0.7; }

.pager-wrap .lSAction > a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 18px solid transparent;
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  content: ''; }

.pager-wrap .lSAction > .lSPrev {
  left: -40px; }

.pager-wrap .lSAction > .lSPrev:before {
  border-right-color: black;
  left: 4px; }

.pager-wrap .lSAction > .lSNext {
  right: -40px; }

.pager-wrap .lSAction > .lSNext:before {
  border-left-color: black;
  left: 10px; }

.photo-cover {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-flex .card-wrap {
  height: 100%; }

.design-slide-image {
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-origin: red; }

.design-slide-image > img {
  max-height: 100%; }

.carousel-wrap .lSAction {
  display: none !important; }

.page-static .title-realized-projects {
  font-size: 70px; }

.page-static .title-2 {
  margin: 0;
  font-size: 35px; }

.page-static .title-3 {
  margin: 0 0 15px;
  font-size: 52px; }

.article-footer-btn {
  min-width: 180px; }

.wrapper-first-block {
  position: relative; }
  @media screen and (max-width: 992px) {
    .wrapper-first-block {
      min-height: 263px; } }
  .wrapper-first-block .btn-mob {
    position: absolute;
    bottom: 0;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .wrapper-first-block .btn-mob {
        display: none; } }

@media screen and (max-width: 992px) {
  .section-part .image-block {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%; } }

@media screen and (max-width: 992px) {
  .our-designers-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    background: url("/img/designers/slide-1.png") no-repeat center right 20%;
    background-size: cover; }

  .our-designers-container:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
    background: -o-linear-gradient(left, white, transparent);
    background: linear-gradient(to right, white, transparent);
    z-index: 0;
    content: ''; }

  .our-designers-container .inner-text {
    position: relative;
    z-index: 1; }

  .carousel-wrap .lSAction {
    display: block !important; }

  .carousel-wrap .lSAction > a {
    top: 50%;
    margin-top: -22px;
    width: 54px;
    height: 54px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.25); }

  .carousel-wrap .lSAction > a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border: 22px solid transparent;
    -webkit-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    content: ''; }

  .carousel-wrap .lSAction > .lSNext:before {
    left: 20px;
    border-left-color: white; }

  .carousel-wrap .lSAction > .lSPrev:before {
    left: 2px;
    border-right-color: white; } }
@media screen and (max-width: 768px) {
  .page-container h2 {
    font-size: 22px; }

  .page-static .title-realized-projects {
    font-size: 45px; }

  .page-static .title-2 {
    font-size: 20px; }

  .page-static .title-3 {
    font-size: 32px; }

  .page-container .text-xs-center {
    text-align: center; }

  .carousel-wrap,
  .page-container .img-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px; }

  .design-slide-image {
    height: 240px; }

  .page-container .section-part {
    padding: 25px 0 15px; }

  .page-container .extract {
    margin-top: 30px;
    font-size: 17px; }

  .article-footer-btn {
    min-width: 240px; }

  .flip-back {
    line-height: 1.4; }

  .list-inline-grid > li {
    display: block;
    padding-left: 15px;
    padding-right: 15px; } }
.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black); }

.modalFiilImage {
  margin: -30px -30px 20px -30px;
  width: calc(100% + 60px);
  max-width: inherit; }

.fancybox-close-small {
  background-color: #fff; }

#reviews .photo-cover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.plugin-cities .links-top {
  display: none; }

.slider-controls-outer {
  z-index: 1000;
  position: relative; }

label.control-label > p {
  margin-bottom: 0 !important; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/webranding/forms/templates/designers/style.css?1764160777114*/
#designer_form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#designer_form ul {
    margin: 0;
}
/* End */
/* /designers/style.css?17309930319597 */
/* /local/components/webranding/forms/templates/designers/style.css?1764160777114 */
