* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
section {
  margin-left: 250px;
  background-color: #f9f9f9;
}
.container {
  background-color: #fff;
  width: 1380px;
  margin: 0 auto;
}
.container__min {
  width: 1180px;
  margin: 0 auto;
}
.flex__container {
  display: -ms-flexbox;
  display: flex;
}
.section__title {
  font-family: "MinionPro-Medium";
  font-size: 45px;
  color: #333;
  text-align: center;
}
.alert {
  font-family: 'Roboto-Italic';
  font-size: 16px;
  color: #ff7f00;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1331px) and (max-width: 1630px) {
  .container {
    width: 1080px;
  }
}
@media (min-width: 1280px) and (max-width: 1330px) {
  .container {
    width: 1030px;
  }
  .gifts .item:not(:last-child) {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  section {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
  }
  .container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  section {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
  }
  .container {
    width: 92%;
  }
  .section__title {
    font-size: 27px;
  }
}
.btn {
  cursor: pointer;
}
.aylen {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aylen:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.aylen:hover:after {
  transform: translate3d(0, 100%, 0);
}
.aylen:after {
  background: #2faf08;
}
.nina {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  z-index: 1;
}
.nina:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 19px;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.nina span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.nina:hover:before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.nina:hover span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nina:hover span:nth-child(1) {
  transition-delay: 0.045s;
}
.nina:hover span:nth-child(2) {
  transition-delay: 0.09s;
}
.nina:hover span:nth-child(3) {
  transition-delay: 0.135s;
}
.nina:hover span:nth-child(4) {
  transition-delay: 0.18s;
}
.nina:hover span:nth-child(5) {
  transition-delay: 0.225s;
}
.nina:hover span:nth-child(6) {
  transition-delay: 0.27s;
}
.nina:hover span:nth-child(7) {
  transition-delay: 0.315s;
}
.nina:hover span:nth-child(7) {
  transition-delay: 0.36s;
}
.btn.pipaluk {
  background: none;
  position: relative;
  z-index: 1;
}
.btn.pipaluk:before,
.btn.pipaluk:after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.btn.pipaluk:before,
.btn.pipaluk:hover:after {
  transform: scale3d(0.8, 0.8, 1);
}
.btn.pipaluk:hover:after {
  top: 2px;
  background: #2faf08;
}
.btn.pipaluk:hover:before {
  transform: scale3d(1, 1, 1);
}
.btn.pipaluk:before {
  border: 2px solid #2faf08;
}
.btn.pipaluk:after {
  background: #ef3365;
}
@media (max-width: 767px){
    .btn.pipaluk:before {
        border: 2px solid #ef3365;
    }
}
.pop-up {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: all 0.3s;
}
.pop-up .form {
  width: 470px;
  box-sizing: border-box;
  padding: 45px 65px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.pop-up .form .form-title {
  font-family: "Roboto-Bold";
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pop-up .form .form-input {
  border: 2px solid #7d7d7d;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 25px;
  width: 100%;
}
.pop-up .form .form-input:not(:last-child) {
  margin-bottom: 20px;
}
.pop-up .form button {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  font-family: "Roboto-Medium";
  font-size: 15px;
  padding-left: 30px;
  padding-right: 10px;
  border: none;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 13px;
  text-align: center;
}
.pop-up__wrapper {
  position: relative;
  z-index: 9999;
  box-shadow: #141d25 0px 0px 110px -21px;
  background: #ffffff;
  border-radius: 10px;
}
.pop-up.active {
  opacity: 1;
  pointer-events: auto;
}
.pop-up .close__button {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.pop-up .close__button .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.minipop-up {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: all 0.3s;
}
.minipop-up .minipop-up__wrapper {
  width: 30%;
  position: relative;
  background: #2b2b2b;
  z-index: 9999;
  box-shadow: #141d25 0px 0px 110px -21px;
  padding: 15px 10px;
}
.minipop-up .minipop-up__wrapper p {
  font-family: "Roboto-Regular";
  font-size: 20px;
  color: #fff;
}
.minipop-up .minipop-up__wrapper button {
  margin-top: 10px;
  text-transform: uppercase;
  padding: 2px 15px;
  border-radius: 25px;
  width: 100px;
  background-color: #ef3365;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border: none;
  font-family: "Roboto-Medium";
  font-size: 15px;
}
.minipop-up.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .minipop-up .minipop-up__wrapper {
    width: 92%;
  }
  .pop-up .form {
    width: 100%;
    padding: 45px 45px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.slick-dots {
  position: absolute;
  top: 30%;
  right: 35px;
}
.slick-dots li {
  width: 5px;
  height: 5px;
  border: 1px solid #b9bbbf;
  list-style-type: none;
  margin-bottom: 23px;
}
.slick-dots .slick-active {
  background-color: #fff;
  border-color: #fff;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 25px;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Roboto-Regular";
  font-size: 15px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 19px;
  font-size: 15px;
  line-height: 38px;
  color: #888;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  font-family: "Roboto-Regular";
  display: block;
  padding: 10px;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.header {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  margin-left: 250px;
  background-color: #151515;
}
.header .logo {
  display: none;
}
.header .svg {
  display: none;
}
.header .btn {
  display: -ms-flexbox;
  display: flex;
  background: url(/img/bg_button.png) no-repeat;
}
.header .btn .text {
  padding-left: 79px;
  padding-right: 54px;
  padding-top: 13px;
  padding-bottom: 15px;
  font-family: "OpenSans-SemiBold";
  font-size: 11px;
  text-transform: uppercase;
}
.header .btn .text span {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 14px;
}
.container__abs {
  width: 100%;
  position: relative;
}
.header__container {
  margin: 0 auto;
  width: 995px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header__text {
  letter-spacing: 0;
  font-family: "Montserrat-Black";
  font-size: 14px;
  max-width: 210px;
  text-transform: uppercase;
}
.header__text.abs {
  left: 90px;
  position: absolute;
}
.header-item {
  color: #fff;
}
.header-item:first-child {
  margin-left: 50px;
}
.header-item svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  margin-right: 15px;
}
.header-item .header__text {
  text-align: right;
}
.header__tel {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat-Medium";
}
@media (min-width: 768px) and (max-width: 1630px) {
  .header__text.abs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #2b2b2b;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .header .logo {
    display: block;
    margin-right: 12px;
    width: 75px;
    height: 38px;
  }
  .header .logo img {
    width: 75px;
    height: 38px;
    display: block;
  }
  .header .svg {
    display: block;
    width: 26px;
    height: 26px;
    fill: #dcdcdc;
    margin-left: auto;
  }
  .header .btn {
    display: none;
  }
  .header__text {
    display: none;
  }
  .header-item {
    display: -ms-flexbox;
    display: flex;
  }
  .header-item .header__text {
    display: block;
    font-size: 12px;
  }
  .header-item:first-child {
    margin-left: 0;
  }
  .header-item:nth-child(3) {
    display: none;
  }
  .header-item svg {
    display: none;
  }
  .container__abs {
    display: -ms-flexbox;
    display: flex;
  }
  .header__container {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .header__tel {
    font-size: 12px;
    margin-right: 7px;
  }
}
.footer {
  background: url(/img/footer__bg.png) no-repeat;
  padding-bottom: 60px;
}
.footer .container {
  background: none;
}
.footer .flex__container {
  padding-top: 100px;
  margin-left: 100px;
}
.footer .flex-item:first-child {
  margin-right: 95px;
}
.footer .flex-item:first-child .flex:last-child {
  border-bottom: none;
}
.footer .flex-item:nth-child(2) .flex svg {
  width: 13px;
  height: 13px;
}
.footer .logo {
  margin-bottom: 25px;
}
.footer .text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #888;
  max-width: 265px;
  margin-bottom: 25px;
  line-height: 2;
}
.footer .flex {
  border-bottom: 2px solid #202020;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 13px;
}
.footer .flex svg {
  fill: #ff7f00;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.footer .href-text1 {
  font-family: "Montserrat-Regular";
  color: #bebebe;
  font-size: 14px;
}
.footer .href-text2 {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #bebebe;
}
.footer .href-text2 span {
  font-family: "Montserrat-Bold";
}
.footer .head-text {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .double__line {
  margin-bottom: 19px;
}
.footer .flex-title {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #bebebe;
  margin-bottom: 18px;
}
.footer .href-text3 {
  font-family: "Montserrat-Italic";
  font-size: 14px;
  color: #9e9e9e;
}
.footer .social {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer .social .svg {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  cursor: pointer;
}
.footer .social .svg:not(:last-child) {
  margin-right: 12px;
}
.footer .social .svg:hover {
  border: 2px solid #ababab;
}
.footer .social .svg:hover svg {
  fill: #ababab;
}
.footer .social svg {
  width: 21px;
  height: 21px;
  fill: #2c2c2c;
}
.footer .pdf {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #bebebe;
}
.footer .pdf span {
  color: #ff7f00;
}
.footer .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 330px;
}
.footer .form input {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  padding-left: 20px;
  width: 270px;
  height: 40px;
  background: none;
  color: #fff;
  border: 2px solid #202020;
  margin-bottom: 20px;
}
.footer .form textarea {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  resize: none;
  background: none;
  padding-top: 15px;
  padding-left: 20px;
  color: #fff;
  height: 80px;
  width: 270px;
  border: 2px solid #202020;
  margin-bottom: 20px;
}
.footer .form .btn {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #202020;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
}
.footer .form .btn:hover {
  background-color: #ff7f00;
}
@media (min-width: 768px) and (max-width: 1630px) {
  .footer .form {
    margin-left: 70px;
  }
  footer .container__min {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .footer {
    background: #121213;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer .flex__container {
    margin-left: 0;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .flex-item:first-child {
    margin-right: 0;
  }
  .footer .form {
    margin-left: 0;
  }
}
footer {
  display: none;
  margin-left: 250px;
  padding-top: 30px;
  padding-bottom: 28px;
  background-color: #0a0a0a;
  color: #888;
}
footer .container__min {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer .text {
  font-family: "Roboto-Regular";
  font-size: 16px;
}
footer .flex {
  display: -ms-flexbox;
  display: flex;
  width: 510px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer .footer__link {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #888;
}
@media (max-width: 767px) {
  footer {
    display: none;
    margin-left: 0;
  }
  footer .container__min {
    width: 92%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  footer .flex {
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .text {
    font-size: 14px;
  }
}
.nav {
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 40px;
  width: 250px;
  height: 100vh;
  background-color: #252525;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.nav .logo {
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.nav .logo img {
  height: 100%;
}
.nav a {
  cursor: pointer;
}
.tel__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 58px;
}
.tel__container .nav__tel:not(:last-child){
    margin-bottom: 13px;
}
.nav-top {
  padding-left: 30px;
}
.nav-top a {
  border-bottom: 1px solid #333;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
}
.nav-top a svg {
  width: 18px;
  height: 18px;
  fill: #bfbfbf;
  margin-right: 25px;
}
.nav-top a p {
  font-size: 14px;
  color: #c0c0c0;
  font-family: "Montserrat-Regular";
}
.nav-bottom {
  padding-left: 13px;
  padding-right: 17px;
}
.nav-bottom a {
  background: url(/img/nav-bottom__bg.png) no-repeat;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 17px 17px 18px;
}
.nav-bottom a:not(:last-child) {
  margin-bottom: 10px;
}
.nav-bottom a svg {
  width: 18px;
  height: 18px;
  fill: #bfbfbf;
  margin-right: 25px;
}
.nav-bottom a p {
  font-size: 14px;
  color: #c0c0c0;
  font-family: "Montserrat-Regular";
}
.nav-bottom a .exclamation {
  margin-left: auto;
}
.nav__tel {
  font-family: "Montserrat-Light";
  font-size: 19px;
  color: #fefefe;
  opacity: 0.6;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
}
.nav__tel svg {
  display: none;
  width: 17px;
  height: 17px;
  fill: #fff;
  margin-right: 15px;
}
.nav__tel span {
  font-family: "Montserrat-Bold";
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-height: 800px) {
  .nav {
    padding-top: 30px;
  }
  .nav .logo {
    height: 50px;
  }
  .nav__tel {
    margin-bottom: 5px;
  }
  .nav-top a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-bottom a {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .tel__container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .nav {
    left: unset;
    right: -250px;
    z-index: 15;
    padding-top: 20px;
    transition: right 0.4s;
  }
  .nav .logo {
    display: block;
    margin-left: 13px;
    height: 60px;
  }
  .nav .logo img {
    height: 60px;
  }
  .nav .svg {
    width: 26px;
    height: 26px;
    fill: #dcdcdc;
    position: absolute;
    right: 17px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .nav-bottom a .exclamation {
    display: none;
  }
  .nav {
    width: 250px;
    left: unset;
    right: -250px;
    z-index: 15;
    padding-top: 20px;
    transition: right 0.4s;
  }
  .nav .logo {
    display: none;
    margin-left: 13px;
    height: 39px;
  }
  .nav .logo img {
    height: 39px;
  }
  .nav .svg {
    width: 26px;
    height: 26px;
    fill: #dcdcdc;
    position: absolute;
    right: 17px;
    top: 20px;
  }
  .tel__container {
    margin-bottom: 40px;
  }
  .nav__tel {
    margin-bottom: 8px;
  }
  .nav__tel:last-child {
    display: none;
  }
  .nav-bottom a {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .nav-top a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .nav-top a:last-child {
    display: none;
  }
}
.home {
  height: calc(100vh - 86px);
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #151515;
}
.home .container {
  background: none;
}
.home .title {
  font-family: "Roboto-Bold";
  font-size: 54px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.home .subtitle {
  font-family: "Roboto-Light";
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.home .flex__container {
  -ms-flex-pack: center;
      justify-content: center;
}
.home .btn {
  font-family: "Roboto-Medium";
  font-size: 19px;
  color: #337aef;
  margin-bottom: 80px;
}
.home .btn:first-child {
  margin-right: 60px;
}
.home .img img {
  display: block;
  margin: 0 auto;
}
@media (max-height: 800px) and (min-height: 600px) and (min-width: 1200px) and (max-width: 1440px){
    .home{
        padding-top: 20px;
    }
    .home .btitle{
        font-size: 48px;
    }
    .home .subtitle{
        font-size: 34px;
    }
    .home .img img{
        width: 42%;
    }
    .home .btn{
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
  .home {
    position: relative;
    height: 100vh;
    padding-top: 92px;
  }
  .home .title {
    font-size: 26px;
  }
  .home .subtitle {
    font-size: 16px;
  }
  .home .flex__container {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home .btn {
    font-size: 14px;
  }
  .home .btn:first-child {
    margin-right: 0;
  }
  .home .img img {
    width: 105%;
  }
  .home svg {
    position: absolute;
    fill: #fff;
    width: 32px;
    height: 32px;
    bottom: 14px;
    left: 45%;
  }
}
.why .section__title {
  text-align: left;
  font-family: "MinionPro-Regular";
}
.why .container {
  position: relative;
}
.why-hover {
  position: absolute;
  left: 160px;
  top: 200px;
  border: 15px solid #fff;
  transition: top 1s;
}
.why-hover.active {
  top: -15px;
}
.why-hover__item {
  width: 440px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 45px;
  padding-left: 30px;
  background-color: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.why-hover__item:hover,
.why-hover__item.active {
  background: linear-gradient(to right, #ff001e, #1d42ff);
}
.why-hover__item:hover svg,
.why-hover__item.active svg {
  fill: #fff;
}
.why-hover__item:hover .why-hover__title,
.why-hover__item.active .why-hover__title,
.why-hover__item:hover .why-hover__subtitle,
.why-hover__item.active .why-hover__subtitle {
  color: #fff;
}
.why-hover__item svg {
  width: 60px;
  height: 75px;
  fill: #2e375f;
}
.why-hover__title {
  color: #d84d22;
  font-family: "Roboto-Bold";
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.why-hover__subtitle {
  font-family: "Roboto-Regular";
  font-size: 13px;
  color: #888;
  max-width: 250px;
}
.why-text {
  padding-top: 80px;
  margin-left: 675px;
  padding-bottom: 140px;
}
.why-text .section__title {
  margin-bottom: 20px;
}
.why__title {
  font-family: "MinionPro-Regular";
  font-size: 27px;
  display: none;
}
.why__text {
  letter-spacing: 0.02em;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #888;
  max-width: 660px;
  line-height: 1.7;
}
.why__text:last-child {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .why .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .why-hover {
    position: static;
    border: none;
  }
  .why-hover__item {
    padding: 20px 15px 20px 25px;
    width: 100%;
  }
  .why-hover__item svg {
    width: 40px;
    height: 60px;
  }
  .why-hover__title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .why-hover__subtitle {
    font-size: 12px;
    max-width: 230px;
  }
  .why-text {
    padding-top: 35px;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .why__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .why__text {
    font-size: 13px;
    max-width: 92%;
    margin-bottom: 10px;
  }
  .why__text:last-child {
    margin-top: 0;
  }
}
.lprice .section__title {
  margin-bottom: 50px;
}
.lprice .container {
  padding-top: 170px;
  background: url(/img/12334.png) no-repeat;
  background-position-x: center;
  padding-bottom: 3px;
  border-bottom: 3px solid #eee;
}
.lprice .alert {
  font-family: "Roboto-Italic";
  font-size: 16px;
  color: #ff7f00;
  text-align: center;
  margin-bottom: 15px;
}
.lprice .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 35px;
}
.lprice .item {
  position: relative;
  z-index: 2;
  width: 33%;
  color: #fff;
  letter-spacing: 0.02em;
  padding-top: 40px;
  padding-left: 30px;
  padding-bottom: 40px;
}
.lprice .item:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  border-bottom: 175px solid #2e375f;
  border-left: 90px solid #2e375f;
  border-right: 50px solid transparent;
  width: 100px;
}
.lprice .item:hover:before {
  border-bottom: 175px solid #ff7f00;
  border-left: 90px solid #ff7f00;
  border-right: 50px solid transparent;
}
.lprice .item:nth-child(1) {
  background: url(/img/lprice1.png) no-repeat;
  background-size: cover;
}
.lprice .item:nth-child(2) {
  background: url(/img/lprice2.png) no-repeat;
  background-size: cover;
}
.lprice .item:nth-child(3) {
  background: url(/img/lprice3.png) no-repeat;
  background-size: cover;
}
.lprice .title {
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  font-size: 16px;
}
.lprice .subtitle {
  font-family: "Roboto-Medium";
  font-size: 14px;
  margin-bottom: 25px;
}
.lprice .text {
  font-family: "Roboto-Regular";
  font-size: 14px;
}
.lprice .form__title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 25px;
}
.lprice .form {
  border-top: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.lprice .form .flex__container {
  -ms-flex-pack: center;
      justify-content: center;
}
.lprice .form input {
  border: 2px solid #7d7d7d;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 25px;
  width: 162px;
  margin-right: 13px;
}
.lprice .form .btn {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 162px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  padding-left: 30px;
  padding-right: 10px;
}
.lprice .form .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lprice .form .btn svg {
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .lprice {
    padding-top: 0px;
  }
  .lprice .container {
    width: 100%;
    background-position-y: -101px;
    padding-top: 70px;
  }
  .lprice .alert {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .lprice .items {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 45px;
  }
  .lprice .item {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .lprice .item:nth-child(1),
  .lprice .item:nth-child(2),
  .lprice .item:nth-child(3) {
    background-size: 100% 100%;
  }
  .lprice .item:before {
    border-bottom: 124px solid #2e375f;
    border-left: 45px solid #2e375f;
    border-right: 42px solid transparent;
  }
  .lprice .item:hover:before,
  .lprice .item.active:before {
    border-bottom: 124px solid #ff7f00;
    border-left: 45px solid #ff7f00;
    border-right: 42px solid transparent;
  }
  .lprice .item:not(:last-child) {
    margin-bottom: 8px;
  }
  .lprice .title {
    font-size: 13px;
  }
  .lprice .subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .lprice .text {
    font-size: 12px;
  }
  .lprice .form {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .lprice .form .flex__container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .lprice .form input {
    margin-right: 0;
    width: 268px;
    margin-bottom: 10px;
  }
  .lprice .form .btn {
    margin-top: 30px;
    width: 175px;
    height: 47px;
  }
  .lprice .form__title {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .lprice .form__title span {
    color: #ef3365;
    display: block;
    font-size: 23px;
  }
}
.houses {
  text-align: center;
}
.houses .container {
  padding-top: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.houses .container:last-child {
  padding-top: 0;
}
.houses .form__content {
  margin: 0 60px;
}
.houses .form {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.houses .form img {
  display: block;
  width: 75%;
  margin: 0 auto 20px;
}
.houses .form .houses-mobile__img{
    display: none;
}
.houses .form img:first-child {
  margin-left: 27px;
}
.houses .form .title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.houses .form .subtitle {
    display: none;
  font-size: 30px;
  font-family: "Roboto-Bold";
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.houses .form .subtitle .pink {
  color: #ef3365;
}
.houses .form .subtitle .pink span {
  font-size: 15px;
  position: relative;
  top: -5px;
}
.houses form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.houses form input {
  border: 2px solid #7d7d7d;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 25px;
  width: 172px;
  margin-right: 13px;
}
.houses form .btn {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 195px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: none;
}
.houses form .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.houses form .btn svg {
  width: 9px;
  height: 9px;
}
.houses-title1 {
  font-family: "MinionPro-Medium";
  font-size: 38px;
  margin-bottom: 5px;
}
.houses-title2 {
  font-family: "MinionPro-Bold";
  font-size: 50px;
  color: #ef3365;
  margin-bottom: 10px;
}
.houses-subtitle {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #888;
  margin-bottom: 35px;
}
.container__img {
  margin-bottom: 40px;
}
.houses-items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.houses-item {
  border-radius: 22px;
  position: relative;
}
.houses-item:not(:last-child) {
  margin-right: 25px;
}
.houses-item img {
  border-radius: 20px;
}
.houses-item img:nth-child(2){
    display:none;
}
.houses-item:hover .houses-hover,
.houses-item.active .houses-hover {
  display: block;
}
.houses-hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: none;
  top: 140px;
  left: 0;
  width: 100%;
  position: absolute;
  padding-top: 38px;
  padding-bottom: 30px;
}
.houses-text__title {
  font-family: "Roboto-Light";
  font-size: 28px;
  color: #fff;
  margin-bottom: 35px;
}
.houses-text__title span {
  display: block;
}
.houses-btn {
  cursor: pointer;
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 132px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 30px auto 15px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 30px;
  padding-right: 10px;
  -ms-flex-align: center;
      align-items: center;
  border: none;
}
.houses-btn .svg {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.houses-btn svg {
  width: 9px;
  height: 9px;
}
.houses-btn:before {
  top: 14px;
  left: -16px;
  padding-top: 0;
}
.houses-text__subtitle {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #fff;
}
.houses-text__subtitle span {
  display: block;
}
.houses-text__action {
  font-family: "Roboto-Regular";
  -ms-grid-column: 16px;
      grid-column-start: 16px;
  color: #ff7f00;
}
@media (min-width: 768px) and (max-width: 1630px) {
  .houses .form {
    padding-left: 0;
  }
  .houses .form img:first-child {
    margin-left: 15px;
  }
  .houses .form img:last-child {
    margin-right: 15px;
  }
  .houses-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .houses-item {
    width: 30%;
  }
  .houses-item:not(:last-child) {
    margin-right: 0;
  }
  .houses-item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .houses .form__content {
    margin: 0 30px;
  }
  .houses-item img:first-child{
      display: none;
  }
  .houses-item img:nth-child(2){
      display: block;
      height: 100%;
  }
  .houses .container {
    width: 100%;
    padding-top: 60px;
  }
  .houses .form {
    padding-top: 30px;
    padding-left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .houses .form .title {
    max-width: 275px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .houses .form .title .pink {
    color: #ef3365;
  }
  .houses .form .title .big {
    font-size: 22px;
  }
  .houses .form .subtitle {
    display: none;
    font-size: 22px;
    max-width: 220px;
    margin: 0 auto 35px;
  }
  .houses .form img {
    display: none;
    
  }
  .houses .form .houses-mobile__img{
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto 40px;
  }
  .houses .form img:first-child {
    display: none;
  }
  .houses form {
    width: 268px;
    margin: 0 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .houses form input {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .houses form .btn {
    width: 100%;
    height: 46px;
  }
  .houses-title1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .houses-title2 {
    margin-bottom: 24px;
  }
  .houses-subtitle {
    max-width: 200px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  .houses-subtitle + .container__img {
    display: none;
  }
  .houses-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .houses-item {
    height: 305px;
    border-radius: 8px;
    overflow: hidden;
  }
  .houses-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .houses-hover {
    top: 0;
    padding-top: 35px;
    height: 100%;
  }
  .houses-text__title {
    margin-bottom: 13px;
  }
  .houses-btn {
    margin-top: 14px;
  }
  .houses-hover {
    border-radius: 25px;
  }
}
.lamps .container{
    background: none;
}
.lamps .section__title{
    margin-bottom: 50px;
}
.lamps .container__bg {
  padding-top: 90px;
  padding-bottom: 200px;
  background-position-y: -100px;
  background-position-x: 70%;
}
.lamps .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 195px;
}
.lamps .lamp-main__img {
  width: 445px;
  height: 445px;
  margin-right: 50px;
  margin-left: 110px;
}
.lamps .lamp-main__img img {
  width: 100%;
  height: auto;
}
.lamps .lamp-text {
  position: relative;
}
.lamps .lamp-text__top {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.lamps .lamp-text__top .section__title {
  text-align: left;
}
.lamps .lamp-text__top .alert {
  text-align: left;
}
.lamps .lamp-text__items {
  position: absolute;
  top: -55px;
  left: 70px;
  border: 2px solid #494f50;
  padding-top: 220px;
  padding-bottom: 48px;
  padding-left: 25px;
  padding-right: 65px;
}
.lamps .lamp-text__item {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lamps .lamp-text__item .price {
  min-width: 65px;
  text-align: right;
  font-family: "Roboto-Bold";
  font-size: 24px;
}
.lamps .lamp-text__item .price span {
  display: block;
  font-family: "Roboto-Light";
  font-size: 14px;
}
.lamps .lamp-text__item .price.red {
  color: #d73838;
}
.lamps .lamp-text__item .title {
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}
.lamps .lamp-text__item .text {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #888;
  max-width: 310px;
}
.lamps .lamp-text__item .text .pink {
  color: #ef3365;
}
.lamps .lamp-text__item:not(:last-child) {
  margin-bottom: 30px;
}
.lamps .btn {
  margin-top: 45px;
  margin-left: 80px;
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 162px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 10px;
}
.lamps .btn:before {
  top: 14px;
  left: -16px;
  padding-top: 0;
}
.lamps .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lamps .btn svg {
  width: 9px;
  height: 9px;
}
.lamps .items {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.lamps .item {
  width: 270px;
  background: #fff;
  padding-bottom: 20px;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.lamps .item:hover,
.lamps .item.active {
  box-shadow: -7px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.lamps .item:not(:nth-child(4n)) {
  margin-right: 31px;
}
.lamps .item{
    margin-bottom: 53px;
}
.lamps .item .img {
  margin: 0 20px;
  border-bottom: 1px solid #f4f4f4;
  height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lamps .item .img img {
  width: 170px;
  height: auto;
}
.lamps .item .item__title {
  font-family: "Roboto-Bold";
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.lamps .item .item__price {
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #ff7f00;
  text-align: center;
}
.lamps .item .item__price span {
  display: inline-block;
  margin-left: 20px;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #767676;
  text-decoration: line-through;
}
@media (min-width: 1331px) and (max-width: 1630px) {
  .lamps .lamp-text__items {
    left: 55px;
  }
}
@media (min-width: 1280px) and (max-width: 1330px) {
  .lamps .lamp-text__items {
    left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1440px){
    .lamps .item:not(:nth-child(4n)){
        margin-right: 0;
    }
    .lamps .item:not(:nth-child(3n)){
        margin-right: 31px;
    }
}
@media (max-width: 767px) {
  .lamps .container {
    width: 100%;
  }
  .lamps .slick-dots {
    top: 100%;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .lamps .slick-dots li {
    margin-bottom: 0;
    width: 6px;
    height: 6px;
    background: none;
    border: none;
    border-radius: 50%;
  }
  .lamps .alert{
      display: none;
  }
  .lamps .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .lamps .slick-dots li.slick-active button {
    background-color: #ef3365;
  }
  .lamps .slick-dots button {
    border: none;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .lamps .container__bg {
    padding-top: 40px;
    background: none;
    padding-bottom: 60px;
  }
  .lamps .lamp-main__img {
    display: none;
  }
  .lamps .lamp-text__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .lamps .lamp-text__top .alert {
    margin-bottom: 25px;
    text-align: center;
  }
  .lamps .lamp-text__top .section__title {
    text-align: center;
    font-size: 22px;
  }
  .lamps .flex {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 45px;
  }
  .lamps .lamp-text__items {
    display: none;
    position: static;
    border: none;
    padding: 0;
  }
  .lamps .lamp-text__item {
    width: 100%;
  }
  .lamps .lamp-text__item .price {
    margin-right: 25px;
  }
  .lamps .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .lamps .item {
    width: 160px;
  }
  .lamps .item:not(:last-child) {
    margin-right: 0;
  }
  .lamps .item:first-child {
    margin-bottom: 10px;
  }
  .lamps .item:nth-child(2) {
    margin-bottom: 10px;
  }
  .lamps .item .item__title {
    font-size: 16px;
  }
  .lamps .item .item__price {
    font-size: 16px;
  }
  .lamps .item .img {
    height: 200px;
  }
  .lamps .item .img img {
    width: 200px;
  }
  .lamps .item:hover,
  .lamps .item.active {
    box-shadow: none;
  }
}
.message {
  background: url(/img/123.png) no-repeat;
  padding-left: 250px;
  background-size: cover;
  letter-spacing: 0.02em;
}
.message .container {
  padding-top: 55px;
  background: none;
  padding-bottom: 70px;
}
.message .mob {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto-Regular";
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.message .mob .svg {
  position: relative;
  top: 3px;
  margin-left: 12px;
}
.message .mob svg {
  width: 20px;
  height: 20px;
}
.message .mob.active .svg {
  top: 3px;
}
.message .mob.active .svg svg {
  transform: rotate(180deg);
}
.message .alert {
  font-family: "MyriadPro-Regular";
  font-style: italic;
  font-size: 16px;
  color: #ff7f00;
  margin-bottom: 10px;
  text-align: left;
}
.message .section__title {
  text-align: left;
}
.message .text__containers {
  display: none;
}
.message .text__containers.active {
  display: block;
}
.message .text__container {
  max-width: 915px;
}
.message .text__container:not(:last-child) {
  margin-bottom: 20px;
}
.message .text__container:nth-child(3) .text:not(:last-child) {
  margin-bottom: 20px;
}
.message .title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.message .text {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #4c4c4c;
}
.message .form__title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #4c4c4c;
  max-width: 1030px;
  padding-left: 200px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.message .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 220px;
}
.message .form input {
  border: 2px solid #7d7d7d;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  border-radius: 25px;
  width: 162px;
  background: none;
}
.message .form input:not(:last-child) {
  margin-right: 10px;
}
.message .form .btn {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 266px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  padding-left: 30px;
  padding-right: 10px;
}
.message .form .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.message .form .btn svg {
  width: 9px;
  height: 9px;
}
@media (max-width: 1630px) {
  .message {
    padding-left: 0;
    padding-right: 0;
  }
  .message .container {
    padding: 55px 20px 30px;
  }
  .message .form__title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .message {
    background: none;
  }
  .message .alert {
    text-align: center;
  }
  .message .section__title {
    text-align: center;
  }
  .message .mob {
    font-size: 19px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .message .form {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 268px;
    margin-right: 0;
    margin: 0 auto;
  }
  .message .form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .message .form input:not(:last-child) {
    margin-right: 0;
  }
  .message .form .btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.vr .container__bg {
  padding-top: 50px;
  background: url(/img/111111.png) no-repeat;
  background-position-x: 37%;
  background-position-y: 62%;
}
.vr .alert {
  font-family: "Roboto-Italic";
  font-size: 16px;
  color: #ff7f00;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
}
.vr .section__subtitle {
  font-family: 'Roboto-Regular';
  -ms-grid-column: 16px;
      grid-column-start: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #888;
  max-width: 720px;
  margin: 20px auto 160px;
}
.vr .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 100px;
}
.vr .items.top {
  margin-bottom: 95px;
}
.vr .item {
  display: -ms-flexbox;
  display: flex;
}
.vr .item .title {
  font-family: "MinionPro-Regular";
  font-style: italic;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.vr .item .text {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #888;
  max-width: 280px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.vr .item:first-child .img {
  margin-right: 24px;
}
.vr .item:last-child .text {
  text-align: right;
}
.vr .item:last-child .text__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
.vr .item:last-child .img {
  margin-left: 35px;
}
.vr .text-vr {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #888;
  margin-bottom: 35px;
  line-height: 1.4;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px){
    .vr .text-vr{
        margin-bottom: 30px;
    }
}
.vr .form {
  border: 1px solid #ef3365;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}
.vr .form input {
  border: 1px solid #e6e6e6;
  border-right: none;
  width: 320px;
  box-sizing: border-box;
  padding-left: 20px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #888;
}
.vr .form .btn {
  font-family: 'Roboto-Medium';
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  background: #ef3365;
  border: none;
  padding: 19px 35px 19px 33px;
}
@media (min-width: 768px) and (max-width: 1630px) {
  .vr .items {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .vr {
    padding-left: 0;
    padding-right: 0;
  }
  .vr .alert {
    margin-bottom: 15px;
  }
  .vr .container {
    width: 100%;
    background: none;
  }
  .vr .form__title {
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin-top: 500px;
    margin-bottom: 30px;
  }
  .vr .container__bg {
    background-size: 125%;
    background-position-x: 95%;
    background-position-y: 49%;
  }
  .vr .section__title {
    font-size: 26px;
    color: #ef3365;
    max-width: 180px;
    margin: 0 auto;
  }
  .vr .section__subtitle {
    font-size: 12px;
    max-width: 300px;
  }
  .vr .items {
    display: none;
  }
  .vr .form {
    width: 268px;
    margin-top: 0;
  }
  .vr .form input {
    width: 178px;
  }
  .vr .form .btn {
    width: 90px;
    padding: 15px 22px 15px 11px;
  }
}
.facts .container {
  padding-top: 105px;
  padding-bottom: 110px;
  background: url(/img/facts-img__bg.png) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}
.facts .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.facts .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.facts .item:not(:last-child) {
  margin-right: 130px;
}
.facts .img {
  margin-bottom: 30px;
}
.facts .number {
  font-family: 'Roboto-Light';
  font-size: 45px;
}
.facts .text {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #888;
}
@media (max-width: 1630px) {
  .facts .item:not(:last-child) {
    margin-right: 90px;
  }
  .facts .img {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .facts {
    display: none;
  }
}
.review {
  padding-bottom: 160px;
}
.review .container {
  padding-top: 140px;
  background: url(/img/review__bg.png) no-repeat;
  background-position-x: 50%;
  background-position-y: 0;
}
.review .items {
  margin-top: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.review .item {
  height: 700px;
  background: #fff;
}
.review .review__container {
  padding-top: 55px;
  height: 350px;
}
.review .date {
  font-family: "Roboto-Medium";
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}
.review .date span {
  color: #ff7f00;
}
.review .text {
  font-family: "Roboto-Regular";
  font-size: 16px;
  max-width: 305px;
  text-align: center;
  margin: 0 auto;
  color: #333333;
}
.review .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1630px) {
  .review .item {
    width: 33%;
    height: 600px;
  }
  .review .img {
    width: 100%;
  }
  .review .people {
    height: 300px;
  }
  .review .people img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .review .review__container {
    height: 300px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .review {
    padding-bottom: 0;
  }
  .review .container {
    background: none;
    width: 100%;
    padding-top: 40px;
  }
  .review .alert {
    margin-bottom: 7px;
  }
  .review .section__title {
    margin-bottom: 30px;
  }
  .review .items {
    margin-top: 0;
    display: block;
  }
  .review .item {
    height: 500px;
    width: 560px;
  }
  .review .item > .img img {
    width: 100%;
  }
  .review .slick-dots {
    top: 62%;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .review .slick-dots li {
    margin-bottom: 0;
    width: 6px;
    height: 6px;
    background: none;
    border: none;
    border-radius: 50%;
  }
  .review .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .review .slick-dots li.slick-active button {
    background-color: #ef3365;
  }
  .review .slick-dots button {
    border: none;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .review .review__container {
    height: 200px;
    padding-top: 50px;
  }
  .review .date {
    margin-top: 7px;
    margin-bottom: 16px;
  }
}
.calculator .container {
  padding-top: 140px;
  padding-bottom: 40px;
}
.calculator .form-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 70px;
}
.calculator .form-top input {
  border: 1px solid #2faf05;
  border-radius: 25px;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Roboto-Regular";
  font-size: 15px;
  width: 100%;
  padding: 10px 38px 10px 19px;
}
.calculator .form .input__tel {
  border: 1px solid #ddd;
  margin: 20px 0;
}
.calculator .form .btn {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  height: 40px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 30px;
  padding-right: 10px;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  cursor: pointer;
}
.calculator .form .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.calculator .form .btn svg {
  width: 9px;
  height: 9px;
}
.calculator .text__container {
  padding-right: 80px;
}
.calculator .section__title {
  text-align: left;
}
.calculator .alert {
  text-align: left;
  margin-bottom: 35px;
}
.calculator .economy {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  margin-bottom: 35px;
  align-items: center;
}
.calculator .economy svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  padding: 8px 8px 7px;
  background: #333;
}
.calculator .economy p {
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #333;
  letter-spacing: 0.02em;
  padding: 0 20px;
  padding-bottom: 5px;
}
.calculator .flex__container {
  margin-top: 40px;
}
.calculator .text {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #888;
  letter-spacing: 0.02em;
  max-width: 280px;
}
.calculator .zn {
  position: relative;
  top: -20px;
  font-family: 'Roboto-Black';
  font-size: 100px;
  color: #ff7f00;
  margin-right: 25px;
}
.calculator .form-title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.calculator .item {
  width: 340px;
}
.calculator .item:not(:last-child) {
  margin-bottom: 20px;
}
.calculator .form__bottom .title {
  font-size: 26px;
  font-family: "MinionPro-Bold";
  text-align: center;
  margin-bottom: 30px;
}
.calculator .form__bottom form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.calculator .form__bottom input {
  border: 2px solid #7d7d7d;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 25px;
  width: 162px;
  margin-right: 13px;
}
.calculator .form__bottom .btn {
  background-color: #ef3365;
  color: #fff;
  border-radius: 25px;
  width: 162px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 30px;
  padding-right: 10px;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  cursor: pointer;
}
.calculator .form__bottom .btn .svg {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.calculator .form__bottom .btn svg {
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .calculator .container{
      padding-top: 100px;
  }
  .calculator .form-top {
    display: block;
    margin-bottom: 35px;
  }
  .calculator .text__container {
    padding-right: 0;
  }
  .calculator .section__title {
    margin-bottom: 20px;
  }
  .calculator .economy {
    margin-bottom: 25px;
    width: fit-content;
  }
  .calculator .text {
    font-size: 12px;
  }
  .calculator .zn {
    font-size: 59px;
    margin-right: 20px;
    top: -12px;
    right: -8px;
  }
  .calculator .flex__container {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .calculator .form-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .calculator .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .calculator .form__bottom .title {
    display: none;
  }
  .calculator .form__bottom form {
    width: 268px;
    margin: 0 auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .calculator .form__bottom input {
    width: 100%;
    margin-bottom: 10px;
  }
  .calculator .form__bottom .btn {
    width: 100%;
    height: 47px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 10px;
    padding-left: 25px;
  }
}
.sale .container {
  padding-bottom: 190px;
  padding-top: 75px;
}
.sale .section__title span {
  color: #ef3365;
}
.sale .section__title .newline {
  display: block;
}
.sale .img1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.sale .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 39px;
}
.sale .btn {
  font-family: "Roboto-Regular";
  font-size: 15px;
  cursor: pointer;
  color: #888;
  letter-spacing: 0.02em;
  padding: 7px 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-top: 2px;
  margin-bottom: 2px;
}
.sale .btn.active {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  background-color: #ff7f00;
  margin: 0;
  border-top: 3px solid #ff7f00;
  border-bottom: 3px solid #ff7f00;
}
.sale .btn:not(:last-child) {
  margin-right: 14px;
}
.sale .img {
  height: 350px;
}
.sale .images {
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 1s;
}
.sale .images .img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sale .images img {
  display: block;
  width: 100%;
}
.sale .images.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.sale .images.prev {
  opacity: 0;
}
.sale .main-img {
  width: 42%;
  margin-right: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sale .img__container {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sale .img__container:last-child {
  margin-left: 30px;
}
.sale .form {
  width: 1130px;
  margin: 0 auto;
}
.sale .form .img__container{
    width: 100%;
}
.sale .form img{
    width: 75%;
    margin: 0 auto 20px;
    display: block;
}
.sale .form .title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.sale .form .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 22px;
}
.sale .form input {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 25px;
  border: 2px solid #7d7d7d;
  padding-top: 15px;
  padding-bottom: 17px;
  border-radius: 35px;
  width: 555px;
}
.sale .form .btn {
  width: 100%;
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 35px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sale .form img:last-child{
    display: none;
}
@media (max-width: 1630px) {
  .sale .form {
    width: 88%;
  }
  .sale .form input {
    width: 49%;
  }
}
@media (max-width: 767px) {
    .sale .form img:first-child{
        display: none;
    }
    .sale .form img:last-child{
        display: block;
        width: 105%;
    }
  .sale .main-img {
    width: 570px;
    height: 734px;
    overflow: hidden;
  }
  .sale .container {
    padding-top: 0;
    width: 100%;
    padding-bottom: 100px;
  }
  .sale .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sale .images-slick {
    display: none;
    margin-bottom: 50px;
  }
  .sale .images-slick img {
    width: 100%;
    height: auto;
  }
  .sale .images-slick.active {
    display: block;
  }
  .sale .slick-dots {
    top: 100%;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .sale .slick-dots li {
    margin-bottom: 0;
    width: 6px;
    height: 6px;
    background: none;
    border: none;
    border-radius: 50%;
  }
  .sale .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .sale .slick-dots li.slick-active button {
    background-color: #ef3365;
  }
  .sale .slick-dots button {
    border: none;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .sale .form {
    width: 268px;
    margin: 0 auto;
  }
  .sale .form .title {
    width: 105%;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
  }
  .sale .form .title span {
    display: block;
  }
  .sale .form .flex {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .sale .form input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.range {
  -webkit-appearance: none;
  width: 1130px;
  height: 6px;
  outline: none;
  border: none;
  margin-bottom: 70px;
  background: -webkit-linear-gradient(left, #ff7f00 0%, #ff7f00 1%, #c6c6c6 1%, #c6c6c6 100%);
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  background: #ef3365;
  border-radius: 18px;
  cursor: pointer;
}
.gifts .gifts-mobile {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.gifts .mobile-gift {
  width: 23%;
}
.gifts .mobile-gift:first-child {
  margin-bottom: 20px;
}
.gifts .mobile-gift img {
  width: 100%;
}
.gifts .container__bg {
  padding-bottom: 50px;
  padding-top: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: url(/img/gift__bg.png) no-repeat;
  background-position-y: 40%;
  background-position-x: 95%;
  position: relative;
}
.gifts .img1 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.gifts .section__title {
  margin-bottom: 45px;
}
.gifts .section__subtitle {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #888;
  text-align: center;
  max-width: 430px;
}
.gifts .flex__container {
  margin-left: 125px;
  margin-bottom: 55px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.gifts .range__value {
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #727272;
}
.gifts .range__value:first-child {
  margin-right: 60px;
}
.gifts .range__value span {
  font-size: 30px;
  margin-left: 14px;
  color: #636363;
  display: inline-block;
}
.gifts .items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.gifts .item .title {
  width: 140px;
  height: 80px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #333;
}
.gifts .item .title p {
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
}
.gifts .item .title p span {
  display: block;
}
.gifts .item .img {
  width: 140px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f9f9f9;
}
.gifts .item .img:not(:last-child) {
  margin-bottom: 15px;
}
.gifts .item .img.active {
  border: 3px solid green;
}
.gifts .item .img img:first-child {
  display: none;
}
.gifts .item:not(:last-child) {
  margin-right: 10px;
}
.gifts .item.active .img {
  cursor: pointer;
}
.gifts .item.active .img img:first-child {
  display: block;
}
.gifts .item.active .img img:last-child {
  display: none;
}
.gifts .item.active .title {
  background-color: #ff7f00;
}
.gifts .form {
  width: 1130px;
  margin: 0 auto;
}
.gifts .form .title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
.gifts .form .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 22px;
}
.gifts .form input {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #888;
  padding-left: 25px;
  border: 2px solid #888;
  padding-top: 15px;
  padding-bottom: 17px;
  border-radius: 35px;
  width: 555px;
}
.gifts .form .btn {
  width: 100%;
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 35px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1630px) {
  .range {
    width: 96%;
  }
  .gifts .form {
    width: 96%;
  }
  .gifts .form input {
    width: 49%;
  }
  .gifts .container__bg::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .gifts .container {
    width: 100%;
  }
  .gifts .container__bg {
    padding-top: 100px;
    background: none;
  }
  .gifts .flex__container {
    margin: 0 auto;
  }
  .gifts .alert {
    margin-bottom: 20px;
  }
  .gifts .section__title {
    margin-bottom: 20px;
  }
  .gifts .section__subtitle {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .gifts .img1 {
    display: none;
  }
  .gifts .range__value {
    margin-bottom: 70px;
    width: 268px;
  }
  .gifts .range__value:last-child {
    display: none;
  }
  .gifts .range__value:first-child {
    margin-right: 0;
  }
  .gifts .range__value span {
    margin-left: 35px;
  }
  .gifts .range {
    width: 100%;
  }
  .gifts .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gifts .item .title {
    width: 85px;
    height: 48px;
    margin-bottom: 6px;
  }
  .gifts .item .title p {
    font-size: 12px;
  }
  .gifts .item .img {
    width: 85px;
    height: 60px;
  }
  .gifts .item .img img {
    height: 80%;
  }
  .gifts .item .img:not(:last-child) {
    margin-bottom: 6px;
  }
  .gifts .item:not(:last-child) {
    margin-right: 0;
  }
  .gifts .form {
    width: 268px;
  }
  .gifts .form .flex {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
  .gifts .form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .gifts .form .title {
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
  }
  .gifts .section__subtitle {
    display: none;
  }
  .gifts .flex__container {
    display: none;
  }
  .gifts .range {
    display: none;
  }
  .gifts .items {
    display: none;
  }
  .gifts .gifts-mobile {
    margin-bottom: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gifts .mobile-gift {
    width: 140px;
  }
  .gifts .mobile-gift:first-child {
    margin-bottom: 20px;
  }
  .gifts .mobile-gift img {
    width: 100%;
  }
}
.lateswork .container {
  position: relative;
}
.lateswork .items {
  width: 100%;
}
.lateswork .items img {
  width: 345px;
  height: 316px;
}
.lateswork .item__main {
  position: relative;
}
.lateswork .mask {
  padding-left: 70px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 345px;
  height: 316px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.lateswork .mask .title {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.lateswork .mask .subtitle {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}
.lateswork .arrows__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: none;
  width: 120px;
  padding: 4px;
  border: 1px solid #4c4a4b;
  border-radius: 30px;
}
.lateswork .arrows__container .prev,
.lateswork .arrows__container .next {
  padding: 9px 14px;
  background-color: #4c4a4b;
  border-radius: 50%;
}
.lateswork .arrows__container .prev:hover,
.lateswork .arrows__container .next:hover {
  background-color: #fff;
  cursor: pointer;
}
.lateswork .arrows__container .prev:hover svg,
.lateswork .arrows__container .next:hover svg {
  fill: #ef3365;
}
.lateswork .arrows__container .next {
  background-color: #ef3365;
}
.lateswork .arrows__container svg {
  width: 9px;
  height: 9px;
  fill: #fff;
}
.lateswork .slick-current .item {
  position: relative;
}
@media (max-width: 767px) {
  .lateswork .items img {
    height: auto;
  }
  .lateswork .mask {
    display: none;
  }
  .lateswork .slick-dots {
    top: 100%;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .lateswork .slick-dots li {
    margin-bottom: 0;
    width: 6px;
    height: 6px;
    background: none;
    border: none;
    border-radius: 50%;
  }
  .lateswork .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .lateswork .slick-dots li.slick-active button {
    background-color: #ef3365;
  }
  .lateswork .slick-dots button {
    border: none;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .lateswork .title {
    font-family: "Roboto-Bold";
    font-size: 18px;
    list-style: 0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
  }
  .lateswork .subtitle {
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 10px;
    color: #777;
  }
}
.light .container {
  padding-top: 50px;
  position: relative;
}
.light .absolute {
  position: absolute;
  top: 5px;
  left: 5px;
}
.light .absolute img {
  width: 75px;
}
.light .hand {
  position: absolute;
  top: 30px;
  left: 43%;
  z-index: 0;
}
.light .section__title {
  margin-bottom: 10px;
}
.light .section__title .orange {
  color: #ee4415;
}
.light .section__subtitle {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #939393;
  text-align: center;
}
.light .img1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
.light .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 1;
  position: relative;
}
.light .items .item__slide img {
  width: 320px;
  height: 280px;
}
.light .item {
  width: 320px;
  position: relative;
  overflow: hidden;
}
.light .item .slick-arrow {
  display: none!important;
}
.light .item:nth-child(2) .text,
.light .item:nth-child(6) .text {
  padding-top: 8px;
}
.light .item .text {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 200px;
  height: 52px;
  background-color: #ff7f00;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-top: 18px;
  padding-left: 23px;
  transition: width 0.6s;
}
.light .item .text:before {
  transition: right 0.1s;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  right: -30px;
  top: 0;
  content: '';
  position: absolute;
  border: 52px solid transparent;
  border-left: 30px solid #ff7f00;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}
.light .item:hover .text:before {
  right: 0;
}
.light .item:hover .text {
  padding-left: 0;
  width: 0;
}
.light .item__wrapper .item__slide:not(:first-child) {
  display: none;
}
.light .slick-dots {
  display: -ms-flexbox;
  display: flex;
  top: unset;
  bottom: 8%;
  width: 100%;
  right: unset;
  left: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.light .slick-dots li {
  margin-bottom: 0;
  width: 100px;
  height: 3px;
  background: none;
  border: none;
  border-radius: 50%;
}
.light .slick-dots li button {
  width: 100px;
  height: 3px;
  background: #fff;
  border: none;
}
.light .slick-dots li.slick-active button {
  background-color: #ff7f00;
}
@media (max-width: 767px) {
  .light .hand {
    display: none;
  }
  .light .items {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .light .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.gallery .container {
  padding-top: 88px;
  padding-bottom: 70px;
}
.gallery .section__title {
  margin-bottom: 15px;
}
.gallery .double__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}
.gallery .items {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.gallery svg {
  fill: #ff7f00;
  width: 26px;
  height: 21px;
  box-sizing: content-box;
  padding: 0 22px 15px;
  border-bottom: 1px solid #eee;
}
.gallery .images {
  width: 1170px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery .images__item {
  width: 280px;
}
.gallery .images__item img {
  width: 100%;
}
.gallery .images__item:nth-child(4n) {
  margin-bottom: 15px;
}
.gallery .images__item:not(:nth-child(4n)) {
  margin-right: 16px;
}
.gallery .flex__container {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.gallery .images__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 49.5%;
}
.gallery .images__container .flex__container {
  width: 100%;
}
.gallery .images__container .img1 {
  width: 49%;
}
.gallery .images__container .img2 {
  width: 49%;
}
.gallery .images__container .img3 {
  width: 100%;
}
.gallery .images__container .img4 {
  width: 100%;
}
.gallery .images__container img {
  display: block;
  width: 100%;
}
.gallery .item {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #9e9e9e;
  cursor: pointer;
  letter-spacing: 0.02em;
  padding: 17px 25px 19px;
  border-bottom: 1px solid #eee;
}
.gallery .item.active {
  color: #272727;
  border-bottom: none;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media (min-width: 768px) and (max-width: 1630px) {
  .gallery .images {
    width: 100%;
  }
  .gallery .images__item {
    width: 260px;
  }
  .gallery .images__item:nth-child(4n) {
    margin-bottom: 7px;
  }
  .gallery .images__item:not(:nth-child(4n)) {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .gallery .alert{
      display: none;
  }
  .gallery .section__title {
    font-size: 40px;
  }
  .gallery .section__title .pink {
    color: #ef3365;
  }
  .gallery .images-slick {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gallery .images-slick .img__wrap {
    width: 42%;
  }
  .gallery .images-slick .img__wrap:not(:last-child) {
    margin-bottom: 20px;
  }
  .gallery .images-slick .img__wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery .container {
    padding-top: 80px;
    width: 100%;
    padding-bottom: 30px;
  }
  .gallery .double__line {
    display: none;
  }
  .gallery .items {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .gallery .items svg {
    display: none;
  }
  .gallery .item {
    border: none;
    width: 100%;
    text-align: center;
  }
  .gallery .item.active {
    background-color: #ff7f00;
    border: none;
    color: #fff;
  }
  .gallery .slick-dots {
    top: 100%;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .gallery .slick-dots li {
    margin-bottom: 0;
    width: 6px;
    height: 6px;
    background: none;
    border: none;
    border-radius: 50%;
  }
  .gallery .slick-dots li:not(:last-child) {
    margin-right: 4px;
  }
  .gallery .slick-dots li.slick-active button {
    background-color: #ef3365;
  }
  .gallery .slick-dots button {
    border: none;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .gallery .images {
    min-width: 300px;
    width: 90%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gallery .images__item {
    width: 150px;
  }
  .gallery .images__item:nth-child(4n) {
    margin-bottom: 0;
  }
  .gallery .images__item:nth-child(2n) {
    margin-bottom: 10px;
  }
  .gallery .images__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.steps .container {
  padding-top: 115px;
  padding-bottom: 70px;
}
.steps .range {
  width: 600px;
}
.steps .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.steps .section__title span {
  color: #ee4415;
}
.steps .step__first,
.steps .step {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.steps .step__second,
.steps .step__third,
.steps .step__fourth,
.steps .step__fifth {
  display: none;
}
.steps .step__fifth input {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #888;
  padding-left: 25px;
  border: 2px solid #888;
  padding-top: 15px;
  padding-bottom: 17px;
  border-radius: 35px;
}
.steps .title,
.steps .question {
  font-family: "Roboto-Bold";
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #333;
  text-align: center;
  margin-bottom: 75px;
  margin-top: 30px;
}
.steps .text {
  font-family: "Roboto-Regular";
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #888;
  text-align: center;
}
.steps .text_block {
  margin-bottom: 80px;
}
.steps .btn {
  width: 1130px;
  color: #fff;
  border-radius: 30px;
  font-family: 'Roboto-Medium';
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 16px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.steps .btn.small {
  padding-left: 50px;
  padding-right: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.steps .light-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.steps .items {
  margin: 0 auto;
  width: 860px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steps .item {
  cursor: pointer;
}
.steps .item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.steps .item:nth-child(4) {
  margin-bottom: 20px;
}
.steps .item.active .text-title {
  background-color: green;
}
.steps .item.active .text-title::after {
  display: block;
}
.steps .item img {
  display: block;
  width: 200px;
  height: 200px;
}
.steps .item .text-title {
  position: relative;
  width: 200px;
  padding: 15px 15px;
  background: #ef3365;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Regular";
}
.steps .item .text-title::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-radius: 25%;
  top: 10px;
  left: 20px;
}
.steps .item .text-title::after {
  display: none;
  position: absolute;
  content: "\2713";
  top: 8px;
  left: 27px;
  font-size: 24px;
}
.steps .item .item-text {
  margin-left: 50px;
}
.steps .light-item {
  cursor: pointer;
  position: relative;
  width: 400px;
  background: #ef3365;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  color: #fff;
}
.steps .light-item:not(:last-child) {
  margin-bottom: 10px;
}
.steps .light-item .light-item__text {
  font-family: "Roboto-Regular";
  margin-left: 60px;
  text-align: left;
}
.steps .light-item:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 25%;
  border: 3px solid #fff;
  left: 15px;
  top: 10px;
}
.steps .light-item::after {
  display: none;
  position: absolute;
  content: "\2713";
  top: 8px;
  color: #fff;
  left: 22px;
  font-size: 24px;
}
.steps .light-item.active {
  background: #2faf08;
}
.steps .light-item.active:after {
  display: block;
}
.steps .range-text__container {
  padding: 10px 20px;
  width: 150px;
  margin: 0 auto;
  border: 2px solid black;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 16px;
}
.steps .range-text__container .value {
  margin-right: 5px;
}
@media (max-width: 1630px) {
  .steps .btn {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .steps .section__title {
    margin-bottom: 34px;
  }
  .steps .title,
  .steps .question {
    margin-top: 0;
    margin-bottom: 28px;
  }
  .steps .items {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .steps .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .steps .item:nth-child(2n) {
    margin-bottom: 20px;
  }
  .steps .item img {
    width: 150px;
    height: 150px;
  }
  .steps .item .text-title {
    width: 150px;
    padding: 15px 5px;
    font-size: 13px;
  }
  .steps .item .text-title:before {
    width: 15px;
    height: 15px;
    top: 12px;
    left: 10px;
  }
  .steps .item .text-title:after {
    font-size: 17px;
    top: 10px;
    left: 15px;
  }
  .steps .item .item-text {
    margin-left: 35px;
  }
  .steps .light-items {
    width: 100%;
  }
  .steps .light-item {
    width: 85%;
    font-size: 13px;
  }
  .steps .light-item .light-item__text {
    margin-left: 50px;
  }
  .steps .light-item:before {
    width: 15px;
    height: 15px;
    top: 12px;
    left: 10px;
  }
  .steps .light-item:after {
    font-size: 17px;
    top: 10px;
    left: 15px;
  }
  .steps .range {
    width: 100%;
  }
}
.map iframe {
  width: 100%;
  height: 490px;
  border: none;
}
@media (max-width: 767px) {
  .map {
    padding: 0;
  }
}
.lprice .selectric{
    margin-right: 13px;
    border: 2px solid #7d7d7d;
}
.lprice .selectric span{
    width: 115px;
    height: 49px;
    line-height: 51px;
}
.lprice .selectric .button{
    top: 8px;
}
@media (max-width: 767px){
  .lprice .selectric{
    margin-right: 0;
    margin-bottom: 10px;
}
.lprice .selectric span{
    width: 211px;
    height: 45px;
}  
}
@font-face {
  font-family: "MinionPro-Medium";
  src: url("../fonts/MinionPro-Medium.otf") format("truetype");
}
@font-face {
  font-family: "MinionPro-Bold";
  src: url("../fonts/MinionPro-Bold.otf") format("truetype");
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
}
