button: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;
}

.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: 180px;
    overflow: hidden; }
    .header .middleBlock .logo img {
      width: 70%; }
  .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 {
    padding: 0 20px 0 0;
    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 #114539;
        border-right: 1px solid #114539;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .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 #114539;
        -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: #114539;
  position: relative; }
  .header .bottomBlock:before {
    content: '';
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #114539;
    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: 14px;
      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: 14px;
          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: 14px;
        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; }
      .header .bottomBlock .productNav > li:hover > a {
        color: #114539;
        background-color: #e0e1e5; }
      .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: 12px;
    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: 14px;
      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 #114539;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        background-color: transparent;
        color: #114539;
        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: #9f8b44; }
    .orderCall .hiddenBlock .defaultButton {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      letter-spacing: 0.05px;
      background-color: #114539;
      border: 1px solid #114539;
      -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: #114539;
        background-color: #fff; }

.sectionOfBanner {
  background-color: #fff;
  padding-top: 47px; }
  .sectionOfBanner .lg-container {
    background-image: url("../images/bannerCarouselBg.png");
    background-position: -9% 50%;
    background-repeat: no-repeat;
    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;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .sectionOfBanner .bannerCarousel .item .hiddenBlock {
        display: none; }
  .sectionOfBanner .bannerTextBlock {
    position: absolute;
    top: 600px;
    -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: 625px;
    -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: 36px;
      color: #114539;
      margin-top: 0;
      margin-bottom: 26px; }
    .sectionOfBanner .bannerTextBlock .bannerLink {
      font-size: 14.53px;
      color: #114539;
      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: #114539;
        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: 5%;
    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: #114539; }
      .sectionOfBanner .slick-dots li button {
        width: 2px;
        height: 30px;
        padding: 0;
        margin: 0;
        border: none;
        background-color: #d9dbe5;
        font-size: 0px;
        color: transparent; }

.sectionOfDevelopment .lg-container {
  padding-top: 165px;
  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-image: url("../images/developBg1.png"), url("../images/developBg2.png");
  background-repeat: no-repeat;
  background-position: 100% 5%, 0% 50%; }

.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: 16px;
          font-weight: 400;
          color: #161719;
         background: #ffffffb3;
        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%; }

.sectionOfBrendsAssortment {
  padding-top: 135px; }
  .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;
    background-image: url("../images/assortBg1.png"), url("../images/assortBg2.png");
    background-repeat: no-repeat;
    background-position: 50% 10%, 100% 50%; }
  .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 .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; }
    .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: 14px;
      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: #9f8b44;
          color: #9f8b44; }
      .sectionOfBrendsAssortment .infosBlock .slick-dots button {
        display: inline-block;
        width: 100%;
        line-height: 58px;
        border: 1px solid #ddd;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        text-align: center;
        font-weight: 300;
        font-size: 19px;
        color: #000;
        background-color: transparent;
        padding: 0; }
    .sectionOfBrendsAssortment .infosBlock .seeMore {
      display: inline-block;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 300;
      color: #464646;
      margin-top: 25px; }
      .sectionOfBrendsAssortment .infosBlock .seeMore:hover {
        color: #9f8b44; }

.sectionOfAboutUs .lg-container {
  padding: 140px 0 170px;
  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;
  overflow: hidden;
  background-image: url("../images/aboutBg1.png"), url("../images/aboutBg2.png"), url("../images/aboutBg3.png"), url("../images/newsBg2.png");
  background-repeat: no-repeat;
  background-position: 40% 25%, -3% -10%, -15% 60%, 110% 100%; }

.sectionOfAboutUs .bannerBlock {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 48.875%;
  height: 480px; }

.sectionOfAboutUs .infoBlock {
  width: 36.875%;
  height: 480px;
  overflow: hidden;
  padding-right: 70px;
  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; }
  .sectionOfAboutUs .infoBlock .title {
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 30px; }
  .sectionOfAboutUs .infoBlock .textBlock {
    font-size: 14px;
    color: #5a5d66;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 35px;
    overflow: hidden; }
    .sectionOfAboutUs .infoBlock .textBlock > * {
      line-height: 19px;
      margin-bottom: 20px; }
      .sectionOfAboutUs .infoBlock .textBlock > *:last-child {
        margin-bottom: 0; }
    .sectionOfAboutUs .infoBlock .textBlock ul {
      padding-left: 20px; }
    .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: 14px;
    font-weight: 300;
    color: #464646;
    margin-top: 20px; }
    .sectionOfAboutUs .infoBlock .seeMore:hover {
      color: #9f8b44; }

.sectionOfNews {
  position: relative;
  padding: 25px 0 50px;
  background-image: url("../images/newsBg1.png");
  background-repeat: no-repeat;
  background-position: 65% 5%; }
  .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: #114539; }
  .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 30px;
    padding-left: 25.8%; }
  .sectionOfNews .newsSlider {
    width: 88.5%;
    margin: 0 auto;
    padding: 15px 100px;
    background-color: #fff; }
    .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 #114539;
              box-shadow: inset 0px 0px 25px #114539; }
    .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'; }

#magic {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2; }
  #magic .block1 {
    position: absolute !important;
    top: 32% !important;
    left: -5% !important;
    margin: 0 auto; }
  #magic .block2 {
    position: absolute !important;
    top: 35% !important;
    left: -4% !important;
    margin: 0 auto; }
  #magic .block3 {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: -4%;
    bottom: 33%;
    margin: 0 auto; }
  #magic .block4 {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 6%;
    bottom: 32%;
    margin: 0 auto; }
  #magic .block5 {
    position: absolute !important;
    top: auto !important;
    left: -12% !important;
    right: 0;
    bottom: 14.5%;
    margin: 0 auto; }
  #magic .block6 {
    position: absolute !important;
    top: auto !important;
    left: 0 !important;
    right: 0;
    bottom: 12%;
    margin: 0 auto; }
  #magic .block7 {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: -3%;
    bottom: 3%; }

.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; }
  .informationSection .contentBlock {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #4a4d54;
    font-size: 14px;
    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; }

.catalogSection {
  text-align: center;
  padding: 27px 0 150px;
  background-image: url("../images/assortBg2.png");
  background-repeat: no-repeat;
  background-position: 110% 100%; }
  .catalogSection .contentBlock {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #4a4d54;
    font-size: 14px;
    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: 14px;
        line-height: 19px;
        color: #464646; }
      .catalogSection .catalogAssort .leftBlock p:last-child {
        margin-bottom: 0; }
      .catalogSection .catalogAssort .leftBlock .catalogAssortSlider {
        width: 112%;
        height: 550px;}
        .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: #114539;
      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: #9f8b44;
            color: #9f8b44; }
        .catalogSection .catalogAssort .rightBlock .slick-dots button {
    display: inline-block;
    width: 289px;
    line-height: 58px;
    margin-bottom: auto;
    /* padding-bottom: 15px; */
    line-height: 1.5;
    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: 15px;
}
    .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 .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: #114539;
    border: 1px solid #114539;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #e8e9ec;
    font-size: 14px;
    padding: 8px 65px; }
    .questionBlock .submitBtn:hover {
      background-color: #e8e9ec;
      color: #114539; }

.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: #114539; }
  .breadcrumb a {
    color: #114539;
    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; }

.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: 14px;
      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 .imgBlock {
      width: 50%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      float: left; }
.contactSection .contentBlock .info {
    padding-left: 50px;
}

.contactSection .contentBlock iframe {
    display: block;
    width: 100% !important;
    height: 380px !important;
}
    .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: 14px;
      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: 14px;
        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: 14px;
    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%;
      overflow: hidden;
      text-align: center;
      margin: 60px 0; }
      .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;
    border-bottom: 1px solid #e6e6e6;
    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: 14px;
      color: #fff;
      letter-spacing: 0.05px;
      background-color: #114539;
      border: 1px solid #114539;
      -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: #114539;
      margin-top: 15px;
      font-weight: 400; }
      .cooperationSection .lastProject .seeMore:hover {
        color: #9f8b44; }

.projectItem {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  text-align: center; }
  .projectItem:nth-of-type(3n) {
    margin-right: 0; }
  .projectItem .sliderBlock {
    width: 100%; }
  .projectItem .item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .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: 65px 30px 45px;
    margin-top: 3px; }
    .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; }
      .projectItem .projectContent .projectName:hover {
        opacity: .5; }

.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 .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: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 .nav-tabs {
    border-bottom: 1px solid #c5c6c7; }
    .worksprojectsSection .nav-tabs > li {
      margin-bottom: 0;
      margin-right: 45px; }
      .worksprojectsSection .nav-tabs > li > a {
        margin: 0;
        border: none;
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 16px;
        color: #363636;
        position: relative;
        padding: 6px 0; }
        .worksprojectsSection .nav-tabs > li > a:hover {
          background-color: transparent;
          color: #4a5d94; }
      .worksprojectsSection .nav-tabs > li.active > a {
        font-weight: 600;
        color: #4a5d94; }
        .worksprojectsSection .nav-tabs > li.active > a:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 1px;
          background-color: #4a5d94; }
        .worksprojectsSection .nav-tabs > li.active > a:hover, .worksprojectsSection .nav-tabs > li.active > a:focus {
          border: none; }
  .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 .filterBlock {
      width: 100%;
      margin-bottom: 20px; }
    .worksprojectsSection .tab-content .filterDescrp {
      font-size: 14px;
      font-weight: 600;
      color: #333743;
      margin-right: 25px; }
    .worksprojectsSection .tab-content .checkboxGroup {
      font-weight: 400;
      font-size: 14px;
      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;
  background-image: url("../images/newsBg2.png"), url("../images/assortBg2.png"), url("../images/assortBg2.png"), url("../images/aboutInsideBg1.png"), url("../images/aboutInsideBg2.png"), url("../images/aboutInsideBg3.png");
  background-repeat: no-repeat;
  background-position: 127.5% -5%, -17% 17%, 120% 35%, -3% 54%, 40% 74%, 105% 98%; }
  .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: #114539; }
      .aboutUsSection .aboutStudio a:hover {
        opacity: .5; }
    .aboutUsSection .aboutStudio p {
      font-size: 14px;
      line-height: 19px;
      color: #5a5d66;
      margin-bottom: 20px; }
      .aboutUsSection .aboutStudio p:last-child {
        margin-bottom: 0; }
  .aboutUsSection .teamBlock {
    width: 100%; }
    .aboutUsSection .teamBlock .title {
      text-align: center;
      font-family: 'Georgia', sans-serif;
      font-style: italic;
      font-size: 25px;
      color: #252525;
      margin-top: 0;
      margin-bottom: 50px; }
  .aboutUsSection .teamSlider {
    width: 100%;
    margin-bottom: 70px; }
    .aboutUsSection .teamSlider .item {
      margin: 0 15px; }
      .aboutUsSection .teamSlider .item .imgBlock {
        width: 100%;
		height: 300px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-bottom: 15px; }
      .aboutUsSection .teamSlider .item:focus {
        outline: none; }
      .aboutUsSection .teamSlider .item .memberName {
        margin-bottom: 0;
        position: relative;
        font-size: 16px;
        line-height: 20px;
        color: #8a8a8a; }
        .aboutUsSection .teamSlider .item .memberName:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 6px;
          height: 1px;
          background-color: #8a8a8a;
          z-index: -1; }
        .aboutUsSection .teamSlider .item .memberName span {
          background-color: #fff;
          padding-right: 20px; }
    .aboutUsSection .teamSlider .slick-arrow {
      border: none;
      background-color: transparent;
      padding: 0;
      position: absolute;
      top: 40%;
      font-size: 0px;
      color: transparent;
      padding: 0 10px; }
      .aboutUsSection .teamSlider .slick-arrow:before {
        font-family: FontAwesome;
        font-size: 30px;
        color: #685e68;
        line-height: 1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .aboutUsSection .teamSlider .slick-arrow:hover:before {
        opacity: .5; }
      .aboutUsSection .teamSlider .slick-arrow.slick-prev {
        left: -60px; }
        .aboutUsSection .teamSlider .slick-arrow.slick-prev:before {
          content: '\f104'; }
      .aboutUsSection .teamSlider .slick-arrow.slick-next {
        right: -60px; }
        .aboutUsSection .teamSlider .slick-arrow.slick-next:before {
          content: '\f105'; }
  .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: 14px;
      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: 14px;
      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: 14px;
        font-weight: 300;
        color: #5d5d6a;
        margin-top: 20px;
        font-weight: 400; }
        .fasteningWaysSection .infoBlock .rightBlock .seeMore:hover {
          color: #9f8b44; }
  .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: #114539bf; }
  .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: #114539bf;
        -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: #114539;
  text-align: center;
  padding: 22px 0 17px; }
  .footer .info {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: 300; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      opacity: .5; }

.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; }

.catalogCurtainsSection {
  overflow: hidden;
  background-image: url(../images/bannerCarouselBg.png), url(../images/fasteningBg1.png);
  background-repeat: no-repeat;
  background-position: -5% 10%, right -2% top 40%, left -15% bottom 5%; }

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

.header .bottomBlock .productNav {
  margin-right: -15px; }

.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 .searchBlockWrap {
  position: relative;
  float: right;
  height: 45px;
  width: 30px;
  margin-right: -10px; }

.header .middleBlock .search-block {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px; }

.header .middleBlock .searchbox {
  position: relative;
  min-width: 30px;
  width: 0;
  height: 45px;
  float: right;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }
  .header .middleBlock .searchbox .fa-search {
    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 20px; }

.header .middleBlock .searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0px 40px 0px 10px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  padding-bottom: 2px; }

.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; }

.header .middleBlock .mainNav {
  padding-right: 40px; }

.header .bottomBlock .productNav {
  margin-right: -25px; }

.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 .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; }
  .gridWrap .downloadMore {
    text-align: center;
    position: relative;
    padding: 47px 0;
    margin: 0 0 40px; }
    .gridWrap .downloadMore:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      right: 0;
      background-color: #f3f4f9;
      width: 100vw; }
    .gridWrap .downloadMore button {
      position: relative;
      z-index: 1;
      text-decoration: underline;
      border: 0;
      outline: 0;
      color: #8a8589;
      background-color: transparent;
      font-family: Georgia;
      font-style: italic; }
      .gridWrap .downloadMore button:hover {
        text-decoration: none; }

.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;
	  border: 1px solid #e7e7e7;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    cursor: pointer; }

.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: #114539;
    font-weight: 600; }
  .notfound-404 .sub-text {
    font-size: 36px;
    margin: 0 0 30px; }
  .notfound-404 .defaultButton {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05px;
    background-color: #114539;
    border: 1px solid #114539;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    margin: 20px auto 0; }
    .notfound-404 .defaultButton:hover {
      color: #114539;
      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: #114539; }
  .success-message p {
    font-size: 18px; }
  .success-message .defaultButton {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05px;
    background-color: #114539;
    border: 1px solid #114539;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 10px 40px;
    text-align: center;
    margin: 20px auto 0; }
    .success-message .defaultButton:hover {
      color: #114539;
      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; }
.header .bottomBlock .productNav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(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: #fff;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}}

@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: #114539;
  border: 1px solid #114539;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #e8e9ec;
  font-size: 14px;
  padding: 8px 65px; }
  .cooperation-page .submitBtn:hover {
    background-color: #e8e9ec;
    color: #114539; }

.cooperation-page .questionnaireModalContent {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #e8e9ec; }
  .cooperation-page .questionnaireModalContent .modal-close {
    background-color: #114539; }
  .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: #114539;
      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) {
	.header .middleBlock .logo {
    width: 80px;
    display: inline-block;
}
	img {
    border: 0;
    margin: 0px;
}
  .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: 14px;
      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: 1536px) {
  .sectionOfNews .newsSlider {
    width: 95%;
    z-index: 10; }
  .sectionOfNews .newsSlider .slick-arrow {
    z-index: 10; }
  .sectionOfBanner .bannerCarousel .item {
    height: 520px; }
  .sectionOfBanner .lg-container {
    height: 520px; } }

@media (max-width: 1440px) {
  .sectionOfBanner .bannerCarousel .item {
    height: 500px; }
  .sectionOfBanner .lg-container {
    height: 500px; }
  .sectionOfBanner .bannerTextBlock {
    padding: 25px 30px; }
  .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; } }

@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: 450px; }
  .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; }
  .sectionOfBrendsAssortment .lg-container {
    background-image: url(../images/assortBg1.png);
    background-position: 100% 7%; }
  .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: 10px; } }

@media (max-width: 1199px) {
  .header .middleBlock .mainNav li a {
    padding: 44px 15px 39px; }
  .header .bottomBlock .productNav > li > a {
    font-size: 14px;
    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: 420px; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 24px; }
  .sectionOfDevelopment .infosBlock .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .sectionOfDevelopment .infosBlock .developUl li a {
    font-size: 14px; }
  #magic .block1,
  #magic .block2,
  #magic .block3,
  #magic .block4,
  #magic .block5,
  #magic .block6 {
    display: none !important; }
  .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; }
  .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; }
  .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 {
      width: 100px;
      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: 80px;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    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 {
    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%; }
  .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; }
  .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; }
  #magic .block7 {
    display: none !important; }
  .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 {
    background-image: url(../images/newsBg2.png), url(../images/assortBg2.png), url(../images/aboutInsideBg1.png), url(../images/aboutInsideBg2.png), url(../images/aboutInsideBg3.png);
    background-repeat: no-repeat;
    background-position: 127.5% -5%, 120% 35%, -3% 54%, 40% 74%, 105% 98%; }
  .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 .lg-container {
    background-image: url(../images/developBg2.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 80px; }
  .sectionOfBanner .bannerTextBlock {
    top: 528px;
}
  .sectionOfBanner .slick-dots {
    top: 0;
    bottom: auto; } }

@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; }
  .sectionOfBanner .bannerCarousel .item {
    height: 320px;
    margin: 0; }
  .sectionOfBanner .bannerTextBlock .bannerTitle {
    font-size: 18px; }
	  .sectionOfBanner .bannerTextBlock {
    top: 508px;
}
  .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 50px; }
  .sectionOfAboutUs .infoBlock {
    width: 100%;
    padding: 15px;
    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;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    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%;
	height: 500px;}
  .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 {
    padding: 70px 0 0;
    margin-top: 70px; }
  .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; } }

@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: 10px 15px; }
  .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: 14px; }
  .sectionOfNews .newsSlider .date {
    font-size: 14px; }
  .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 .col-md-3 {
    width: 100%; }
  .curtainsGrid .curtainsItem {
    height: 300px; }
  .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; } }

@media (max-width: 480px) {
  .curtainsGrid .curtainsItem {
    height: 250px; }
  .sectionOfBanner .bannerCarousel .item {
    height: 280px; }
  .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; } }

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

@media (min-width: 1920px) {
  .lg-container {
    width: 1900px;
    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: 14px; } }

@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: 14px; }
  .contactSection {
    padding: 0px 0 25px; }
    .contactSection .contentBlock {
      margin-bottom: 25px; }
      .contactSection .contentBlock .info {
        padding-left: 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; }
.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: 14px; }
    .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 {
    font-size: 16px; }
  .questionBlock .form-group {
    width: 100%;
    margin-right: 0; }
  .questionBlock .hiddenForm {
    font-size: 14px; }
  .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%; } }
      .red{
        border-bottom: 1px solid red !important;
      }