

/* Start:/local/templates/new2_r1moscow/components/bitrix/catalog.section.list/uslugi_table/style.css?17544982742647*/
.service-list,
.regulations {
  padding-bottom: 100px;
}
.service-list {
  padding-top: 60px;
}
.service-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.service-list__item {
  flex: 0 0 310px;
  max-width: 310px;
  background: #fff;
  padding: 40px;
  position: relative;
  min-height: 310px;
}
.service-list__item-link:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/local/templates/new2_r1moscow/components/bitrix/catalog.section.list/uslugi_table/images/more.svg") no-repeat;
}

.service-list__item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-top: 15px;
}

.service-description__text p {
  margin-bottom: 30px;
}

.service-nav__ul li a.active {
  color: #44ace4;
}
.service-list__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 60px;
  height: 85px;
}
.service-list__item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.service-consultation {
  flex: 0 0 621px;
  max-width: 621px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.service-consultation__title {
  font-size: 32px;
  font-weight: 600;
}

.service-consultation__description {
  font-size: 20px;
  text-align: center;
}

.service-order__btn {
  height: 55px;
  background: #0080c5;
  border: none;
  border-radius: 27px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham Pro";
  padding: 22px 36px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .service-list__item {
    flex: 0 0 230px;
    max-width: 230px;
  }
  .service-list__item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 0px;
  }
}
@media (max-width: 968px) {
  .service-list__title {
    display: grid;
    grid-template-columns: 1fr;
  }
  .service-list__item {
    flex: 0 0 calc(50% - 1px);
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .service-order__btn {
    font-size: 13px;
  }
  .service-order__block {
    flex-direction: column-reverse;
  }
  .service-order__block .service-order__btn {
    flex: auto;
  }
  .service-list__description {
    font-size: 16px;
  }
  .service-list__item {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 116px;
  }
  .service-list__item-img {
    width: 76px;
    height: 76px;
  }
  .service-list__item-title {
    font-size: 22px;
  }
  .service-list__item-img {
    bottom: 20px;
  }
}

/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/form.result.new/service-request/style.css?17345888481853*/
.overlay{
	top:0;
	left:0;
	height:100%;
	background-color:rgba(0,0,0,.5);
	z-index:20
}
.modal,.overlay{
	opacity:0;
	visibility:hidden;
	position:fixed;
	width:100%;
	transition:all .3s
}
.modal{
	max-width:980px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:30;
	box-shadow:0 3px 10px -.5px rgba(0,0,0,.2);
	text-align:center;
	padding:30px;
	border-radius:3px;
	background-color:#fff
}
@media screen and (max-width:768px){
	.modal-two-col{
		grid-template-columns:1fr
	}
	.mtc__img{
		display:none
	}
}
.modal__header {
    justify-content: center;
    font-size: 3rem;
	color: #000;
}
.modal-two-col{
	display:grid;
	grid-template-columns:1fr 1fr;
	align-items: center;
}
.mtc__img{
	margin-top:-30px;
	margin-left:-30px;
	margin-bottom:-30px;
	min-height:460px;
}
.modal.active,
.overlay.active{
	opacity:1;
	visibility:visible
}
.modal__cross{
	width:15px;
	height:15px;
	position:absolute;
	top:20px;
	right:20px;
	fill:#444;
	cursor:pointer
}
.f-row{
	position: relative;
}
.f-row input {
  padding: 19px 30px!important;
}
.f-row::before {
    content: '';
    color: #bdbdbd;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0.525rem;
    top: 42%;
    transform: translateY(-50%);
}
#field_83::before {
    width: 18px;
    background-image: url(/local/templates/new2_r1moscow/components/bitrix/form.result.new/service-request/./images/user-1.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#field_84::before {
    width: 18px;
    background-image: url(/local/templates/new2_r1moscow/components/bitrix/form.result.new/service-request/./images/phone-numbers-call-1.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#field_85::before{
	left: 75%;
	width: 18px;
    background-image: url(/local/templates/new2_r1moscow/components/bitrix/form.result.new/service-request/./images/vector-3.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/* End */
/* /local/templates/new2_r1moscow/components/bitrix/catalog.section.list/uslugi_table/style.css?17544982742647 */
/* /local/templates/new2_r1moscow/components/bitrix/form.result.new/service-request/style.css?17345888481853 */
