textarea {
  resize: none; }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../css/fonts/Rubik-Bold.eot");
  src: url("../css/fakro/fonts/Rubik-Bold.woff2") format("woff2"), url("../../css/fakro/fonts/Rubik-Bold.woff") format("woff"), url("../../css/fakro/fonts/Rubik-Bold.ttf") format("truetype"), url("../../css/fakro/fonts/Rubik-Bold.svg#Rubik-Bold") format("svg"), url("../../css/fakro/fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik-Light';
  src: url("../css/fakro/fonts/Rubik-Light.eot");
  src: url("../css/fakro/fonts/Rubik-Light.woff2") format("woff2"), url("../../css/fakro/fonts/Rubik-Light.woff") format("woff"), url("../../css/fakro/fonts/Rubik-Light.ttf") format("truetype"), url("../css/fakro/fonts/Rubik-Light.svg#Rubik-Light") format("svg"), url("../css/fakro/fonts/Rubik-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik-Regular';
  src: url("../css/fakro/fonts/Rubik-Regular.eot");
  src: url("../css/fakro/fonts/Rubik-Regular.woff2") format("woff2"), url("../css/fakro/fonts/Rubik-Regular.woff") format("woff"), url("../css/fakro/fonts/Rubik-Regular.ttf") format("truetype"), url("../css/fakro/fonts/Rubik-Regular.svg#Rubik-Light") format("svg"), url("../css/fakro/fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Rubik-Light";
  min-width: 320px; }

html, body {
  height: 100%; }

.page {
  min-height: 100%;
  padding-bottom: 65px;
  position: relative; }
  .page--mod {
    padding-bottom: 0px; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

b {
  font-weight: normal;
  font-family: "Rubik-Bold"; }

#mobile-indicator {
  display: none; }
  @media all and (max-width: 668px) {
    #mobile-indicator {
      display: block; } }

#medium-indicator {
  display: none; }
  @media all and (max-width: 960px) {
    #medium-indicator {
      display: block; } }

.n-ready {
  margin-right: 20px; }
  @media all and (max-width: 668px) {
    .n-ready {
      margin-right: 0; } }

.n-oks {
  background: #fff; }

.n-container {
  max-width: 1000px;
  margin: 0px auto;
  position: relative; }
  .n-container--mod {
    overflow: hidden;
    padding: 0px 5px;
    padding-top: 25px; }
  .n-container--mod2 {
    overflow-x: visible; }

.n-head {
  height: 460px;
  min-height: 150px; }
  .n-head__wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .n-slider__arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
    background: #dedede;
  }

  .n-head__slider-pagination {
    bottom: 30px;
    width: 100%;
    text-align: center;
  }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #50AC25;
  opacity: 1;
}

.n-slider__arrow:hover {
  opacity: 0.7;
}

  .n-slider__arrow--left {
    left: -35px;
  }

.n-slider__arrow--right {
  right: -35px;
}

.n-slider__arrow span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 27px;
  right: 7px;
}

.n-slider__arrow--right span {
  transform: rotate(180deg);
  left: 7px;
  top: 14px;
}

.n-slider__arrow span:after, .n-slider__arrow span:before {
  display: block;
  content: '';
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #626262;
  transform: rotate(-45deg);
  top: 0;
}

.n-slider__arrow span:before {
  transform: rotate(45deg);
  bottom: 0;
}


  .n-head__item {
    display: table;
    height: 101%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .n-head__container {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .n-head__container .n-container {
      position: static; }
  .n-head__header {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
    .n-head__header--mod {
      font-size: 26px; }
  .n-head--mod {
    height: 300px; }
    .n-head--mod .n-head__container {
      vertical-align: top; }
    .n-head--mod .n-head__header {
      padding-top: 15px; }
  .n-head__text {
    color: #fff;
    width: 50%; 
    padding: 0px 20px;}
    @media all and (max-width: 668px) {
      .n-head__text {
        padding: 0px 20px;
        width: auto; } }
  .n-head__back {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    background: url(../images/fakro/left_w.svg);
    background-size: contain;
    z-index: 3;
  }

.n-head__home {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../images/fakro/home.svg);
  background-size: contain;
  z-index: 3;
}

.n-btn-container {
  text-align: center;
  position: relative; }
  .n-btn-container--mod {
    padding-top: 40px;
  }

  .n-btn-container--mod2 {
    padding-top: 0;
    margin-top: 20px !important;
  }

.n-btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 25px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out; }
  .n-btn:hover {
    opacity: 0.7; }
  .n-btn--color1 {
    color: #fff; }

.n-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.n-toggler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 5; }

.n-check {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .n-check span, .n-check p {
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 20px; }
    .n-check span i, .n-check p i {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #999999;
      position: absolute;
      left: 2px;
      top: 2px; }
  .n-check b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #BCBCBC;
    z-index: 1;
    border-radius: 20px; }
  .n-check input[type=checkbox], .n-check input[type=radio] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .n-check input[type=checkbox]:checked + i, .n-check input[type=radio]:checked + i {
      left: 53%;
      background: #50AC25; }
    .n-check input[type=checkbox]:checked + i + b, .n-check input[type=radio]:checked + i + b {
      border: 1px solid #50AC25; }

.n-togg i {
  background: #50AC25 !important; }

.n-togg b {
  border: 1px solid #50AC25; }

.n-togg.active i {
  background: #BCBCBC !important;
  left: 50%; }

.n-togg.active b {
  border: 1px solid #BCBCBC; }

.n-x3 {
  font-size: 0; }
  @media all and (max-width: 668px) {
    .n-x3 {
      text-align: center; } }
  .n-x3__item {
    text-align: center;
    width: 33.3333%;
    display: inline-block;
    position: relative;
    vertical-align: top; }
    @media all and (max-width: 668px) {
      .n-x3__item span {
        font-size: 11px; } }

.n-header {
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.n-header--mod {
  padding-bottom: 30px;
}

.n-header--mod2 {
  padding-top: 25px;
}
  .n-header p {
    padding: 10px 0px;
    text-transform: none; }
    .n-header p b {
      color: #50AC25;
      font-family: "Rubik-Light"; }

.n-info {
  padding: 60px 30px 30px 30px; }
  @media all and (max-width: 668px) {
    .n-info {
      padding: 60px 10px 30px 10px; } }
  .n-info .n-header {
    padding: 10px; }

.n-items-container {
  min-height: 500px;
  text-align: center;
  padding: 20px 0px; }

.n-items-cont {
  min-height: 500px;
  text-align: center;
  padding: 10px 0px; }

.n-steps {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  max-width: 1000px; }
  .n-steps:after {
    display: block;
    content: '';
    height: 1px;
    width: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #BCBCBC; }

@media all and (max-width: 319px) {
  .n-steps:after {
    display: none;
  }
}


.n-step {
  width: 20%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2; }

@media all and (max-width: 319px) {
  .n-step {
    display: block;
    float: left;
  }
}
  .n-step p {
    font-size: 14px;
    background: #c5c5c5;
    padding: 5px 15px;
    border-radius: 15px;
    display: inline-block;
    min-width: 80px;
    color: #fff; }
    @media all and (max-width: 960px) {
      .n-step p {
        min-width: 30px;
        padding: 5px 10px; } }
    .n-step p i {
      display: none; }

.n-step.active p {
  background: #fff;
  color: #50AC25;
  text-transform: uppercase; }

.n-step.last p {
  background: #50AC25;
  color: #fff; }

.n-progress {
  width: 200px;
  background: #50AC25;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1000px;
  z-index: 1; }

.n-windows {
  text-align: center; }
  .n-windows .swiper-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media all and (max-width: 668px) {
      .n-windows .swiper-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.n-slider {
  padding: 20px 0px;
  min-height: 300px;
  text-align: center;
  //overflow-x: scroll;
}

.n-slider--mod {
  min-height: auto;
}
  .n-slider .swiper-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; }
  .n-slider--mod {
    min-height: 0px; }
  .n-slider--mod2 {
    min-height: 0px;
    padding: 20px 0px;
    margin-bottom: 0px; }

.n-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }

.n-item {
  border: 1px solid #BCBCBC;
  display: inline-block;
  text-align: center;
  width: 200px;
  position: relative;
  vertical-align: top; }
  .n-item:hover .n-item__btn {
    opacity: 0.8; }
  .n-item__pic {
    position: relative;
    overflow: hidden;
  }
    .n-item__pic img {
      display: block;
      width: 100%;
    }
    .n-item__pic .pic-hide {
      display: none; }
  .n-item__header {
    padding: 10px 3px;
    position: relative; }
  .n-item__info {
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }

  .n-item__info--mod {

  }
    .n-item__info:hover:after {
      width: 90% !important;
      height: 90% !important;
    }
    .n-item__info:after {
      display: block;
      content: '';
      width: 60%;
      height: 60%;
      border: 1px solid #50AC25;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border-radius: 50%;
      opacity: 1;
      transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out; }
    .n-item__info span {
      display: block;
      text-align: center;
      background: #50AC25;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 2; }
      .n-item__info span i {
        display: block;
        padding-top: 5px;
        font-style: normal;
        color: #fff; }
    .n-item__info:hover:after {
      opacity: 1; }

.n-item__info--mod:after {
  display: none !important;
}

.n-item__info--mod span {
  background: none;
  //border: 1px solid #d1d1d1;
}

.n-item__info--mod span:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/fakro/i.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-top: 5px;
}

.n-item__info--mod span i {
  color: #d1d1d1;
  display: none;
}
.n-item--mod {
    border: 0;
    min-width: 200px; }
    .n-item--mod .n-item__header {
      color: #BCBCBC; }
  .n-item--mod4 {
    border: 0; }
    .n-item--mod4 .n-item__header {
      color: #BCBCBC; }
  .n-item__btn {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 20px;
    color: #50AC25;
    border: 1px solid #50AC25;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out; }
    .n-item__btn--mod {
      border: none;
    }
.n-item__btn--mod2 {
  padding: 3px 8px;
}

.n-pop-subinside .n-item__btn span {
  width: auto;
}

.n-pop-subinside .n-pop__block {
  text-align: center;
}

.n-pop-subinside .n-pop-up__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.n-val-container {
  border-radius: 20px;
  margin-bottom: 0px;
}

.n-item__btn--mod2 span {
  font-size: 14px;
}
  .n-item--mod2 {
    margin: 10px 15px;
    width: 200px; }
  .n-item--mod3 {
    text-align: center;
    cursor: pointer;
    min-width: 0;
    width: 140px; }
    .n-item--mod3:hover .n-item__block {
      background: #50AC25; }
      .n-item--mod3:hover .n-item__block span {
        color: #fff; }
  .n-item--mod5 {
    vertical-align: top; }
  .n-item--mod6 {
    width: auto !important;
    display: inline-block;
    vertical-align: bottom;
    border: 0 !important;
  }
  .n-item__size {
    padding-bottom: 10px; }
  .n-item__block {
    border: 1px solid #50AC25;
    display: inline-block; }
    .n-item__block span {
      display: block;
      padding-top: 15px; }
.n-slider-center .swiper-wrapper{
  align-items: flex-end;
}
.n-wrap {
  padding: 10px 0px; }

.n-question {
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
  text-align: left;
}
  .n-question:hover {
    background: #f6f6f6; }
  .n-question__container {
    padding: 20px 10px;
    position: relative; }
    .n-question__container:after {
      display: block;
      clear: both;
      content: ''; }
  .n-question__l {
    float: left;
    width: 150px; }
    @media all and (max-width: 668px) {
      .n-question__l {
        width: 90px; } }
  .n-question__pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover; }
    @media all and (max-width: 668px) {
      .n-question__pic {
        width: 80px;
        height: 80px; } }
  .n-question__head {
    padding: 25px 0px;
    margin-bottom: 10px; }
  .n-question__text {
    padding: 5px 0px;
    display: none; }
  .n-question__r {
    margin-left: 150px;
    padding-top: 40px;
    padding-right: 50px; }
    @media all and (max-width: 668px) {
      .n-question__r {
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 25px; } }
  .n-question__arrow {
    width: 15px;
    height: 15px;
    background: url(../images/fakro/right_g.svg);
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    cursor: pointer; }
  .n-question__list li {
    margin-bottom: 10px;
    overflow: hidden; }
  .n-question__list img {
    width: 70px;
    vertical-align: middle;
    float: left; }
    @media all and (max-width: 668px) {
      .n-question__list img {
        width: 70px;
        margin-right: 10px;
        margin-top: 10px;
        margin-left: 6px;
      }

      .n-question__list {
        clear: both;
        padding-top: 10px;
      }
    }
  .n-question__list p:nth-child(2) {
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 70px;
    font-size: 15px; }
    @media all and (max-width: 668px) {
      .n-question__list p {
        margin-left: 0px;
        padding-left: 0; } }
    .n-question__list p span {
      display: block;
      margin-bottom: 5px;
      font-size: 18px; }

.n-question.active .n-question__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#n-slider .n-item {
  margin: 0px;
  display: block; }

#n-slider .n-item {
  margin: 0px;
  display: block; }

#n-slider .n-slider__wrapper {
  /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;*/ }

#n-slider .n-item.swiper-slide.swiper-slide-next + .swiper-slide {
  border: 1px solid #50AC25; }
  #n-slider .n-item.swiper-slide.swiper-slide-next + .swiper-slide .n-item__header {
    color: #50AC25; }
  @media all and (max-width: 960px) {
    #n-slider .n-item.swiper-slide.swiper-slide-next + .swiper-slide {
      border: 1px solid #BCBCBC;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #n-slider .n-item.swiper-slide.swiper-slide-next + .swiper-slide .n-item__header {
        color: #000; } }

@media all and (max-width: 960px) {
  #n-slider .n-item.swiper-slide.swiper-slide-active {
    border: 1px solid #50AC25; }
    #n-slider .n-item.swiper-slide.swiper-slide-active .n-item__header {
      color: #50AC25; } }

.n-subcontent {
  background: #d1d1d1; }
  .n-subcontent__content {
    padding: 0px 0px;
    display: none; }
    .n-subcontent__content.active {
      display: block; }
    .n-subcontent__content .n-item--mod .n-item__header {
      color: #fff; }

.n-tabs ul {
  display: table;
  width: 100%; }

.n-tabs__item {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 15px;
  padding-top: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff; }
  @media all and (max-width: 668px) {
    .n-tabs__item {
      padding: 25px 5px;
      font-size: 14px;
      padding-top: 60px; } }
  .n-tabs__item.active {
    background: #d1d1d1;
    color: #868686;
    opacity: 1; }
    .n-tabs__item.active:first-child:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 300%;
      background: #d1d1d1;
      left: -300%; }
    .n-tabs__item.active:last-child:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 300%;
      background: #d1d1d1;
      right: -300%; }

.n-ready, .n-back {
  cursor: pointer; }

.n-ready {
  background: #fff; }

.n-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out; }
  .n-back span {
    display: inline-block;
    background: url(../images/fakro/left_g.svg);
    background-size: contain;
    position: relative;
    top: 10px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.n-back.active {
  opacity: 1;
  visibility: visible; }

#n-move {
  position: relative;
  left: 0;
  top: 0;
  z-index: 5; }

#n-move.position {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100; }

#n-move.transition {
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out; }

#n-move.active {
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%); }

.n-main-wrap {
  position: relative;
  overflow: hidden; }
  .n-main-wrap--mod {
    overflow: visible; }
  .n-main-wrap--mod2 {
    min-height: 540px; }

.dark {
  background: #BCBCBC; }

.light-dark {
  background: #d1d1d1; }

.n-w {
  color: #50AC25;
  display: none; }

.n-x2 {
  padding-bottom: 10px;
  display: none;
  margin-top: -20px;
}
  .n-x2:after {
    display: block;
    content: '';
    clear: both; }
  .n-x2__l {
    float: left;
    width: 50%;
    padding: 0px 40px; }
    @media all and (max-width: 668px) {
      .n-x2__l {
        width: auto;
        float: none;
        padding: 0px 0px;
        margin-bottom: 20px; } }
  .n-x2__r {
    float: left;
    width: 50%;
    padding: 0px 40px; }
    @media all and (max-width: 668px) {
      .n-x2__r {
        width: auto;
        float: none;
        padding: 0px 0px; } }
  .n-x2__pic {
    float: left; }
  .n-x2__text {
    padding-left: 30px;
    padding-top: 5px; }

.n-calc {
  text-align: center;
  background: #e9e9e5;
  padding: 10px 0px;
  display: none; }
  .n-calc__header {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0px; }
  .n-calc__block {
    padding: 20px 0px; }

.n-size, .n-area {
  font-size: 18px;
  color: #50AC25; }

.n-calc-val {
  background: none;
  border-bottom: 1px solid #BCBCBC;
  padding: 0px 10px;
  width: 100px; }

.n-footer {
  text-align: center;
  opacity: 0.6;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .n-footer--mod {
    opacity: 1;
    padding: 0; }

.n-count {
  padding: 10px 0px;
  text-align: center;
  display: none; }
  .n-count__text {
    display: inline-block; }
  .n-count__val {
    display: inline-block;
    width: 70px;
  }
    .n-count__val select {
      width: 100%; }
  .n-count .n-btn {
    border: 1px solid #50AC25;
    margin-top: 30px; }

.n-window.active .n-item__block {
  background: #50AC25; }
  .n-window.active .n-item__block span {
    color: #fff; }

#n-windows-button {
  width: 100%; }

.ui-button .ui-icon {
  background-image: url("../images/fakro/triangle.svg");
  background-position: center; }

.ui-button:focus .ui-icon {
  background-image: url("../images/fakro/triangle.svg");
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.ui-button:hover .ui-icon {
  background-image: url("../images/fakro/triangle.svg");
  background-position: center; }

.n-line {
  background: #50AC25;
  padding: 15px 10px;
  padding-bottom: 16px !important;
}
  .n-line .n-head__header {
    margin-bottom: 0; }

.n-order__header {
  text-align: center;
  padding: 20px 0px; }

.n-table thead tr {
  height: 50px; }
  .n-table thead tr span {
    font-size: 18px; }
    @media all and (max-width: 960px) {
      .n-table thead tr span {
        font-size: 12px; } }

.n-table tbody .n-first > td:first-child {
  text-transform: uppercase;
  color: #50AC25; }

.n-table tbody table td {
  padding: 0; }

@media all and (max-width: 960px) {
  .n-table tbody table tr {
    border: none;
    border-bottom: 1px solid #d1d1d1; } }

.n-table td {
  padding: 0px 5px; }

@media all and (max-width: 560px) {
  .n-table td:first-child {
    width: 15%;
  }
}

  @media all and (max-width: 960px) {


    .n-table td {
      font-size: 12px;
      padding: 10px 0px;
      text-align: center; }
      .n-table td .n-togg {
        margin-top: 5px; } }

@media all and (max-width: 960px) {
  .n-table tr {
    border: 1px solid #d1d1d1; } }

.n-table__header {
  color: #50AC25; }
  .n-table__header td {
    font-size: 16px; }

@media all and (max-width: 960px) {
  .n-desc {
    display: none; } }

.n-mob {
  display: none; }
  @media all and (max-width: 960px) {
    .n-mob {
      display: table-row; } }

.n-first.unactive {
  opacity: 0.5; }

.hidden {
  display: none; }

.n-pop-up, .n-pop {
  width: 520px;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  position: fixed;
  margin: auto;
  display: none;
  z-index: 999;
  overflow-y: auto;
  padding: 0px 10px;
}

.n-pop-sub {
  max-width: 520px;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  position: fixed;
  margin: auto;
  display: none;
  z-index: 999;
  overflow-y: auto;
}

.n-pop-subinside {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  padding: 0px 15px;
  padding-bottom: 20px;
  margin-top: 50px;
}


.n-pop-sub .n-pop-up__inside {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.n-pop__block {
  display: inline-block;
  margin: 10px 10px 0px 0px;
}

.n-check__name {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

.n-check__pic {
  display: block;
}

  @media all and (max-width: 568px) {
    .n-pop-up, .n-pop {
      width: 100% ;
      padding: 0;
    }
  }
  .n-pop-up__outside {
    display: table;
    height: 100%;
    margin: 0px auto; }
  .n-pop-up__wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .n-pop-up__inside {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    }
  .n-pop-up__header {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    text-transform: uppercase;
  }
  .n-pop-up__close {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
  }
    .n-pop-up__close:after {
      display: block;
      content: '';
      width: 50%;
      height: 1px;
      background: #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .n-pop-up__close:before {
      display: block;
      content: '';
      width: 50%;
      height: 1px;
      background: #000;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .n-pop-up--mod {
    width: 500px; }
    @media all and (max-width: 668px) {
      .n-pop-up--mod {
        width: auto; } }
    .n-pop-up--mod .n-pop-up__inside {
      padding: 20px 40px 20px 40px; }
      @media all and (max-width: 668px) {
        .n-pop-up--mod .n-pop-up__inside {
          padding: 20px 10px 20px 10px; } }
      .n-pop-up--mod .n-pop-up__inside .n-pop-up__header {
        font-size: 16px;
        text-transform: none; }
      .n-pop-up--mod .n-pop-up__inside .n-pop-up__container {
        text-align: center;
        margin-bottom: 40px; }
      .n-pop-up--mod .n-pop-up__inside .n-pop-up__text {
        font-size: 26px; }
      .n-pop-up--mod .n-pop-up__inside .n-item__btn {
        margin: 0px 10px; }

      .n-pop-up__text:after {
        display: block;
        content: '';
        clear: both;
      }

      .n-pic {
        float: right;
        padding: 10px;
      }

      .n-pop-text {
        text-align: justify;
        display: block;
      }

      @media all and (max-width: 568px) {
        .n-pic {
          float: none;
          display: block;
          padding-bottom: 20px;
          padding: 0;
        }

        .n-pic img {
          width: 100%;
        }
      }

      .n-pop-head {
        display: block;
        font-size: 20px;
        text-align: center;
        padding-bottom: 20px;
        margin-top: -30px;
      }

.n-pop-head--mod {
  margin-top: 0;
}

.n-counter {
  display: inline-block;
  width: 100px; }

@media all and (max-width: 500px) {
  .n-counter {
    width: 80px;
  }
}
  .n-counter__minus {
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    width: 30%;
    text-align: center; }
    .n-counter__minus:hover {
      color: #50AC25; }
  .n-counter__val {
    display: inline-block;
    font-weight: normal;
    width: 30%; }
    .n-counter__val input {
      display: block;
      width: 100%;
      font-weight: normal;
      text-align: center;
      font-family: "Rubik-Light"; }
  .n-counter__plus {
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    width: 30%;
    text-align: center; }
    .n-counter__plus:hover {
      color: #50AC25; }

.n-row {
  height: 40px; }

.n-val {
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

.ta-r {
  text-align: right; }
  @media all and (max-width: 668px) {
    .ta-r {
      text-align: center;
      padding-top: 20px; } }

.n-windows {
  padding: 20px 0px; }
  .n-windows:after {
    display: block;
    content: '';
    clear: both; }
  .n-windows .n-elem {
    width: 32%;
    display: inline-block;
    vertical-align: bottom; }
    @media all and (max-width: 668px) {
      .n-windows .n-elem {
        width: 225px; } }
    @media all and (max-width: 400px) {
      .n-windows .n-elem {
        width: 75%; } }
    .n-windows .n-elem__wrap {
      margin: 0px 5px;
      border: 1px solid #d1d1d1;
    }
    .n-windows .n-elem__name {
      background: #d1d1d1;
      text-align: center;
      padding: 20px 40px;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      position: relative; }
      @media all and (max-width: 668px) {
        .n-windows .n-elem__name {
          font-size: 18px;
          padding: 20px 20px; } }
    .n-windows .n-elem__container {
      padding: 15px 5px 0px 5px;
      min-height: 140px;
      position: relative;
    }

    .n-windows  .n-elem__container .n-item__info {
      left: auto;
      right: 0;
    }

    .n-windows .n-elem__cost {
      padding: 0px 10px 30px 0px;
      font-size: 28px;
      color: #868686; }
    .n-windows .n-elem__list li {
      margin-bottom: 15px;
      position: relative;
      text-align: center;
    }
      @media all and (max-width: 400px) {
        .n-windows .n-elem__list li {
          font-size: 14px; } }
      .n-windows .n-elem__list li:before {
        display: none;
        content: '';
        clear: both;
        width: 16px;
        height: 16px;
        background: url("../images/fakro/check_grey.svg");
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 10px; }
      .n-windows .n-elem__list li span {
        display: inline-block;
        vertical-align: top;
        width: 80%; }
        @media all and (max-width: 668px) {
          .n-windows .n-elem__list li span {
            font-size: 14px; } }
      .n-windows .n-elem__list li b {
        font-weight: normal;
        display: inline-block;
        vertical-align: top;
      }
        @media all and (max-width: 668px) {
          .n-windows .n-elem__list li  b {
            font-size: 14px; } }
      .n-windows .n-elem__list li b {
        font-weight: normal; }
        @media all and (max-width: 668px) {
          .n-windows .n-elem__list li b {
            font-size: 14px; } }
    .n-windows .n-elem__bottom {
      background: #d1d1d1;
      padding: 20px;
      text-align: center; }
      .n-windows .n-elem__bottom .n-btn {
        color: #868686;
        border: 1px solid #868686; }

#n-windows .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.n-total {
  //border-top: 1px solid #d1d1d1;
  border:none !important; }
  .n-total td {
    padding-top: 20px;
    font-size: 20px;
    color: #50AC25; }

.cat {
  width: 300px;
  height: 150px;
  background: url("../images/fakro/cat.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.n-email {
  //margin-top: 40px;
}
  .n-email input {
    display: block;
    width: 200px;
    margin: 0px auto;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center; }
  .n-email .n-btn-container {
    text-align: center; }

.fs {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.n-color {
  color: #999; }

#btn-container .n-btn-container {
  margin: -34px 0px 20px 0px;
  position: relative; }
  #btn-container .n-btn-container:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    bottom: 14px; }
  #btn-container .n-btn-container .n-item__btn {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #BCBCBC;
    border: 1px solid #BCBCBC; }

.n-sender {
  display: none;
}

.n-cancel {
  border: 1px solid #BCBCBC;
  color: #BCBCBC;
}

.n-cancel--mod {
  color: #50AC25;
  border: 1px solid #50AC25;
}

.n-about__logo {
  margin-top: 50px; }
  @media all and (max-width: 668px) {
    .n-about__logo {
      margin-top: 10px; } }

.n-about__block {
  text-align: center; }

.n-about__head {
  font-size: 40px;
  padding: 10px 0px; }

.n-about__desc--mod {
  margin-top: 70px;
  padding: 30px 0px;
  text-align: left; }
  @media all and (max-width: 668px) {
    .n-about__desc--mod {
      margin-top: 20px; } }
  .n-about__desc--mod p {
    margin-bottom: 30px;
    color: #717171;
    padding: 0px 20px;
    font-size: 14px; }
    .n-about__desc--mod p b {
      color: #000;
      font-weight: normal;
      font-family: "Rubik-Regular"; }
    .n-about__desc--mod p:last-child {
      margin-bottom: 0; }

.n-elem__list--mod {
  text-align: left; }

.n-alone {
  width: 35%; }
  @media all and (max-width: 668px) {
    .n-alone {
      width: 60%; } }
  @media all and (max-width: 400px) {
    .n-alone {
      width: 70%; } }
  .n-alone .n-elem__container {
    min-height: 140px; }
  .n-alone .n-elem__name {
    background: #50AC25;
    font-size: 24px;
    padding: 30px 40px; }
    @media all and (max-width: 668px) {
      .n-alone .n-elem__name {
        font-size: 18px;
        padding: 25px 20px; } }
    .n-alone .n-elem__name:after, .n-alone .n-elem__name:before {
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      background: url("../images/fakro/star.svg");
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 15px; 
	background-size: contain;}
      @media all and (max-width: 668px) {
        .n-alone .n-elem__name:after, .n-alone .n-elem__name:before {
          left: 10px;
          width: 14px;
          height: 14px;
          background-size: contain; } }
    .n-alone .n-elem__name:before {
      left: auto;
      right: 15px; }
      @media all and (max-width: 668px) {
        .n-alone .n-elem__name:before {
          right: 10px; } }
  .n-alone .n-elem__list li {
    color: #50AC25;
    text-align: center;
  }
    .n-alone .n-elem__list li:before {
      background: url("../images/fakro/check_green.svg"); }
  .n-alone .n-elem__bottom .n-btn {
    border: 1px solid #50AC25;
    color: #50AC25; }
  .n-alone .n-elem__cost {
    color: #50AC25;
    font-size: 32px; }
    .n-alone .n-elem__cost span {
      font-size: 28px; }
    .n-pop-link {
      text-decoration: underline;
    }

.n-pop-link:hover {
  text-decoration: none;
}

.n-hide {
  display: none;
}

.n-table {
  margin-bottom: 40px;
}

@media all and (max-width: 960px) {
  .n-table {
    margin-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .n-table {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

.n-more, .n-more-accessory {
  margin-top: 20px;
}

.n-windows-header {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0px;
}

.n-windows-header span {
  position: relative;
  display: inline-block;
}

.n-windows-header span:after {
  display: block;
  content: '';
  height: 1px;
  width: 25%;
  background: #50AC25;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}

.n-windows-subheader {
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
}

.n-head__top {
  padding-bottom: 1px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: 100;
}

.n-order {
  padding-top: 50px;
}

.n-fixed {

}

.n-fixed:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #50AC25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

.darkness:after {
  opacity: 1;
}

.n-dop {
  padding: 5px 8px;
  position: relative;
  top: 4px;
}

.n-val .n-item__btn {
  position: relative;
  top: 2px;
  border: none;
}
.n-ready-oklads span {
  color: #50AC25;
}

.n-ready-oklads {
  border: 1px solid #50AC25 !important;
}

.n-ready-other span {
  color: #50AC25;
}

.n-ready-other {
  border: 1px solid #50AC25 !important;
}

.n-item .n-item__info {
  top: 0;
}

.n-item .n-item__info span {
  width: 30px;
  height: 30px;
}

.n-item .n-item__info:after {
  width: 72%;
  height: 72%;
}

.n-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.n-elem {
  margin-bottom: 20px;
}

.n-b {
  font-weight: normal;
  font-size: 13px;
  font-family: "Rubik-Regular";
}

.n-s {
  padding-top: 5px;
  display: block;
  font-size: 8px;
}

.n-artHead {
  position: absolute;
  max-width: 300px;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 30px;
  border: 2px solid #fff;
  color: #fff;
  padding: 20px;
  font-size: 26px;
  text-align: center;
  border-radius: 20px;
}

@media all and (max-width: 700px) {
  .n-artHead {
    padding: 10px;
    font-size: 18px;
  }
}

.n-head__slider {
  height: 100%;
}

.n-pop-up .n-pic img {
  display: inline-block;
  max-width: 280px;
}

.n-item__subpic {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: -40px;
  bottom: -40px;
}

.n-item__subpic img {

}

.n-item__subpic-ins {
  box-shadow: 7px -5px 100px 0px rgb(255, 255, 255);
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.n-counter-article {
  display: inline-block;
}

.n-selects {
  text-align: center;
  padding: 30px 0px;
}

.n-selects .ui-menu-item {
  text-align: left;
}

.n-container--mod3 {
  padding: 25px;
}

.n-colors {
  display: block !important;
}

.n-access-container .n-item {
  width: 120px;
}

.n-access-container--mod .n-item {
  width: 200px;
}

.n-access-container--mod2 {
  overflow: hidden;
}

.n-where {
  color: #50AC25;
  text-align: center;
  padding: 5px 0px 30px 0px;
  cursor: pointer;
}

.n-where span {
  text-decoration: underline;
}

.n-where-img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.n-access {
  border-top: 1px solid #50AC25;
  border-bottom: 1px solid #50AC25;
  cursor: pointer;
}

.n-access td {
  padding-top: 10px;
}

.n-access-more {
  padding-bottom: 10px !important;
}

.n-access-more .n-btn-container{
  text-align: left;
}

.n-access-more .n-item__btn span{
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-left: 10px;
}

.n-access-more .n-item__btn {
  border: none;
}

.n-access-more .n-item__btn span:before {
  display: block;
  content: '+';
  font-size: 32px;
  position: absolute;
  color: #50AC25;
  top: -10px;
  left: -20px;
}

@media all and (max-width: 760px) {
  .n-access-more .n-item__btn span {
    font-size: 16px;
  }

  .n-counter-article {
    margin-bottom: 20px;
  }
}

.n-table__head {
  font-size: 18px;
  padding: 5px
}

.n-many-summ {
  font-size: 20px;
  text-align: right;
  padding-right: 87px;
  margin-bottom: 30px;
}

@media all and (max-width: 960px) {
  .n-many-summ {
    margin-top: 40px;
  }

  .n-email {
    margin-top: 40px;
  }
}

@media all and (max-width: 960px) {
  .n-many-summ {
    padding-right: 30px;
  }
}

.n-many-summ-count {
  padding-left: 20px;
  color: #50AC25;
}

.num {
  display: inline-block;
  width: 30%;
  font-family: "Rubik-Light";
  text-align: center;
  display: none;
}

.no-top-border {
  border-top: none !important;
}

table td:nth-child(1) {
  width: 30%;
}

table td:nth-child(2) {
  width: 20%;
}

table td:nth-child(3) {
  width: 20%;
}

table td:nth-child(4) {
  width: 15%;
}

.n-slider .swiper-slide {
  //margin-right: 10px !important;
}

.ui-loader {
  display: none;
}

.n-container--mod {
  text-align: center;
}

.cont1 {
  overflow: hidden;
}

.cont1 .n-slider__arrow {
  margin-top: 110px;
}

.mod2 .cont1 .n-slider__arrow {
  margin-top: 60px;
}

.cont1 .n-slider {
  overflow: hidden;
}

.cont2 {
  max-width: 530px;
  overflow: hidden;
  display: inline-block;
}

.cont2 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont6 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont2 .n-slider__arrow {
  margin-top: 60px;
}

.cont6 {
  max-width: 730px;
  overflow: hidden;
}

.cont5 {
  overflow: hidden;
}

.cont5 .n-slider__arrow {
  margin-top: 60px;
}

.cont5 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont8 {
  overflow: hidden;
}

.cont8 .n-slider__arrow {
  margin-top: 60px;
}

.cont8 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont6 .n-slider__arrow {
  margin-top: 60px;
}

.cont11 {
  overflow: hidden;
}

.cont11 .n-slider__arrow {
  margin-top: 60px;
}

.cont11 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont12 {
  overflow: hidden;
}

.cont12 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont12 .n-slider__arrow {
  margin-top: 60px;
}

.cont13 {
  overflow: hidden;
}

.cont13 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont13 .n-slider__arrow {
  margin-top: 60px;
}

.cont3 {
  overflow: hidden;
}

.cont3 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont3 .n-slider__arrow {
  margin-top: 60px;
}

.cont4 {
  overflow: hidden;
}

.cont4 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont4 .n-slider__arrow {
  margin-top: 114px;
}

.cont17 {
   overflow: hidden;
 }

.cont17 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont17 .n-slider__arrow {
  margin-top: 60px;
}

.cont20 {
  overflow: hidden;
}

.cont20 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont20 .n-slider__arrow {
  margin-top: 60px;
}


.cont18 {
  overflow: hidden;
}

.cont18 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont18 .n-slider__arrow {
  margin-top: 60px;
}

.cont15 {
  overflow: hidden;
}

.cont15 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont15 .n-slider__arrow {
  margin-top: 60px;
}

.cont16 {
  overflow: hidden;
}

.cont16 .swiper-slide:last-child {
  margin-right: 0 !important;
}

.cont16 .n-slider__arrow {
  margin-top: 60px;
}

.cont7 {
  overflow: hidden;
}

.con .n-slider__arrow {
  width: 60px;
  height: 60px;
}

.con .n-slider__arrow--right {
  right: -25px;
}

.con .n-slider__arrow--left {
  left: -25px;
}

.con .n-slider__arrow span:after, .n-slider__arrow span:before {
  width: 66%;
  top: -4px;
}

.con .n-slider__arrow span:before {
  bottom: 5px;
}

.con .n-slider__arrow--right span:after {
  top: 4px;
}

.con .n-slider__arrow--right span:before {
  bottom: -10px;
}

.cont19 .n-item__pic{
  display: inline-block;
}

.cont19 .n-item__container {
  text-align: center;
}

.mod3 .cont19 .n-item__pic img {
  width: auto;
  max-height: 217px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.n-comm {
  text-align: center;
}

.n-comm textarea {
  display: inline-block;
  height: 100px;
  width: 90%;
  padding: 5px 10px;
  border: 1px solid #BCBCBC;
}




