body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #50555a;
  line-height: 1.6;
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
header {
  min-height: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #50555a;
  text-decoration: none;
}
input,
a.color {
  cursor: pointer;
  width: 100%;
  transition: 0.3s background;
  background: #fcfcfc;
}
input.color,
button.color,
a.color {
  background: linear-gradient(to top, #ff2f2f, #fb4848);
  border: 1px solid #ff2f2f;
  color: #fff;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  background: linear-gradient(to top, #fb4848, #ff2f2f);
  border: 1px solid #ff2f2f;
  color: #fff;
}
input:focus {
  outline: 0;
  box-shadow: 0 0 3px #ff2f2f;
}
button:focus {
  outline: 0;
  box-shadow: 0 0 3px #ff2f2f;
}
input[type="checkbox"] {
  display: none;
}
.checkbox label:before {
  border-radius: 3px;
}
input[type="checkbox"]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}
h1,
.h1 {
  font-size: 15px;
  font-weight: normal;
  color: #50555a;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 28px;
}

hr {
  width: 159px;
  border-top: 1px solid #dedede;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*CONTAINER*/
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--r {
  bottom: -69px;
  display: flex;
  justify-content: flex-end;
}
.dn {
  display: none;
}

/*MYBTN*/
.mybtn {
  border-radius: 100px;
  padding: 7px;
  font-size: 13px;
  color: #50555a;
  cursor: pointer;
  border: 1px solid #777;
  width: 100%;
  -webkit-appearance: none;
}
.gift__btn {
  font-size: 14px;
  max-width: 260px;
}
.nav__callMan {
  background: #fff;
}
.calc__btn {
  width: 30%;
  margin: 0 auto;
  margin-top: 18px;
}
.calc__btn a {
  padding: 10px;
  display: block;
  transition: 0.1s;
}
.calc__btn a:hover {
  color: #fff;
  background: #ff2f2f;
  border: 1px solid #ff2f2f;
  box-shadow: 0 0 3px 0px #ff2f2f;
}
/*SECTION*/
.section {
  padding: 80px 0;
}
.section--banner {
  background-size: cover;
  padding: 90px 0;
  background-position: center;
}
.section--calc {
  background-image: url(../image/background.jpg);
  width: 100%;
  background-size: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.section--works {
  padding: 80px 0 0;
}
.section--gift {
  padding: 35px 17px;
}
.section--last-block {
  padding: 0px 0 80px;
}
.section--footer {
  background: #50555a;
  padding: 40px 0;
}
/*HEADER*/
.head {
  transition: 0.4s;
}
.header {
  padding: 30px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-height: 180px;
}
.header__main {
  width: 33%;
  padding-right: 15px;
}
.header__logo {
  cursor: pointer;
}
.header__logo-img {
  width: 100%;
  display: block;
  max-width: 217px;
}
.header__nav {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__forms {
  border-top: 1px solid #dedede;
}
.header__item {
  width: 100%;
}
.nav__item {
  width: 100%;
  position: relative;
}
.nav__main {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  position: relative;
}
.nav__main a {
  padding: 12.5px 15px;
  line-height: 1;
  border-left: 1px solid #dedede;
  font-size: 13px;
  transition: background 0.1s linear;
  text-decoration: underline;
}
.nav__main a:hover {
  background: #f9f9f987;
  color: #ff2f2f;
}
.nav__lead {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.nav__phone {
  font-size: 1.4rem;
  padding: 0 10px 0 0;
  line-height: 1;
  width: 37%;
  padding: 0 5px;
  text-align: right;
  white-space: nowrap;
}
.nav__man {
  width: 34%;
  padding: 0 5px;
}
.nav__call {
  width: 39%;
}

.nav__submenu {
  position: absolute;
  width: 514px;
  padding: 25px;
  top: 82%;
  left: 0px;
  background-color: #fff;
  border-top: 1px solid #e4e6e8;
  border-radius: 0 0 0.3125rem 0.3125rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.08),
    0 0.25rem 0.25rem rgba(0, 0, 0, 0.12),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  text-align: left;
  z-index: 10;
}
.submenu__block {
  display: none;
}
.nav__catalog:hover .submenu__block {
  display: block;
}
.nav__catalog {
  display: flex;
  cursor: pointer;
  position: relative;
}
.nav__submenu a {
  border-left: 0;
  padding: 0;
  display: block;
  line-height: 1.7rem;
  padding-left: 5px;
  width: 100%;
  margin-bottom: 0.625rem;
  overflow: hidden;
  white-space: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  border-bottom: 0.0625rem solid #e4e6e8;
  font-size: 12px;
  font-weight: 300;
}
.nav__submenu nav {
  display: block;
  width: 30%;
}
.nav__names {
  width: 100%;
  margin: 0;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  font-weight: 300;
  color: #a7aaad;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

/*Fixed Menu*/

.head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: block;
}
.head.fixed .header {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 16px 0;
  flex-flow: nowrap;
}
.head.fixed .header__main div {
  display: none;
}
.head.fixed .nav__call {
  display: none;
}
.head.fixed .nav__lead {
  padding: 0;
}
.head.fixed .nav__lead div {
  width: auto;
}
.head.fixed .header__main {
  width: 22%;
}
.head.fixed .header__nav {
  width: 78%;
}
.head.fixed .header__forms {
  display: none;
}
.head.fixed .nav__main {
  margin-bottom: 0px;
}
.head.fixed .nav__main a {
  border: none;
  padding: 0 15px;
}
/*BANNER*/
.banner {
  text-align: center;
  color: #fff;
  line-height: 1.1;
}
.banner__title {
  font-size: 48px;
  font-weight: 400;
}
.banner__text {
  font-weight: 100;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 10px;
}
.banner__text span {
  font-weight: 400;
}
.banner__btn {
  cursor: pointer;
  margin-top: 20px;
  cursor: pointer;
  width: 30%;
  margin: 20px auto 0;
}
.banner__btn a {
  padding: 7px 0;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.banner__btn a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*H2 title-block*/
.title-block {
  text-align: center;
  margin-bottom: 35px;
}
.title-suptitle {
  font-weight: 100;
  color: #a7aaad;
  font-size: 1.37rem;
  line-height: 1;
  letter-spacing: 0.1375rem;
}
.title-title {
  line-height: 1.5;
}
.title-text {
  line-height: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: 14px;
}

/*PRODUCTS*/
.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 895px;
  margin: 0 auto;
}
.products a {
  display: block;
  width: 23%;
}
.products hr {
  width: 30%;
}
.product__item {
  height: auto;
  border: 1px solid #f1f1f1;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.product__info {
  padding: 8px 0;
}
.product__img {
  overflow: hidden;
  height: 60%;
  position: relative;
  min-height: 132px;
}
.product__item:hover .product__img:before {
  content: "";
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #ffffff31;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #50555a;
  letter-spacing: 1.2;
  transition: 0.3s;
}
.product__item:hover {
  box-shadow: 0px 0px 33px 4px rgb(193, 188, 188);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.product__img img {
  width: 125%;
  height: 100%;
  display: block;
}
.product__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1375rem;
}
.product__price {
  font-size: 20px;
  color: #ff2f2f;
}
.product__price span {
  font-size: 25px;
  font-weight: 500;
}

/*CALC*/
.calc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calc__item {
  width: 48%;
}
.calc__name {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1.25rem;
  color: #50555f;
  text-align: left;
}
#price {
  font-size: 2.7rem;
  color: #ff2f2f;
  font-weight: 500;
}
.calc-total {
  text-align: center;
}
.calc__price {
  font-weight: 600;
  color: #83878e;
  font-size: 20px;
  line-height: 0.7;
  margin: 50px auto 15px;
}
.calc__text {
  font-weight: 300;
}
.polzunok {
  -webkit-appearance: none;
  height: 7px;
  width: 95%;
  margin-bottom: 5%;
  background: -webkit-linear-gradient(
    left,
    #ff2f2f 0%,
    #ff2f2f 10%,
    #d5d3d3 10%,
    #d5d3d3 100%
  );
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  transition: 0.5s;
  cursor: pointer;
}
.polzunok:focus {
  box-shadow: none;
}
.polzunok::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background: #f7f7f7;
  border: 1px solid #999;
  cursor: pointer;
}
#tubes {
  background: -webkit-linear-gradient(
    left,
    #ff2f2f 0%,
    #ff2f2f 10%,
    #d5d3d3 10%,
    #d5d3d3 100%
  );
}
#area {
  background: -webkit-linear-gradient(
    left,
    #ff2f2f 0%,
    #ff2f2f 5%,
    #d5d3d3 5%,
    #d5d3d3 100%
  );
}
#lights {
  background: -webkit-linear-gradient(
    left,
    #ff2f2f 0%,
    #ff2f2f 3%,
    #d5d3d3 3%,
    #d5d3d3 100%
  );
}
#angleses {
  background: -webkit-linear-gradient(
    left,
    #ff2f2f 0%,
    #ff2f2f 10%,
    #d5d3d3 10%,
    #d5d3d3 100%
  );
}

.polzunok::-moz-range-track {
  height: 7px;
  width: 345px;
  margin-bottom: 5%;
  background: -webkit-linear-gradient(
    left,
    #d5d3d3 0%,
    #d5d3d3 10%,
    #d5d3d3 10%,
    #d5d3d3 100%
  );
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
}
.polzunok::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f7f7f7;
  border: 1px solid #999;
  cursor: pointer;
}

/*WHY*/
.why {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why__col {
  width: 33%;
  margin-bottom: 30px;
}
.why__col img {
  max-height: 72px;
  display: block;
}
.why__title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5%;
  margin-top: 2%;
  font-weight: bold;
}
.why__text {
  font-size: 14px;
  color: #7b7b83;
  font-weight: normal;
  line-height: 25px;
}

/*slider works*/
.works__title {
  font-size: 25px;
}
.works__price {
  font-size: 18px;
}
.slider__works {
  width: 100%;
}
.slider__item--block {
  position: relative;
  height: 100%;
  padding-top: 9%;
  display: flex;
  justify-content: flex-end;
}
.slider_btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.slider__item {
  height: inherit;
  position: relative;
}
.slider__slide {
  position: relative;
  height: 100%;
  max-height: 500px;
  width: 100%;
  background-size: 100% 100% !important;
}
.slider__slide--apply {
  min-height: 460px;
}
.slider__inner,
.slider__btns {
  width: 40%;
  max-width: 355px;
  position: relative;
  right: 0;
  bottom: 54px;
}
.slider__content {
  background: #f8f8f8;
  padding: 30px 30px 20%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
}
.slider__content:before {
  content: "";
  display: block;
  width: 65%;
  height: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  border-left: 10px solid #cfcfcf;
  border-top: 10px solid #cfcfcf;
  z-index: 1;
}
.slider__btns {
  display: flex;
  justify-content: space-between;
}
.slider-btn__item {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  background: #fa5556;
  transition: 0.6s ease;
  color: #fff;
  padding: 20px 0;
}
.slider-btn__item:hover {
  box-shadow: 3px 0px 21px -1px #a09d9d;
  background: #ff2f30;
}

.slider-btn__item:last-child {
  border-left: 1px solid #fff;
}
.slick-arrow {
  position: absolute;
  height: 85%;
  width: 20%;
  background: #ffffff00;
  top: 0;
  z-index: 1;
  border: none;
  cursor: pointer;
  transition: 0.1s;
  font-size: 0;
  color: transparent;
}
.slick-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
}
.slick-arrow:focus {
  outline: 0;
  box-shadow: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*product descriprion*/
.desBig img {
  float: right;
  height: 30%;
  width: 30%;
  margin: 3%;
  border-radius: 10px;
}

/*LEGO*/
.lego {
  position: relative;
}
.lego__bg {
  height: 530px;
  background: #d6cebb;
  position: absolute;
  transition: 0.7s;
}
.lego__bg,
.lego__img,
.lego__wall .lego__floor,
.lego__light .lego__spot,
.lego__rug {
  width: 100%;
}
.lego__h2 {
  text-align: center;
}
.lego__block {
  height: 100%;
  width: 25%;
  background: #00000078;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 100;
}
.lego div {
  padding: 0;
}
.lego__mainT {
  position: relative;
  height: 530px;
}
.lego__floor,
.lego__img,
.lego__floor,
.lego__wall,
.lego__light,
.lego__spot,
.lego__rug {
  position: absolute !important;
  height: 530px;
  width: 100%;
  background-size: cover !important;
  transition: 0.7s;
}
.lego__img {
  background: url(../image/lego/g-int.png);
  z-index: 1;
}
.lego__wall {
  z-index: 11;
}
.lego__floor {
  z-index: 12;
}
.lego__light {
  background: url(../image/lego/light/4.png);
  z-index: 14;
  height: 108px;
  width: 124px !important;
  top: 30px;
  left: 384px;
}
.lego__spot {
  z-index: 13;
  height: 146px;
}
.lego__rug {
  z-index: 15;
}
.lego__chooseColorRug {
  z-index: 15;
}

.lego__links {
  padding: 15px !important;
  padding-top: 60px !important;
}
.lego__link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ff2f2f;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

.lego__link:hover {
  border-bottom: 1px solid #ff2f2f;
  color: #ff2f2f;
}
.lego__mat {
  cursor: pointer;
  border-bottom: 2px dashed #ff2f2f;
  display: inline-block;
  margin: 13px;
  font-weight: 400 !important;
  transition: 0.2s;
}
.lego__mat:hover {
  color: #ff2f2f;
  border-bottom: 2px solid #ff2f2f;
}
.lamps p {
  cursor: pointer;
  border-bottom: 2px dashed #ff2f2f;
  display: inline-block;
  margin: 13px;
  font-weight: 400;
  transition: 0.2s;
  font-size: 22px !important;
}
.lamps p:hover {
  color: #ff2f2f;
  border-bottom: 2px solid #ff2f2f;
}
.lamps hr {
  width: 350px;
  border-bottom: 2px solid #000;
}
.lamps {
  width: 100%;
  background: #ffffffba;
}
.lego__result {
  background: #fa5556;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  display: block;
  padding: 6px 0;
  width: 45%;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 4%;
  font-weight: 300;
  white-space: nowrap;
}
.lego__result:hover {
  background: #ff2f30;
}
.lego__chooseInner span {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 2px;
  opacity: 1;
  transition: 0.2s;
  text-align: center;
  line-height: 3;
  border: 1px solid transparent;
  text-shadow: 1px 1px #6b6b6b;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}
.lego__chooseInner span:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);

  border: 1px solid #000;
  box-shadow: 1px 1px #fff;
}
.lego__chooseColor,
.lego__chooseColorWall,
.lego__chooseColorFloor,
.lego__chooseColorMat,
.lego__chooseColorLight,
.lego__chooseColorRug {
  position: absolute;
  height: 530px;
  width: 75%;
  background: #ffffff82;
  z-index: 15;
  top: 0;
  padding-top: 3% !important;
  display: none;
  overflow: scroll;
}
.lego__chooseColor {
  display: block;
}
.lego__chooseClose {
  font-size: 22px;
  color: #ff2f2f;
  position: absolute !important;
  top: 10px;
  right: 16px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 200;
  border-bottom: 1px dashed #ff2f2f;
}
.lego__chooseClose b {
  font-weight: 900;
  font-size: 33px;
}
.lego__chooseClose:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.lego__chooseInner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.lego__chooseInner p,
.lego__title {
  font-size: 33px;
  font-weight: 300;
}
.lego__title {
  padding: 20px 0 !important;
}
/*GIFT*/
.gift__block {
  background: url(../image/bg-sale.jpg);
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.gift__item-form {
  width: 42%;
  background: #444444a6;
  text-align: right;
  color: white;
}
.gift__form-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gift__item-text {
  width: 58%;
}

.form__title {
  font-size: 32px;
  font-weight: 500;
}
.form__subtitle {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
}
.form__item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 22px;
}

.sale__field {
  display: block;
  background: transparent;
  border-bottom: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
  font-size: 17px;
}
.sale__field:focus {
  outline: 0;
  border-bottom: 3px solid #ff2f2f;
}
.sale__field::-webkit-input-placeholder {
  color: #ffffff80;
  opacity: 1;
}
.sale__field::-moz-placeholder {
  color: #ffffff26;
  opacity: 1;
}
.sale__field:-moz-placeholder {
  color: #ffffff26;
  opacity: 1;
}
.sale__field:-ms-input-placeholder {
  color: #ffffff26;
  opacity: 1;
}
.sale__span {
  padding-right: 70px;
  white-space: nowrap;
}
.sale__text {
  font-size: 11px;
  padding-top: 20px;
}
.gift__sale {
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  background: #ff2f2f;
  color: #fff;
  font-size: 27px;
  font-weight: 100;
  letter-spacing: 3px;
}
.gift__text {
  font-size: 45px;
  font-weight: 100;
  line-height: 1.1;
  padding-top: 6px;
}
.gift__text-B {
  font-size: 68px;
  font-weight: 500;
}
.gift__text-des {
  font-weight: 100;
  font-size: 18px;
}
.gift__content {
  padding: 13px 0px;
}
.sale__button {
  width: 52%;
}
/*FAQ*/
.faq__accordion {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
.faq__item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: 0.3s linear;
}
.faq__title {
  font-size: 18px;
  padding: 24px 72px 24px 24px;
  position: relative;
  cursor: pointer;
}
.faq__title:hover {
  text-decoration: underline;
  color: #ff2f2f;
}
.faq__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25px;
  border-top: 2px solid #ff2f2f;
  border-left: 2px solid #ff2f2f;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: 45%;
  transition: 0.2s;
}

.faq__item.active .faq__title:after {
  transform: rotate(45deg);
  bottom: 37%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.faq__text {
  font-size: 0.875rem;
  color: #6c7d8e;
  padding: 0px 75px 35px 24px;
  display: none;
}
.faq__text p {
  margin: 0;
}
.faq__item.active .faq__text {
  display: block;
}

/*COMMENT*/
.comment__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commentImg {
  width: 20%;
  padding: 10px;
}
.commentImg img {
  width: 100%;
  border-radius: 5px;
  transition: 0.2s;
}
.commentImg img:hover {
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
  transform: scale(1.05);
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../image/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: -15%;
  color: #ff2f2f;
  float: left;
  line-height: 2.3;
  border: 1px solid #ff2f2f;
  top: 50%;
  position: relative;
  font-size: 20px;
  font-weight: 100;
  display: block;
  position: relative;
}
.lb-nav a.lb-next {
  right: -15%;
  float: right;
  left: auto;
}
.lb-prev:before,
.lb-next:before {
  content: "<";
  display: block;
  position: absolute;
  color: inherit;
  font-size: 20px;
  top: 0;
  left: 38%;
  transition: 0.2s;
}
.lb-next:before {
  content: ">";
}
.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #ff2f2f;
  color: #fff;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-closeContainer {
  position: relative;
}
.lb-data .lb-close {
  display: block;
  width: 30px;
  height: 30px;
  color: #ff2f2f;
  text-align: right;
  font-size: 30px;
  font-weight: 400;
  top: 0;
  position: absolute;
  right: -40px;
}
.lb-close:before {
  content: "X";
  display: block;
  color: #ff2f2f;
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  transition: 0.1s;
  right: -11px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*MAINFORM*/
.mainform {
  position: relative;
  text-align: center;
}
.mainform:before {
  content: "";
  background-image: url("../image/fonForm.png");
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  height: 70%;
  left: 0;
  background-size: cover;
  z-index: -1;
}
.mainform__img {
  padding: 28px 0;
}
.mainform__content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.mainform__item {
  width: 49%;
  padding: 45px 0;
}
.mainform__item--youtube {
  padding: 0 0;
  min-height: inherit;
}
.mainform__title-f {
  font-size: 19px;
  font-weight: 700;
}
.mainform__subtitle-f {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1rem;
}
.mainform__text-f {
  font-size: 16px;
  font-weight: 400;
}
.mainform__form {
  display: flex;
  justify-content: space-between;
}
.mainform__item-f {
  width: 49%;
}
.mainform__phone {
  border: 1px solid #eeedff;
  background: #ffffff;
  border-radius: 5px;
  line-height: 38px;
  box-shadow: inset 0 0 6px #ddd;
  font-size: 18px;
  padding: 0 15px;
  color: #50555a;
  width: 100%;
}
.mainform__btn {
  border-radius: 5px;
  font-weight: 100;
  font-size: 14px;
  line-height: 38px;
  width: 85%;
}
.youtube {
  width: 100%;
  background: url(../image/maxresdefault.jpg) 0% 0% / cover;
  cursor: pointer;
  height: 100%;
  position: relative;
  min-height: 300px;
}
.youtube__play {
  background-image: url(../image/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20%;
  width: 100%;
  position: absolute;
  border-radius: 17px;
  cursor: pointer;
  opacity: 0.8;
  left: 40%;
  top: 40%;
}
.mainform__item--youtube:hover .youtube__play {
  background-image: url(../image/play-next.png);
  opacity: 1;
}
/*LASTBLOCK*/
.last__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.last__item {
  padding-left: 60px;
  font-size: 17px;
  margin-bottom: 1.5rem;
  position: relative;
  width: 50%;
}
.last__item img {
  max-height: 40px;
  max-width: 40px;
  position: absolute;
  top: -5px;
  left: 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 300;
}
.footer a {
  color: #f9f9f9;
  display: block;
  text-decoration: underline;
  font-size: 15px;
  transition: 0.1s;
}
.footer a:hover {
  color: #ff2f2f;
}
.footer__item {
  width: 17%;
}
.footer__item--cont {
  width: 40%;
}
.footer__copy {
  width: 100%;
}
.footer__nav-name {
  padding: 0 0 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer__h1 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
}
.footer__copy {
  font-size: 15px;
}
.footer__tel {
  font-size: 23px;
  line-height: 1;
}
.footer__callme {
  font-size: 18px;
  cursor: pointer;
  background: none;
  border-bottom: 2px dashed #ff2f2f;
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
}
.footer__callme:hover {
  border-bottom: 2px solid #ff2f2f;
  color: #ff2f2f;
}
.footer__copy {
  padding-top: 30px;
}

.backgroundRoom {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0.7019607), rgba(109, 109, 109, 0.58823)), url(../image/baner.jpg) no-repeat;
  background-size: cover !important;
  background-position: center;
}

/*FORM modals*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #50555a;
  border-top: 6px solid #dd252e;
  padding-top: 0;
  border-radius: 0.3rem;
  outline: 0;
  max-width: 399px;
}
.modal__close {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  float: right;
  right: -30px;
  cursor: pointer;
  top: -65px;
  transition: 0.1s;
}
.modal__close:hover {
  color: #ff2f2f;
}
.modal__header {
  padding-top: 21px;
}
.modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__form input {
  display: block;
}
.modal__header {
  z-index: 0;
  width: 366px;
  min-height: 62px;
  background-color: transparent;
  line-height: 29px;
  font-size: 24px;
  text-align: center;
  color: #3f3c4f;
  font-weight: 700;
  position: relative;
  margin-top: -35px;
  right: 4px;
}
.modal__title {
  position: absolute;
  bottom: 20px;
  padding: 10px 5px;
}

.modal__input {
  z-index: 31;
  min-height: 50px;
  border: 1px solid #eeedff;
  background-color: #ffffff;
  border-radius: 5px;
  color: #9593a9;
  position: relative;
  box-shadow: inset 0 0 6px #ddd;
  padding: 10px 20px 10px 16px;
  font-size: 15px;
  width: 88%;
  margin-bottom: 7px;
}
.modal__btn {
  position: relative;
  border-radius: 5px;
  border: none;
  width: 88%;
  padding: 16px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 100;
}
.modal__checkbox {
  text-align: center;
  font-size: 10px;
  margin: 15px auto;
  display: block;
}
.footerFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.thanksText {
  margin: 140px 0 0;
  font-size: 46px;
  text-align: center;
}
@media (max-width: 900px) {
  /*    header*/

  .nav__phone {
    font-size: 17px;
  }
  .mybtn {
    padding: 6px 10px;
  }
  h1,
  .h1 {
    font-size: 14px;
  }
  .nav__main a {
    font-size: 12px;
    white-space: nowrap;
  }
  .header__logo-img {
    max-width: 180px;
  }
  /*    banner*/
  .banner__title {
    font-size: 43px;
  }
  .banner__text {
    font-size: 19px;
  }
  /*    lego*/
  .lego__chooseInner p,
  .lego__title {
    font-size: 29px;
  }
  .lego__result {
    font-size: 13px;
  }
  .lego__link {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  /*    header*/
  .nav__phone {
    font-size: 17px;
  }
  .nav__man {
    width: 33%;
  }
  .nav__phone {
    width: 34%;
  }
  .nav__call {
    width: 33%;
  }
  .mybtn {
    font-size: 10px;
  }
  .thanksText {
    margin: 60px 0 0;
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  input[type="text"] {
    font-size: 14px;
  }
  /*    header*/
  .head.fixed .header__main {
    display: none;
  }
  .head.fixed .header {
    justify-content: center;
  }
  .nav__phone {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .nav__lead {
    flex-wrap: wrap;
  }
  .header__main {
    width: 50%;
  }
  .header__item:first-child {
    display: none;
  }
  .head.fixed .header__item:first-child {
    display: block;
  }
  .header__forms {
    border: none;
  }
  .nav__call {
    width: 75%;
  }
  .nav__man {
    display: none;
  }
  .header__logo-img {
    max-width: 210px;
  }
  /*    banner*/
  .banner__title {
    font-size: 32px;
  }
  .banner__text {
    font-size: 15px;
  }
  .head.fixed .header__nav {
    display: flex;
    justify-content: center;
  }
  /*    products*/
  .product__title {
    font-size: 16px;
  }
  /*    why*/
  .why {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .why__col {
    width: 80%;
    margin-bottom: 45px;
  }
  .why__col img {
    position: absolute;
  }
  .why__title,
  .why__text {
    padding-left: 85px;
    margin-bottom: 0%;
    margin-top: 0%;
  }
  /*    works*/
  .works__title {
    font-size: 22px;
  }
  /*    lego*/
  .lego__link {
    font-size: 12px;
  }
  .lego__chooseInner p,
  .lego__title {
    font-size: 18px;
  }
  .lego__chooseInner span {
    width: 30px;
    height: 30px;
  }
  .slider__inner,
  .slider__btns {
    width: 50%;
    bottom: 0px;
  }
  /*    gift*/
  .form__title {
    font-size: 20px;
  }
  .form__subtitle {
    font-size: 14px;
  }
  .sale__span {
    padding-right: 18px;
  }
  .gift__text {
    font-size: 30px;
  }
  .gift__text-B {
    font-size: 50px;
  }
  /*    faq*/
  .faq__title {
    font-size: 16px;
  }
  /*    form*/
  .mainform__text-f {
    font-size: 14px;
  }
  /*lastblock*/
  .last__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .last__item {
    width: 75%;
    font-size: 19px;
  }
  /*    youtube*/
  .youtube__play {
    height: 13%;
    top: 47%;
  }

  /*footer*/
  .footer__item {
    width: 25%;
  }
  .footer__item--cont {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 18px;
  }
  /*header*/
  .head.fixed {
    display: none;
  }
  .header__logo-img {
    width: 100%;
  }
  .nav__phone {
    font-size: 16px;
  }
  .nav__call {
    width: 100%;
  }
  .header__time {
    display: none;
  }
  /*banner*/
  .banner__btn button {
    font-size: 12px;
  }
  .banner__btn {
    width: 65%;
  }
  /*products*/
  .products {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 67%;
  }
  .product__item {
    width: 100%;
  }
  .products a {
    width: 100%;
  }
  /*calc*/
  .calc {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .calc__item {
    width: 80%;
  }
  .banner__btn button {
    font-size: 10px;
  }
  /*why*/
  .why__col img {
    max-height: 40px;
  }
  .why__title,
  .why__text {
    padding-left: 45px;
  }
  .title-text {
    font-size: 12px;
  }
  /*.works*/
  .works-nav__item {
    padding: 5px 21px;
  }

  .slider__inner,
  .slider__btns {
    width: 95%;
  }
  .slider__content {
    padding: 33px 20px 5%;
  }
  .slider__inner {
    bottom: -110px;
  }
  .slider__btns {
    bottom: 0;
  }
  .slider_btn {
    margin-bottom: 65px;
  }
  /*lego*/
  #lego-block {
    display: none;
  }
  .lego__link {
    white-space: normal;
  }

  /*COMMENT*/
  .commentImg {
    width: 49%;
  }
  /*gift*/
  .gift__block {
    display: none;
  }
  /*form*/
  .mainform__content {
    flex-direction: column;
  }
  .mainform__item {
    width: 100%;
  }
  .mainform__item:last-child {
    padding: 20px 15px;
  }
  .mainform {
    overflow: hidden;
  }

  /*lastblock*/
  .last__item {
    width: 95%;
  }

  /*footer*/
  .footer__item {
    width: 45%;
    margin: 10px 0;
  }
  .footer__item--cont {
    width: 100%;
  }
  /*MyModal*/
  .modal__content {
    transform: scale(0.8);
  }
}
