

/* Start:/local/templates/redcom.ru/components/bitrix/news.list/home-slider-group-cards/style.css?1695282089150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/redcom.ru/components/bitrix/news.list/home-offers/style.css?169528208917037*/
.home-offers {
  margin-bottom: 80px;
  font-family: "Leto Sans", sans-serif;
  position: relative;
  z-index: 100;
}

.home-offers__title {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
  text-transform: uppercase;
}

.home-offers-tabs {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-offers__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  display: none;
  position: relative;
  z-index: 100;
}

.home-offers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #705bde;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
}

.home-offers__item.green {
  border-color: #4bcead;
}

.home-offers__item.green .home-offers__info-title {
  color: #4bcead;
}

.home-offers__item.green .tabs-content-group-btn {
  background: -o-linear-gradient(3.21deg, #4bcf79 6.16%, #4fd4e0 92.94%),
    -o-linear-gradient(2.91deg, #ef4f9c 6.42%, #f6908a 91.66%);
  background: linear-gradient(86.79deg, #4bcf79 6.16%, #4fd4e0 92.94%),
    linear-gradient(87.09deg, #ef4f9c 6.42%, #f6908a 91.66%);
}

.home-offers__item.green svg path {
  fill: #4bcead;
}

.home-offers__item.lilac {
  border-color: #705bde;
}

.home-offers__item.lilac .home-offers__info-title {
  color: #705bde;
}

.home-offers__item.lilac .tabs-content-group-btn {
  background: -o-linear-gradient(26.95deg, #6a44bb 9.44%, #bb65ff 90.37%);
  background: linear-gradient(63.05deg, #6a44bb 9.44%, #bb65ff 90.37%);
}

.home-offers__item.lilac svg path {
  fill: #705bde;
}

.home-offers__item.purple {
  border-color: #e94090;
}

.home-offers__item.purple .home-offers__info-title {
  color: #e94090;
}

.home-offers__item.purple .tabs-content-group-btn {
  background: -o-linear-gradient(26.95deg, #ec5a8f 9.44%, #f3998b 90.37%);
  background: linear-gradient(63.05deg, #ec5a8f 9.44%, #f3998b 90.37%);
}

.home-offers__item.purple svg path {
  fill: #e94090;
}

.home-offers__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.home-offers__info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #705bde;
  margin-bottom: 10px;
  font-family: "Leto Sans", sans-serif;
}

.home-offers__list-text {
  list-style: disc;
}

.home-offers__list-text::marker {
  font-size: 20px;
}

.home-offers__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-family: "Lato-Regular", sans-serif;
  gap: 15px;
}

.home-offers__data-list {
  line-height: 16px;
}

.home-offers__data-list svg {
  margin-right: 6px;
}

.home-offers__list {
  max-width: 142px;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  padding: 50px 70px 26px;
  position: relative;
}

.tabs-item::after {
  content: "";
  height: 90%;
  width: 1px;
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
}

.tabs-item-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.tabs-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #705bde;
}

.tabs-link:hover {
  color: #00a1ff;
  cursor: pointer;
}

.tabs-btn {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 44px 10px 46px;
  text-decoration: none;
  background: #f8f8f8;
  border-radius: 15px;
  font-family: "Leto Sans", sans-serif;
}

.tabs-btn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tabs-btn:not(:last-child) {
  margin-bottom: 30px;
}

.tabs-btn.lilac:hover svg path:not(:nth-child(1)) {
  fill: #705bde;
}

.tabs-btn.green:hover svg path:not(:nth-child(1)) {
  fill: #4bcead;
}

.tabs-btn.purple:hover svg path:not(:nth-child(1)) {
  fill: #e94090;
}

.tabs-btn.active {
  color: #fff;
}

.tabs-btn.active.lilac {
  background-color: #705bde;
}

.tabs-btn.active.lilac svg path:not(:nth-child(1)) {
  fill: #705bde;
}

.tabs-btn.active.green {
  background-color: #4bcead;
}

.tabs-btn.active.green svg path:not(:nth-child(1)) {
  fill: #4bcead;
}

.tabs-btn.active.purple {
  background-color: #e94090;
}

.tabs-btn.active.purple svg path:not(:nth-child(1)) {
  fill: #e94090;
}

.tabs-btn.active:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tabs-btn-text {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 18px;
}

.tabs-btn-text + span {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 40px 44px 30px 50px;
}

.tabs-content-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000;
}

.tabs-content-block {
  display: none;
}

.tabs-content-block.active {
  display: block;
}

.tabs-content-block.lilac .tabs-content-title {
  color: #705bde;
}

.tabs-content-block.green .tabs-content-title {
  color: #4bcead;
}

.tabs-content-block.purple .tabs-content-title {
  color: #e94090;
}

.tabs-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content-group-left {
  padding-right: 32px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tabs-content-group-left::after {
  content: "";
  height: 90%;
  width: 1px;
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
}

.tabs-content-group-right {
  padding-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tabs-content-group-title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  padding-left: 26px;
}

.tabs-content-group-title.mbs {
  padding-left: 0;
}

.tabs-content-group-title span {
  font-weight: 700;
  font-size: 75px;
  line-height: 98px;
}

.tabs-content-group-list {
  margin-bottom: 24px;
}

.tabs-content-group-item {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  list-style-type: disc;
}

.tabs-content-group-item::marker {
  color: #705bde;
}

.tabs-content-group-item:not(:last-child) {
  margin-bottom: 14px;
}

.tabs-content-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: normal;
  align-self: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  gap: 20px;
}

.tabs-content-group-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding-top: 4px;
}

.tabs-content-group-price span {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

.tabs-content-group-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: inline-block;
  padding: 14px 38px 14px 36px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.tabs-content-group-btn:hover {
  cursor: pointer;
}

.tabs-content-group-btn.blue {
  background: -o-linear-gradient(359.49deg, #238bcd 2.06%, #02bffe 97.14%);
  background: linear-gradient(90.51deg, #238bcd 2.06%, #02bffe 97.14%);
}

.tabs-content-group-btn.blue:hover {
  background: -o-linear-gradient(26.95deg, #6a44bb 9.44%, #bb65ff 90.37%);
  background: linear-gradient(63.05deg, #6a44bb 9.44%, #bb65ff 90.37%);
}

.tabs-content-group-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #705bde;
}

.tabs-content-group-link:hover {
  color: #00a1ff;
  cursor: pointer;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Leto Sans", sans-serif;
  height: 72%;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/redcom.ru/components/bitrix/news.list/home-offers/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-close:hover {
  background-image: url(/local/templates/redcom.ru/components/bitrix/news.list/home-offers/close-purple.svg);
}

.modal__container {
  padding: 40px 80px;
  width: 700px;
  border-radius: 20px;
  background-color: #fff;
}

.modal__form > p {
  font-family: "Lato-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.modal__form-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.modal__form-input {
  padding: 14px;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.modal__form-input::-webkit-input-placeholder {
  font-family: "Lato-Regular", sans-serif;
  color: #b2b2b2;
  opacity: 1;
}

.modal__form-input:-moz-placeholder {
  font-family: "Lato-Regular", sans-serif;
  color: #b2b2b2;
  opacity: 1;
}

.modal__form-input::-moz-placeholder {
  font-family: "Lato-Regular", sans-serif;
  color: #b2b2b2;
  opacity: 1;
}

.modal__form-input:-ms-input-placeholder {
  font-family: "Lato-Regular", sans-serif;
  color: #b2b2b2;
  opacity: 1;
}

.modal__form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.modal__form-input-group.price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.modal__form-input-group.information {
  display: grid;
  grid-template-columns: 48% 48%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  padding-bottom: 0;
}

.modal__form-input-group.information input:first-child {
  grid-column: 1/3;
}

.modal__form-input-group.adress {
  display: grid;
  grid-template-columns: 44% 32% 16%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.modal__form-input-group.adress select.modal__form-input {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/local/templates/redcom.ru/components/bitrix/news.list/home-offers/../img/arrow-down-select.svg");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 20px;
}



.modal__form-input-text {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

.modal__form-submit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.modal__form-submit-btn {
  padding: 14px 72px;
  border-radius: 15px;
  font-family: "Leto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  cursor: pointer;
}

.modal__form-submit-btn.blue {
  background: -o-linear-gradient(359.49deg, #238bcd 2.06%, #02bffe 97.14%);
  background: linear-gradient(90.51deg, #238bcd 2.06%, #02bffe 97.14%);
}

.modal__form-submit-btn.blue:hover {
  background: -o-linear-gradient(26.95deg, #6a44bb 9.44%, #bb65ff 90.37%);
  background: linear-gradient(63.05deg, #6a44bb 9.44%, #bb65ff 90.37%);
}

.modal__form-submit-info {
  font-weight: 250;
  font-size: 12px;
  line-height: 16px;
}

.modal__info-text {
  margin-bottom: 20px;
  font-family: "Lato-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

.modal__info-text span {
  font-weight: 700;
}

.modal__info-text.hide {
  display: none;
}

.modal__info-logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 26px;
  width: 458px;
}

.modal__info-btn {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #e94090;
  cursor: pointer;
}

.modal__container.content-more-detailed {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.modal__container.content-more-detailed h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 388px;
  line-height: 31px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 30px;
  font-family: "Lato-Bold", sans-serif;
}

.modal__container.content-more-detailed .bold-text-more {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.modal__container.content-more-detailed p {
  margin-bottom: 30px;
}

.modal__container.content-more-detailed .list-more {
  margin-left: 20px;
  padding: 14px 0;
}

.modal__container.content-more-detailed .list-more li {
  list-style: disc;
  margin-bottom: 14px;
}

.modal__container.content-more-detailed .list-more li:last-child {
  margin-bottom: 0;
}

.modal__container.content-more-detailed .list-more li::marker {
  color: #00a1ff;
}

.modal__container.content-more-detailed .list-more.purple li::marker {
  color: #e94090;
}

.modal__container.content-more-detailed .list-more.green li::marker {
  color: #4bcead;
}

.modal__container.content-more-detailed .list-more.lilac li::marker {
  color: #705bde;
}

.fixed-overlay {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1020;
  display: none;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

ul li {
  list-style: none;
}

ul[class],
ol[class] {
  padding: 0;
}

button,
p,
div {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato-Regular", sans-serif;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.main.overflow-hidden {
  overflow: hidden;
}

.main.white {
  background-color: #fff;
}

.main.white-grad {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, rgb(255, 255, 255)),
    color-stop(28%, rgb(248, 248, 248))
  );
  background: -o-linear-gradient(
    top,
    rgb(255, 255, 255) 55%,
    rgb(248, 248, 248) 28%
  );
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 55%,
    rgb(248, 248, 248) 28%
  );
}

/* End */


/* Start:/local/templates/redcom.ru/components/bitrix/news.list/home-redcom/style.css?1695282089150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/redcom.ru/components/bitrix/news.list/home-news/style.css?1695282089150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/redcom.ru/components/bitrix/news.list/home-slider-group-cards/style.css?1695282089150 */
/* /local/templates/redcom.ru/components/bitrix/news.list/home-offers/style.css?169528208917037 */
/* /local/templates/redcom.ru/components/bitrix/news.list/home-redcom/style.css?1695282089150 */
/* /local/templates/redcom.ru/components/bitrix/news.list/home-news/style.css?1695282089150 */
