
/* Фиксированная кнопка WhatsApp */
.whatsapp-float {
  position: fixed;       /* фиксируем на экране */
  bottom: 20px;          /* отступ от низа */
  right: 20px;           /* отступ от правого края */
  background-color: #25D366;
  color: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 99999;        /* поверх всего сайта */
  transition: transform 0.2s, box-shadow 0.2s;
}

/* Hover эффект */
.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

/* Иконка WhatsApp */
.whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Текст кнопки */
.whatsapp-text {
  white-space: nowrap;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: auto; /* можно поменять */
  object-fit: cover;
}

/* кнопки */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }



  .track {
      position: relative;
      width: 600px; /* <-- здесь задаёшь ширину маршрута */
      height: 150px; /* высота зоны движения */
      background: rgba(200,200,200,0.2); /* для наглядности */
      border: 1px dashed #ccc;
    }

    .manipulator {
      width: 100px; /* размер иконки */
      height: auto;
      position: absolute;
      top: 10%;
      transform: translateY(-50%);
      animation: drive 3s linear infinite alternate;
    }

    @keyframes drive {
      0% { left: 0; }
      100% { left: 500px; } /* <-- конечная точка: ширина track минус ширина иконки */
    }






#_lp_block_372683709[data-block-layout='675309'] .lp-contacts-below__img {
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
	border-bottom-left-radius: 26px;
	border-bottom-right-radius: 26px;
	border-color: rgba(66,133,244,1);
	border-style: solid;
	border-width: 0px;
}

/*** End css of #_lp_block_372683709[data-block-layout='675309'] .lp-contacts-below__img ***/

/*** Start css of #_lp_block_372683709[data-block-layout='675309'] .lp-contacts-below__icon-box ***/
#_lp_block_372683709[data-block-layout='675309'] .lp-contacts-below__icon-box {
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
}
/*** End css of #_lp_block_372683709[data-block-layout='675309'] .lp-contacts-below__icon-box ***/
/*** Start css of #_lp_block_373428109[data-block-layout='872109'] .lp-block-bg ***/
#_lp_block_373428109[data-block-layout='872109'] .lp-block-bg {
	background-attachment: scroll;
	background-image: url("/img/tpl25_2.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
/*** End css of #_lp_block_373428109[data-block-layout='872109'] .lp-block-bg ***/
/*** Start css of #_lp_block_373428109[data-block-layout='872109'] .lp-block-overlay ***/
#_lp_block_373428109[data-block-layout='872109'] .lp-block-overlay {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(17,17,17,0.6);
}
/*** End css of #_lp_block_373428109[data-block-layout='872109'] .lp-block-overlay ***/
/*** Start css of #_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title ***/
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title {
	color: rgba(255,255,255,1);
	font-size: 50px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
@media screen and (max-width: 1279px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title {
	color: rgba(255,255,255,1);
	font-size: 38px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title {
	color: rgba(255,255,255,1);
	font-size: 28px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title {
	color: rgba(255,255,255,1);
	font-size: 25px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 479px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title {
	color: rgba(255,255,255,1);
	font-size: 24px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__title ***/
/*** Start css of #_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text ***/
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text {
	color: rgba(253,222,9,1);
	font-size: 24px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
@media screen and (max-width: 1279px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text {
	color: rgba(253,222,9,1);
	font-size: 20px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text {
	color: rgba(253,222,9,1);
	font-size: 20px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 479px) {
#_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text {
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373428109[data-block-layout='872109'] .lp-elements-text-1__text ***/
/*** Start css of #_lp_block_373399109[data-block-layout='878109'] .lp-block-bg ***/
#_lp_block_373399109[data-block-layout='878109'] .lp-block-bg {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
/*** End css of #_lp_block_373399109[data-block-layout='878109'] .lp-block-bg ***/
/*** Start css of #_lp_block_373399109[data-block-layout='878109'] .lp-block-overlay ***/
#_lp_block_373399109[data-block-layout='878109'] .lp-block-overlay {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.8);
}
/*** End css of #_lp_block_373399109[data-block-layout='878109'] .lp-block-overlay ***/
/*** Start css of #_lp_block_373489509[data-block-layout='507109'] .lp-block-bg ***/
#_lp_block_373489509[data-block-layout='507109'] .lp-block-bg {
	background-attachment: scroll;
	background-image: url("/d/tpl25_2.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
/*** End css of #_lp_block_373489509[data-block-layout='507109'] .lp-block-bg ***/
/*** Start css of #_lp_block_373489509[data-block-layout='507109'] .lp-block-overlay ***/
#_lp_block_373489509[data-block-layout='507109'] .lp-block-overlay {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(255,216,0,1);
}
/*** End css of #_lp_block_373489509[data-block-layout='507109'] .lp-block-overlay ***/
/*** Start css of #_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button ***/
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgba(17,17,17,1);
}
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button:hover {
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgb(37, 37, 37);
}
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button:active {
	color: rgb(235, 235, 235);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 1279px) {
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__button ***/
/*** Start css of #_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__field-text ***/
#_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__field-text {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: rgba(17,17,17,0);
	border-style: solid;
	border-width: 1px;
}
/*** End css of #_lp_block_373489509[data-block-layout='507109'] .lp-form-tpl__field-text ***/
/*** Start css of #_lp_block_373562509[data-block-layout='349509'] .lp-elements-text-1__text ***/
#_lp_block_373562509[data-block-layout='349509'] .lp-elements-text-1__text {
	color: rgba(17,17,17,1);
	font-size: 19px;
	text-align: left;
	text-align-last: left;
	font-weight: 400;
	text-decoration: none;
	line-height: 115%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
/*** End css of #_lp_block_373562509[data-block-layout='349509'] .lp-elements-text-1__text ***/
/*** Start css of #_lp_block_373564509[data-block-layout='873509'] .lp-block-bg ***/
#_lp_block_373564509[data-block-layout='873509'] .lp-block-bg {
	background-attachment: scroll;
	background-image: url("/d/tpl25_2.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
/*** End css of #_lp_block_373564509[data-block-layout='873509'] .lp-block-bg ***/
/*** Start css of #_lp_block_373564509[data-block-layout='873509'] .lp-block-overlay ***/
#_lp_block_373564509[data-block-layout='873509'] .lp-block-overlay {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(17,17,17,0.58);
}
/*** End css of #_lp_block_373564509[data-block-layout='873509'] .lp-block-overlay ***/
/*** Start css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title ***/
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title {
	color: rgba(255,255,255,1);
	font-size: 50px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
@media screen and (max-width: 1279px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title {
	color: rgba(255,255,255,1);
	font-size: 38px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title {
	color: rgba(255,255,255,1);
	font-size: 28px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: line-through;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title {
	color: rgba(255,255,255,1);
	font-size: 25px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: line-through;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 479px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title {
	color: rgba(255,255,255,1);
	font-size: 24px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: line-through;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__title ***/
/*** Start css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title ***/
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title {
	color: rgba(255,255,255,1);
	font-size: 49px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 108%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
@media screen and (max-width: 1279px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title {
	color: rgba(255,255,255,1);
	font-size: 36px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 108%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title {
	color: rgba(255,255,255,1);
	font-size: 30px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 108%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title {
	color: rgba(255,255,255,1);
	font-size: 24px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 108%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 479px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title {
	color: rgba(255,255,255,1);
	font-size: 23px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 108%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-title ***/
/*** Start css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text ***/
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text {
	color: rgba(255,216,0,1);
	font-size: 19px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 126%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
@media screen and (max-width: 1279px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text {
	color: rgba(255,216,0,1);
	font-size: 19px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 126%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text {
	color: rgba(255,216,0,1);
	font-size: 19px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 126%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text {
	color: rgba(255,216,0,1);
	font-size: 19px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 126%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 479px) {
#_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text {
	color: rgba(255,216,0,1);
	font-size: 19px;
	text-align: center;
	text-align-last: center;
	font-weight: 400;
	text-decoration: none;
	line-height: 126%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_373564509[data-block-layout='873509'] .lp-features-1__item-text ***/
/*** Start css of #_lp_block_373785309[data-block-layout='1551061'] .lp-form-3__inner ***/
#_lp_block_373785309[data-block-layout='1551061'] .lp-form-3__inner {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-color: rgba(17,17,17,1);
	border-style: solid;
	border-width: 0px;
}
/*** End css of #_lp_block_373785309[data-block-layout='1551061'] .lp-form-3__inner ***/
/*** Start css of #_lp_block_383163709[data-block-layout='507109'] .lp-block-bg ***/
#_lp_block_383163709[data-block-layout='507109'] .lp-block-bg {
	background-attachment: scroll;
	background-image: url("/d/tpl25_2.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
/*** End css of #_lp_block_383163709[data-block-layout='507109'] .lp-block-bg ***//*** Start css of #_lp_block_383163709[data-block-layout='507109'] .lp-block-overlay ***/
#_lp_block_383163709[data-block-layout='507109'] .lp-block-overlay {
	background-attachment: scroll;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(255,216,0,1);
}
/*** End css of #_lp_block_383163709[data-block-layout='507109'] .lp-block-overlay ***//*** Start css of #_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button ***/
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgba(17,17,17,1);
}
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button:hover {
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgb(37, 37, 37);
}
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button:active {
	color: rgb(235, 235, 235);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 150%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 1279px) {
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 991px) {
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
@media screen and (max-width: 767px) {
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button {
	color: rgba(255,255,255,1);
	font-size: 18px;
	text-align: center;
	text-align-last: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 110%;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
}
}
/*** End css of #_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__button ***//*** Start css of #_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__field-text ***/
#_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__field-text {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: rgba(17,17,17,0);
	border-style: solid;
	border-width: 1px;
}
/*** End css of #_lp_block_383163709[data-block-layout='507109'] .lp-form-tpl__field-text ***//*** Start css of #_lp_block_373399109[data-block-layout='878109'] .lp-advantages-32__item-image ***/
#_lp_block_373399109[data-block-layout='878109'] .lp-advantages-32__item-image {
	background-attachment: scroll;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
}
/*** End css of #_lp_block_373399109[data-block-layout='878109'] .lp-advantages-32__item-image ***//*** Start css of #_lp_block_372683709[data-block-layout='675309'] .lp-main-logo__logo-box ***/

#_lp_block_372683709[data-block-layout='675309'] .lp-main-logo__logo-box {
	width:80px;
	height:97px;
}

/*** End css of #_lp_block_372683709[data-block-layout='675309'] .lp-main-logo__logo-box ***/