

/* Start:/local/templates/spa/components/bitrix/catalog/.default/style.css?17569042012326*/
.section_banner__text {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.section_banner {
    position: relative;
    height: 350px;
}

.section_banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_banner__text_name {
    color: white;
    max-width: 549px;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 18px;
}

.section_banner__text_desc {
    margin-bottom: 18px;
}

.section_banner__text__btn {
    display: block;
    box-sizing: border-box;
    padding: 13px 40px;
    background-color: #D3DDED;
    width: fit-content !important;
    border-radius: 10px;
    font-size: 18px;
    color: #D3DDED;
    font-weight: bold;
    text-decoration: none !important;
}

.section_banner__text__btn span {
    font-size: 18px;
    color: #5B5E62;
    font-weight: bold;

}

.detail_section_block {
    display: flex;
    flex-direction: row-reverse;
}

.detail_section_block__image {
    float: right;
    max-width: 507px;
    max-height: 300px;
}

.detail_section_block__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail_section_block__text {
    flex: 1;
}

.table_price.new_table_price td {
    border: none;
    padding: 10px 20px;
}

.table_price.new_table_price tr:nth-child(2n+1) {
    background-color: #F1F9FF;
}

.table_price.new_table_price tr td:nth-child(2) {
    text-align: end;
}

.table_price.new_table_price {
    border: none;
    font-family: 'Rubik';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #0F3862;
}

@media (max-width: 1400px) {
    .section_banner__text {
        width: calc(100% - 80px);

    }
}

@media (max-width: 1200px) {
    .detail_section_block__image {
        max-width: 40%;
    }
}

@media (max-width: 900px) {
    .section_banner {
        display: none;
    }
}

@media (max-width: 700px) {
    .detail_section_block__image {
        display: none;
    }
    .table_price.new_table_price td {
        padding: 10px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17422811742530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/spa/components/bitrix/catalog.section/catalog/style.css?17555265311184*/
.partners_block__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    color: #24496E;
    margin-bottom: 43px;
}
.partners_block__descrip{
    color: #0F3862;
    font-size: 18px;
    font-weight: 600;

}
.partners_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    padding: 43px 58px;
    row-gap: 43px;
    column-gap: 36px;
}

.partners_item {
    border: solid 1px #B7C3D0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.partners_item img{
    width: 80%;
    object-fit: contain;
}
@media (max-width:1200px) {
    .partners_wrap{
        padding: 30px 0;
    }
}
@media (max-width:900px) {
    .partners_wrap{
        gap: 15px;
    }
    .partners_block__descrip{
        font-size: 16px;
    }
    
}
@media (max-width:600px) {
    .partners_block__title{
        margin-bottom: 23px;
        font-size: 24px;
    }
    .partners_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:360px) {
    .partners_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End */


/* Start:/local/templates/spa/components/bitrix/news.list/reviews/style.css?17494827524234*/
img.reviews_list__item__img_prev {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	max-width: unset;
}

.reviews_list__item_wrap {
	display: flex;
	gap: 30px;
}

.reviews_list__item__img {
	width: 180px;
	text-align: center;
}

.reviews_list__item__text {
	flex: 1;
	overflow: hidden;
}

.reviews_list__item {
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	border: solid 1px #D2DAE1;
	margin: 0 20px;
}

.reviews_list__item__text_theme {
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0F3862;
	display: flex;
	gap: 10px;
	padding-bottom: 13px;
	
}

.reviews_list__item__text_comment {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	overflow-y: auto;
	height: 300px;
}

.reviews_list {
	position: relative;
	padding-bottom: 100px;
}

.reviews_list__arrows {
	width: 100%;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between; */
}

.reviews_list__arrows button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #0F3862;
	z-index: 9;
	cursor: pointer;
	background-color: white;
}
.reviews_list__arrows button:hover {
	background: white;
	opacity: 1;
}
.slick-disabled{
	opacity: 0.5;
}
.reviews_list__arrows .slick-prev{
	left: 0;
}
.reviews_list__arrows .slick-next{
	right: 0;
}
.reviews_list__arrows .slick-prev::before,
.reviews_list__arrows .slick-next::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.slick-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_33_31)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.61429 16.0372C8.24649 16.0384 7.89277 15.8959 7.62857 15.64L0 8.18003L7.62857 0.721459C7.89153 0.468469 8.24225 0.327148 8.60714 0.327148C8.97204 0.327148 9.32276 0.468469 9.58571 0.721459C9.71534 0.843591 9.81887 0.990716 9.89008 1.15396C9.96129 1.3172 9.99869 1.49317 10 1.67126C10.0014 1.84936 9.9666 2.02587 9.89785 2.19016C9.8291 2.35445 9.72778 2.50311 9.6 2.62717L3.91429 8.18717L9.6 13.75C9.72774 13.874 9.82903 14.0225 9.89777 14.1867C9.9665 14.3509 10.0012 14.5273 9.99991 14.7052C9.99858 14.8832 9.96119 15.0591 9.89 15.2222C9.81881 15.3853 9.7153 15.5323 9.58571 15.6543C9.32405 15.9035 8.97557 16.0408 8.61429 16.0372Z' fill='%230F3862'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_33_31'%3E%3Crect width='10' height='15.7143' fill='white' transform='translate(0 0.322754)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 10px;
	height: 17px;
}

.slick-next::before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_33_27)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.38565 16.0372C1.75344 16.0384 2.10717 15.8959 2.37136 15.64L9.99994 8.18003L2.37136 0.721459C2.10841 0.468469 1.75769 0.327148 1.39279 0.327148C1.0279 0.327148 0.677178 0.468469 0.414222 0.721459C0.284599 0.843591 0.181061 0.990716 0.109855 1.15396C0.0386488 1.3172 0.00124999 1.49317 -8.50207e-05 1.67126C-0.00142003 1.84936 0.0333364 2.02587 0.102087 2.19016C0.170838 2.35445 0.272159 2.50311 0.399936 2.62717L6.08565 8.18717L0.399936 13.75C0.272199 13.874 0.170905 14.0225 0.102171 14.1867C0.0334369 14.3509 -0.00131172 14.5273 2.34283e-05 14.7052C0.00135858 14.8832 0.0387499 15.0591 0.109939 15.2222C0.181129 15.3853 0.28464 15.5323 0.414222 15.6543C0.67589 15.9035 1.02436 16.0408 1.38565 16.0372Z' fill='%230F3862'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_33_27'%3E%3Crect width='10' height='15.7143' fill='white' transform='translate(-6.10352e-05 0.322754)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 10px;
	height: 17px;
}
@media (max-width:1200px) {
	.reviews_list__item_wrap{
		flex-direction: column;
	}
}
@media (max-width:800px) {
	.reviews_list__item__text_theme{
		font-size: 23px;
	}
}
/* End */


/* Start:/local/templates/spa/components/interlabs/feedbackform/calculation/style.css?174895819514297*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  padding: 16px 21px;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/local/templates/spa/components/interlabs/feedbackform/calculation/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  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;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
}

.interlabs-feedbackform__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.interlabs-feedbackform__text {
  padding: 73px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
}
button.modal-default-button.js-interlabs-feedbackform__dialog__send-button {
  padding: 13px 95px;
  box-sizing: border-box;
  display: block;
  height: auto !important;
  line-height: normal;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  border-radius: 10px !important;
}
.calculation_form{
  border-radius: 10px !important;
}
@media (max-width:900px) {
  .interlabs-feedbackform__title{
    text-align: center;
    font-size: 40px;
  }
  .interlabs-feedbackform__desc{
    font-size: 22px;
    text-align: center;
  }
  .interlabs-feedbackform__text {
    padding: 53px 30px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}
@media (max-width:600px) {
  .interlabs-feedbackform__title{
    font-size: 30px;
  }
  .interlabs-feedbackform__desc{
    font-size: 18px;
  }
}
/* End */
/* /local/templates/spa/components/bitrix/catalog/.default/style.css?17569042012326 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17422811742530 */
/* /local/templates/spa/components/bitrix/catalog.section/catalog/style.css?17555265311184 */
/* /local/templates/spa/components/bitrix/news.list/reviews/style.css?17494827524234 */
/* /local/templates/spa/components/interlabs/feedbackform/calculation/style.css?174895819514297 */
