

/* Start:/local/templates/doweb-sirius/assest/css/renter.css?17194728293059*/
.renter-section > div {
    margin-bottom: 30px;
  }

.renter-section .banner{
width: 100%;
height: 100%;
height: 350px;
background-position: center;
background-size: cover;
border-radius: 40px;
}

.renter-section .renter-blocks {
display: grid;
grid-template-columns: repeat(auto-fit, 32%);
grid-gap: 2%;
width: 100%;
}

.renter-section .renter-blocks .renter-block{
display: flex;
flex-direction: column;
border-radius: 30px;
text-align: center; 
justify-content: center;
padding: 25px;
}

.renter-section .renter-blocks .renter-block.block_1{
background: var(--first);
}

.renter-section .renter-blocks .renter-block.block_2{
background: var(--second);
}

.renter-section .renter-blocks .renter-block.block_3{
background: var(--third);
}

.renter-section .renter-blocks .renter-block > h3{
margin: 0;
font-family: 'Onest';
font-style: normal;
font-weight: 500;
font-size: 3em;
line-height: 1.5em;
color: #272846;
}

.renter-section .renter-blocks .renter-block > p{
font-family: 'Onest';
font-style: normal;
font-weight: 500;
font-size: 1.3em;
line-height: 1em;
color: #272846;
}

.renter_title{
margin: 0;
font-family: 'Onest';
font-style: normal;
font-weight: 500;
font-size: 3em;
line-height: 3em;
color: #0D0D0D;
padding: 0 20px;
}

.renter_desc{
display: grid;
grid-template-columns: repeat(auto-fit, 48%);
grid-gap: 4%;
width: 100%;
grid-template-rows: auto;
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 151%;
color: rgba(39, 40, 70, 0.76);
padding: 0 20px;
}

.renter-bottom{
display: grid;
grid-template-columns: 1fr 2fr;
grid-gap: 4%;
width: 100%;
}

.renter-bottom .block-pop{
width: 100%;
height: fit-content;
background: #FBFBFB;
border: 1px solid #E4E4E4;
border-radius: 40px;
padding: 20px 50px;
}

.renter-bottom .block-pop h3{
font-family: 'Onest';
font-style: normal;
font-weight: 500;
font-size: 3em;
line-height: 1em;
color: #0D0D0D;
margin: 0;
}

.renter-bottom .block-pop p{
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 1.3em;
line-height: 1em;
margin: 0;
margin: 20px 0;
}

.renter-bottom .block-pop .color_FIRST{
color: var(--first);
margin: 0;
}

.renter-bottom .block-pop .color_SECOND{
color: var(--second);
margin: 0;
}

.renter-bottom .block-pop .color_THIRD{
color: var(--third);
margin: 0;
}

.bottom_menu > div{
width: 100%;
}
.all-items > .section-list_item_link > img{
width: 120px;
height: 60px;
}

@media (max-width:1100px) {
.renter-bottom{
    grid-template-columns: repeat(auto-fit, 100%);
}

.renter-section .renter-bottom .feedback {
    border-radius: unset;
}

.renter-bottom .block-pop {
    border-radius: unset;
}
.renter-section .renter_desc{
    grid-template-columns: repeat(auto-fit, 100%);
}

}

@media (min-width:650px) and (max-width:1100px) {
.renter-section .renter-blocks .renter-block  > h3 {
    font-size: 1.6em;
}

.renter-section .renter-blocks .renter-block > p {
    font-size: 1em;
}
}

@media (max-width:650px) {
.renter-section .renter-blocks {
    grid-template-columns: repeat(auto-fit, 100%);
    padding: 0 30px;
}
}
/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770*/
.page-breadcrumb .sirius-breadcrumb {
	display: flex;
	margin: 20px 20px;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 5px;
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar-thumb {
    background: #6dac44;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar {
    height: 6px;
    background-color: #e1e1e1;
    border-radius: 5px;
}

.page-breadcrumb .sirius-breadcrumb-item {
	font-size: 1.2em;
	line-height: 25px;
	color: rgba(39, 40, 70, 0.45);
	white-space: nowrap;
}

.page-breadcrumb .sirius-breadcrumb-item a {
	color: rgba(39, 40, 70, 1);
}

.page-breadcrumb .sirius-breadcrumb-item i {
	margin-right: 5px;
}

.sirius-breadcrumb-item span {
	font-weight: 400;
}
/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/news.detail/renter/style.css?177027843211048*/
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
}

.slick-prev {
  left: 1%;
}

.slick-next {
  right: 1%;
}
 
.slick-prev::after {
  content: "\2039";
  display: inline-block;
  font-size: 70px;
  color: rgb(168, 157, 157);
  text-indent: unset;
  line-height: 55%;
  height: -webkit-fill-available;
}

.slick-next::after {
  content: "\203A";
  display: inline-block;
  font-size: 70px;
  color: rgb(168, 157, 157);
  text-indent: unset;
  line-height: 55%;
  height: -webkit-fill-available;
}

.renter_top_section {
  display: flex;
  justify-content: space-between;
}

.renter_top_section-content {
  width: 58%;
}
.renter_top_section-banner {
  width: 40%;
  height: 100%;
}
.renter_top_section-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.renter_top_section-banner .slick-list {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}

.renter_top_section_content-text {
  font-weight: 100;
}

.renter_top_section {
  max-height: 500px;
  margin-bottom: 50px;
}

.renter_top_section_content-renter_blocks {
  margin-top: 10px;
}

.renter_top_section_content-renter_blocks .renter-blocks .renter-block {
  padding: 10px;
  font-size: 12px;
}

.renter-block > p {
  font-weight: 700;
}

.renter-block > div {
  margin: 0;
  font-family: "Onest";
  font-style: normal;
  font-size: 3em;
  line-height: 1.5em;
  color: #272846;
  font-weight: 700;
}

.description {
  line-height: 18px;
}
.description p {
  margin: 0 0 0.7em 0;
}
.description input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.text {
  /*max-height: 275px;*/
  display: -webkit-box;
  -webkit-line-clamp: 21;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.description label {
  color: var(--first);
}

.description input:checked + .text {
  -webkit-line-clamp: unset;
  max-height: unset;
}
.description input:checked ~ label {
  display: none;
}
.presentation {
  margin-top: 10px;
  background-color: orangered;
  padding: 15px;
  border-radius: 40px;
}
.download_presentation i {
  margin: auto;
  font-size: 50px;
  margin-right: 10px;
}
.download_presentation {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  color: white;
  font-weight: 400;
  font-size: 15px;
}
.present_text {
  width: 100%;
}
.present_text h3,
.present_text p {
  padding: 0px;
  margin: 0px;
}

.present_text-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px !important;
}

.renter_rent_section-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32%);
  grid-gap: 2%;
  width: 100%;
}

.renter-section {
  margin-bottom: 50px;
}

.renter_rent_section-item {
  background-color: #f7f8fb;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.renter_rent_section-item img {
  width: -webkit-fill-available;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.renter_rent_section-item .title {
  margin: 0px;
  margin-bottom: 10px;
}
.renter_rent_section-item .text,
.renter_rent_section-item .title,
.renter_rent_section-item .button {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.renter_rent_section-item .text {
  max-height: 200px;
  -webkit-line-clamp: 10;
  margin-bottom: 80px;
}

.renter_rent_section-item input {
  display: none;
}

.renter_rent_section-item input:checked + .text {
  -webkit-line-clamp: unset;
  max-height: unset;
}

.renter_rent_section-item label {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  color: var(--first);
}
.renter_rent_section-item input:checked ~ label {
  font-size: 0px;
}

.renter_rent_section-item .button {
  margin: 15px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 60%;
  background: var(--first);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
}
.renter_tenants_section-items {
  display: flex;
}
.renter_tenants_section-item {
  height: 120px !important;
  width: auto;
}

.renter_tenants_section-item img {
  display: block;
  width: auto;
  height: auto;
  max-height: 120px; /* keep original visual height limit */
  margin: 0 20px;
  object-fit: contain;
}
.renter_tenants_section-items .slick-arrow {
  top: 30%;
}

.renter_advantages_section-items {
  display: flex;
  justify-content: space-between;
}

.renter_advantages_section-item {
  background-color: #f7f8fb;
  padding: 20px;
  width: 270px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;

  color: #272846;
}
.renter_advantages_section-item img {
  height: 48px;
}

.text_top {
  font-size: 20px;
}
.text_bottom {
  padding-top: 10px;
  font-size: 27px;
}

.important {
  border-left: 7px solid cadetblue;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.renter_advertising_section {
  display: flex;
  justify-content: space-between;
}

.renter_advertising_section-content {
  width: 58%;
}

.renter_advertising_section-banner {
  width: 40%;
}
.renter_advertising_section-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.renter_feedback_section {
  background-color: cadetblue;
}
.renter_feedback_section .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.block_pop-title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 3em;
  line-height: 1em;
  color: #0d0d0d;
  margin: 0;
}

.text .blue,
.text a {
  color: var(--four);
}

@media (max-width: 768px) {
  .page-breadcrumb .sirius-breadcrumb {
    flex-wrap: nowrap !important;
    text-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .renter-section.renter_top_section {
    flex-direction: column;
    max-height: unset;
    margin-bottom: 0px;
  }
  .renter_top_section-content {
    width: 100%;
  }
  .renter_top_section-banner {
    width: 100%;
    height: 100%;
  }
  .block_pop-title {
    font-size: 2em;
  }
  .feedback {
    margin-bottom: 20px;
  }
  .renter_rent_section-items {
    display: unset;
  }
  .renter_advantages_section-items {
    flex-direction: column;
  }
  .renter_advantages_section-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .renter_advertising_section {
    flex-direction: column;
  }
  .renter_advertising_section-content {
    width: 100%;
  }
  .renter_advertising_section-banner {
    width: 100%;
  }
  .mfeedback_desc_title {
    font-size: 1.8em !important;
  }
  .feedback__desc_contacts .item-title {
    font-size: 1.2em !important;
  }
  .feedback__desc_ps {
    margin-bottom: 20px;
  }
  .feedback__desc_contacts .item-content {
    flex-direction: column;
    display: flex !important;
  }
  .line-block__item_text {
    text-align: center;
  }
  .page-title,
  .renter_advertising_section-content,
  .renter-section.renter_advantages_section,
  .renter-section.renter_tenants_section,
  .renter-section.renter_rent_section,
  .renter-section.renter_form_section,
  .renter-section.renter_top_section,
  .renter-section.renter_advertising_section,
  .renter_top_section_content-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.renter_features_section-item {
  padding: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  background: var(--second);
}

.renter_features_section-item:nth-child(1) {
  background: var(--first);
}

.renter_features_section-item:nth-child(3) {
  background: var(--third);
}

.renter_features_section-item .text_top {
  margin: 0;
  font-family: "Onest";
  font-style: normal;
  font-size: 3em;
  line-height: 1.5em;
  color: #272846;
  font-weight: 700;
}

.renter_features_section-item .text_bottom {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1em;
  color: #272846;
  margin-bottom: 22px;
  padding-top: 0px;
}

.render--img {
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

/* .render--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
} */

.render--img-description span, .render--img-description p {
  position: relative;
  z-index: 999;
}

.render--img .render--img-description {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  border-radius: 40px;

  width: 100%;
  padding: 75px 0 0 75px;
}

.green_bg
{
  display: inline-block;
  padding: 0 3px;
  background: #70BE9B;
  color: white;
  text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999, 1px 1px 0 #999;
  /* //-webkit-text-stroke: 1px #666; */
}

@media (max-width: 900px) {
  .render--img-description span {
    font-size: 18px!important;
  }
  .render--img-description p {
    font-size: 16px!important;
  }
  .renter-bottom {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
  }
  .render--img {
    height: fit-content;
  }
  .renter-bottom {
    grid-gap: 9%;
    margin-bottom: 0!important;
  }
  .render--img .render--img-description {
    position: static;
    margin: 0 auto;
    font-size: 24px;
    padding: 20px;
  }
  .render--img-description span, .render--img-description p {
    display: block;
    margin: 10px auto!important;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .renter-bottom {
    grid-gap: 7%;
    margin-bottom: 0!important;
  }
}
.renter_form_section-title
{
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
}

/*  mini banners  */
.renter_mini_banners_section
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}
.renter_mini_banners_section-title
{
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #2C2C2C;
  max-width: 300px;
  padding-left: 25px;
}
.renter_mini_banners_section-items
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.renter_mini_banners_section-item
{
  font-family: Onest, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 35px;
  color: #fff;
  width: 275px;
  /*width: 323px;*/
  height: 185px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.renter_mini_banners_section-item-title
{
  position: absolute;
  top: 65px;
  left: 65px;
  max-width: 60%;
}
/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/form.result.new/main_blue_renter/style.css?17660663324763*/
input, textarea {
    border: 0 none;
    background-color: unset;
}

.feedback{
    background: #7099A2;
    border-radius: 40px;
    padding: 32px 47px;
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.feedback > div:not(:last-child){
    margin-bottom: 20px;
}

.feedback__title{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 2em;
    margin-top: 0;
	/* line-height: 2em; */
	color: #FFFFFF;
}

.feedback__desc{
    font-weight: 400;
    font-size: 1em;
    line-height: 1em;
    color: rgba(39, 40, 70, 0.66);
}

.feedback .feedback__questions{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
    grid-row-gap: 20px;
    max-width: 1000px;
    width: 100%;
}

.feedback .feedback__questions .input-item input, 
.feedback .feedback__questions .input-item textarea {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    color: #333;
    font-size: 1em;
}

.feedback .feedback__questions .input-item textarea {
    height: auto;
    border-radius: 25px;
}

.feedback__questions.text--message {
    grid-template-columns: 1fr;
}

.feedback  .feedback__agreement{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 190px;
}

.feedback  .feedback__agreement .check{
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #E9EBF1;
    margin-right: 20px;
}

.feedback #agreement .check.active::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/doweb-sirius/components/bitrix/form.result.new/main_blue_renter/images/marker.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.feedback  .feedback__agreement .text{
    color: rgba(255, 255, 255, 0.67);
}

.feedback .feedback__button{
    width: auto;
    text-align: center;
}
.feedback .feedback__button .consult_btn
{
    padding: 20px 30px;
}
.feedback .feedback__button input{
    background-color: #C14F31;
    border-radius: 50px;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: bolder;
    width: 100%;
    height: 100%;
    color: #fff;
}

.feedback .feedback__button input[disabled]{
    background-color: rgba(240, 178, 43, .3) !important;
}

.renter-form > div{
    height: 100%;
}

.succcess-title{
    height: 100%;
    width: 100%;
    margin: auto;
    background: #3C3C3C;
    border-radius: 40px;
    padding: 100px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #FFFF;
}

.render--footer-form {
    display: flex;
}

.render--footer-form .feedback__button {
    max-width: 366px;
    width: 100%;
    margin-right: 32px;
}



.captcha--wrapper {
    display: flex;
    flex-direction: row;
}

.captcha--wrapper .captcha--input {
    width: 100%;
    max-width: 227px;
    padding: 10px;
    font-size: 14px;
    height: 40px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    background-color: #b7ccd1;
}

.captcha--wrapper .captcha--input::placeholder {
    color: #fff
}

.captcha--wrapper .mf_box {
    margin: 0;
    height: auto;
}

.feedback .feedback__agreement .text {
    color:#fff;
}

.feedback__agreement a {
    color: #fff;
}

.captcha--wrapper .mf_box.mf-req > input {
    outline-color: #b7ccd1;
    border-bottom: none;
    outline-width: 1px
}

.background--logo {
    background-image: url(/local/templates/doweb-sirius/images/form_logo.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    position: absolute;
    height: 586px;
    top: -57px;
    right: -35%;
    z-index: 9;
    pointer-events: none;
}

.feedback .feedback__questions .question__items {
    position: relative;
    z-index: 99;
}
.captcha--wrap
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.feedback__button .consult_btn
{

}

@media (max-width: 768px) {
    .captcha--wrap
    {
        flex-direction: column;
        align-items: stretch;
    }
    .feedback {
        padding: 20px;
    }
    .feedback .feedback__agreement .text {
        font-size: 12px;
    }
    .render--footer-form .feedback__button {
        max-width: 240px;
        margin-right: 16px;
        font-size: 14px;
    }
    .render--footer-form {
        flex-direction: column-reverse;
    }
    .feedback .feedback__agreement {
        margin: 20px 0;
        padding-left: 0;
    }
}

@media (max-width:550px){
    .feedback .feedback__questions{
        grid-template-columns: repeat(auto-fit, 100%);
    }

    .feedback  .feedback__agreement .check{
        width: 45px;
    }
}


/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/form.result.new/renter/style.css?16904688073927*/
div.mfeedback {}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.wrapper_form{
    background: #6298A2;
    margin-bottom: 40px;
    margin-top: 80px;
}

.main_form{
    background: #FDFEFF;
    border-radius: 40px;
    width: 100%;
    margin: 60px 0px;
    display: flex;
    justify-content: center;
}

.mfeedback{
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding: 5% 10%;
}

.mfeedback .answer, .main_form .answer{
    font-size: 36px;
    align-items: center;
    align-self: center;
    color: #272846;
}

.mfeedback_desc_title{
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #272846;
}

.mfeedback_desc_text{
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1em;
    color: rgba(39, 40, 70, 0.66);
}

.mf_box{
    position: relative;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
}

.mf_box > input{
    margin: 10px;
    padding: 0 10%;
    width: 100%;
    height: 55px;
    background: #F2F4F9;
    border: 1px solid #F2F4F9;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #5A5B72;
}

.mf_box > input:focus-visible{
    outline-color: #E84C1B;
    outline-style: auto;
    outline-width: 1px;
}

.mf_box.mf-req > input{
    outline-color: var(--third);
    border-bottom: 1px solid var(--third);
    outline-width: 1px;
}
 
.mf_btn{
    margin: 10px;
    background: #3C3C3C;
    border: 1px solid #3C3C3C;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .5s;
}

.mf_btn:hover{
    background: #656565;
    border: 1px solid #656565;
}

.errortext {
    margin-left: 35px;
}

.succcess .data-table{
    text-align: center;
}

@media (max-width:760px){
    .mfeedback{
        grid-template-columns: unset;
        padding: 10% 5%;
    }
}

@media (max-width:1200px){
    .main_form{
        width: fit-content;
        margin: 40px 0px;
        border-radius: unset;
    }
}

@media (max-width:768px){
    .mf_box > input{
        margin: 0;
    }

    .mf_btn{
        margin: 0;
    }

    .mfeedback_desc_title{
        font-size: 2em;
    }
    
    .mfeedback_desc_text{
       font-size: 1em;
    }
}

.feedback__desc_contacts .item-title{
    font-size: 1.73333em;
    line-height: calc(1em + 14px);
}
.feedback__desc_contacts .item-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.feedback__desc_contacts .item{
    margin-bottom: 20px;
}
.mfeedback_desc{
    margin-right: 50px;
}
.feedback__desc_contacts .item-content,
.feedback__desc_ps{
    color: gray;
}

.blue a{
    color: var(--four);
}

.green a{
    color: var(--ui-color-accent-green);
}
.mfeedback_desc_title{
    margin-bottom: 10px;
    font-weight: 800;
}

.mfeedback  .mfeedback__agreement{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.mfeedback  .mfeedback__agreement .check{
    position: relative;
    width: 30px;
    height: 25px;
    border-radius: 5px;
    background-color: #E9EBF1;
    padding-right: 20px;
}

.mfeedback #agreement_renter .check.active::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/local/templates/doweb-sirius/components/bitrix/form.result.new/renter/images/marker.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mfeedback  .mfeedback__agreement .text{
    color: rgba(39, 40, 70, 0.66);
}
@media (max-width:550px){

    .mfeedback  .mfeedback__agreement .check{
        width: 45px;
    }
}
.mfeedback .mfeedback__button input[disabled]{
    background-color: #8a8a8a !important;
    border: 1px solid #8a8a8a !important;
}
.mfeedback .text a{
    color: var(--third);
}
/* End */
/* /local/templates/doweb-sirius/assest/css/renter.css?17194728293059 */
/* /local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770 */
/* /local/templates/doweb-sirius/components/bitrix/news.detail/renter/style.css?177027843211048 */
/* /local/templates/doweb-sirius/components/bitrix/form.result.new/main_blue_renter/style.css?17660663324763 */
/* /local/templates/doweb-sirius/components/bitrix/form.result.new/renter/style.css?16904688073927 */
