

/* Start:/local/components/all4it/catalog.section/templates/index_mobile/style.css?1770188787283*/
.catalog-general-page-card:hover {
    box-shadow: 0 10px 20px #b0cfe0 !important;
    transform: translateY(-5px) !important;
 }
.catalog-general-page-card {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}
.catalog-page-header{
    row-gap:0;
}
/* End */


/* Start:/local/components/all4it/catalog.tabs/templates/.default/style.css?17781327699882*/
.catalog-product-card-header-badges__item.badge_in-stock {
  background-color: #3fceb3; /* Пример цвета для 'В наличии' */
}
.catalog-product-card-header-badges__item.badge_discount {
  background-color: #EE5D00; /* Пример цвета для 'Скидка' */
}
.catalog-product-card-header-badges__item.badge_on-the-way {
  background-color: #3aa2d0; /* Пример цвета для 'В пути' */
}
.catalog-product-card-header-badges__item.badge_vat {
  background-color: #be53ff; /* Пример цвета для 'НДС' */
}
.catalog-product-card-header-badges__item.badge_leasing {
  background-color: #edc150; /* Пример цвета для 'Лизинг' */
}
.catalog-product-card-header-badges__item.badge_warranty {
  background-color: #2370ff; /* Пример цвета для 'Гарантия' */
}
.catalog-product-card-header-badges__item.badge_new {
  background-color: #4986e2; /* Пример цвета для 'Новинка' */
}
.catalog-product-card-header-badges__item.badge_by {
  background-color: #349d54; /* Пример цвета для 'б/у' */
}
.catalog-product-card-header-badges__item.badge_ny2026{
    background-color: #C51B1B;
}

.hidden {
  display: none !important;
}
.catalog_grid .card-product {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}
.catalog_grid .card-product:hover {
  box-shadow: 0 10px 20px #b0cfe0 !important;
  transform: translateY(-5px) !important;
}
.catalog_list .card-product__name {
  -webkit-line-clamp: unset !important;
  width: 450px !important;
  white-space: normal !important;
  overflow: hidden !important;
  overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
  text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
  -webkit-line-clamp: unset !important;
  width: 330px !important;
  white-space: normal !important;
  overflow: hidden !important;
  overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
  text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
  -webkit-line-clamp: 1 !important;
}
.catalog_grid .card-product__price-wrapper {
  margin-left: 0 !important;
}

.catalog_grid .card-product__price {
  width: 205px !important;
}
.catalog_list .card-product__price-wrapper {
  width: 240px !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-right: 30px;
  align-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.catalog-page .catalog_list .catalog__items .card-product .card-product__footer {
  height: 100%;
  grid-column: 4 / 5 !important;
}

.catalog-page .catalog_grid .catalog__items .card-product {
  max-width: 401px !important;
}

.catalog-page .catalog_list .catalog__items .card-product .card-product__body .card-product__img,
.catalog-page .catalog_list .catalog__items .card-product .card-product__body .card-product__img img {
  width: 150px !important;
  height: 150px;
  object-fit: contain;
}

.select {
  position: relative;
}

.select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.select.open .select-icon {
  transform: translateY(-50%) rotate(180deg);
}

.catalog-header-sort__item .button-select {
  padding-inline: 32px;
  text-transform: none;
  border: 1px solid #0f6da1;
  color: #0f6da1;
  height: 45px;
  font-size: 14px;
}

#reset {
  text-transform: none;
  color: white;
  background: linear-gradient(180deg, #0f6da1 0%, #41a4db 100%);
}

.catalog-header-sort__item .button-select.active,
.catalog-header-sort__item .button-select:hover {
  padding-inline: 33px;
  text-transform: none;
  color: white !important;
  background: linear-gradient(180deg, #0f6da1 0%, #41a4db 100%);
  border: none;
}

.catalog-header-sort__item .button-select svg {
  fill: none;
  font-size: 14px;
  margin-right: 5px;
}
.button-select.active .arrow-icon,
.button-select:hover .arrow-icon {
  stroke: white !important;
}

.arrow-icon.flip,
.svg-container.flip svg {
  transform: rotate(180deg);
  transform-origin: 5.5px 3.5px;
}

.catalog__items .card-product .product-config-amount {
  display: flex;
}
.catalog__items .card-product .product-config-amount__button {
  border: none;
  background-color: unset;
}
.catalog__items .card-product .product-config-amount__control {
  width: 5ch;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border: none;
  outline: none;
  background: none;
}
.catalog__items .card-product .product-config-amount__button_plus {
  margin-left: -10px;
}
#bx_incl_area_3_4_1 {
  display: none;
}
.catalog-page-header {
  row-gap: 0 !important;
}
.catalog-pagination {
  padding-top: 32px;
  padding-bottom: 64px;
}
.catalog.catalog_tabs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32px;

  position: relative;
}
.catalog.catalog_tabs .catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog.catalog_tabs .catalog-header-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.tab-slider{
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 40px;
}
.catalog_tabs .tab-slider-item{
  flex-shrink: 0;
  box-shadow: 0 46px 30px -32px rgba(191, 232, 237, 0.5);
}
.catalog_tabs .catalog__items_grid {
  /*
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 16px;
*/

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.catalog_tabs .catalog-header .button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  height: auto;
  transition: color .3s;
}

.catalog_tabs .catalog-header .button:hover:not(.feedback_button){
  background: linear-gradient(80deg, #1776B4 20%, #41A4DB 80%), #FFFFFF;
  padding: 15px 25px;
}

.catalog_tabs .catalog-header .button.active{
  background: linear-gradient(80deg, #1776B4 20%, #41A4DB 80%), #FFFFFF;
  padding: 15px 25px;
  border: 0;
}

.catalog_tabs .catalog-header .feedback_button{
  background: linear-gradient(260deg, #3795CA 20%, #804EB7 80%);
  border: 0;
  color: #fff;
  padding: 15px 25px;
}

.catalog_tabs .catalog-header .catalog-header-text{
  font-weight: 700;
  font-size: 20px;
  line-height: 1;

  color: #C51B1B;
}

.catalog_tabs .catalog-header .question-image{
  position: absolute;
  top: -7px;
  left: 100%;
}


.catalog_tabs .catalog-header .question-image svg{
  fill: #EDFBFC;
}

.catalog_tabs .swiper-button-prev {
  background-color: transparent;
  margin: 0;
  /*top: 80px;*/
  left: -65px
}


@media (max-width: 1620px){
  .catalog.catalog_tabs{
    gap: 26px;
  }
  .catalog.catalog_tabs .hidden-tablet{
    display: none;
  }
}

.catalog_tabs .swiper-button-prev svg {
  width: 23px;
  height: 46px;
  fill: #0F6DA1
}

.catalog_tabs .swiper-button-next {
  background-color: transparent;
  margin: 0;
  /*top: 80px;*/
  right: -65px;
}

.catalog_tabs .swiper-button-next svg {
  width: 23px;
  height: 46px;
  fill: #0F6DA1
}

.catalog_tabs .swiper-button-next.swiper-button-disabled,
.catalog_tabs .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}

.catalog_tabs .swiper-button-next.swiper-button-disabled svg,
.catalog_tabs .swiper-button-prev.swiper-button-disabled svg{
  fill: #E0E3E5;
}

.catalog-tabs-dropdown {
  display: none;
  position: relative;
  width: auto;
  transition: none;
}

.catalog-tabs-dropdown__button {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  background: #ffffff;
  border: 1px solid #0F6DA1;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0F6DA1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.catalog-tabs-dropdown__button-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.catalog-tabs-dropdown.open .catalog-tabs-dropdown__button-arrow {
  transform: rotate(180deg);
}

.catalog-tabs-dropdown__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-left: 1px solid #0F6DA1;
  border-right: 1px solid #0F6DA1;
  border-bottom: 1px solid #0F6DA1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 100;

  flex-direction: column;
}
.catalog-tabs-dropdown.open{

}

.catalog-tabs-dropdown.open .catalog-tabs-dropdown__button{
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-tabs-dropdown.open .catalog-tabs-dropdown__list {
  display: flex;
}

.catalog-tabs-dropdown__item {
  width: auto;
  padding: 12px 16px;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px;
  color: #636363;
  cursor: pointer;
  transition: background 0.2s;
}

.catalog-tabs-dropdown__item:hover {
  color: #0F6EA2;
}

.catalog-tabs-dropdown__item.active {
  color: #0F6EA2;
}


.catalog.catalog_tabs .catalog-product-card{
  box-shadow: 0 46px 30px -32px rgba(191, 232, 237, 0.5);
}

.catalog.catalog_tabs .swiper-scrollbar{
  display: none;
  bottom: 18px;
  background: none;
  width: 100%;
  left: 0;
  right: 0;
}

.catalog.catalog_tabs .swiper-scrollbar-drag{
  background: #006EA0;
  border-radius: 0;
}
/* End */


/* Start:/local/components/all4it/webform.window/templates/.default/style.css?17531142076922*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}

.modal-wrapper .button-select {
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}

.file_input::-webkit-file-upload-button {
    display: none;
}

.file_input::file-selector-button {
    display: none;
}

.headers_webform {
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input {

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown {
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child) {

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder {
    width: 85% !important;
}


.popup {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}

.hidden {
    display: none
}

.visible {
    display: flex;
}


.popup-content {
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    /*margin: 15% auto;*/
    /*padding: 20px;*/
    /*width: 568px;*/
    /*max-width: 568px;*/
    /*border-radius: 48px;*/
    /*animation: fadeIn 0.5s;*/

}

@media screen and (max-width: 768px) {
    .popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

        width: 100% !important;
    }

    .popup-content {
        width: 100%;
        position: unset;
        transform: unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }

    .popup-content label {
        margin-left: 0 !important;
    }
}

.popup-content label {
    display: inline-block;
}

/*.popup-content h2 {*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #0F6DA1;*/
/*    margin-top: 10%;*/
/*}*/

/*.popup-content p {*/
/*    font-family: Montserrat;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #636363;*/
/*}*/

/*.popup-content a.link.special {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #0F6DA1;*/

/*}*/

/*.popup-content a.link {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*}*/


/*.popup-content .close {*/
/*    color: #aaa;*/
/*    float: right;*/
/*    font-size: 22px;*/
/*    border: none;*/
/*    background: none;*/
/*    text-decoration: none;*/

/*}*/


/*.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit] {*/

/*    width: 380px;*/
/*    font-family: Montserrat, Arial serif;*/
/*    padding: 12px 20px;*/
/*    margin: 32px auto;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    height: 48px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #B2BECB*/


/*}*/

/*.popup-content textarea {*/
/*    width: 380px;*/
/*    max-width: 380px;*/
/*    font-family: Montserrat, Arial serif;*/
/*    padding: 12px 20px;*/
/*    margin: 32px auto;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    height: 48px;*/
/*    min-height: 50px;*/
/*    max-height: 50px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #B2BECB*/
/*}*/


/*.popup-content input[type=submit] {*/
/*    border-radius: 40px;*/
/*    gap: 10px;*/
/*    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);*/
/*    font-family: Montserrat;*/
/*    font-size: 15px;*/
/*    line-height: 23px;*/
/*    letter-spacing: 0.03em;*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 3%;*/


/*}*/

/*.popup-content input[type=checkbox] {*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    margin-right: 10px;*/
/*    margin-top: 1%;*/
/*    margin-left: -1.5%*/
/*}*/


/*.popup-content label {*/
/*    margin-left: 15.5%;*/
/*    width: 380px !important;*/
/*    font-family: Montserrat !important;*/
/*    font-size: 12px !important;*/
/*    font-weight: 400 !important;*/
/*    line-height: 18px !important;*/
/*    letter-spacing: 0em !important;*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    margin: 32px auto;*/
/*}*/

/*.popup-content label br + span {*/
/*    margin-left: 19.5%;*/
/*    display: inline-block;*/
/*}*/

/*.popup-content input[type=submit]:hover {*/
/*    opacity: 0.8;*/
/*}*/

.popup-container {
    z-index: 1;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.success-popup h2 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}

.success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}


#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}

/*#form-submit {*/
/*    margin-left: 74px !important;*/
/*}*/

/*.__text {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #636363;*/
/*    margin: 32px 74px !important;*/
/*    width: 380px !important;*/
/*}*/


/*.popup-content .form-title {*/
/*    font-family: Montserrat;*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    margin-left: 74px;*/
/*    color: #000000;*/
/*    text-align: left;*/
/*}*/

/* End */


/* Start:/local/components/all4it/list/templates/rotate_cards/style.css?17781329571150*/
.card-service__list a {
    color: white;
}

.card-service__name{
    padding: 0 22px;
}
.services{
    position: relative;
    padding-bottom: 0;
}

.services .swiper-button-prev {
    background-color: transparent;
    margin: 0;
    /*top: 80px;*/
    left: 0;
}

.services .swiper-button-prev svg {
    width: 23px;
    height: 46px;
    fill: #0F6DA1
}

.services .swiper-button-next {
    background-color: transparent;
    margin: 0;
    /*top: 80px;*/
    right: 0;
}

.services .swiper-button-next svg {
    width: 23px;
    height: 46px;
    fill: #0F6DA1
}

.services .js-slider-services__scrollbar.swiper-scrollbar{
    display: none;
    bottom: -16px;
    background: none;

    right: 14px;
    width: calc(100% - 28px);
    left: 14px;
}

.services .js-slider-services__scrollbar.swiper-scrollbar .swiper-scrollbar-drag{
    background: #006EA0;
    border-radius: 0;
}

.services .swiper-button-next.swiper-button-disabled,
.services .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.services .swiper-button-next.swiper-button-disabled svg,
.services .swiper-button-prev.swiper-button-disabled svg{
    fill: #E0E3E5;
}
/* End */


/* Start:/local/components/all4it/list/templates/facilities/style.css?1778132905752*/
.advantages{
    --section-padding-top: 40px;
    padding-top: var(--section-padding-top);
}

.advantages .advantage{
    background: #FFFFFF;
    height: auto;
}

.advantages .advantage .advantage__descr:after{
    top: -10px;
    background: #FFFFFF;
}

.advantages .advantage{
    box-shadow: 0 46px 30px -32px rgba(191, 232, 237, 0.5);
}

.advantages .js-slider-advantages__scrollbar.swiper-scrollbar{
    display: none;
    bottom: -16px;
    background: none;
    right: 14px;
    width: calc(100% - 28px);
    left: 14px;
}

.advantages  .swiper-scrollbar-drag{
    background: #006EA0;
    border-radius: 0;
}

.advantages .advantages__inner{
    margin-bottom: 50px;
}

.advantages .advantages__inner .advantages__row{
    padding-bottom: 0;
}
/* End */


/* Start:/local/components/all4it/list/templates/about/style.css?1776931246248*/
.about{
    padding-bottom: 22px;
}

.about-body p {
    margin-block: 25px 0;
    font-size: 14px;
    line-height: 180%;
    color: #636363;
}

.about-body.preview-text{
    width: 100%;
}

.about-video .video-container{
    position: relative;
}
/* End */


/* Start:/local/components/all4it/news.section/templates/index_articles/style.css?1777289814707*/
.blog .news-page__items {
    display: flex;
    gap: 17px;
}

.blog .blog-title {
    font-weight: 700;
    font-size: 32px;
    color: #0F6DA1;
    margin-bottom: 30px;
}

.blog .news-page-card__date{
    margin-bottom: 10px;
}

.blog .info-block{
    font-size: 16px;
    line-height: 120%;
    color: #0F6DA1;
}

.blog .news-page-card{
    width: 100%;
    border-radius: 32px;
}

.blog .news-page-card:first-child{
    display: block;
}

.blog .news-page-card:first-child .news-page-card__image,
.blog .news-page-card:first-child a:has(.news-page-card__image){
    width: 100%;
    height: 250px;

    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 0;
}
/* End */


/* Start:/local/components/all4it/webform.window/templates/umni-configurator/style.css?17549284352797*/
.processing {
	width: 80%;
	height: 100%;
	text-align: center;
	padding-top: 150px;
	position: absolute;
	z-index: 9999;
	display: none;
	pointer-events: none;
	user-select: none;
}

.processing img {
	display: inline-block;
}

.modal-wrapper .button-select{
	background: var(--primary-default) !important;
	border-radius: 8px !important;
	color: white !important;
}
.file_input::-webkit-file-upload-button {
	display: none;
}

.file_input::file-selector-button {
	display: none;
}
.headers_webform{
	margin-bottom: 7px;
	font-weight: bold;
}

.file_input{

	max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown{
	max-width: -webkit-fill-available;
	margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child){

	margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder{
	width: 85% !important;
}



.config-list .popup {
	display: flex;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(15, 109, 161, 0.5);

}
.hidden {
	display:none
}
.visible {
	display: flex;
}


.config-list .popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.config-list .popup-content {
		width: 100%;
		position:unset;
		transform:unset;
		border-radius: 20px;
		height: 100%;
		max-height: 600px;
		margin-top: 25%;
	}
	.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

		width: 100% !important;
	}
	.popup-content label {
		margin-left: 0 !important;
	}
}


.popup-container {
	z-index: 5;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	justify-content: center;
	align-items: center;

}

.success-popup {
	z-index: 99999;
	text-align: center;
	border-radius: 48px;
	background-color: white;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.success-popup h2{
	font-family: Montserrat;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #0F6DA1;
	margin-top: 20%;
}
.success-popup .message {
	margin-top: -1.5%;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: #636363;

}

.close-btn {
	font-family: Montserrat;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-top: 8%;
	width: 380px;
	height: 48px;
	border-radius: 40px;
	border: none;
	background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



#open-popup-btn {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

#open-popup-btn:hover {
	background-color: #45a049;
}







/* End */
/* /local/components/all4it/catalog.section/templates/index_mobile/style.css?1770188787283 */
/* /local/components/all4it/catalog.tabs/templates/.default/style.css?17781327699882 */
/* /local/components/all4it/webform.window/templates/.default/style.css?17531142076922 */
/* /local/components/all4it/list/templates/rotate_cards/style.css?17781329571150 */
/* /local/components/all4it/list/templates/facilities/style.css?1778132905752 */
/* /local/components/all4it/list/templates/about/style.css?1776931246248 */
/* /local/components/all4it/news.section/templates/index_articles/style.css?1777289814707 */
/* /local/components/all4it/webform.window/templates/umni-configurator/style.css?17549284352797 */
