  height:564px;.main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  overflow: hidden;
  height: auto;
  z-index: 10;
}

.wrap {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.col-x3 {
  width: 33.33%;
  float: left;
}

.col-x4 {
  width: 25%;
  float: left;
}

html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font: 100% "Roboto Condensed", sans-serif;
  background: #fff;
  color: #000;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

ul {
  list-style: none;
}

.wrap a {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, a, p, span, input, button, li {
  -webkit-appearance: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
}

button, input {
  border: none;
}

button, input, textarea, select:focus {
  outline: none;
}

/* helping adds*/
.cf:before,
.cf:after {
  display: table;
  line-height: 0;
  content: '';
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0;
  overflow: hidden;
}

.vfix:after {
  content: '';
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}

/* /helping adds*/
input[type="text"]::-webkit-input-placeholder, text-area::-webkit-input-placeholder {
  color: #929292;
}

input[type="text"] {
  border: 1px solid transparent;
  height: 60px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  color: #929292;
  padding: 0 20px;
}

input[type="text"].error {
  border-color: red;
}

.page-title {
  text-align: center;
  padding: 70px 0 65px;
  font-weight: 700;
  font-size: 35px;
  color: #1d1f23;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0 auto;
}

.page-title_white {
  color: #fff;
}

.page-title span {
  color: #d24842;
}

.btn {
  cursor: pointer;
  font-weight: 700;
  line-height: 60px;
  background: #89d55d;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.31);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.btn:hover {
  background: #a7e086;
}

.btn_red {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(209, 74, 68, 0.34);
          box-shadow: 0px 3px 5px 0px rgba(209, 74, 68, 0.34);
  line-height: 45px;
  width: 205px;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee6c67), color-stop(100%, #d14a44));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #d14a44 0%, #ee6c67 100%);
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#d14a44), to(#ee6c67));
  background: -webkit-linear-gradient(bottom, #d14a44 0%, #ee6c67 100%);
  background: linear-gradient(0deg, #d14a44 0%, #ee6c67 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6c67', endColorstr='#d14a44',GradientType=0 );
  /* ie6-9 */
}

.special-offer {
  background: url(/tm/land/bg_offer.jpg) center center no-repeat;
  height:564px;
}

.special-offer input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.special-offer form {
  padding: 0 58px;
}

.special-offer form .btn {
  line-height: 70px;
}

.special-offer__line {
  background: #fff;
  font-family: "Lobster", sans-serif;
  font-size: 31px;
  color: #d14a44;
  line-height: 55px;
  margin: 0 -20px 30px;
  -webkit-box-shadow: 0px 0px 44.59px 4.41px rgba(255, 255, 255, 0.54);
          box-shadow: 0px 0px 44.59px 4.41px rgba(255, 255, 255, 0.54);
  position: relative;
}

.special-offer__line:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 21px;
  border-color: transparent transparent #a4a4a4 transparent;
  position: absolute;
  top: -10px;
  left: 0;
}

.special-offer__line:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 21px;
  border-color: transparent transparent transparent #a4a4a4;
  position: absolute;
  top: -10px;
  right: 0;
}

.special-offer__form {
  float: right;
  max-width: 445px;
  text-align: center;
  padding: 35px 0 55px;
  background: #252525;
}

.special-offer__form h3 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.special-offer__form p {
  font-size: 16px;
  color: #fff;
  padding: 0 60px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.special-offer__title {
  margin-top: 85px;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  margin-left: -15px;
  max-width: 633px;
}

.special-offer__title h2 {
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}

.special-offer__title p {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.tr-up:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 20px 35px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -35px;
}

.tr-dn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -35px;
}

.benefit {
  padding-bottom: 60px;
}

.benefit .page-title {
  max-width: 530px;
}

.benefit__col {
  overflow: hidden;
}

.benefit__col:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.benefit__col img {
  width: 100%;
  min-height: 215px;
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.benefit__text {
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 20;
  min-height: 215px;
  text-align: center;
  position: relative;
  display: table;
  padding: 0 40px;
  text-align: center;
  width: 100%;
}

.benefit__text_wrap {
  min-height: 215px;
}

.benefit__text p {
  display: table-cell;
  vertical-align: middle;
}

.benefit__list {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}

.benefit__list li {
  float: left;
  width: 33.33%;
}

.benefit__list li img {
  width: 100%;
}

.benefit__list li p {
  text-align: center;
  color: #1d1f23;
  width: 300px;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
}

.types {
  background: url(/tm/land/bg_types.jpg) center center no-repeat;
  padding: 50px 0;
  background-size: cover;
}

.types__pag {
  width: 26%;
  float: left;
}

.types__pag .pag {
  cursor: pointer;
  display: table;
  width: 101%;
  vertical-align: middle;
  background: #4696d3;
  height: 130px;
  margin-bottom: 15px;
  text-align: center;
}

.types__pag .pag.active {
  background: #fff;
  color: #333;
}

.types__pag .pag p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  width: 230px;
  color: #fff;
  text-transform: uppercase;
}

.types__pag .pag.active {
  background: #fff;
}

.types__pag .pag.active p {
  color: #333;
}

.types__tabs {
  float: left;
  width: 74%;
  background: #fff;
  padding: 45px 50px;
}

.types__tabs .tab {
  color: #1e1f24;
  text-align: center;
}

.types__tabs .tab .btn {
  max-width: 270px;
  width: 100%;
}

.types__tabs .tab h3 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.types__tabs .tab img {
  margin-bottom: 35px;
}

.types__tabs .tab p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 45px;
}

.types__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 31px;
  color: #333;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 30px;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align:center;
}

.product {
  background: url(/tm/land/bg_product.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 120px;
}

.product__present {
  margin-bottom: 95px;
}

.product__left {
  text-align: right;
}

.product__left li:first-child:after {
  right: -150px;
  background: url(/tm/land/shape-1.png) no-repeat;
}

.product__left li:nth-child(2):after {
  width: 110px;
  height: 9px;
  right: -150px;
  background: url(/tm/land/shape-3.png) no-repeat;
}

.product__left li:nth-child(3):after {
  top: 8px;
  top: 8px;
  right: -150px;
  background: url(/tm/land/shape-5.png) no-repeat;
}

.product__right {
  text-align: left;
}

.product__right li:first-child:after {
  left: -150px;
  background: url(/tm/land/shape-2.png) no-repeat;
}

.product__right li:nth-child(2):after {
  width: 110px;
  height: 9px;
  left: -150px;
  background: url(/tm/land/shape-4.png) no-repeat;
}

.product__right li:nth-child(3):after {
  left: -150px;
  background: url(/tm/land/shape-6.png) no-repeat;
}

.product__img {
  text-align: center;
  padding-top: 55px;
}

.product__img img {
  position: relative;
  z-index: 50;
}

.product li {
  cursor: pointer;
  height: 120px;
  position: relative;
  margin-bottom: 75px;
}

.product li.active h5 {
  color: #ff5951;
  text-decoration: underline;
}

.product li:hover h5 {
  color: #ff5951;
  text-decoration: underline;
}

.product li:after {
  content: '';
  display: block;
  position: absolute;
  width: 141px;
  height: 68px;
  top: 10px;
}

.product li:last-child {
  margin-bottom: 0;
}

.product li h5 {
  font-weight: 700;
  -webkit-transition: linear .3s;
  transition: linear .3s;
  font-size: 24px;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.product li p {
  font-size: 16px;
}

.product .page-title {
  max-width: 780px;
}

.product__info {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.product__info p {
  font-size: 30px;
  margin-bottom: 10px;
}

.product__info h5 {
  max-width: 600px;
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
}

.owl-prev, .owl-next {
  width: 50px;
  height: 50px;
  top: 90px;
}

.owl-next {
  background: url(/tm/land/next.png) no-repeat;
  right: -70px;
}

.owl-prev {
  background: url(/tm/land/prev.png) no-repeat;
  left: -70px;
}

.main-slider {
  padding: 60px 0;
  background: #d14a44;
  position: relative;
}

.main-slider:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -260px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 260px 27px 260px;
  border-color: transparent transparent #d14a44 transparent;
}

.main-slider p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.main-slider .slider {
  margin-bottom: 30px;
}

.main-slider .slider__item {
  height: 100%;
  z-index: 10;
  background-color: transparent;
}

.main-slider .slider__item:hover .hov {
  opacity: 1;
}

.main-slider .slider__item .hov {
  position: absolute;
  opacity: 0;
  -webkit-transition: linear .3s;
  transition: linear .3s;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/tm/land/img_lens.png) center center no-repeat rgba(0, 0, 0, 0.7);
  z-index: 15;
}

.main-slider .slider__item img {
  position: relative;
  z-index: 5;
}

.quality {
  background: url(/tm/land/bg_quality.png) top center no-repeat;
  padding-bottom:20px;
}

.quality__col {
  max-width: 280px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.quality__item {
  text-align: center;
}

.quality__item p {
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 85px;
}

.quality__second .quality__item:first-child {
  text-align: right;
  padding-right: 50px;
}

.quality__second .quality__item:last-child {
  text-align: left;
  padding-left: 50px;
}

.quality__shape {
  width: 140px;
  text-align: center;
  height: 140px;
  border: 1px solid #d7ecff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.quality__item:hover img{
  transform: scale(1.1);
}

.quality__shape img {
  display: inline-block;
  vertical-align: middle;
  transition: linear .3s;
}

.quality .page-title {
  max-width: 860px;
}

.calc {
  background: url(/tm/land/bg_calc.jpg) center center no-repeat;
  background-size: cover;
}

.question__inner {
  float: right;
  max-width: 635px;
  text-align: center;
  padding: 50px 0;
}

.question__inner input[type="text"] {
  max-width: 280px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 20px;
  float:left;
}

.question__inner .btn {
  max-width: 431px;
  width: 100%;
}

.question__inner p {
  font-size: 24px;
  font-weight: 700;
  color: #1d1f24;
  text-transform: uppercase;
  max-width: 360px;
  display: inline-block;
  margin-bottom: 35px;
}

.question__inner h4 {
  font-size: 38px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #27292d;
}

.question__inner h4 span {
  font-size: 51px;
  color: #09f;
  font-weight: 700;
}

.modal {
  display: none;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  text-align: center;
}

.modal h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal p {
  font-size: 25px;
  margin-bottom: 30px;
}

.modal input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.scheme__item {
  text-align: center;
  margin-bottom: 50px;
}

.scheme__item:hover span {
  background: #d14a44;
}

.scheme__item span {
  position: absolute;
  z-index: 10;
  top: -21px;
  display: block;
  color: #fff;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #2e3034;
}

.scheme__item img {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}

.scheme__item p {
  font-size: 16px;
  padding: 0 60px;
  line-height: 18px;
  color: #2e3034;
  margin-bottom: 15px;
}

.quest {
  padding: 100px 0;
  background: url(/tm/land/bg_quest.jpg) center center no-repeat;
  background-size: cover;
}

.quest h4 {
  color: #fff;
}

.quest h4 span {
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.hid-xs{
  display: none;
}
@media (max-width: 1320px) {
  .product__right li:nth-child(3):after, .product__left li:nth-child(3):after {
    top: -20px;
  }
}

@media (max-width: 1200px) {
  .special-offer {
    padding: 20px 0;
    background: url(/tm/land/bg_offer-m.jpg) center center no-repeat;
    background-size: cover;
  }
  .scheme__item p {
    padding: 0;
  }
  .types__title {
    text-align: center;
  }
  .special-offer__title {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  .special-offer__form {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 970px) {
  .product__left li:nth-child(2):after {
    right: -118px;
  }
  .product__right li:nth-child(2):after {
    left: -120px;
  }
  .types__pag .pag p {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .types__pag .pag p {
    width: 100%;
  }
  .types__tabs {
    width: 100%;
  }
  .types__pag {
    width: 100%;
  }
  .types__pag .pag {
    padding: 0 4%;
    margin-bottom: 0;
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .types__pag .pag:last-child {
    margin-right: 0;
  }
}

@media (max-width: 843px) {
  .product__img img {
    margin-bottom: 30px;
  }
  .product li {
    text-align: center;
    margin-bottom: 30px;
    height: auto;
  }
  .product li:after {
    display: none;
  }
}

@media (max-width: 635px) {
  .quality__second .quality__item:last-child {
    text-align: center;
    padding-left: 15px;
  }
  .quality__second .quality__item:first-child {
    text-align: center;
    padding-right: 15px;
  }
}

@media (max-width: 780px) {
  .types__pag .pag {
    height: 100px;
  }
  .tr-up {
    border-bottom: 1px solid #666;
  }
}

@media (max-width: 768px) {
  .vis-xs{
    display: none;
  }
  .hid-xs{
    display: block;
  }
}

@media (max-width: 530px) {
  .modal h2 {
    font-size: 35px;
  }
  .modal p {
    font-size: 20px;
  }
  .question__inner {
    float: none;
    width: 100%;
  }
  .quality .page-title {
    font-size: 20px;
  }
  .main-slider p {
    font-size: 12px;
  }
  .product__info h5 {
    font-size: 30px;
  }
  .product__info p {
    font-size: 20px;
  }
  .product .page-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .types__tabs .tab p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .types__tabs {
    padding: 30px;
  }
  .types__pag .pag {
    font-size: 20px;
  }
  .types__pag .pag p {
    font-size: 10px;
  }
  .types__title {
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .special-offer form {
    padding: 0 20px;
  }
  .special-offer__form p {
    padding: 0 20px;
  }
  .wrap {
    padding: 0 10px;
  }
  .special-offer__line {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .special-offer__line:after, .special-offer__line:before {
    display: none;
  }
  .special-offer__title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .special-offer__title p {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 420px) {
  .scheme__item p {
    padding: 0;
  }
  .question__inner .btn {
    font-size: 13px;
  }
  .question__inner h4 {
    font-size: 30px;
  }
  .question__inner h4 span {
    font-size: 40px;
  }
  .types__pag .pag {
    width: 100%;
    margin-bottom: 5px;
  }
  .types__pag .pag:last-child {
    margin-bottom: 0;
  }
}

#tab2, #tab3, #tab4, #tab1, #tab6 {
  display: none;
}

.flex-viewport, .flexslider, .flexslider .slides img, .slider {
    max-width: 680px!important;
    margin: 0 auto;
    height:150px;
    background: none;
}
.product__present li p, .product__present p {color:#FFF;}
.wrap .product__info h5 {color:#999}
#modal1 {max-width:400px;}
.fancybox-inner {width:400px !important;height:515px !important;}