h1, .bread {
    display:none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

button {
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}

input,
select {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
}

.wrap {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
}

.page-designer,
.page-opt {
  font-family: "GothamProReg", sans-serif;
}

.section-title {
  position: relative;
  font-family: "GothamPro-Bold", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}

.section-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
  height: 1px;
  background-color: #ff6c00;
}

.section-subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.btn-catalog {
  text-align: center;
}

.btn-catalog a {
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 23px 10px;
  background-color: #ff6c00;
  border-radius: 100px;
  -webkit-box-shadow: 0 18px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 18px 10px rgba(0, 0, 0, 0.13);
}

.btn-catalog a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.check-item {
  position: relative;
  font-size: 24px;
  line-height: 1.8;
  color: #222222;
  padding-left: 88px!important;
}



.check-item::before {
  content: ''!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  display: block;
  width: 50px!important;
  height: 50px!important;
  background: url("/wa-data/public/site/landing/opt/gal.png") center/contain no-repeat!important;
}

.check-item:not(:first-child) {
  margin-top: 30px;
}

/* section */

.greet {
  position: relative;
  padding: 110px 155px 220px;
  background: #fdf7f1 url("/wa-data/public/site/landing/opt/1.png") center/cover no-repeat;
}

.greet__title {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
}

.greet__title span {
  font-family: "GothamPro-Bold", sans-serif;
  color: #ff6c00;
}

.greet__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.select {
  margin-top: 120px;
}

.select .section-title {
  max-width: 880px;
  margin: 0 auto;
}

.select-list {
  max-width: 1210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f9f9f9;
  margin: 40px auto 0;
}

.select-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  padding: 15px 12px;
}

.select-item__img {
  position: relative;
  padding-top: 203px;
}

.select-item__img img {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select-item__text {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 40px;
}

.garant {
  position: relative;
  min-height: 635px;
  padding: 80px 20px 30px;
  background: #f4f4f4 url("/wa-data/public/site/landing/opt/3.png") 14% bottom/cover no-repeat;
  z-index: 5;
}

.garant::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.garant .section-title {
  max-width: 760px;
  color: #ffffff;
  margin: 0 auto;
}

.garant-wrapper {
  max-width: 590px;
  margin: 60px auto 0;
}

.garant .check-item {
  color: #ffffff;
}

.garant .btn-catalog {
  margin-top: 70px;
}

.help {
  padding: 50px 20px;
  background: url("/wa-data/public/site/landing/opt/4.png");
}

.help__wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.help .section-title {
  max-width: 620px;
  margin: 0 auto;
}

.help .section-title span {
  color: #ff6c00;
  font-size: 50px;
}

.help .section-subtitle {
  margin-top: 115px;
}

.help-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px -20px;
}

.help-item {
  width: calc(100% / 3 - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 20px 0;
}

.help-item .check {
  width: 50px;
}

.help-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  line-height: 1.8;
  margin-left: 36px;
}

.work-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
}

.work-row:nth-child(odd) {
  background: #f9f9f9;
}

.work-row__content {
  padding: 30px 20px 20px;
}

.work-row:nth-child(even) .work-row__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.work-row__content,
.work-row__img {
  width: 100%;
  max-width: 50%!important;
}

.work-row__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.work-row:nth-child(even) .work-row__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.work .section-title {
  max-width: 400px;
  margin: 0 auto;
}

.work-row__text {
  max-width: 530px;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin: 40px auto 0;
}

.brand {
  padding: 40px 20px;
  background-color: #424242;
}

.brand .section-title {
  color: #ffffff;
}

.brand-subtitle {
  font-size: 40px;
  line-height: 1.3;
  color: #c0c0c0;
  text-align: center;
  margin-top: 15px;
}

.brand-title {
  font-size: 70px;
  color: #ff6c00;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.range {
  max-width: 1210px;
  padding-bottom: 36px;
  margin: 180px auto 0;
}

.range-list {
  margin: 50px 0 62px;
}

.range-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 39px 12px;
}

.range-list__row:nth-child(odd) {
  background-color: #f9f9f9;
}

.range-item {
  width: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.range-item__img {
  max-width: 180px;
}

.range-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  line-height: 1.6;
  margin-left: 24px;
}

.range-item__content span {
  font-size: 28px;
  font-family: "GothamPro-Bold", sans-serif;
}

.call {
  min-height: 520px;
  text-align: center;
  background: url("/wa-data/public/site/landing/opt/7.png") right bottom no-repeat;
  padding: 80px 20px 30px;
}

.call-text {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.call-text p.bold--text {
  font-family: "GothamPro-Bold", sans-serif;
}

.call-text a:hover {
  text-decoration: underline;
}

.call-text:not(:first-child) {
  margin-top: 40px;
}

.delivery {
  padding: 60px 0;
}

.delivery .section-subtitle {
  max-width: 885px;
  line-height: 1.8;
  color: #222222;
  margin: 90px auto 0;
}

.delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0 0;
}

.delivery-item {
  width: calc(100% / 3 - 20px);
  text-align: center;
  margin: 0 10px;
}

.delivery-item__pic img {
  display: inline-block;
}

.delivery-item__text {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 30px;
}

.week {
  background: url("/wa-data/public/site/landing/opt/9.png") calc(100% / 2 + 350px) bottom no-repeat;
}

.week-content {
  min-height: 450px;
  width: 50%;
  background-color: #f9f9f9;
  padding: 20px;
}

.week .section-title {
  max-width: 395px;
  margin: 0 auto;
}

.week .section-subtitle {
  max-width: 440px;
  color: #222222;
  margin: 80px auto 0;
}

.variant {
  padding: 60px 20px 40px;
  background-color: #424242;
  text-align: center;
}

.variant .section-title {
  color: #ffffff;
  padding-bottom: 0;
}

.variant .section-title::after {
  display: none;
}

.variant__img {
  display: inline-block;
  max-width: 80%;
  margin: 40px 0;
}

.consult {
  padding: 50px 20px;
  background: url("/wa-data/public/site/landing/opt/pf1.png");
}

.consult .section-title {
  color: #ffffff;
}

.consult .section-subtitle {
  max-width: 1120px;
  color: #ffffff;
  line-height: 1.8;
  margin: 70px auto 0;
}

.consult-wrap {
  max-width: 1185px;
  margin: 0 auto;
}

.consult-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px -20px 0;
}

.consult-item {
  width: calc(100% / 2 - 40px);
  text-align: center;
  margin: 0 20px;
}

.consult-item__img {
  position: relative;
}

.consult-item:nth-child(odd) .consult-item__img::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 3px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: url("/wa-data/public/site/landing/opt/consult-square.png");
}

.consult-item__img img {
  display: inline-block;
}

.consult-item__text {
  font-size: 24px;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 40px;
}

@media screen and (max-width: 1440px) {
  .greet {
    padding: 110px 90px 220px;
  }

  .greet__title {
    font-size: 50px;
    line-height: 65px;
  }

  .select-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .select-item {
    width: calc(100% / 3 - 24px);
  }

  .help-item .check {
    width: 30px;
  }

  .help-item__text {
    font-size: 20px;
    margin-left: 17px;
  }

  .range-item__img {
    max-width: 140px;
  }

  .range-item__content {
    font-size: 21px;
  }

  .range-item__content span {
    font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  .wrap {
    padding: 0 10px;
  }

  .section-title {
    font-size: 35px;
  }

  .check-item br {
    display: none;
  }

  .greet {
    padding: 90px 40px 180px;
  }

  .greet__title {
    font-size: 40px;
    line-height: 55px;
  }

  .select-item__text {
    font-size: 21px;
    margin-top: 30px;
  }

  .select-item__text br {
    display: none;
  }

  .help .section-title span {
    font-size: 45px;
  }

  .help-list {
    margin: 60px 0;
  }

  .help-item {
    width: 100%;
    margin: 30px 0 0;
  }

  .help-item__text br {
    display: none;
  }

  .work-row {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .work-row:nth-child(even) .work-row__content {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .work-row__content,
  .work-row__img {
    max-width: initial;
  }

  .work-row:nth-child(even) .work-row__img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .work-row__text {
    font-size: 21px;
    margin: 30px auto 0;
  }

  .work-row__text br {
    display: none;
  }

  .brand-subtitle {
    font-size: 35px;
  }

  .brand-title {
    font-size: 60px;
  }

  .range {
    margin: 150px auto 0;
  }

  .range-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .range-list__row:nth-child(odd) {
    background-color: initial;
  }

  .range-item {
    width: 100%;
    padding: 39px 12px;
  }

  .call {
    min-height: 440px;
    background: url("/wa-data/public/site/landing/opt/7.png") right bottom/cover no-repeat;
  }

  .delivery .section-subtitle {
    margin: 70px 0 0;
  }

  .delivery-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 80px 0 0;
  }

  .delivery-item {
    width: 100%;
    margin: 0;
  }

  .delivery-item:not(:first-child) {
    margin: 50px 0 0;
  }

  .delivery-item__text {
    font-size: 21px;
    margin-top: 25px;
  }

  .delivery-item__text br {
    display: none;
  }

  .week {
    background: url("/wa-data/public/site/landing/opt/9.png") center/cover no-repeat;
  }

  .week-content {
    width: initial;
    max-width: 400px;
    min-height: 380px;
    background-color: transparent;
    margin: 0 auto;
  }

  .consult-list {
    margin: 70px 0 0;
  }

  .consult-item {
    width: 100%;
    margin: 0;
  }

  .consult-item:not(:first-child) {
    margin: 70px 0 0;
  }

  .consult-item:nth-child(odd) .consult-item__img::before {
    display: none;
  }

  .consult-item__text {
    font-size: 21px;
    margin-top: 30px;
  }

  .consult-item__text br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 21px;
  }

  .check-item {
    font-size: 19px;
    padding-left: 58px;
  }

  .check-item::before {
    top: 2px;
    width: 30px;
    height: 30px;
  }

  .greet {
    padding: 70px 10px 110px;
  }

  .greet__title {
    font-size: 35px;
    line-height: 45px;
  }

  .greet__img {
    max-width: 150px;
  }

  .select-item {
    width: calc(100% / 2 - 24px);
  }

  .help .section-title {
    max-width: 590px;
  }

  .help .section-title span {
    font-size: 38px;
  }

  .help .section-subtitle {
    margin-top: 80px;
  }

  .help-list {
    margin: 50px 0 0;
  }

  .help-item__text {
    font-size: 19px;
  }

  .brand-subtitle {
    font-size: 28px;
  }

  .brand-title {
    font-size: 38px;
  }

  .brand-title {
    font-size: 27px;
  }

  .range {
    margin: 120px auto 0;
  }

  .call {
    min-height: initial;
    padding: 80px 20px;
  }

  .call-text {
    font-size: 21px;
  }

  .variant__img {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .section-subtitle {
    font-size: 19px;
  }

  .section-subtitle br {
    display: none;
  }

  .btn-catalog a {
    max-width: 240px;
    font-size: 12px;
  }

  .check-item {
    font-size: 17px;
    padding-left: 40px;
  }

  .greet__title {
    font-size: 25px;
    line-height: 35px;
  }

  .select-item {
    width: 100%;
  }

  .select-item__text {
    font-size: 18px;
    line-height: 1.4;
  }

  .help {
    padding: 50px 10px;
  }

  .help .section-title span {
    font-size: 25px;
  }

  .help .section-subtitle {
    margin-top: 60px;
  }

  .help-item {
    margin: 20px 0 0;
  }

  .help-item__text {
    font-size: 17px;
  }

  .work-row__text {
    font-size: 18px;
    line-height: 1.4;
  }

  .brand {
    padding: 40px 5px;
  }

  .brand-subtitle {
    font-size: 24px;
  }

  .range {
    margin: 80px auto 0;
  }

  .range-list {
    margin: 10px 0 45px;
  }

  .range-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 12px;
  }

  .range-item__content {
    font-size: 19px;
    line-height: 1.3;
    margin: 20px 0 0 0;
  }

  .range-item__content span {
    font-size: 21px;
  }

  .range-item__content br {
    display: none;
  }

  .call-text {
    font-size: 19px;
  }

  .delivery-item__pic img {
    max-width: 75%;
  }

  .delivery-item__text {
    font-size: 18px;
    margin-top: 15px;
  }

  .week-content {
    min-height: 240px;
  }

  .week .section-subtitle {
    margin: 40px auto 0;
  }

  .variant__img {
    max-width: 100%;
    margin: 25px 0;
  }

  .consult .section-subtitle {
    line-height: 1.4;
  }

  .consult-item__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
	    .lprice {
  background: url("/wa-data/public/site/landing/lustry-optom/price-bg.jpg") center/cover no-repeat;
  padding: 160px 0;
}

.lprice-form {
  position: relative;
  max-width: 600px;
  padding: 80px 100px 78px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 25px rgba(154, 154, 154, 0.31);
          box-shadow: 0px 7px 25px rgba(154, 154, 154, 0.31);
}

.lprice-form__img {
  position: absolute;
  top: 0;
  left: 24px;
  pointer-events: none;
}

.lprice-form__input input {
  width: 100%;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 15px;
  color: #222222;
  padding: 27px 15px 26px 50px;
  border: 1px solid #C4C4C4;
  border-radius: 100px;
}

.lprice-form__input input::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 17px;
  color: #B2B2B2;
}

.lprice-form__input input:-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 17px;
  color: #B2B2B2;
}

.lprice-form__input input::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 17px;
  color: #B2B2B2;
}

.lprice-form__input input::placeholder {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 17px;
  color: #B2B2B2;
}

.lprice-form__input input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.lprice-form__input input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.lprice-form__input input:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.lprice-form__input input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.lprice-form__input:not(:first-child) {
  margin-top: 16px;
}

.lprice-form__submit {
  display: block;
  width: 100%;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 27px 15px 26px;
  background-color: #FF6C00;
  border: 1px solid #FF6C00;
  border-radius: 100px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  margin-top: 20px;
  cursor: pointer;
}

.lprice-form__submit:hover {
  background-color: transparent;
  color: #FF6C00;
}
.check span {
    position: relative;
    font-size: 12px;
    line-height: 15px;
}
.check {
    display: block;
    position: relative;
    margin-top: 10px;
}
  .button_price { max-width: 350px; }
    .button_price a { text-decoration: none; }