в:focus, button:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important; }

a, button, input, textarea {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff; }

.indexBody {
  position: relative; }

.lg-container {
  width: 100%;
  position: relative; }

#wrapper {
  overflow: hidden;
  position: relative; }

.header .topLine {
  background-color: #e0e1e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 6px; }
  .header .topLine .languagesBlock {
    float: left; }
    .header .topLine .languagesBlock .dropdown-toggle {
      background-color: transparent;
      border: none;
      color: #9a9a9a;
      font-size: 12px;
      text-transform: uppercase; }
      .header .topLine .languagesBlock .dropdown-toggle:after {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 12px;
        color: #999;
        margin-left: 7px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .header .topLine .languagesBlock .dropdown-toggle:hover, .header .topLine .languagesBlock .dropdown-toggle:focus {
        color: #000; }
        .header .topLine .languagesBlock .dropdown-toggle:hover:after, .header .topLine .languagesBlock .dropdown-toggle:focus:after {
          color: #000; }
    .header .topLine .languagesBlock .dropdown-menu {
      padding: 0;
      min-width: 50px;
      overflow: hidden; }
      .header .topLine .languagesBlock .dropdown-menu a {
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px 10px;
        color: #9a9a9a; }
        .header .topLine .languagesBlock .dropdown-menu a:hover {
          background-color: #9a9a9a;
          color: #fff; }
  .header .topLine .contactBlock {
    float: right; }
    .header .topLine .contactBlock span {
      font-weight: 300;
      font-size: 12.91px;
      color: #75767a;
      margin-left: 20px; }
      .header .topLine .contactBlock span a {
        color: #75767a; }
        .header .topLine .contactBlock span a:hover {
          color: #000; }

.header .middleBlock {
  background-color: #fff; }
  .header .middleBlock > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .middleBlock .logo {
    width: 260px;
    overflow: hidden; }
    .header .middleBlock .logo img {
      width: 60%; }
  .header .middleBlock .searchBlock .searchButton {
    border: none;
    background-color: transparent;
    padding: 0; }
    .header .middleBlock .searchBlock .searchButton:before {
      content: '\f002';
      font-family: FontAwesome;
      font-size: 21px;
      color: #272b2e;
      display: inline-block;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .header .middleBlock .searchBlock .searchButton:hover:before, .header .middleBlock .searchBlock .searchButton:focus:before {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg); }
  .header .middleBlock .mainNav {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header .middleBlock .mainNav li {
      list-style-type: none;
      position: relative;
      overflow: hidden; }
      .header .middleBlock .mainNav li:before {
        content: '';
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 11px;
        height: 14px;
        border-left: 1px solid #2e3236;
        border-right: 1px solid #2e3236;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .header .middleBlock .mainNav li:last-of-type a {
        padding-right: 0; }
      .header .middleBlock .mainNav li:after {
        content: '';
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 24px;
        border-right: 1px solid #2e3236;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .header .middleBlock .mainNav li:hover:before, .header .middleBlock .mainNav li:hover:after, .header .middleBlock .mainNav li.active:before, .header .middleBlock .mainNav li.active:after {
        bottom: 0; }
      .header .middleBlock .mainNav li:hover a, .header .middleBlock .mainNav li.active a {
        color: #000; }
        .header .middleBlock .mainNav li:hover a:before, .header .middleBlock .mainNav li:hover a:after, .header .middleBlock .mainNav li.active a:before, .header .middleBlock .mainNav li.active a:after {
          top: 0; }
      .header .middleBlock .mainNav li a {
        font-size: 14px;
        color: #63696f;
        letter-spacing: 0.5px;
        padding: 44px 25px 39px;
        display: inline-block; }
        .header .middleBlock .mainNav li a:before {
          content: '';
          position: absolute;
          top: -24px;
          left: 0;
          right: 0;
          margin: 0 auto;
          height: 14px;
          width: 11px;
          border-left: 1px solid #dce7e9;
          border-right: 1px solid #dce7e9;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
        .header .middleBlock .mainNav li a:after {
          content: '';
          position: absolute;
          top: -24px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 1px;
          height: 24px;
          border-right: 1px solid #dce7e9;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
  .header .middleBlock .socials {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .header .middleBlock .socials a {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .header .middleBlock .socials a:last-child {
        margin-bottom: 0; }
      .header .middleBlock .socials a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 22px;
        color: #5b6880;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .header .middleBlock .socials a:hover:before {
        color: #000;
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg); }
    .header .middleBlock .socials .instagram:before {
      content: '\f16d'; }
    .header .middleBlock .socials .facebook:before {
      content: '\f09a'; }

.header .bottomBlock {
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #2e3546;
  position: relative; }
  .header .bottomBlock:before {
    content: '';
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(13, 25, 53, 0.7);
    z-index: 0; }
  .header .bottomBlock > * {
    z-index: 1;
    position: relative; }
  .header .bottomBlock .catalogLocationBlock {
    position: relative; }
  .header .bottomBlock .hiddenBlock {
    position: absolute;
    top: 58px;
    width: 100%;
    background-color: #fff;
    display: none; }
    .header .bottomBlock .hiddenBlock .category {
      float: left;
      padding: 7px 0;
      margin: 0;
      width: 250px;
      position: relative;
      background-color: #17223a;
      overflow: hidden;
      max-height: 309px; }
      .header .bottomBlock .hiddenBlock .category li {
        list-style-type: none;
        border-bottom: 1px solid #38415a;
        cursor: pointer; }
        .header .bottomBlock .hiddenBlock .category li:last-of-type {
          border: none; }
      .header .bottomBlock .hiddenBlock .category a {
        font-size: 14.01px;
        color: #fff;
        font-weight: 300;
        padding: 8px 40px;
        letter-spacing: 0.5px;
        display: inline-block;
        width: 100%;
        position: relative; }
        .header .bottomBlock .hiddenBlock .category a:before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          background-color: #f8dec1;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          overflow: hidden;
          position: absolute;
          top: -webkit-calc(50% - 3px);
          top: calc(50% - 3px);
          left: 20px;
          opacity: 0;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
        .header .bottomBlock .hiddenBlock .category a:hover {
          color: #f8dec1; }
        .header .bottomBlock .hiddenBlock .category a.active {
          color: #f8dec1; }
          .header .bottomBlock .hiddenBlock .category a.active:before {
            opacity: 1; }
    .header .bottomBlock .hiddenBlock .contentBlock {
      float: left;
      width: -webkit-calc(100% - 250px);
      width: calc(100% - 250px); }
    .header .bottomBlock .hiddenBlock .hiddenTitle {
      font-size: 13px;
      line-height: 24px;
      text-transform: uppercase;
      color: #343434;
      border-bottom: 1px solid #ebebeb;
      margin-top: 11px;
      margin-bottom: 18px;
      padding-bottom: 9px; }
    .header .bottomBlock .hiddenBlock .subCategory {
      float: left;
      width: 55%;
      padding: 0 20px 0 40px; }
      .header .bottomBlock .hiddenBlock .subCategory .subUlBlocks {
        max-height: 217px;
        overflow: hidden; }
      .header .bottomBlock .hiddenBlock .subCategory ul {
        padding: 0;
        display: none;
        margin: 0; }
        .header .bottomBlock .hiddenBlock .subCategory ul.active {
          display: inline-block; }
        .header .bottomBlock .hiddenBlock .subCategory ul li {
          list-style-type: none;
          float: left;
          width: 50%;
          padding-right: 20px;
          margin-bottom: 8px; }
        .header .bottomBlock .hiddenBlock .subCategory ul a {
          font-size: 13px;
          color: #646464;
          position: relative; }
          .header .bottomBlock .hiddenBlock .subCategory ul a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 0;
            background-color: #000;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s; }
          .header .bottomBlock .hiddenBlock .subCategory ul a:hover {
            color: #000; }
            .header .bottomBlock .hiddenBlock .subCategory ul a:hover:before {
              width: 100%; }
    .header .bottomBlock .hiddenBlock .ourWorks {
      float: left;
      width: 45%;
      padding: 0 40px 0 20px; }
      .header .bottomBlock .hiddenBlock .ourWorks .worksGrid {
        width: 100%;
        height: 184px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 15px; }
        .header .bottomBlock .hiddenBlock .ourWorks .worksGrid * {
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover; }
      .header .bottomBlock .hiddenBlock .ourWorks .leftBlock {
        width: 35%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .header .bottomBlock .hiddenBlock .ourWorks .leftBlock * {
          height: 46%; }
      .header .bottomBlock .hiddenBlock .ourWorks .rightBlock {
        width: 60%;
        height: 100%; }
      .header .bottomBlock .hiddenBlock .ourWorks .seeMore {
        font-weight: 300;
        font-size: 13px;
        color: #272b2f;
        letter-spacing: 0.25px;
        text-decoration: underline; }
        .header .bottomBlock .hiddenBlock .ourWorks .seeMore:hover {
          color: #6f737d; }
  .header .bottomBlock .catalogLocation {
    float: left;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #fff;
    padding: 15px 0; }
    .header .bottomBlock .catalogLocation:before {
      content: '\f009';
      font-family: FontAwesome;
      font-size: 20px;
      color: #fff;
      margin-right: 25px;
      vertical-align: -2px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .header .bottomBlock .catalogLocation:hover {
      color: #a5a5a5; }
      .header .bottomBlock .catalogLocation:hover:before {
        color: #a5a5a5; }
  .header .bottomBlock .productNav {
    float: right;
    padding: 0;
    margin: 0; }
    .header .bottomBlock .productNav > li {
      list-style-type: none;
      float: left; }
      .header .bottomBlock .productNav > li > a {
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding: 18.5px 27px;
        position: relative; }
        .header .bottomBlock .productNav > li > a span {
          position: relative;
          z-index: 5; }
        .header .bottomBlock .productNav > li > a:before {
          content: attr(data-title);
          position: absolute;
          left: 10px;
          top: 2px;
          font-family: "Georgia";
          font-size: 38px;
          color: #4c525c; }
      .header .bottomBlock .productNav > li:hover > a {
        color: #2e3546;
        background-color: #e0e1e5; }
        .header .bottomBlock .productNav > li:hover > a:before {
          color: #fff; }
      .header .bottomBlock .productNav > li:last-of-type > a {
        padding-right: 0; }
  .header .bottomBlock .hiddenProductBlock {
    background-color: #e0e1e5;
    padding: 25px 45px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    height: 0;
    overflow: hidden;
    height: auto;
    display: none; }
    .header .bottomBlock .hiddenProductBlock .imgBlock {
      float: left;
      width: 34.25%;
      min-height: 200px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .header .bottomBlock .hiddenProductBlock .ulBlock {
      float: left;
      width: 65.75%;
      padding: 0;
      margin: 0; }
      .header .bottomBlock .hiddenProductBlock .ulBlock li {
        list-style-type: none;
        width: 33%;
        float: left;
        border-right: 1px solid #cdcdcd;
        padding-left: 40px;
        padding-bottom: 12px; }
        .header .bottomBlock .hiddenProductBlock .ulBlock li:nth-of-type(3n) {
          border: none; }
        .header .bottomBlock .hiddenProductBlock .ulBlock li a {
          font-size: 14px;
          text-transform: uppercase;
          color: #343434; }
          .header .bottomBlock .hiddenProductBlock .ulBlock li a:hover {
            color: #617295; }

.orderCall {
  position: fixed;
  right: -272px;
  top: 20%;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden; }
  .orderCall.is-visible {
    opacity: 1;
    visibility: visible; }
  .orderCall * {
    pointer-events: all; }
  .orderCall .buttonCall {
    font-size: 13px;
    background-color: #fff;
    color: #272c32;
    line-height: 36px;
    width: 205px;
    position: absolute;
    right: 339px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    padding: 17px 17px 12px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer; }
    .orderCall .buttonCall:before {
      content: '\f095';
      font-family: FontAwesome;
      font-size: 20px;
      line-height: 38px;
      vertical-align: -6px;
      color: #272c32;
      width: 38px;
      height: 38px;
      border: 2px solid #272c32;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: inline-block;
      text-align: center;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-right: 15px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .orderCall .buttonCall:hover:before {
      -webkit-transform: rotate(90deg) scale(1.2);
          -ms-transform: rotate(90deg) scale(1.2);
              transform: rotate(90deg) scale(1.2);
      color: #6f737d;
      border-color: #6f737d; }
  .orderCall.active {
    right: 0; }
    .orderCall.active .hiddenBlock {
      -webkit-box-shadow: 0px 7px 7px rgba(46, 53, 70, 0.5);
              box-shadow: 0px 7px 7px rgba(46, 53, 70, 0.5); }
  .orderCall .hiddenBlock {
    width: 272px;
    padding: 0 24px;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .orderCall .hiddenBlock .title {
      font-size: 13px;
      line-height: 19px;
      color: #6f737d;
      margin-top: 25px;
      margin-bottom: 15px; }
    .orderCall .hiddenBlock .form-group {
      margin-bottom: 18px; }
      .orderCall .hiddenBlock .form-group label {
        font-size: 14.2px;
        color: #6f737d;
        cursor: pointer;
        margin-bottom: 7px;
        font-weight: 400; }
      .orderCall .hiddenBlock .form-group .form-control {
        border: 1px solid #2e3546;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        background-color: transparent;
        color: #2e3546;
        font-size: 14px;
        padding: 5px 10px;
        height: 35px;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .orderCall .hiddenBlock .form-group .form-control:focus {
          outline: none;
          border-color: #c5a47e; }
    .orderCall .hiddenBlock .defaultButton {
      display: inline-block;
      font-size: 13px;
      color: #fff;
      letter-spacing: 0.05px;
      background-color: #2e3546;
      border: 1px solid #2e3546;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      position: relative;
      padding: 11px 20px 10px 21px;
      width: 100%;
      text-align: center;
      margin: 5px 0 32px; }
      .orderCall .hiddenBlock .defaultButton:hover {
        color: #2e3546;
        background-color: #fff; }

.sectionOfBanner {
  background-color: #fff;
  padding-top: 47px; }
  .sectionOfBanner .lg-container {
    height: 590px;
    overflow: hidden; }
    .sectionOfBanner .lg-container .container {
      position: relative;
      height: 100%; }
  .sectionOfBanner .bannerCarousel {
    width: -webkit-calc(100vw + 200px);
    width: calc(100vw + 200px);
    position: absolute;
    top: 0;
    left: 15px; }
    .sectionOfBanner .bannerCarousel .item {
      margin-right: 50px;
      cursor: move;
      height: 590px;
      outline: none;
      position: relative;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .sectionOfBanner .bannerCarousel .item:after {
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px;
        border: 1px solid #b8b8b8; }
      .sectionOfBanner .bannerCarousel .item .hiddenBlock {
        display: none; }
  .sectionOfBanner .bannerTextBlock {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
            transform: translateY(-75%);
    left: 0;
    border: 1px solid #e7e7e7;
    border-left: none;
    background-color: #fff;
    max-width: 425px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 75px; }
    .sectionOfBanner .bannerTextBlock .bannerTitle {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 40px;
      color: #636a77;
      margin-top: 0;
      margin-bottom: 26px; }
    .sectionOfBanner .bannerTextBlock .bannerLink {
      font-size: 14.53px;
      color: #636a77;
      position: relative;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .sectionOfBanner .bannerTextBlock .bannerLink:before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 1px;
        margin-right: 6px;
        background-color: #636a77;
        vertical-align: 3px; }
      .sectionOfBanner .bannerTextBlock .bannerLink:hover {
        color: #000; }
        .sectionOfBanner .bannerTextBlock .bannerLink:hover:before {
          background-color: #000; }
  .sectionOfBanner .slick-dots {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: 0;
    padding: 0; }
    .sectionOfBanner .slick-dots li {
      list-style-type: none;
      float: left;
      margin-right: 10px; }
      .sectionOfBanner .slick-dots li:last-of-type {
        margin-right: 0; }
      .sectionOfBanner .slick-dots li.slick-active button {
        background-color: #2e3546; }
      .sectionOfBanner .slick-dots li button {
        width: 2px;
        height: 30px;
        padding: 0;
        margin: 0;
        border: none;
        background-color: #d9dbe5;
        font-size: 0px;
        color: transparent; }
  .sectionOfBanner .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    font-size: 0;
    color: #fff;
    background-color: #2e3546;
    padding: 0;
    border: none;
    z-index: 99; }
    .sectionOfBanner .slick-arrow:before {
      font-family: FontAwesome;
      font-size: 24px;
      color: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      line-height: 0.5; }
    .sectionOfBanner .slick-arrow:hover:before {
      color: #000; }
    .sectionOfBanner .slick-arrow.slick-prev {
      left: -80px; }
      .sectionOfBanner .slick-arrow.slick-prev:before {
        content: '\f104'; }
    .sectionOfBanner .slick-arrow.slick-next {
      left: -40px; }
      .sectionOfBanner .slick-arrow.slick-next:before {
        content: '\f105'; }

.sectionOfAboutUs .lg-container {
  padding: 140px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.sectionOfAboutUs .section-badge {
  opacity: 0.5;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  color: #c5c6d1;
  font-family: Montserrat;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  left: -180px;
  top: -85px; }

.sectionOfAboutUs .bannerBlock {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 48.875%;
  height: 480px;
  position: relative; }
  .sectionOfAboutUs .bannerBlock:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border: 1px solid #b8b8b8; }

.sectionOfAboutUs .infoBlock {
  width: 36.875%;
  height: 480px;
  padding-right: 60px;
  padding-top: 125px;
  position: relative; }
  .sectionOfAboutUs .infoBlock:before {
    content: '';
    height: 80px;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/about-line.png") repeat-x center; }
  .sectionOfAboutUs .infoBlock .title {
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 25px; }
  .sectionOfAboutUs .infoBlock .textBlock {
    font-size: 13px;
    color: #030303;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 35px; }
    .sectionOfAboutUs .infoBlock .textBlock strong, .sectionOfAboutUs .infoBlock .textBlock b {
      font-weight: 500; }
    .sectionOfAboutUs .infoBlock .textBlock p {
      margin: 1px 0;
      font-size: 15px; }
      .sectionOfAboutUs .infoBlock .textBlock p a {
        margin-top: 8px; }
    .sectionOfAboutUs .infoBlock .textBlock ul {
      padding-left: 20px;
      margin: 5px 0; }
      .sectionOfAboutUs .infoBlock .textBlock ul li {
        font-size: 15px; }
    .sectionOfAboutUs .infoBlock .textBlock a {
      color: #5a5d66;
      text-decoration: underline; }
  .sectionOfAboutUs .infoBlock .location {
    display: block;
    font-weight: 300;
    font-size: 15px;
    color: #5a5d66; }
  .sectionOfAboutUs .infoBlock .seeMore {
    display: inline-block;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
    color: #464646;
    margin-top: 20px; }
    .sectionOfAboutUs .infoBlock .seeMore:hover {
      color: #c5a47e; }

.sectionOfBrendsAssortment {
  padding-top: 135px;
  padding-bottom: 130px;
  position: relative; }
  .sectionOfBrendsAssortment:after {
    content: '';
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url("../images/services-line.png") repeat-y center; }
  .sectionOfBrendsAssortment .lg-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sectionOfBrendsAssortment .section-badge {
    opacity: 0.5;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #c5c6d1;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    right: 50px;
    top: -85px;
    z-index: 5; }
  .sectionOfBrendsAssortment .sliderBlock {
    width: 57.1875%; }
    .sectionOfBrendsAssortment .sliderBlock .sliderTitle {
      font-weight: 300;
      font-size: 24px;
      color: #333940;
      margin-top: 0;
      margin-bottom: 27px;
      padding: 0 70px; }
    .sectionOfBrendsAssortment .sliderBlock .assrotmentSlider {
      width: 100%; }
      .sectionOfBrendsAssortment .sliderBlock .assrotmentSlider:after {
        content: '';
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        border: 1px solid #ababab; }
    .sectionOfBrendsAssortment .sliderBlock .slick-arrow {
      position: absolute;
      top: -52px;
      border: none;
      padding: 0;
      background-color: transparent;
      width: 16px;
      height: 12px;
      font-size: 0;
      color: transparent; }
      .sectionOfBrendsAssortment .sliderBlock .slick-arrow:before {
        font-family: FontAwesome;
        font-size: 18px;
        font-weight: 300;
        color: #b6b6b6;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .sectionOfBrendsAssortment .sliderBlock .slick-arrow:hover:before {
        color: #000; }
      .sectionOfBrendsAssortment .sliderBlock .slick-arrow.slick-next {
        right: 0; }
        .sectionOfBrendsAssortment .sliderBlock .slick-arrow.slick-next:before {
          content: '\f061'; }
        .sectionOfBrendsAssortment .sliderBlock .slick-arrow.slick-next:after {
          content: '';
          position: absolute;
          display: inline-block;
          background-color: #b6b6b6;
          width: 1px;
          height: 25px;
          left: -18.5px; }
      .sectionOfBrendsAssortment .sliderBlock .slick-arrow.slick-prev {
        right: 53px; }
        .sectionOfBrendsAssortment .sliderBlock .slick-arrow.slick-prev:before {
          content: '\f060'; }
    .sectionOfBrendsAssortment .sliderBlock .item {
      height: 670px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
      .sectionOfBrendsAssortment .sliderBlock .item:focus {
        outline: none; }
  .sectionOfBrendsAssortment .infosBlock {
    width: 24.375%;
    padding-left: 65px;
    padding-top: 80px; }
    .sectionOfBrendsAssortment .infosBlock .title {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 28px;
      line-height: 32px;
      color: #3b3d43;
      margin-top: 0;
      margin-bottom: 21px; }
    .sectionOfBrendsAssortment .infosBlock .descrp {
      font-weight: 300;
      font-size: 13px;
      line-height: 19px;
      color: #464646;
      max-height: 55px;
      overflow: hidden;
      display: block;
      margin-bottom: 27px; }
    .sectionOfBrendsAssortment .infosBlock .hiddendreands {
      display: none; }
    .sectionOfBrendsAssortment .infosBlock .slick-dots {
      padding: 0;
      margin: 0;
      width: 100%; }
      .sectionOfBrendsAssortment .infosBlock .slick-dots li {
        list-style-type: none;
        margin-bottom: 18px; }
        .sectionOfBrendsAssortment .infosBlock .slick-dots li:last-of-type {
          margin-bottom: 0; }
        .sectionOfBrendsAssortment .infosBlock .slick-dots li:nth-of-type(n+6) {
          display: none; }
        .sectionOfBrendsAssortment .infosBlock .slick-dots li:hover button,
        .sectionOfBrendsAssortment .infosBlock .slick-dots li.slick-active button {
          border-color: #4758a4;
          color: #4758a4; }
          .sectionOfBrendsAssortment .infosBlock .slick-dots li:hover button a {
            color: #4758a4;
          }
          .sectionOfBrendsAssortment .infosBlock .slick-dots li.slick-active button a{
            color: #4758a4; }
      .sectionOfBrendsAssortment .infosBlock .slick-dots button {
        display: inline-block;
        width: 100%;
        line-height: 58px;
        border: 1px solid #ababab;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        text-align: center;
        font-weight: 300;
        font-size: 19px;
        color: #ababab;
        background-color: transparent;
        padding: 0; }
        .sectionOfBrendsAssortment .infosBlock .slick-dots button a{
          display: inline-block;
          width: 100%;
          line-height: 58px;
          border: 1px solid #ababab;
          -webkit-border-radius: 6px;
                  border-radius: 6px;
          text-align: center;
          font-weight: 300;
          font-size: 19px;
          color: #ababab;
          background-color: transparent;
          padding: 0; }
    .sectionOfBrendsAssortment .infosBlock .seeMore {
      display: inline-block;
      text-decoration: underline;
      font-size: 13px;
      font-weight: 300;
      color: #464646;
      margin-top: 25px; }
      .sectionOfBrendsAssortment .infosBlock .seeMore:hover {
        color: #c5a47e; }

.sectionOfDevelopment {
  position: relative;
  padding-bottom: 130px; }
  .sectionOfDevelopment .lg-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: 100% 5%, 0% 50%; }
  .sectionOfDevelopment .section-badge {
    opacity: 0.5;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #c5c6d1;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    left: 50px;
    top: -130px;
    z-index: 5; }
  .sectionOfDevelopment:after {
    content: '';
    width: 80px;
    position: absolute;
    top: -130px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url("../images/development-line.png") repeat-y center; }
  .sectionOfDevelopment .infosBlock {
    width: 21.625%;
    padding-right: 30px; }
    .sectionOfDevelopment .infosBlock .slogan {
      display: block;
      font-weight: 300;
      font-style: italic;
      font-size: 14px;
      color: #333940; }
    .sectionOfDevelopment .infosBlock .title {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 24px;
      line-height: 32px;
      color: #3b3d43;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 38px; }
      .sectionOfDevelopment .infosBlock .title:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 44px;
        height: 1px;
        background-color: #41474d; }
    .sectionOfDevelopment .infosBlock .developUl {
      margin: 0;
      padding: 0; }
      .sectionOfDevelopment .infosBlock .developUl li {
        list-style-type: none; }
        .sectionOfDevelopment .infosBlock .developUl li:nth-of-type(n+6) {
          display: none; }
        .sectionOfDevelopment .infosBlock .developUl li a {
          font-size: 18px;
          font-weight: 300;
          color: #161719;
          margin-bottom: 23px;
          display: inline-block;
          position: relative; }
          .sectionOfDevelopment .infosBlock .developUl li a:before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 6px;
            height: 6px;
            overflow: hidden;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background-color: #161719;
            left: 7px;
            top: -webkit-calc(50% - 3px);
            top: calc(50% - 3px);
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            opacity: 0; }
          .sectionOfDevelopment .infosBlock .developUl li a:hover {
            color: #a79270;
            font-weight: 500;
            padding-left: 20px; }
            .sectionOfDevelopment .infosBlock .developUl li a:hover:before {
              opacity: 1;
              background-color: #a79270; }
        .sectionOfDevelopment .infosBlock .developUl li:last-of-type a {
          margin-bottom: 0; }
  .sectionOfDevelopment .rightGrid {
    float: right;
    width: 64%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sectionOfDevelopment .rightGrid * {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .sectionOfDevelopment .rightGrid > * {
      width: 32%;
      height: 490px; }
    .sectionOfDevelopment .rightGrid .leftBlock {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .sectionOfDevelopment .rightGrid .leftBlock .topBlock {
        height: 67%; }
      .sectionOfDevelopment .rightGrid .leftBlock .bottomBlock {
        height: 28%; }
    .sectionOfDevelopment .rightGrid .middleBlock {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .sectionOfDevelopment .rightGrid .middleBlock .topBlock {
        height: 25%; }
      .sectionOfDevelopment .rightGrid .middleBlock .bottomBlock {
        height: 70%; }

.sectionOfNews {
  position: relative;
  padding: 25px 0 50px; }
  .sectionOfNews:after {
    content: '';
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url("../images/news-line.png") repeat-x center; }
  .sectionOfNews:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/headerBg.png);
    background-color: #2e3546;
    z-index: 10; }
  .sectionOfNews .section-badge {
    opacity: 0.5;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #c5c6d1;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    right: 50px;
    top: -115px;
    z-index: 5; }
  .sectionOfNews .newsBlock {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: 0 auto; }
  .sectionOfNews .newsTitle {
    font-family: 'Georgia', sans-serif;
    font-size: 28px;
    color: #3b3d43;
    font-style: italic;
    width: 77.3%;
    margin: 0 auto 25px;
    padding-left: 24%;
    position: relative;
    z-index: 5; }
  .sectionOfNews .newsSlider {
    width: 88.5%;
    margin: 0 auto;
    padding: 20px 100px 15px;
    background-color: #fff;
    z-index: 15; }
    .sectionOfNews .newsSlider .imgBlock {
      float: left;
      width: 172px;
      height: 196px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .sectionOfNews .newsSlider .info {
      float: left;
      width: -webkit-calc(100% - 172px);
      width: calc(100% - 172px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 196px;
      padding: 40px 25px; }
    .sectionOfNews .newsSlider .title {
      font-size: 15px;
      line-height: 24px;
      color: #343434;
      margin: 0;
      max-height: 72px;
      overflow: hidden; }
    .sectionOfNews .newsSlider .date {
      font-size: 14px;
      color: #7d7d7d;
      font-weight: 300; }
    .sectionOfNews .newsSlider .item:hover .imgBlock {
      -webkit-box-shadow: inset 0px 0px 25px #2e3546;
              box-shadow: inset 0px 0px 25px #2e3546; }
    .sectionOfNews .newsSlider .slick-arrow {
      position: absolute;
      top: -webkit-calc(50% - 25px);
      top: calc(50% - 25px);
      font-size: 0px;
      color: transparent;
      background-color: transparent;
      padding: 0;
      border: none; }
      .sectionOfNews .newsSlider .slick-arrow:before {
        font-family: FontAwesome;
        font-size: 50px;
        line-height: 1;
        color: #858585;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .sectionOfNews .newsSlider .slick-arrow:hover:before {
        color: #000; }
      .sectionOfNews .newsSlider .slick-arrow.slick-prev {
        left: 40px; }
        .sectionOfNews .newsSlider .slick-arrow.slick-prev:before {
          content: '\f104'; }
      .sectionOfNews .newsSlider .slick-arrow.slick-next {
        right: 40px; }
        .sectionOfNews .newsSlider .slick-arrow.slick-next:before {
          content: '\f105'; }

.pageTitle {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 25.48px;
  color: #252525;
  text-align: center;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 37px; }
  .pageTitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 340px;
    height: 1px;
    background-color: #e2e2e2; }
  .pageTitle:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background-color: #e2e2e2;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.informationSection {
  text-align: center;
  padding: 27px 0 60px;
  min-height: -webkit-calc(100vh - 253px);
  min-height: calc(100vh - 253px); }
  .informationSection .contentBlock {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #4a4d54;
    font-size: 13px;
    margin-bottom: 40px; }
    .informationSection .contentBlock h1, .informationSection .contentBlock h2, .informationSection .contentBlock h3, .informationSection .contentBlock h4, .informationSection .contentBlock h5, .informationSection .contentBlock h6 {
      margin-bottom: 22px;
      text-transform: uppercase; }
    .informationSection .contentBlock p, .informationSection .contentBlock ul {
      margin-bottom: 22px; }
    .informationSection .contentBlock p, .informationSection .contentBlock ul li, .informationSection .contentBlock span {
      line-height: 20px; }
    .informationSection .contentBlock ul {
      padding-left: 20px; }
  .informationSection .nav-tabs {
    padding-left: 0 !important;
    border-bottom: 1px solid #c5c6c7; }
  .informationSection .nav-tabs > li > a {
    border: 0;
    padding: 5px 10px 10px;
    font-size: 16px;
    color: #888;
    position: relative; }
    .informationSection .nav-tabs > li > a:after {
      content: '';
      height: 1px;
      width: 60px;
      width: 40px;
      position: absolute;
      left: 50%;
      bottom: -1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #2e3546;
      display: none; }
  .informationSection .nav-tabs > li.active > a,
  .informationSection .nav-tabs > li.active > a:focus,
  .informationSection .nav-tabs > li.active > a:hover {
    border: 0;
    color: #2e3546; }
  .informationSection .nav-tabs > li > a:hover {
    background-color: transparent; }
  .informationSection .nav-tabs > li.active > a:after {
    display: block; }
  .informationSection .nav-tabs > li {
    margin: 0; }

.catalogSection {
  text-align: center;
  padding: 27px 0 150px; }
  .catalogSection .contentBlock {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #4a4d54;
    font-size: 13px;
    margin-bottom: 40px; }
    .catalogSection .contentBlock h1, .catalogSection .contentBlock h2, .catalogSection .contentBlock h3, .catalogSection .contentBlock h4, .catalogSection .contentBlock h5, .catalogSection .contentBlock h6 {
      margin-bottom: 22px;
      text-transform: uppercase; }
    .catalogSection .contentBlock p, .catalogSection .contentBlock ul {
      margin-bottom: 22px; }
    .catalogSection .contentBlock p, .catalogSection .contentBlock ul li, .catalogSection .contentBlock span {
      line-height: 20px; }
    .catalogSection .contentBlock ul {
      padding-left: 20px; }
  .catalogSection .catalogAssort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .catalogSection .catalogAssort .leftBlock {
      width: 51.25%;
      text-align: left;
      background-color: #e8e9ec;
      padding: 50px 0; }
      .catalogSection .catalogAssort .leftBlock .blockTitle {
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        font-size: 28px;
        line-height: 32px;
        color: #3b3d43;
        margin-top: 0;
        margin-bottom: 12px; }
      .catalogSection .catalogAssort .leftBlock .descrp {
        font-size: 13px;
        line-height: 19px;
        color: #464646; }
      .catalogSection .catalogAssort .leftBlock p:last-child {
        margin-bottom: 0; }
      .catalogSection .catalogAssort .leftBlock .catalogAssortSlider {
        width: 112%; }
        .catalogSection .catalogAssort .leftBlock .catalogAssortSlider .item {
          background-position: 50% 50%;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover; }
          .catalogSection .catalogAssort .leftBlock .catalogAssortSlider .item:focus {
            outline: none; }
    .catalogSection .catalogAssort .rightBlock {
      width: 38.4375%;
      background-color: #2e3546;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 50px 0; }
      .catalogSection .catalogAssort .rightBlock .hiddendreands {
        display: none; }
      .catalogSection .catalogAssort .rightBlock .slick-dots {
        padding: 0;
        margin: 0;
        width: 100%; }
        .catalogSection .catalogAssort .rightBlock .slick-dots li {
          list-style-type: none;
          margin-bottom: 18px; }
          .catalogSection .catalogAssort .rightBlock .slick-dots li:last-of-type {
            margin-bottom: 0; }
          .catalogSection .catalogAssort .rightBlock .slick-dots li:hover button, .catalogSection .catalogAssort .rightBlock .slick-dots li.slick-active button {
            border-color: #c5a47e;
            color: #c5a47e; }
        .catalogSection .catalogAssort .rightBlock .slick-dots button {
          display: inline-block;
          width: 289px;
          line-height: 58px;
          border: 1px solid #ddd;
          -webkit-border-radius: 6px;
                  border-radius: 6px;
          text-align: center;
          font-weight: 300;
          font-size: 19px;
          color: #ddd;
          background-color: transparent;
          padding: 0; }
    .catalogSection .catalogAssort .infoBlock {
      width: 100%;
      padding: 0 8.5% 0 28%;
      margin-bottom: 54px; }

.questionBlock {
  width: 100%;
  background-color: #e8e9ec;
  padding: 0 65px;
  text-align: left; }
  .questionBlock .dropzone {
    float: left;
    width: 100%;
    margin-top: -10px;
    background-color: #e8e9ec; }
  .questionBlock .btnTitle {
    text-align: center;
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #626773;
    cursor: pointer;
    margin: 0;
    padding: 22px 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .questionBlock .btnTitle:after {
      content: '\f106';
      display: inline-block;
      font-family: FontAwesome;
      font-size: 18px;
      font-style: normal;
      color: #626773;
      margin-left: 5px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .questionBlock .btnTitle:hover {
      color: #000; }
      .questionBlock .btnTitle:hover:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        color: #000; }
  .questionBlock.active .btnTitle {
    color: #000; }
    .questionBlock.active .btnTitle:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #000; }
  .questionBlock .hiddenForm {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4a4d54;
    display: none;
    padding-bottom: 40px; }
  .questionBlock .forma {
    width: 100%;
    text-align: center; }
  .questionBlock .form-group {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left; }
    .questionBlock .form-group:nth-of-type(3) {
      margin-right: 0; }
    .questionBlock .form-group label {
      font-weight: 400;
      font-size: 14px;
      line-height: 15.98px;
      color: #333743;
      cursor: pointer;
      margin: 0;
      position: relative;
      top: 26px;
      left: 1px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .questionBlock .form-group .form-control {
      border: none;
      border-bottom: 1px solid #c1c1c1;
      background-color: transparent;
      color: #000;
      font-size: 14px;
      padding: 7px 1px;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      line-height: 14px;
      height: auto; }
  .questionBlock .textarea-form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px; }
    .questionBlock .textarea-form-group label {
      font-weight: 400;
      font-size: 14px;
      line-height: 15.98px;
      color: #333743;
      cursor: pointer;
      margin: 0;
      position: relative;
      top: 26px;
      left: 1px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .questionBlock .textarea-form-group textarea {
      width: 100%;
      resize: vertical;
      border: none;
      border-bottom: 1px solid #c1c1c1;
      background-color: transparent;
      color: #000;
      font-size: 14px;
      padding: 7px 1px;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      line-height: 14px;
      min-height: 32px;
      height: 32px; }
  .questionBlock .submitBtn {
    background-color: #2e3546;
    border: 1px solid #2e3546;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #e8e9ec;
    font-size: 13px;
    padding: 8px 65px; }
    .questionBlock .submitBtn:hover {
      background-color: #e8e9ec;
      color: #2e3546; }

.breadcrumb {
  background-color: #e8e9ec;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0; }
  .breadcrumb li {
    font-size: 14px; }
    .breadcrumb li.active {
      padding: 7px 21px 4px 24px;
      color: #2e3546; }
  .breadcrumb a {
    color: #2e3546;
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 7px 21px 4px 24px; }
    .breadcrumb a:after {
      content: '\f0da';
      font-family: FontAwesome;
      font-size: 18px;
      color: #bdc3c7;
      vertical-align: -2px;
      margin-left: 13px; }
    .breadcrumb a:hover {
      opacity: .5; }
  .breadcrumb > li + li:before {
    display: none; }

.catalogInside-page .questionBlock {
  margin-bottom: 50px; }

.catalogInsideSection {
  padding: 25px 0 60px; }
  .catalogInsideSection .breadcrumb {
    margin-bottom: 40px; }
  .catalogInsideSection .pageTitle {
    margin-bottom: 45px; }
  .catalogInsideSection .catalogGrid {
    width: 100%; }
    .catalogInsideSection .catalogGrid .item {
      display: inline-block;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      margin: 0;
      border: 1px solid #fff;
      cursor: url(../images/gallery-cursor.png), pointer;
      overflow: hidden; }
      .catalogInsideSection .catalogGrid .item:hover .textBlock {
        min-height: 100%; }
    .catalogInsideSection .catalogGrid .smallItem {
      width: 20%; }
    .catalogInsideSection .catalogGrid .bigItem {
      width: 40%; }
    .catalogInsideSection .catalogGrid .longItem {
      width: 40%; }
    .catalogInsideSection .catalogGrid .textBlock {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(46, 53, 70, 0.88);
      color: #fff;
      height: auto;
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 14px;
      line-height: 17px;
      padding: 5px 60px 5px 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 44px;
      text-align: left;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .catalogInsideSection .catalogGrid .textBlock p {
        margin: 0; }
      .catalogInsideSection .catalogGrid .textBlock span {
        position: absolute;
        top: 13px;
        right: 10px;
        padding-left: 20px; }
        .catalogInsideSection .catalogGrid .textBlock span:after {
          content: '';
          position: absolute;
          width: 16px;
          height: 15px;
          top: 0;
          left: 0;
          background: url(../images/double-img-icon.png) no-repeat center; }
    .catalogInsideSection .catalogGrid .bigItemScroll {
      padding: 60px 30px 60px 60px;
      color: #fff;
      font-size: 13px;
      cursor: pointer; }
      .catalogInsideSection .catalogGrid .bigItemScroll h1, .catalogInsideSection .catalogGrid .bigItemScroll h2, .catalogInsideSection .catalogGrid .bigItemScroll h3, .catalogInsideSection .catalogGrid .bigItemScroll h4, .catalogInsideSection .catalogGrid .bigItemScroll h5, .catalogInsideSection .catalogGrid .bigItemScroll h6 {
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        margin-bottom: 20px; }
        .catalogInsideSection .catalogGrid .bigItemScroll h1:first-child, .catalogInsideSection .catalogGrid .bigItemScroll h2:first-child, .catalogInsideSection .catalogGrid .bigItemScroll h3:first-child, .catalogInsideSection .catalogGrid .bigItemScroll h4:first-child, .catalogInsideSection .catalogGrid .bigItemScroll h5:first-child, .catalogInsideSection .catalogGrid .bigItemScroll h6:first-child {
          margin-top: 0; }
      .catalogInsideSection .catalogGrid .bigItemScroll p {
        line-height: 21px; }
      .catalogInsideSection .catalogGrid .bigItemScroll p, .catalogInsideSection .catalogGrid .bigItemScroll ul {
        margin-bottom: 20px; }
        .catalogInsideSection .catalogGrid .bigItemScroll p:last-child, .catalogInsideSection .catalogGrid .bigItemScroll ul:last-child {
          margin-bottom: 0; }

.catalogCurtainsSection {
  padding: 25px 0; }
  .catalogCurtainsSection .breadcrumb {
    margin-bottom: 40px; }
  .catalogCurtainsSection .pageTitle {
    margin-bottom: 45px; }
  .catalogCurtainsSection .illustrationBlock {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden; }
    .catalogCurtainsSection .illustrationBlock .leftBlock {
      width: 48.7%;
      height: 705px;
      background-position: 75% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .catalogCurtainsSection .illustrationBlock .rightBlock {
      width: 51.3%;
      padding-left: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      color: #484a53; }
      .catalogCurtainsSection .illustrationBlock .rightBlock .infoBlock {
        max-height: 50%;
        overflow: hidden; }
      .catalogCurtainsSection .illustrationBlock .rightBlock .title {
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        position: relative;
        margin-top: 0;
        color: #535c73;
        padding-bottom: 22px;
        margin-bottom: 22px; }
        .catalogCurtainsSection .illustrationBlock .rightBlock .title:before {
          content: '';
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: -25px;
          width: 105px;
          height: 1px;
          background-color: #ededed; }
      .catalogCurtainsSection .illustrationBlock .rightBlock p, .catalogCurtainsSection .illustrationBlock .rightBlock ul li {
        line-height: 23.39px; }
      .catalogCurtainsSection .illustrationBlock .rightBlock p, .catalogCurtainsSection .illustrationBlock .rightBlock ul {
        margin-bottom: 23px; }
        .catalogCurtainsSection .illustrationBlock .rightBlock p:last-child, .catalogCurtainsSection .illustrationBlock .rightBlock ul:last-child {
          margin-bottom: 0; }
    .catalogCurtainsSection .illustrationBlock .absoluteBlock {
      border: 35px solid #fff;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
              background-size: cover;
      height: 440px;
      width: 695px;
      position: absolute;
      right: -35px; }

.contactSection {
  padding: 25px 0 50px; }
  .contactSection .pageTitle {
    margin-bottom: 45px; }
  .contactSection .contentBlock {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px; }
    .contactSection .contentBlock iframe {
      display: block;
      width: 100% !important;
      height: 380px !important; }
    .contactSection .contentBlock .info {
      padding-left: 50px; }
    .contactSection .contentBlock .title {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 21px;
      color: #3b3d43;
      margin-top: 0;
      margin-bottom: 32px; }
    .contactSection .contentBlock .descrp {
      font-size: 13px;
      line-height: 19px;
      color: #5a5d66;
      margin-bottom: 40px; }
    .contactSection .contentBlock ul {
      padding-left: 30px;
      position: relative;
      margin-bottom: 40px; }
      .contactSection .contentBlock ul:last-of-type {
        margin-bottom: 0; }
      .contactSection .contentBlock ul:before {
        font-family: FontAwesome;
        font-size: 19px;
        color: #5a5d66;
        position: absolute;
        left: 0;
        top: -5px; }
      .contactSection .contentBlock ul.location:before {
        content: '\f041'; }
      .contactSection .contentBlock ul.phones:before {
        content: '\f095'; }
      .contactSection .contentBlock ul.workTime:before {
        content: '\f073'; }
      .contactSection .contentBlock ul li {
        list-style-type: none;
        font-size: 14px;
        line-height: 19px;
        color: #5a5d66;
        margin-bottom: 6px; }
        .contactSection .contentBlock ul li:last-of-type {
          margin-bottom: 0; }
        .contactSection .contentBlock ul li a {
          color: #5a5d66; }
          .contactSection .contentBlock ul li a:hover {
            opacity: .5; }
  .contactSection #map {
    width: 100%;
    height: 415px;
    margin-bottom: 50px; }

.newsSection {
  padding: 25px 0; }
  .newsSection .pageTitle {
    margin-bottom: 45px; }
  .newsSection .newsGrid {
    width: 100%; }
    .newsSection .newsGrid .item {
      width: 31%;
      margin: 0 1%;
      text-align: center;
      margin-bottom: 50px; }
      .newsSection .newsGrid .item .imgBlock {
        width: 100%;
        overflow: hidden;
        position: relative;
        display: block;
        margin-bottom: 33px; }
        .newsSection .newsGrid .item .imgBlock:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.5) url(../images/eye-icon.png) no-repeat center;
          opacity: 0;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          pointer-events: none; }
        .newsSection .newsGrid .item .imgBlock:hover:before {
          opacity: 1; }
        .newsSection .newsGrid .item .imgBlock img {
          width: 100%; }
      .newsSection .newsGrid .item .info {
        padding: 0 15px; }
      .newsSection .newsGrid .item .title {
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        font-size: 18px;
        line-height: 26px;
        color: #111;
        display: block;
        margin-bottom: 20px; }
        .newsSection .newsGrid .item .title:hover {
          opacity: .5; }
      .newsSection .newsGrid .item .descrp {
        font-size: 13px;
        line-height: 23.26px;
        color: #898989;
        margin-bottom: 25px; }
      .newsSection .newsGrid .item .dateSpan {
        display: block;
        font-size: 11.61px;
        color: #595959; }

.newsInsideSection {
  padding: 25px 0 60px; }
  .newsInsideSection .breadcrumb {
    margin-bottom: 40px; }
  .newsInsideSection .pageTitle {
    margin-bottom: 45px; }
  .newsInsideSection .contentBlock {
    width: 100%;
    font-size: 13px;
    color: #4a4d54;
    text-align: justify; }
    .newsInsideSection .contentBlock .dateSpan {
      display: block;
      font-size: 14px;
      color: #606571;
      margin-bottom: 20px; }
      .newsInsideSection .contentBlock .dateSpan:before {
        content: '\f073';
        font-family: FontAwesome;
        font-size: 14px;
        color: #606571;
        vertical-align: 1px;
        margin-right: 5px; }
    .newsInsideSection .contentBlock p {
      line-height: 20px; }
    .newsInsideSection .contentBlock p, .newsInsideSection .contentBlock ul {
      margin-bottom: 20px; }
      .newsInsideSection .contentBlock p:last-child, .newsInsideSection .contentBlock ul:last-child {
        margin-bottom: 0; }
    .newsInsideSection .contentBlock ul {
      padding-left: 20px; }
    .newsInsideSection .contentBlock .imgBlock {
      width: 100%;
      max-width: 750px;
      overflow: hidden;
      margin: 60px auto; }
      .newsInsideSection .contentBlock .imgBlock img {
        max-width: 100%; }
      .newsInsideSection .contentBlock .imgBlock .imgDescrp {
        display: block;
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        font-size: 16px;
        color: #707481;
        margin-top: 22px; }

.cooperationSection {
  padding: 25px 0 50px; }
  .cooperationSection .contentBlock {
    display: inline-block;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #4a4d54;
    font-size: 14px;
    padding-bottom: 50px; }
    .cooperationSection .contentBlock h1, .cooperationSection .contentBlock h2, .cooperationSection .contentBlock h3, .cooperationSection .contentBlock h4, .cooperationSection .contentBlock h5, .cooperationSection .contentBlock h6 {
      line-height: 22px;
      margin-bottom: 20px;
      text-align: center; }
    .cooperationSection .contentBlock p, .cooperationSection .contentBlock ul li {
      line-height: 20px; }
    .cooperationSection .contentBlock p, .cooperationSection .contentBlock ul {
      margin-bottom: 20px; }
      .cooperationSection .contentBlock p:last-child, .cooperationSection .contentBlock ul:last-child {
        margin-bottom: 0; }
    .cooperationSection .contentBlock ul {
      padding-left: 20px; }
    .cooperationSection .contentBlock .defaultButton {
      display: inline-block;
      font-size: 13px;
      color: #fff;
      letter-spacing: 0.05px;
      background-color: #2e3546;
      border: 1px solid #2e3546;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      position: relative;
      padding: 10px 40px;
      text-align: center;
      margin-top: 20px; }
      .cooperationSection .contentBlock .defaultButton:hover {
        color: #2e3546;
        background-color: #fff; }
  .cooperationSection .lastProject {
    text-align: center;
    margin-top: 35px; }
    .cooperationSection .lastProject .blockTitle {
      font-size: 16px;
      line-height: 20px;
      color: #4a4d54;
      margin-top: 0;
      text-transform: uppercase;
      margin-bottom: 35px; }
    .cooperationSection .lastProject .seeMore {
      display: inline-block;
      text-decoration: underline;
      font-size: 15px;
      font-weight: 300;
      color: #2e3546;
      margin-top: 15px;
      font-weight: 400; }
      .cooperationSection .lastProject .seeMore:hover {
        color: #c5a47e; }

.projectItem {
  margin-bottom: 30px;
  text-align: center; }
  .projectItem .sliderBlock {
    width: 100%; }
  .projectItem .item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 250px !important; }
    .projectItem .item:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .projectItem .slick-arrow {
    position: absolute;
    top: -webkit-calc(50% - 17.5px);
    top: calc(50% - 17.5px);
    background-color: rgba(48, 48, 48, 0.7);
    border: none;
    padding: 0;
    width: 43px;
    height: 35px;
    font-size: 0;
    color: transparent;
    text-align: center;
    z-index: 1; }
    .projectItem .slick-arrow.slick-prev {
      left: -4px; }
      .projectItem .slick-arrow.slick-prev:before {
        content: '\f060'; }
    .projectItem .slick-arrow.slick-next {
      right: -4px; }
      .projectItem .slick-arrow.slick-next:before {
        content: '\f061'; }
    .projectItem .slick-arrow:before {
      font-family: FontAwesome;
      font-size: 18px;
      color: #fff;
      font-weight: 300;
      line-height: 35px; }
    .projectItem .slick-arrow:hover {
      background-color: #303030; }
  .projectItem .projectContent {
    position: relative;
    background-color: #e8e9ec;
    width: 100%;
    padding: 30px 30px 45px;
    margin-top: 3px; }
    .projectItem .projectContent > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .projectItem .projectContent:hover .projectName {
      opacity: 0.7; }
    .projectItem .projectContent .authorImg {
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 120px;
      height: 120px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 3px solid #fff;
      background-color: #fff;
      background-image: url("../images/defaultAuthorImg.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .projectItem .projectContent .authorImg:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .projectItem .projectContent .authorName {
      font-size: 14px;
      color: #434343;
      display: block;
      margin-bottom: 20px; }
      .projectItem .projectContent .authorName:hover {
        opacity: .5; }
    .projectItem .projectContent .projectName {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 18px;
      line-height: 26px;
      color: #434343;
      display: block; }

.projectInsideSection {
  padding: 25px 0 55px; }
  .projectInsideSection .breadcrumb {
    margin-bottom: 40px; }
  .projectInsideSection .pageTitle {
    margin-bottom: 45px; }
  .projectInsideSection .content {
    width: 100%;
    font-size: 14px;
    color: #4a4d54;
    margin-bottom: 45px; }
    .projectInsideSection .content p, .projectInsideSection .content ul li {
      line-height: 20px; }
    .projectInsideSection .content p, .projectInsideSection .content ul {
      margin-bottom: 20px; }
      .projectInsideSection .content p:last-child, .projectInsideSection .content ul:last-child {
        margin-bottom: 0; }
    .projectInsideSection .content ul {
      padding-left: 20px; }
    .projectInsideSection .content h1, .projectInsideSection .content h2, .projectInsideSection .content h3, .projectInsideSection .content h4, .projectInsideSection .content h5, .projectInsideSection .content h6 {
      margin-bottom: 20px; }
    .projectInsideSection .content img {
      display: block;
      max-width: 100% !important;
      margin: 20px auto; }
  .projectInsideSection .projectInsideTitle {
    color: #4a4d54;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 20px; }
  .projectInsideSection .projectInsideGrid {
    width: 100%;
    margin-bottom: 50px; }
    .projectInsideSection .projectInsideGrid .item {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      margin: 0;
      border: 1px solid #fff;
      cursor: pointer;
      overflow: hidden; }
      .projectInsideSection .projectInsideGrid .item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
      .projectInsideSection .projectInsideGrid .item:hover .textBlock {
        min-height: 100%; }
    .projectInsideSection .projectInsideGrid .smallItem {
      width: 20%; }
    .projectInsideSection .projectInsideGrid .bigItem {
      width: 40%; }
    .projectInsideSection .projectInsideGrid .longItem {
      width: 40%; }
    .projectInsideSection .projectInsideGrid .heightItem {
      width: 20%; }

.worksprojectsSection {
  padding: 25px 0 70px; }
  .worksprojectsSection .pageTitle {
    margin-bottom: 20px; }
  .worksprojectsSection .tab-content {
    padding-top: 35px;
    margin-bottom: 40px; }
    .worksprojectsSection .tab-content .contentBlock {
      width: 100%;
      font-size: 14px;
      color: #4a4d54;
      margin-bottom: 25px; }
      .worksprojectsSection .tab-content .contentBlock p, .worksprojectsSection .tab-content .contentBlock ul li {
        line-height: 20px; }
      .worksprojectsSection .tab-content .contentBlock p, .worksprojectsSection .tab-content .contentBlock ul {
        margin-bottom: 20px; }
        .worksprojectsSection .tab-content .contentBlock p:last-child, .worksprojectsSection .tab-content .contentBlock ul:last-child {
          margin-bottom: 0; }
      .worksprojectsSection .tab-content .contentBlock ul {
        padding-left: 20px; }
    .worksprojectsSection .tab-content .worksGroup {
      width: 100%; }
    .worksprojectsSection .tab-content .projectGroup {
      width: 100%; }
    .worksprojectsSection .tab-content .filterDescrp {
      font-size: 13px;
      font-weight: 600;
      color: #333743;
      margin-right: 25px; }
    .worksprojectsSection .tab-content .checkboxGroup {
      font-weight: 400;
      font-size: 13px;
      color: #9297a3;
      margin-bottom: 0;
      margin-right: 25px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      cursor: pointer; }
      .worksprojectsSection .tab-content .checkboxGroup input {
        display: none; }
      .worksprojectsSection .tab-content .checkboxGroup:hover {
        color: #000; }
        .worksprojectsSection .tab-content .checkboxGroup:hover:after {
          color: #000; }
      .worksprojectsSection .tab-content .checkboxGroup:after {
        content: '\f096';
        font-family: FontAwesome;
        font-size: 17px;
        display: inline-block;
        width: 15px;
        vertical-align: -3px;
        color: #9297a3;
        margin-left: 7px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .worksprojectsSection .tab-content .checkboxGroup.active {
        color: #000; }
        .worksprojectsSection .tab-content .checkboxGroup.active:after {
          content: '\f046';
          color: #000; }

.aboutUsSection {
  padding: 25px 0 70px; }
  .aboutUsSection .pageTitle {
    margin-bottom: 45px; }
  .aboutUsSection .aboutStudio {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
    text-align: justify; }
    .aboutUsSection .aboutStudio .imgBlock {
      width: 50%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      float: left; }
    .aboutUsSection .aboutStudio .info {
      float: right;
      width: 50%;
      padding-left: 50px; }
    .aboutUsSection .aboutStudio .title {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 18px;
      color: #3b3d43;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 32px; }
    .aboutUsSection .aboutStudio a {
      text-decoration: underline;
      color: #2e3546; }
      .aboutUsSection .aboutStudio a:hover {
        opacity: .5; }
    .aboutUsSection .aboutStudio p {
      font-size: 13px;
      line-height: 19px;
      color: #5a5d66;
      margin-bottom: 20px; }
      .aboutUsSection .aboutStudio p:last-child {
        margin-bottom: 0; }
  .aboutUsSection .workStages {
    width: 100%;
    margin-bottom: 70px; }
    .aboutUsSection .workStages .workTitle {
      text-align: center;
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 25px;
      color: #252525;
      margin-top: 0;
      margin-bottom: 50px; }
  .aboutUsSection .workItem {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .aboutUsSection .workItem:nth-of-type(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .aboutUsSection .workItem:nth-of-type(2n) .textBlock {
        padding: 0 55px 0 0; }
      .aboutUsSection .workItem:nth-of-type(2n) .imageBlock .num {
        right: auto;
        left: -20px; }
    .aboutUsSection .workItem .imageBlock {
      width: 53%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      position: relative;
      overflow: hidden; }
      .aboutUsSection .workItem .imageBlock .num {
        position: absolute;
        right: -35px;
        bottom: -28px;
        font-size: 186px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 700; }
    .aboutUsSection .workItem .textBlock {
      width: 47%;
      padding: 0 0 0 55px;
      font-size: 13px;
      font-weight: 300;
      color: #464646; }
      .aboutUsSection .workItem .textBlock .title {
        margin-top: 0;
        padding-left: 15px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.5px;
        color: #000;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 25px; }
        .aboutUsSection .workItem .textBlock .title:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 45px;
          background-color: #000; }
      .aboutUsSection .workItem .textBlock p, .aboutUsSection .workItem .textBlock ul li {
        line-height: 22px; }
      .aboutUsSection .workItem .textBlock p, .aboutUsSection .workItem .textBlock ul {
        margin-bottom: 20px; }
        .aboutUsSection .workItem .textBlock p:last-child, .aboutUsSection .workItem .textBlock ul:last-child {
          margin-bottom: 0; }
      .aboutUsSection .workItem .textBlock ul {
        padding-left: 20px; }

.fasteningWaysSection {
  padding: 25px 0 55px;
  background-repeat: no-repeat;
  background-image: url("../images/fasteningBg1.png"), url("../images/aboutInsideBg3.png");
  background-position: 108% 30%, 5% 80%; }
  .fasteningWaysSection .breadcrumb {
    margin-bottom: 40px; }
  .fasteningWaysSection .pageTitle {
    margin-bottom: 45px; }
  .fasteningWaysSection .infoBlock {
    position: relative;
    margin-bottom: 60px; }
    .fasteningWaysSection .infoBlock > .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .fasteningWaysSection .infoBlock:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 70px;
      background-color: #dce7e9;
      z-index: -1; }
    .fasteningWaysSection .infoBlock .leftBlock {
      position: relative;
      float: left;
      width: 40%;
      padding: 35px 0; }
      .fasteningWaysSection .infoBlock .leftBlock:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        background-color: #f3f4f9;
        z-index: -1; }
      .fasteningWaysSection .infoBlock .leftBlock .imgBLock {
        width: 100%;
        position: relative; }
        .fasteningWaysSection .infoBlock .leftBlock .imgBLock:before {
          content: '';
          display: inline-block;
          position: absolute;
          top: -35px;
          right: 60px;
          width: 100%;
          height: 100%;
          z-index: -1;
          background-image: url("../images/swirl_pattern.png"); }
    .fasteningWaysSection .infoBlock .rightBlock {
      float: right;
      width: 60%;
      font-size: 13px;
      color: #5d5d6a;
      margin-top: 70px;
      padding: 40px 20px 20px 45px;
      position: relative;
      z-index: 1; }
      .fasteningWaysSection .infoBlock .rightBlock:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: -50px;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: -1;
        border-bottom: 1px solid #f3f4f9;
        border-right: 1px solid #f3f4f9; }
      .fasteningWaysSection .infoBlock .rightBlock p, .fasteningWaysSection .infoBlock .rightBlock ul li {
        line-height: 22px; }
      .fasteningWaysSection .infoBlock .rightBlock ul {
        padding-left: 20px; }
      .fasteningWaysSection .infoBlock .rightBlock p, .fasteningWaysSection .infoBlock .rightBlock ul {
        margin-bottom: 20px; }
        .fasteningWaysSection .infoBlock .rightBlock p:last-child, .fasteningWaysSection .infoBlock .rightBlock ul:last-child {
          margin-bottom: 0; }
      .fasteningWaysSection .infoBlock .rightBlock .heightBlock {
        overflow: hidden;
        max-height: 152px;
        height: auto;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .fasteningWaysSection .infoBlock .rightBlock .seeMore {
        display: inline-block;
        text-decoration: underline;
        font-size: 13px;
        font-weight: 300;
        color: #5d5d6a;
        margin-top: 20px;
        font-weight: 400; }
        .fasteningWaysSection .infoBlock .rightBlock .seeMore:hover {
          color: #c5a47e; }
  .fasteningWaysSection .galleryBlock {
    width: 100%;
    display: inline-block; }
    .fasteningWaysSection .galleryBlock .item {
      float: left;
      width: 25%;
      border: 2px solid #fff;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .fasteningWaysSection .galleryBlock .item:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden; }

.tab-content > .active,
.pill-content > .active {
  height: auto; }

.galleryModal {
  background: rgba(0, 0, 0, 0.75); }
  .galleryModal .modal-content {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent; }
    .galleryModal .modal-content .modal-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      margin-top: 0;
      display: flex;
      padding: 0; }
      .galleryModal .modal-content .modal-body .technic-slider {
        width: 100%; }
        .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
          -webkit-background-size: cover;
                  background-size: cover;
          height: 600px;
          outline: none;
          background-position: center; }
          .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail img {
            height: 100%; }
          .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail a {
            display: inline-block;
            width: 100%;
            height: 100%; }
        .galleryModal .modal-content .modal-body .technic-slider .technic-slider-block {
          margin-top: 10px; }
          .galleryModal .modal-content .modal-body .technic-slider .technic-slider-block .slick-list {
            overflow: hidden;
            height: 75px;
            width: 250px;
            margin: 0px auto;
            padding: 0 !important; }
          .galleryModal .modal-content .modal-body .technic-slider .technic-slider-block .technic-item {
            width: 75px !important;
            height: 75px;
            -webkit-background-size: cover;
                    background-size: cover;
            background-position: center;
            cursor: pointer;
            margin-right: 10px; }
        .galleryModal .modal-content .modal-body .technic-slider .slick-arrow {
          padding: 0;
          margin: 0;
          border: none;
          position: absolute;
          z-index: 2;
          outline: none;
          background: transparent;
          background: none;
          border: none;
          top: 0;
          bottom: 0;
          width: 150px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .galleryModal .modal-content .modal-body .technic-slider .slick-arrow span {
            font-size: 50px;
            line-height: 30px;
            color: #bdbdbd; }
          .galleryModal .modal-content .modal-body .technic-slider .slick-arrow:hover span {
            color: #fff; }
          .galleryModal .modal-content .modal-body .technic-slider .slick-arrow.prev-arrow {
            left: 0; }
          .galleryModal .modal-content .modal-body .technic-slider .slick-arrow.next-arrow {
            right: 0; }
      .galleryModal .modal-content .modal-body .slick-slide:not(.slick-center):before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .galleryModal .modal-content .modal-body .slick-slide {
        position: relative; }
      .galleryModal .modal-content .modal-body .technic-description {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px); }
        .galleryModal .modal-content .modal-body .technic-description .technic-stats {
          font-size: 18px;
          line-height: 60px; }
          .galleryModal .modal-content .modal-body .technic-description .technic-stats .stats-item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .galleryModal .modal-content .modal-body .technic-description .technic-stats .stats-item:not(:last-child) {
              border-bottom: 1px solid #e6e6e6; }
            .galleryModal .modal-content .modal-body .technic-description .technic-stats .stats-item .stats-val {
              color: #999999; }
  .galleryModal .modal-dialog {
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important; }

.footer {
  background-color: #2e3546;
  text-align: center;
  padding: 22px 0 17px; }
  .footer .info {
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-weight: 300; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      opacity: .5; }
  .footer .scroll-top {
    position: fixed;
    display: block;
    right: 20px;
    bottom: -100px;
    width: 38px;
    height: 38px;
    background-color: #2e3546;
    z-index: 999;
    -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    -o-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    overflow: hidden; }
    .footer .scroll-top:before {
      content: '';
      width: 16px;
      height: 16px;
      background: url(../images/arrow-up-w.svg) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 10px; }
    .footer .scroll-top.visible {
      bottom: 16px; }

.projectItem .projectContent .item-category {
  color: #9297a3;
  margin: 20px 0 0; }

.modal-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  z-index: 100;
  font-size: 32px;
  color: #fff;
  border: 0;
  outline: 0;
  line-height: 40px;
  padding: 0; }

.sliphover-container {
  cursor: pointer; }

.sectionOfBrendsAssortment .sliderBlock .sliderTitle {
  display: none !important; }

.fasteningWaysSection .infoBlock .leftBlock .imgBLock {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.header .middleBlock .socials:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #c5c4c2;
  position: absolute;
  top: -56px;
  left: 9px; }

.header .bottomBlock .productNav > li:last-of-type > a {
  padding: 18.5px 27px; }

.sectionOfDevelopment .infosBlock .developUl li a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

.header .middleBlock .searchbox-icon,
.header .middleBlock .searchbox-submit {
  width: 40px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 16px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.header .middleBlock .searchbox-open {
  width: 250px; }
  .header .middleBlock .searchbox-open .searchbox-input {
    border: 1px solid #5b6880; }

.header .middleBlock .byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px; }

.header .middleBlock .byline a {
  text-decoration: none;
  color: #d74b4b; }

.header .middleBlock .socials {
  left: 10px; }

.header .middleBlock .search-dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  right: 0;
  width: 250px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  display: none; }
  .header .middleBlock .search-dropdown a {
    color: #999; }

.contactBlockToggle {
  float: right;
  padding: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #5b6880;
  color: #5b6880;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  display: none; }
  .contactBlockToggle:before {
    content: '\f1fa';
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    line-height: 23px;
    font-size: 18px; }

.gridWrap {
  position: relative;
  padding: 100px 0 0 0;
  margin-top: 90px; }
  .gridWrap:before {
    content: '';
    width: 80px;
    position: absolute;
    top: 100px;
    bottom: 3px;
    left: 0;
    z-index: 1;
    background: url(../images/services-line.png) repeat-y center; }
  .gridWrap .title {
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    position: relative;
    margin-top: 0;
    margin-left: -60px;
    color: #535c73;
    padding-bottom: 22px;
    margin-bottom: 22px; }
  .gridWrap .container {
    position: relative; }
    .gridWrap .container > p {
      text-align: justify;
      -moz-text-align-last: center;
      text-align-last: center;
      color: #8a8589;
      margin: 0 0 30px; }
  .gridWrap .grayCube {
    width: 100vw;
    height: 550px;
    position: absolute;
    top: -100px;
    right: -webkit-calc(100% - 295px);
    right: calc(100% - 295px);
    background-color: #f3f4f9; }

.catalogCurtain-page .downloadMore {
  text-align: center;
  position: relative;
  padding: 47px 0;
  margin: 0 0 40px; }
  .catalogCurtain-page .downloadMore button {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05px;
    background-color: #2e3546;
    border: 1px solid #2e3546;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    margin-top: 20px; }
    .catalogCurtain-page .downloadMore button:hover {
      color: #2e3546;
      background-color: #fff; }

.curtainsGrid {
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  min-height: 586px; }
  .curtainsGrid.active {
    margin-left: 255px; }
  .curtainsGrid .row {
    margin-right: -1.5px;
    margin-left: -1.5px; }
  .curtainsGrid .col-md-3 {
    padding-left: 1.5px;
    padding-right: 1.5px; }
  .curtainsGrid .curtainsItem {
    height: 270px;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    cursor: pointer; }
    .curtainsGrid .curtainsItem a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .curtainsGrid .curtainsItem a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7) url(../images/lg-zoom-icon.svg) no-repeat center;
        -webkit-background-size: 30px 30px;
                background-size: 30px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        pointer-events: none; }
      .curtainsGrid .curtainsItem a:hover:after {
        opacity: 1; }

.navToggle {
  float: right;
  z-index: 10000;
  cursor: pointer;
  width: 28px;
  padding: 0;
  display: block;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 14px 0 0 10px;
  display: none; }
  .navToggle:hover span {
    width: 100%; }
  .navToggle span {
    width: 30px;
    height: 3px;
    margin: 0 auto 7px;
    background-color: #000;
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .navToggle .toggleLine1 {
    float: right;
    width: 16px; }
  .navToggle .toggleLine2 {
    width: 100%;
    float: left; }
  .navToggle .toggleLine3 {
    float: left;
    width: 16px; }
  .navToggle.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .navToggle.active span {
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 100%; }
    .navToggle.active .toggleLine2 {
      width: 0px; }
    .navToggle.active .toggleLine1, .navToggle.active .toggleLine3 {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .navToggle.active .toggleLine1 {
      -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
      transform: translateY(12px); }
    .navToggle.active .toggleLine3 {
      -webkit-transform: translateY(2px) rotate(90deg);
      -ms-transform: translateY(2px) rotate(90deg);
      transform: translateY(2px) rotate(90deg); }

.productNavToggle {
  float: right;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: transparent;
  margin-top: 15px;
  display: none;
  font-size: 15px;
  position: relative;
  z-index: 10;
  padding-right: 40px;
  padding-top: 3px; }
  .productNavToggle i {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    right: 10px;
    top: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .productNavToggle i:after, .productNavToggle i:before {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #fff;
      position: absolute;
      top: 0;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .productNavToggle i:before {
      left: -10px; }
    .productNavToggle i:after {
      right: -10px; }
    .productNavToggle i:nth-of-type(2) {
      top: 10px; }
    .productNavToggle i:nth-of-type(3) {
      top: 20px; }
  .productNavToggle:hover {
    color: #a5a5a5; }
    .productNavToggle:hover i {
      background-color: #a5a5a5; }
      .productNavToggle:hover i:before, .productNavToggle:hover i:after {
        background-color: #a5a5a5; }

.curtainsGridList {
  position: absolute;
  top: 0;
  left: 0;
  width: 266px;
  background-color: #fff;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 80px 0 20px 36px;
  display: none; }
  .curtainsGridList li {
    margin: 15px 0; }
    .curtainsGridList li a {
      display: block;
      padding: 5px 0 5px 20px;
      border-left: 1px solid transparent;
      color: #8f9195;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .curtainsGridList li a:hover {
        border-left: 1px solid #e2e9ea;
        background-color: #f3f4f9; }

.curtainsGridToggle {
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 5;
  width: 2px;
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: center;
  padding: 35px 40px 0 30px;
  word-spacing: 10px;
  color: #979797;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .curtainsGridToggle:before, .curtainsGridToggle:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 16px;
    margin: auto;
    display: block;
    width: 20px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .curtainsGridToggle:before {
    content: '\f0c9'; }
  .curtainsGridToggle:after {
    content: '\f00d';
    opacity: 0; }
  .curtainsGridToggle span {
    display: block;
    margin-bottom: 10px; }
  .curtainsGridToggle.active:before {
    opacity: 0; }
  .curtainsGridToggle.active:after {
    opacity: 1; }

.bracingSlider {
  margin: 40px -15px 50px; }
  .bracingSlider .item {
    margin: 0 15px;
    outline: 0; }
    .bracingSlider .item h3, .bracingSlider .item h4 {
      line-height: 1;
      padding: 0 0 10px;
      margin: 0 0 20px;
      border-bottom: 1px solid #e6e6e6;
      font-weight: 300; }
  .bracingSlider .imgBlock {
    height: 160px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .bracingSlider .slick-arrow {
    position: absolute;
    top: 55%;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #7d7d7d;
    background-color: transparent;
    border: 0;
    outline: 0; }
  .bracingSlider .slick-arrow.next-arrow {
    right: -20px; }
  .bracingSlider .slick-arrow.prev-arrow {
    left: -20px; }
  .bracingSlider .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 1;
    color: #858585;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.notfound-404 {
  min-height: 600px;
  padding: 50px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center; }
  .notfound-404 .nums {
    font-size: 180px;
    line-height: 1;
    margin: 0 0 20px;
    color: #2e3546;
    font-weight: 600; }
  .notfound-404 .sub-text {
    font-size: 36px;
    margin: 0 0 30px; }
  .notfound-404 .defaultButton {
    display: block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05px;
    background-color: #2e3546;
    border: 1px solid #2e3546;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    margin: 20px auto 0; }
    .notfound-404 .defaultButton:hover {
      color: #2e3546;
      background-color: #fff; }

.success-message {
  min-height: 600px;
  padding: 50px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center; }
  .success-message .title {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin: 0 0 35px;
    color: #2e3546; }
  .success-message p {
    font-size: 18px; }
  .success-message .defaultButton {
    display: block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05px;
    background-color: #2e3546;
    border: 1px solid #2e3546;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    margin: 20px auto 0; }
    .success-message .defaultButton:hover {
      color: #2e3546;
      background-color: #fff; }

.architectInsideSection .breadcrumb {
  margin: 0 0 40px; }

.architectInsideSection .pageTitle {
  margin-bottom: 50px; }

.architectInsideSection .architectImg img {
  display: block;
  max-width: 100%;
  margin: auto; }

.architectInsideSection .architectText {
  margin: 0 0 80px;
  font-size: 18px; }

.architectInsideSection .questionBlock {
  margin: 40px 0 30px; }

.questionBlock {
  clear: both; }

@media (max-width: 991px) {
  .architectInsideSection .architectImg img {
    max-width: 400px;
    margin: 0 auto 30px; } }

@media (max-width: 767px) {
  .architectInsideSection .architectImg img {
    max-width: 100%; }
  .architectInsideSection .pageTitle {
    margin-bottom: 30px; }
  .architectInsideSection .architectText {
    margin-bottom: 50px;
    font-size: 16px; } }

.cooperation-page #galleryModal {
  display: none !important; }

.cooperation-page .forma {
  width: 100%;
  text-align: center; }

.cooperation-page .form-group {
  float: left;
  width: 100%;
  text-align: left; }
  .cooperation-page .form-group:nth-of-type(3) {
    margin-right: 0; }
  .cooperation-page .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 15.98px;
    color: #333743;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: 26px;
    left: 1px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .cooperation-page .form-group .form-control {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding: 7px 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 14px;
    height: auto; }

.cooperation-page .textarea-form-group {
  width: 100%;
  margin-right: 0;
  margin-bottom: 38px; }
  .cooperation-page .textarea-form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 15.98px;
    color: #333743;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: 26px;
    left: 1px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .cooperation-page .textarea-form-group textarea {
    width: 100%;
    resize: vertical;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding: 7px 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 14px;
    min-height: 32px;
    height: 32px; }

.cooperation-page .submitBtn {
  background-color: #2e3546;
  border: 1px solid #2e3546;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #e8e9ec;
  font-size: 13px;
  padding: 8px 65px; }
  .cooperation-page .submitBtn:hover {
    background-color: #e8e9ec;
    color: #2e3546; }

.cooperation-page .questionnaireModalContent {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #e8e9ec; }
  .cooperation-page .questionnaireModalContent .modal-close {
    background-color: #2e3546; }
  .cooperation-page .questionnaireModalContent .modal-header {
    padding: 45px 65px 20px;
    text-align: center; }
    .cooperation-page .questionnaireModalContent .modal-header h2 {
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 28px;
      text-align: center;
      margin: 0 0 15px; }
  .cooperation-page .questionnaireModalContent .modal-body {
    padding: 20px 15px; }
  .cooperation-page .questionnaireModalContent .questionBlock {
    background-color: #fff;
    background-color: #e8e9ec; }
  .cooperation-page .questionnaireModalContent .modal-footer {
    text-align: center;
    padding: 20px 15px 35px; }
    .cooperation-page .questionnaireModalContent .modal-footer p {
      font-size: 16px;
      margin: 0 0 15px; }
  .cooperation-page .questionnaireModalContent .modal-social {
    text-align: center; }
    .cooperation-page .questionnaireModalContent .modal-social a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 30px;
      height: 30px;
      color: #2e3546;
      text-align: center;
      font-size: 18px;
      margin: 0 8px; }
      .cooperation-page .questionnaireModalContent .modal-social a:before {
        font-family: FontAwesome;
        position: absolute;
        top: 5px;
        left: 5px; }
      .cooperation-page .questionnaireModalContent .modal-social a:hover {
        color: #000; }
      .cooperation-page .questionnaireModalContent .modal-social a.facebook-item:before {
        content: '\f09a'; }
      .cooperation-page .questionnaireModalContent .modal-social a.google-item:before {
        content: '\f0d5'; }
      .cooperation-page .questionnaireModalContent .modal-social a.instagram-item:before {
        content: '\f16d'; }
      .cooperation-page .questionnaireModalContent .modal-social a.pinterest-item:before {
        content: '\f231'; }
      .cooperation-page .questionnaireModalContent .modal-social a.twitter-item:before {
        content: '\f099'; }

.projectInsideSection .architectImg img {
  display: block;
  max-width: 100%;
  margin: auto; }

.projectInsideSection .InsideSectionArchitect {
  margin: 0 0 30px; }

.projectInsideSection .architectText .authorName {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px; }

.projectInsideSection .architectText a {
  color: #999;
  text-decoration: underline; }
  .projectInsideSection .architectText a:hover {
    text-decoration: none; }

.projectArrows {
  margin: 40px 0; }
  .projectArrows a {
    color: #888;
    position: relative;
    font-size: 18px; }
    .projectArrows a:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 67px;
      height: 5px;
      -webkit-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s; }
    .projectArrows a.projectNextArrow {
      float: right;
      padding-right: 75px; }
      .projectArrows a.projectNextArrow:before {
        right: 0;
        background: url(../images/lg-next-arrow.png) no-repeat center; }
      .projectArrows a.projectNextArrow:hover:before {
        right: -10px; }
    .projectArrows a.projectPreviousArrow {
      float: left;
      padding-left: 75px; }
      .projectArrows a.projectPreviousArrow:before {
        left: 0;
        background: url(../images/lg-prev-arrow.png) no-repeat center; }
      .projectArrows a.projectPreviousArrow:hover:before {
        left: -10px; }

@media (max-width: 1199px) {
  .cooperation-page .questionnaireModalContent .questionBlock {
    padding: 0 30px; }
  .cooperation-page .questionnaireModalContent .modal-header {
    padding: 30px 35px 15px; }
  .projectArrows a {
    font-size: 16px; } }

@media (max-width: 991px) {
  .cooperation-page .questionnaireModalContent .questionBlock {
    padding: 0 5px; }
  .cooperation-page .questionnaireModalContent .modal-header {
    padding: 15px 30px 15px; }
    .cooperation-page .questionnaireModalContent .modal-header h2 {
      font-size: 18px; }
    .cooperation-page .questionnaireModalContent .modal-header p {
      font-size: 13px;
      margin: 0; }
  .cooperation-page .questionnaireModalContent .modal-body {
    padding: 15px 15px 0; }
  .cooperation-page .questionnaireModalContent .modal-footer {
    padding: 15px 15px 20px; }
    .cooperation-page .questionnaireModalContent .modal-footer p {
      font-size: 14px; }
  .cooperation-page .questionnaireModalContent .modal-social a {
    margin: 0 3px; }
  .projectInsideSection .architectImg img {
    max-width: 400px;
    margin: 0 auto 30px; }
  .projectInsideSection .architectText {
    font-size: 14px; }
  .projectArrows a {
    font-size: 14px; } }

@media (max-width: 767px) {
  .projectInsideSection .architectImg img {
    max-width: 100%;
    margin: 30px auto 10px; } }

@media (max-width: 480px) {
  .projectArrows {
    text-align: center;
    margin: 30px 0; }
  .projectArrows a {
    display: inline-block;
    float: none !important;
    margin: 0 30px; }
  .projectArrows a.projectNextArrow {
    margin: 0 30px 25px; } }

@media (min-width: 541px) {
  .header .topLine .contactBlock {
    display: block !important; } }

@media (max-width: 1800px) {
  .sectionOfAboutUs .section-badge {
    left: 0; } }

@media (max-width: 1536px) {
  .sectionOfNews .newsSlider {
    width: 95%;
    z-index: 10; }
  .sectionOfNews .newsSlider .slick-arrow {
    z-index: 10; }
  .sectionOfBanner .bannerCarousel .item {
    height: 520px; }
  .sectionOfBanner .lg-container {
    height: 570px; }
  .gridWrap {
    padding-top: 20px; }
  .gridWrap:before {
    top: 94px; }
  .sectionOfBanner .lg-container .container {
    padding-bottom: 50px; }
  .sectionOfBanner .slick-arrow.slick-next {
    left: auto;
    right: 500px;
    bottom: -50px; }
  .sectionOfBanner .slick-arrow.slick-prev {
    left: auto;
    right: 550px;
    bottom: -50px; }
  .sectionOfAboutUs .lg-container {
    padding: 100px 0 0; } }

@media (max-width: 1440px) {
  .sectionOfBanner .bannerCarousel .item {
    height: 500px; }
    .sectionOfBanner .bannerCarousel .item:after {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px; }
  .sectionOfBanner .lg-container {
    height: 550px; }
  .sectionOfBanner .slick-arrow.slick-next {
    right: 420px; }
  .sectionOfBanner .slick-arrow.slick-prev {
    right: 460px; }
  .sectionOfBanner .bannerTextBlock {
    padding: 25px 30px; }
  .sectionOfAboutUs .section-badge {
    font-size: 60px;
    top: -50px; }
  .sectionOfBrendsAssortment .section-badge {
    font-size: 60px;
    top: -55px;
    right: 80px; }
  .sectionOfDevelopment .section-badge {
    font-size: 60px;
    left: 100px;
    top: -100px; }
  .sectionOfNews .section-badge {
    font-size: 60px;
    right: 80px;
    top: -75px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 32px; }
  .sectionOfDevelopment .infosBlock .title {
    font-size: 20px; }
  .sectionOfDevelopment .infosBlock .developUl li a {
    font-size: 16px;
    margin-bottom: 15px; }
  .sectionOfBrendsAssortment .infosBlock {
    padding-left: 40px; }
  .sectionOfBrendsAssortment .infosBlock .title {
    font-size: 24px; }
  .sectionOfBrendsAssortment .infosBlock .slick-dots button {
    line-height: 40px; }
  .catalogSection .catalogAssort .leftBlock {
    width: 60%; }
  .catalogSection .catalogAssort .rightBlock {
    width: 40%; }
  .catalogSection .catalogAssort .rightBlock .slick-dots button {
    width: 250px;
    line-height: 40px;
    font-size: 16px; }
  .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
    height: 500px; }
  .sectionOfAboutUs .bannerBlock:after {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px; }
  .sectionOfBrendsAssortment .sliderBlock .assrotmentSlider:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px; }
  .gridWrap .title {
    margin-left: 0;
    text-align: center; }
  .gridWrap:before {
    width: 15px; } }

@media (max-width: 1366px) {
  .sectionOfDevelopment .infosBlock .title {
    font-size: 18px; }
    .sectionOfDevelopment .infosBlock .title br {
      display: none; }
  .sectionOfBanner .bannerCarousel .item {
    height: 450px; }
  .sectionOfBanner .lg-container {
    height: 500px; }
  .notfound-404 .nums {
    font-size: 150px; }
  .notfound-404 .sub-text {
    font-size: 28px; }
  .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
    height: 450px; } }

@media (max-width: 1281px) {
  .header .topLine .socials {
    float: left;
    margin-left: 15px; }
    .header .topLine .socials a {
      display: inline-block;
      margin: 0 10px;
      text-align: center; }
      .header .topLine .socials a:last-child {
        margin-bottom: 0; }
      .header .topLine .socials a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 18px;
        color: #5b6880;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .header .topLine .socials a:hover:before {
        color: #000;
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg); }
    .header .topLine .socials .instagram:before {
      content: '\f16d'; }
    .header .topLine .socials .facebook:before {
      content: '\f09a'; }
  .sectionOfBanner .bannerCarousel .item img {
    max-height: 450px; }
  .sectionOfBanner .bannerTextBlock {
    padding: 25px 25px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 28px; }
  .aboutUsSection .teamSlider .slick-arrow.slick-next {
    right: -15px; }
  .aboutUsSection .teamSlider .slick-arrow.slick-prev {
    left: -15px; }
  .aboutUsSection .teamSlider {
    padding: 0 20px; }
  .bracingSlider {
    padding: 0 20px;
    margin: 40px 0 30px; }
  .bracingSlider .slick-arrow.next-arrow {
    right: 0; }
  .bracingSlider .slick-arrow.prev-arrow {
    left: 0; }
  .curtainsGrid {
    padding-left: 75px; }
  .curtainsGridToggle {
    left: 0; }
  .curtainsGridList {
    left: 75px; } }

@media (max-width: 1199px) {
  .header .middleBlock .mainNav li a {
    padding: 44px 15px 39px; }
  .header .bottomBlock .productNav > li > a {
    font-size: 13px;
    padding: 19px 12px; }
  .sectionOfBanner .bannerCarousel {
    width: -webkit-calc(100vw + 250px);
    width: calc(100vw + 250px); }
  .sectionOfBanner .bannerCarousel .item {
    height: 420px;
    margin-right: 30px; }
  .sectionOfBanner .lg-container {
    height: 470px; }
  .sectionOfBanner .slick-arrow.slick-next {
    right: 450px; }
  .sectionOfBanner .slick-arrow.slick-prev {
    right: 490px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 24px; }
  .sectionOfBrendsAssortment:after {
    width: 15px; }
  .sectionOfDevelopment:after {
    width: 15px; }
  .sectionOfAboutUs .infoBlock .title {
    font-size: 20px;
    margin-bottom: 20px; }
  .sectionOfAboutUs .infoBlock {
    padding-top: 100px; }
  .sectionOfDevelopment .infosBlock .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .sectionOfDevelopment .infosBlock .developUl li a {
    font-size: 14px; }
  .sectionOfBrendsAssortment .infosBlock {
    width: 40%; }
  .sectionOfBrendsAssortment .sliderBlock .item {
    height: 550px; }
  .sectionOfBrendsAssortment .infosBlock .title {
    font-size: 20px;
    line-height: 24px; }
  .sectionOfBrendsAssortment .infosBlock .slick-dots button {
    font-size: 16px; }
  .sectionOfAboutUs .lg-container {
    padding: 90px 0 0; }
  .sectionOfAboutUs .infoBlock {
    padding-right: 30px; }
  .sectionOfNews .newsSlider {
    padding: 15px 70px;
    width: 98%; }
  .sectionOfNews .newsSlider .slick-arrow.slick-prev {
    left: 15px; }
  .sectionOfNews .newsSlider .slick-arrow.slick-next {
    right: 15px; }
  .aboutUsSection .aboutStudio .info {
    padding-left: 20px; }
  .aboutUsSection .aboutStudio .title {
    margin: 0 0 15px; }
  .aboutUsSection .aboutStudio p {
    margin: 0 0 15px; }
  .catalogSection .catalogAssort .rightBlock .slick-dots {
    padding-left: 40px; }
  .catalogSection .catalogAssort .leftBlock .blockTitle {
    font-size: 20px;
    line-height: 24px; }
  .fasteningWaysSection .galleryBlock .item {
    width: 33.33%; }
  .curtainsGrid .curtainsItem {
    height: 220px; }
  .curtainsGrid {
    padding-left: 0; }
  .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
    height: 350px; } }

@media (max-width: 991px) {
  .header .middleBlock {
    padding: 12px 0 5px; }
    .header .middleBlock .mainNav {
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      background-color: #fff;
      z-index: 100;
      display: block;
      padding: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .header .middleBlock .mainNav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .header .middleBlock .mainNav li {
        display: block; }
        .header .middleBlock .mainNav li:after, .header .middleBlock .mainNav li:before {
          display: none; }
        .header .middleBlock .mainNav li a {
          display: block;
          padding: 15px 10px;
          text-align: center; }
          .header .middleBlock .mainNav li a:after, .header .middleBlock .mainNav li a:before {
            display: none; }
    .header .middleBlock .logo {
      margin-top: 5px;
      width: 150px;
      display: inline-block; }
    .header .middleBlock > .container {
      display: block; }
  .header .navToggle {
    display: block; }
  .header .searchBlockWrap {
    margin-top: 3px; }
  .header .bottomBlock .productNav {
    text-align: center; }
  .header .productNavToggle {
    display: block; }
  .header .middleBlock .searchBlockWrap {
    margin-right: 0; }
  .header .bottomBlock .productNav {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #eee;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    .header .bottomBlock .productNav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .header .bottomBlock .productNav > li {
      float: none; }
      .header .bottomBlock .productNav > li > a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        padding: 15px 10px;
        font-size: 14px; }
        .header .bottomBlock .productNav > li > a:before {
          display: none; }
  .header .bottomBlock {
    position: relative; }
    .header .bottomBlock > .container {
      position: static; }
  .header .bottomBlock .hiddenProductBlock {
    display: none !important; }
  .header .bottomBlock .hiddenBlock {
    z-index: 100; }
  .header .bottomBlock .hiddenBlock .contentBlock {
    display: none !important; }
  .header .bottomBlock .hiddenBlock .category {
    width: 100%; }
  .sectionOfBanner .slick-arrow.slick-next {
    right: 0; }
  .sectionOfBanner .slick-arrow.slick-prev {
    right: 40px; }
  .sectionOfBrendsAssortment {
    padding-bottom: 80px;
    padding-top: 50px; }
  .sectionOfDevelopment {
    padding-bottom: 80px; }
  .sectionOfAboutUs .section-badge {
    display: none; }
  .sectionOfBrendsAssortment .section-badge {
    display: none; }
  .sectionOfDevelopment .section-badge {
    display: none; }
  .sectionOfNews .section-badge {
    display: none; }
  .orderCall .buttonCall {
    width: 60px;
    height: 60px;
    padding: 10px 11px 4px;
    right: 330px; }
    .orderCall .buttonCall span {
      display: none; }
  .sectionOfBanner {
    padding-top: 30px; }
  .sectionOfBanner .bannerCarousel {
    position: relative;
    left: auto;
    width: auto; }
  .sectionOfBanner .bannerCarousel .item {
    height: 370px;
    margin: 0; }
  .sectionOfBanner .lg-container {
    height: auto;
    overflow: visible; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 20px; }
  .sectionOfAboutUs .section-badge {
    display: none; }
  .sectionOfAboutUs .infoBlock {
    padding-top: 50px; }
  .sectionOfAboutUs .infoBlock .title {
    font-size: 20px; }
  .sectionOfAboutUs .infoBlock:before {
    height: 30px; }
  .sectionOfDevelopment .rightGrid > * {
    height: 400px; }
  .sectionOfDevelopment .infosBlock {
    width: 40%; }
  .sectionOfDevelopment .rightGrid {
    width: 50%; }
  .sectionOfDevelopment .rightGrid .leftBlock .topBlock {
    height: 70%; }
  .sectionOfDevelopment .rightGrid .middleBlock .topBlock {
    height: 28%; }
  .sectionOfBrendsAssortment .infosBlock .title {
    font-size: 18px; }
  .sectionOfBrendsAssortment .infosBlock {
    padding-left: 25px; }
  .sectionOfAboutUs .infoBlock {
    width: 50%; }
  .sectionOfNews .newsBlock {
    width: 100%; }
  .sectionOfNews .newsSlider .info {
    padding: 40px 15px; }
  .aboutUsSection .aboutStudio .imgBlock {
    width: 100%;
    margin: 0 auto 25px; }
  .aboutUsSection .aboutStudio .info {
    width: 100%;
    padding: 0; }
  .aboutUsSection .aboutStudio .title {
    text-align: center; }
    .aboutUsSection .aboutStudio .title br {
      display: none; }
  .aboutUsSection .workItem .textBlock {
    padding: 0 0 0 20px; }
  .aboutUsSection .workItem .textBlock .title {
    padding-left: 0; }
  .aboutUsSection .workItem:nth-of-type(2n) .textBlock {
    padding: 0 20px 0 0; }
  .aboutUsSection .workItem .textBlock .title {
    margin-bottom: 10px;
    padding-bottom: 15px; }
  .aboutUsSection .workItem .textBlock p,
  .aboutUsSection .workItem .textBlock ul {
    margin-bottom: 10px; }
  .catalogSection .catalogAssort .rightBlock .slick-dots button {
    font-size: 14px;
    line-height: 30px;
    width: 220px; }
  .catalogSection .catalogAssort .infoBlock {
    padding: 0 30px; }
  .catalogSection .catalogAssort .rightBlock .slick-dots {
    padding-left: 60px; }
  .fasteningWaysSection .infoBlock .leftBlock {
    width: 55%; }
  .fasteningWaysSection .galleryBlock .item {
    width: 50%; }
  .breadcrumb li:first-of-type {
    padding-left: 5px; }
  .breadcrumb a {
    font-size: 12px;
    padding: 5px 5px 2px;
    border-right: 0; }
  .breadcrumb li.active {
    padding: 5px 10px 7px;
    font-size: 12px; }
  .catalogCurtainsSection .illustrationBlock .rightBlock .title {
    font-size: 24px; }
  .notfound-404 .nums {
    font-size: 90px; }
  .notfound-404 .sub-text {
    font-size: 24px;
    margin: 0 0  15px; }
  .success-message .title {
    font-size: 45px; }
  .success-message p {
    font-size: 16px; }
  .success-message {
    min-height: 400px; }
  .orderCall {
    top: 25%; }
  .sectionOfDevelopment:after {
    top: -80px; }
  .sectionOfBanner .bannerTextBlock {
    top: 108%; }
  .sectionOfBanner .slick-dots {
    top: 0;
    bottom: auto; }
  .sectionOfNews .newsTitle {
    padding-left: 27%; }
  .contactSection .contentBlock iframe {
    margin-bottom: 30px; }
  .contactSection .contentBlock .info {
    padding-left: 0; }
  .curtainsGrid .curtainsItem {
    height: 250px; }
  .gridWrap {
    margin-top: 40px; }
  .gridWrap:before {
    display: none; } }

@media (max-width: 767px) {
  .header .topLine {
    display: block; }
  .header .middleBlock .searchbox-open {
    width: 250px; }
  .header .bottomBlock .catalogLocation:before {
    margin-right: 15px; }
  .productNavToggle:after {
    margin-left: 15px; }
  .sectionOfBrendsAssortment:after {
    display: none; }
  .sectionOfDevelopment:after {
    display: none; }
  .sectionOfBanner .bannerCarousel .item {
    height: 320px;
    margin: 0; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 18px; }
  .sectionOfBanner .slick-arrow.slick-next {
    right: 0;
    bottom: 0;
    top: 0; }
  .sectionOfBanner .slick-arrow.slick-prev {
    right: 40px;
    bottom: auto;
    top: 0; }
  .sectionOfBanner .bannerTextBlock {
    left: 15px;
    right: 15px;
    border-left: 1px solid #e7e7e7; }
  .sectionOfAboutUs .infoBlock {
    padding: 40px 15px 0; }
  .sectionOfAboutUs .infoBlock:before {
    display: none; }
  .sectionOfDevelopment .infosBlock {
    width: 50%;
    padding-right: 15px; }
  .sectionOfDevelopment .infosBlock .title {
    margin: 10px 0 15px;
    padding: 0 0 15px; }
  .sectionOfDevelopment .rightGrid {
    width: 40%; }
  .sectionOfDevelopment .rightGrid > * {
    height: 250px; }
  .sectionOfDevelopment .infosBlock .developUl li a {
    margin-bottom: 10px; }
  .sectionOfAboutUs .lg-container {
    display: block;
    padding: 30px 0 10px; }
  .sectionOfAboutUs .infoBlock {
    width: 100%;
    height: auto; }
  .sectionOfAboutUs .bannerBlock {
    width: 100%;
    height: 420px; }
  .sectionOfNews .newsSlider {
    padding: 15px 40px;
    width: 100%; }
  .sectionOfNews .newsSlider .slick-arrow.slick-prev {
    left: 10px; }
  .sectionOfNews .newsSlider .slick-arrow.slick-next {
    right: 10px; }
  .aboutUsSection .workItem {
    display: block; }
  .aboutUsSection .workItem .imageBlock {
    width: 100%; }
  .aboutUsSection .workItem .textBlock {
    width: 100%;
    padding: 15px 0 0; }
  .aboutUsSection .workItem:nth-of-type(2n) .textBlock {
    padding: 15px 0 0; }
  .aboutUsSection .workItem .imageBlock .num {
    right: -12px; }
  .projectItem {
    float: none;
    margin: 0 10px 20px !important; }
  .cooperationSection .lastProject .seeMore {
    display: block;
    clear: both; }
  .catalogSection .catalogAssort .rightBlock {
    width: 100%;
    padding: 30px 0 20px;
    text-align: center; }
  .catalogSection .catalogAssort .leftBlock {
    width: 100%; }
  .catalogSection .catalogAssort .rightBlock .slick-dots {
    padding: 0; }
  .catalogSection .catalogAssort .rightBlock .slick-dots li {
    display: inline-block;
    margin: 0 5px 10px; }
  .catalogSection .catalogAssort {
    display: block; }
  .catalogSection .catalogAssort .leftBlock .catalogAssortSlider {
    width: 100%; }
  .catalogSection .catalogAssort .rightBlock .slick-dots button {
    width: auto;
    padding: 0 20px; }
  .catalogSection .catalogAssort .leftBlock {
    padding: 30px 0 0; }
  .catalogSection {
    padding: 20px 0 0; }
  .catalogSection .catalogAssort .infoBlock {
    margin-bottom: 30px; }
  .fasteningWaysSection .infoBlock > .container {
    display: block; }
  .fasteningWaysSection .infoBlock .leftBlock {
    width: 100%; }
  .fasteningWaysSection .infoBlock .leftBlock .imgBLock {
    width: 80%;
    margin: auto; }
  .fasteningWaysSection .infoBlock .rightBlock {
    width: 100%;
    margin-top: 0;
    padding: 20px 10px; }
  .gridWrap h3 {
    text-align: center;
    font-size: 18px; }
  .catalogCurtainsSection .illustrationBlock {
    display: block; }
  .catalogCurtainsSection .illustrationBlock .leftBlock {
    width: 100%;
    height: 700px; }
  .catalogCurtainsSection .illustrationBlock .absoluteBlock {
    position: static;
    border: 0;
    margin-top: 30px;
    width: 100%; }
  .catalogCurtainsSection .illustrationBlock .rightBlock {
    width: 100%;
    display: block;
    padding: 15px 0 0; }
  .gridWrap .grayCube {
    top: -70px; }
  .header .bottomBlock .hiddenBlock {
    left: -15px;
    right: -15px;
    width: auto; }
  .notfound-404 .sub-text {
    font-size: 18px;
    margin: 0 0 15px; }
  .notfound-404 {
    min-height: 450px; }
  .sectionOfBrendsAssortment {
    padding-top: 30px; }
  .galleryModal .modal-content .modal-body .technic-slider .technic-slider-img .technic-tumbnail {
    height: 300px; }
  .sectionOfBanner .bannerCarousel .item img {
    height: auto; }
  .sectionOfNews .newsTitle {
    font-size: 20px;
    padding-left: 30%; }
  .contactSection .contentBlock iframe {
    height: 300px !important; }
  .questionBlock .btnTitle {
    font-size: 14px;
    margin: 0 -20px; } }

@media (max-width: 640px) {
  .sectionOfBanner .bannerCarousel .item img {
    max-height: 250px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 16px; }
  .sectionOfAboutUs .bannerBlock {
    height: 350px; }
  .catalogCurtainsSection .illustrationBlock .leftBlock {
    height: 600px; }
  .catalogCurtainsSection .illustrationBlock .absoluteBlock {
    height: 400px; } }

@media (max-width: 540px) {
  .contactBlockToggle {
    display: block; }
  .header .bottomBlock .catalogLocation span {
    display: none; }
  .header .topLine .container {
    position: relative; }
  .header .topLine .contactBlock {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 15px 15px 10px;
    background-color: #e0e1e5;
    display: none; }
    .header .topLine .contactBlock span {
      display: block;
      font-size: 14px;
      margin: 0 0 5px;
      color: #000; }
  .sectionOfBanner .bannerCarousel .item {
    height: 300px; }
  .sectionOfDevelopment .lg-container {
    display: block; }
  .sectionOfDevelopment .infosBlock .developUl li {
    text-align: center; }
  .sectionOfDevelopment .infosBlock {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px; }
  .sectionOfDevelopment .rightGrid {
    width: 100%;
    float: none; }
  .sectionOfBrendsAssortment {
    padding-top: 10px; }
  .sectionOfBrendsAssortment .lg-container {
    display: block; }
  .sectionOfBrendsAssortment .sliderBlock {
    width: 100%; }
  .sectionOfBrendsAssortment .sliderBlock .item {
    height: 300px; }
  .sectionOfBrendsAssortment .infosBlock {
    width: 100%;
    padding: 25px 15px 0; }
  .sectionOfBrendsAssortment {
    padding-bottom: 50px; }
  .sectionOfBrendsAssortment .infosBlock .title br {
    display: none; }
  .sectionOfAboutUs .bannerBlock {
    height: 300px; }
  .sectionOfNews .newsSlider .imgBlock {
    width: 130px;
    height: 145px; }
  .sectionOfNews .newsSlider .info {
    padding: 15px;
    display: block;
    height: auto;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px); }
  .sectionOfNews .newsSlider .title {
    font-size: 13px; }
  .sectionOfNews .newsSlider .date {
    font-size: 13px; }
  .footer .info span {
    display: block;
    margin: 0 0 10px; }
  .pageTitle:before {
    width: 100%; }
  .projectItem {
    width: 100%;
    margin: 0 0 20px !important; }
  .fasteningWaysSection .galleryBlock .item {
    width: 100%; }
    .fasteningWaysSection .galleryBlock .item:hover {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .curtainsGrid .curtainsItem {
    height: 200px; }
  .catalogCurtainsSection .illustrationBlock .leftBlock {
    height: 500px; }
  .catalogCurtainsSection .illustrationBlock .absoluteBlock {
    height: 350px; }
  .brendsAssortmentText {
    padding: 15px; }
    .brendsAssortmentText .title {
      font-size: 18px;
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      margin: 0 0 15px; }
      .brendsAssortmentText .title br {
        display: none; }
  .sectionOfNews .newsTitle {
    font-size: 18px;
    padding-left: 0;
    margin-left: 40%;
    width: auto; } }

@media (max-width: 480px) {
  .sectionOfBanner .bannerCarousel .item {
    height: 250px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    margin-bottom: 10px; }
  .catalogCurtainsSection .illustrationBlock .leftBlock {
    height: 450px; }
  .catalogCurtainsSection .illustrationBlock .absoluteBlock {
    height: 300px; }
  .notfound-404 .sub-text {
    font-size: 16px; }
  .notfound-404 {
    min-height: 300px;
    padding: 50px 0; }
  .informationSection .nav-tabs {
    text-align: center; }
    .informationSection .nav-tabs li {
      float: none;
      display: inline-block;
      vertical-align: top; } }

@media (max-width: 400px) {
  .curtainsGrid .curtainsItem {
    height: 180px; } }

@media (max-width: 375px) {
  .curtainsGrid .curtainsItem {
    height: 150px; }
  .catalogCurtainsSection .illustrationBlock .leftBlock {
    height: 350px; } }

@media (min-width: 1920px) {
  .lg-container {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1199px) {
  .contactSection .contentBlock .title {
    margin-bottom: 20px; }
  .contactSection .contentBlock .descrp {
    margin-bottom: 25px; }
  .contactSection .contentBlock ul {
    margin-bottom: 25px; }
  .catalogInsideSection .catalogGrid .bigItemScroll {
    padding: 30px 15px 30px 30px; }
  .catalogInsideSection .catalogGrid .textBlock {
    padding: 5px;
    font-size: 13px; } }

@media (max-width: 991px) {
  .questionBlock .btnTitle {
    padding: 15px 0; }
  .questionBlock .hiddenForm {
    padding-bottom: 25px; }
  .questionBlock .textarea-form-group {
    margin-bottom: 25px; }
  .questionBlock .form-group label {
    top: 30px;
    font-size: 13px; }
  .contactSection {
    padding: 0px 0 25px; }
    .contactSection .contentBlock {
      margin-bottom: 25px; }
      .contactSection .contentBlock .title {
        font-size: 18px; }
    .contactSection .pageTitle {
      margin-bottom: 30px; }
    .contactSection #map {
      margin-bottom: 25px; }
  .newsSection {
    padding: 0; }
    .newsSection .pageTitle {
      margin-bottom: 30px; }
    .newsSection .newsGrid .item .imgBlock {
      margin-bottom: 10px; }
    .newsSection .newsGrid .item .title {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 10px; }
    .newsSection .newsGrid .item .descrp {
      margin-bottom: 15px; }
  .newsInsideSection {
    padding: 25px 0; }
    .newsInsideSection .breadcrumb {
      margin-bottom: 30px; }
    .newsInsideSection .pageTitle {
      margin-bottom: 30px; }
    .newsInsideSection .contentBlock .dateSpan {
      margin-bottom: 10px; }
    .newsInsideSection .contentBlock .imgBlock {
      margin: 30px 0; }
      .newsInsideSection .contentBlock .imgBlock .imgDescrp {
        margin-top: 10px; }
  .catalogInsideSection {
    padding: 25px 0; }
    .catalogInsideSection .breadcrumb {
      margin-bottom: 30px; }
    .catalogInsideSection .pageTitle {
      margin-bottom: 30px; }
  .projectInsideSection {
    padding: 25px 0; }
    .projectInsideSection .breadcrumb, .projectInsideSection .pageTitle, .projectInsideSection .content, .projectInsideSection .projectInsideGrid {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .pageTitle {
    font-size: 22px; }
  .contactSection .contentBlock .imgBlock {
    display: none; }
  .contactSection .contentBlock .info {
    width: 100%;
    padding-left: 0;
    text-align: center; }
  .contactSection .contentBlock ul {
    padding: 0; }
    .contactSection .contentBlock ul:before {
      position: static;
      display: inline-block;
      margin-bottom: 5px; }
  .newsSection .newsGrid .item {
    width: 48%; }
  .questionBlock {
    padding: 0 20px; }
  .breadcrumb li {
    font-size: 13px; }
    .breadcrumb li.active {
      padding: 5px 15px 3px; }
  .breadcrumb a {
    padding: 5px 15px 3px; }
  .catalogInsideSection .catalogGrid .smallItem, .catalogInsideSection .catalogGrid .bigItem, .catalogInsideSection .catalogGrid .longItem {
    width: 50%; }
  .projectInsideSection .projectInsideGrid .smallItem, .projectInsideSection .projectInsideGrid .longItem, .projectInsideSection .projectInsideGrid .bigItem, .projectInsideSection .projectInsideGrid .heightItem {
    width: 49%; }
  .galleryModal .modal-content .modal-body .technic-slider .slick-arrow {
    width: 60px; } }

@media (max-width: 600px) {
  .catalogInsideSection .catalogGrid .bigItemScroll {
    padding: 15px 0 15px 15px; } }

@media (max-width: 479px) {
  .pageTitle:before {
    width: 250px; }
  .questionBlock .btnTitle {
    margin: 0;
    padding: 15px 40px; }
  .questionBlock .form-group {
    width: 100%;
    margin-right: 0; }
  .questionBlock .hiddenForm {
    font-size: 13px; }
  .newsSection .newsGrid .item {
    width: 100%;
    margin: 0 0 40px; }
  .newsInsideSection {
    padding: 0 0 25px; }
    .newsInsideSection .breadcrumb {
      display: none; }
  .catalogInsideSection {
    padding: 0 0 25px; }
    .catalogInsideSection .breadcrumb {
      display: none; }
    .catalogInsideSection .catalogGrid .smallItem, .catalogInsideSection .catalogGrid .bigItem, .catalogInsideSection .catalogGrid .longItem {
      width: 100%; }
  .projectInsideSection {
    padding: 0 0 25px; }
    .projectInsideSection .breadcrumb {
      display: none; }
    .projectInsideSection .projectInsideGrid .smallItem, .projectInsideSection .projectInsideGrid .longItem, .projectInsideSection .projectInsideGrid .bigItem, .projectInsideSection .projectInsideGrid .heightItem {
      width: 100%; } }

.dropzone {
  border: 1px dashed #c6c5cd;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
  min-height: 120px;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 101;
  margin-top: 20px; }
  .dropzone:hover .hover-content {
    opacity: 1; }
  .dropzone .dz-message {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
    .dropzone .dz-message:before {
      content: "";
      width: 25px;
      height: 20px;
      background: url(../images/paper-clips.png) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .dropzone .dz-preview .dz-success-mark svg,
  .dropzone .dz-preview .dz-error-mark svg {
    display: none; }
  .dropzone .dz-preview .dz-error-mark {
    left: 0;
    right: 0;
    top: 0;
    bottom: 24px;
    border: 1px solid #be2626;
    margin: 0;
    -webkit-animation: none;
            animation: none;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .dropzone .dz-preview .dz-error-message {
    top: auto;
    bottom: -webkit-calc(100% + 15px);
    bottom: calc(100% + 15px);
    background: #be2626;
    font-size: 11px; }
    .dropzone .dz-preview .dz-error-message:after {
      border-bottom: 0;
      border-top: 6px solid #be2626;
      top: auto;
      bottom: -6px; }
  .dropzone .dz-preview .dz-progress {
    display: none; }
  .dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 1px 0; }
    .dropzone .dz-preview .dz-details .dz-filename span {
      display: block;
      max-width: 100%;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 0;
      border: 0; }
    .dropzone .dz-preview .dz-details .dz-filename:hover {
      width: 100%;
      padding: 1px 0; }
      .dropzone .dz-preview .dz-details .dz-filename:hover span {
        background-color: transparent;
        border: 0;
        padding: 0; }
  .dropzone .dz-remove {
    text-decoration: none;
    color: #5c5c5e;
    margin-top: 5px;
    z-index: 10;
    position: relative; }
  .dropzone:hover {
    border: 1px dashed #2e3546; }
    .dropzone:hover .dz-message {
      color: #2e3546; }
  .dropzone .hover-content {
    position: absolute;
    top: -webkit-calc(100% + 12px);
    top: calc(100% + 12px);
    left: -1px;
    right: -1px;
    background-color: #c5c6d1;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 10px;
    z-index: 10;
    color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none; }
    .dropzone .hover-content p {
      margin: 0; }
    .dropzone .hover-content img {
      display: block;
      max-width: 15px;
      margin-right: 10px; }
    .dropzone .hover-content:before {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 6px solid #c5c6d1;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      top: -6px;
      left: 50px; }
      .message_send_ok {
        height: 175px;
      }
      .red {
        border: 1px red solid !important;
      }

      .green {
        border: 1px green solid !important;
      }
.d-none{
  display: none;
}