

/* Start:/local/templates/otopri/components/bitrix/breadcrumb/main/style.min.css?1744037634467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/otopri/css/teasers.css?17440376341175*/
.advantages__wrapper {
  display: flex;
  gap: 20px ;
  flex-wrap: wrap;
}
.advantages__item {
  display: flex;
  align-items: start;
  font-weight: 500;
  line-height: 140%;
  flex: 1 0 45%;
  gap: 20px;
  border: 1px solid #BED0E1;
    padding: 30px;
    border-radius: 15px;
}
.advantages__name {
  font-size: 28px;
  margin-bottom: 5px;  
  font-family: "OtopryRoboto";
  line-height: 130%;
}
.advantages p {
  font-family: "OtopryRobotoFlex";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 1369px) {
  .advantages__wrapper {
    
  }
  .advantages__item {
    /* max-width: 277px; */
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__wrapper {
    flex-direction: column;
  }
  .advantages__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .advantages img {
    width: 30px;
    height: 30px;
  }
  .advantages__item {
    align-items: center;
    gap: 10.5px;
    padding: 15px;
  }
  .advantages__text {
    max-width: 100%;
  }
  .advantages__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .advantages p {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/otopri/css/text.css?17440376341158*/
.info__wrapper {
  border-radius: 20px;
  background-color: var(--gray);
  padding: 40px;
}
.info p,
.info li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 140%;
}
.info h3,h2,h1 {
  margin-bottom: 20px;
  color: #031432;
  /* color: #fff; */
}
.info .swiper {
  border-radius: 20px;
}
.info .swiper-pagination {
  bottom: 5px !important;
}
.text__content {
  background-color: var(--gray);
  border-radius: 20px;
  padding: 40px;
}
.text__content p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 140%;
}
.info ul {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 20px;
}
.info ul li {
  list-style: disc;
  margin-bottom: 0;
}
.text__content h3 {
  margin-bottom: 20px;
}

 li a{
    color: var(--blueHover);
  }
.bold {
	font-weight:600;
}	
  
  
@media screen and (max-width: 1023px) {
  .info p,
  .info li {
    font-size: 16px;
  }
  .text__content {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  

}
@media screen and (max-width: 640px) {
  .info__wrapper {
    padding-bottom: 80%;
    padding: 20px;
  }
  .info__video {
    width: 100%;
    position: relative;
    padding-bottom: 70%;
  }
}
/* End */


/* Start:/local/templates/otopri/css/price_list.css?17443091321861*/
.price-list h2 {
  margin-bottom: 40px;
}
.price-list__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.price-list__list {
  max-width: 615px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price-list__service {
  min-height: 70px;
  padding-top: 20px;
  gap: 40px;
  border-bottom: 1px solid #BED0E1;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 20px;
}
.price-list__service:first-child {
  padding-top: 0;
  min-height: unset;
}
.price-list__service:last-child {
  padding-bottom: 0;
  border: none;
}
.price-list__type {
  font-size: 20px;
  line-height: 140%;
}
.price-list .annotation {
  display: flex;
  align-items: start;
  gap: 17px;
  background-color: var(--gray);
  padding: 32px 32px 40px;
  font-style: italic;
  border-radius: 20px;
}
.price-list .annotation p:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 1369px) {
  .price-list__service {
    min-height: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .price-list__wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .price-list__wrapper div {
    flex-grow: 1;
  }
  .price-list__list {
    max-width: unset;
  }
  .price-list__type {
    max-width: unset;
  }
  .price-list ._additional {
    flex-direction: column-reverse;
  }
  .price-list .annotation {
    margin-top: 30px;
    padding: 30px 32px 40px;
    gap: 15px;
    margin-bottom: 60px;
  }
  .price-list .annotation p:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 639px) {
  .price-list__type {
    max-width: 205px;
    font-size: 16px;
  }
  .price-list__service {
    padding: 10px 0;
  }
  .price-list .annotation {
    padding: 20px;

  }
  .price-list .annotation img {
    display: none;
  }
}
.schema-h {
	display:none !important;
}
/* End */


/* Start:/local/templates/otopri/css/call_image.css?17440376341953*/
.exactly-price__wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.exactly-price__img-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
}
.exactly-price__img-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exactly-price__img {
  position: relative;
  z-index: 2;
  max-width: 250px;
  max-height: 285px;
}
.exactly-price__text {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 40px;
  background-color: var(--gray);
  font-size: 20px;
}
.exactly-price__text > p {
  font-size: 20px;
  margin-bottom: 45px;
  line-height: 140%;
  letter-spacing: normal;
}
.exactly-price__text::before {
  content: "";
  width: 33px;
  height: 57px;
  -webkit-mask-position: center;
  -webkit-mask-image: url(/local/templates/otopri/css/../images/icons/arrowLeft.svg);
  mask-position: center;
-webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
-webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  left: -25px;
  background-color: var(--gray);
}

@media screen and (max-width: 1023px) {
  .exactly-price .contacts__wrapper {
    flex-direction: column;
  }
  .exactly-price .contacts__item {
    max-width: 100%;
  }
  .exactly-price__text {
    max-width: 381px;
  }
  .exactly-price__text > p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .exactly-price__img {
    align-items: end;
  }
  .exactly-price__img img {
    max-height: 285px;
    align-items: baseline;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 720px) {
  .exactly-price__wrapper {
    flex-direction: column-reverse;
  }
  .exactly-price__img {
    height: 310px;
  }
  .exactly-price__text {
    max-width: 100%;
    padding: 20px 20px 30px;
  }
  .exactly-price .contacts__wrapper {
    flex-direction: row;
  }
  .exactly-price .contacts__wrapper p {
    flex-direction: row;
  }
}
/* End */


/* Start:/local/templates/otopri/css/services.css?17440376343253*/
.wrapper._grid-tw-clms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .wrapper._grid-tw-clms {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}




.services__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.services .services__type:last-of-type {
  margin-bottom: 40px;
}
.services__actions {
  max-width: 615px;
  width: 100%;
}
.services__action {
  padding: 40px;
  position: relative;
  border-radius: 20px;
  font-size: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.services__action p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}
.services__action:not(:last-child) {
  margin-bottom: 20px;
}
.services__action img {
  position: absolute;
  bottom: 0;
  max-width: 254px;
}
.services__action._light {
  background-color: var(--gray);
  color: var(--blue);
}
.services__action._dark {
  background-color: var(--blue);
  color: var(--white);
}
.services__action._dark .percent {
 
  -webkit-text-stroke: 3px #ffffff

}
.services__action._light .percent {
 
  -webkit-text-stroke: 3px #3D72CC

}
.services__action._right img {
  right: 0;
  
}
.services__action._left img {
  left: 0%;
}
.services__action._left .percent {
  text-align: right;
}
.services .percent {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

@media screen and (max-width: 1023px) {
  .services .popup-btn {
    max-width: 345px;
  }
  .services__action {
    min-height: 300px;
  }
  

  .services__action p {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .services__actions {
    flex-grow: 1;
    max-width: unset;
  }
  .services__name {
    font-size: 16px;
  }
  .services__action {
    min-height: 300px;
    padding: 20px;
  }
  .services__action p {
    margin-bottom: 72px;
  }
  .services__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 640px) {
  .services__action img {
    bottom: -10%;
    scale: 80%;
  }
  .services__action {
    min-height: 195px;
  }
  .services__action p{
    margin-bottom:30px;
    font-size: 16px;
  }
  .services__action._left img {
    left: -10%;
  }
  .services__action._right img {
    right: -10%;
  }
}





.types {
  flex-shrink: 0;
}
.types__type {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
}
._price{
  transition: all .3s ease ;
}
.types__type:hover ._price {
  color:  #86C331;
}
.types__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0px;
  background: var(--gray);
  flex-shrink: 0;
}
.types__name {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 140%;
}

@media screen and (max-width: 1024px) {
  .types h2 {
    margin-bottom: 20px;
  }
  .types__name {
    font-size: 20px;
  }
  .types__img {
    width: 130px;
    height: 130px;
  }
  .types__img img {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .types__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .types__img {
    width: 100px;
    height: 100px;
  }
}
/* End */


/* Start:/local/templates/otopri/css/brand_list.css?1744037634568*/
.brandList__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.brandList__item {
  max-width: 235px;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BED0E1;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .brandList__item {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .brandList__wrapper {
    gap: 10px;
  }
  .brandList__wrapper .brandList__item {
    max-width: 167px;
    height: 100px;
  }
  .brandList__wrapper .brandList__img {
    max-width: 115px;
  }
}
/* End */


/* Start:/local/templates/otopri/components/bitrix/catalog.section.list/brands/style.min.css?17440376346236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/otopri/css/text_images.css?1744037634870*/


.info__images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.info__images p {
  margin-bottom: 0;
}
.info__images img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.info__img {
  /* flex: 1 1 auto; */
  flex-shrink: 1;
  /* max-width: 585px; */
  width: 100%;
  
}
.info__img img {
  height: 343px;
  object-fit: cover;

}
.info__text {
  margin-bottom: 40px;
}


@media screen and (max-width: 1023px) {
  .info__images {
    flex-direction: column;
    align-items: center;
  }
  .info__img img{
    height: 100%;
  max-height:400px;
    /* height: 270px; */
    aspect-ratio: 1/0.7;
  }
  
 
}
@media screen and (max-width: 640px) {
  .info__wrapper {
    padding-bottom: 80%;
    padding: 20px;
  }
  .info__img img {
    aspect-ratio: 1/0.6;
  min-height: 175px;
  }
}
/* End */


/* Start:/local/templates/otopri/css/staff.css?17440376341541*/
.masters__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.masters__item {
  max-width: 302px;
  max-height: 288px;
}
.masters__item p {
  text-align: center;
  font-size: 20px;
}
.masters__img {
  margin-bottom: 10px;
  max-width: 302px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.masters__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 305px;
  height: 250px;
}

@media screen and (max-width: 1369px) {
  .masters__item {
    width: 100%;
  }
  .masters__img {
    width: 100%;
    max-width: 305px;
  }
  .masters__img img {
    width: 100%;
  }
}
.masters__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.masters__item {
  max-width: 302px;
  max-height: 288px;
}
.masters__item p {
  text-align: center;
  font-size: 20px;
}
.masters__img {
  margin-bottom: 10px;
  max-width: 302px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.masters__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

@media screen and (max-width: 1024px) {
  .masters__wrapper {
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .masters__item {
    flex: 1 1 calc(50% - 20px);
    width: 100%;
    max-width: 450px;
    max-height: unset;
  }
  .masters__img {
    width: 100%;
    max-width: unset;
  }
  .masters__img img {
    width: 100%;
    max-height: 450px;
    height: 100%;
  }
}
@media screen and (max-width: 639px) {
  .masters p {
    font-size: 16px;
  }
}
/* End */


/* Start:/local/templates/otopri/css/call.css?17440376341487*/
.call__wrapper {
  background-color: var(--gray);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  gap: 60px;
}
.call__text {
  max-width: 738px;
}
.call__title-block {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 25px;
}
.call__title-icon {
}
.call__title {
  margin-bottom: 0;
}
.call__text p {
  font-size: 20px;
}
.call__link {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 20px;
}
.call .contacts {
  max-width: 392px;
  width: 100%;
  display: flex;
    align-items: center;
}
.call .contacts__wrapper {
  flex-direction: column;
  width: 100%;
}
.call .contacts__item {
  max-width: unset;
  height: 60px;
}
.call .contacts ._number {
  display: none;
}

@media screen and (max-width: 1024px) {
  .call__link {
    display: none;
  }
  .call__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .call__text {
    max-width: 100%;
  }
  .call__text h3 img {
    display: none;
  }
  .call__text p {
    max-width: 450px;
    font-size: 16px;
  }
  .call .contacts {
    max-width: 100%;
  }
  .call .contacts__item {
    display: none;
  }
  .call .contacts__item._number {
    display: flex;
    width: 100%;
  }
  .call .contacts__item._number p {
    flex-direction: row;
  }
  .call .contacts__item._number img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .call__wrapper {
    padding: 20px;
  }
}
/* End */


/* Start:/local/templates/otopri/css/examples.css?17440376342135*/
.examples .swiper {
  /* border-radius: 20px; */
}
.examples .swiper-pagination {
  display: none;
}
.examples__slide {
  max-width: 625px;
  width: 100%;
  height: 438px;
}
.examples__slide p {
  text-align: center;
}
.examples__slide img {
  height: 400px;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.examples__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.examples__navigation {
  position: relative;
  max-width: 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.examples__navigation .swiper-button-prev,
.examples__navigation .swiper-button-next {
  position: static;
  width: 20px;
  height: 12px;
}
.examples__navigation .swiper-button-prev::after {
  content: url(/local/templates/otopri/css/../images/icons/slider-arrow.svg) !important;
}
.examples__navigation .swiper-button-next::after {
  content: url(/local/templates/otopri/css/../images/icons/slider-arrow.svg) !important;
  transform: scale(-1,1);
}

@media screen and (max-width: 1369px) {
  .examples__slide {
    max-height: 338px;
  }
  .examples__slide img {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .examples__slide {
    max-width: unset;
    height: 100%;
    max-height: 747px;
  }
  .examples__slide img {
    max-height: 529px;
    height: 100%;
    aspect-ratio: 1/0.7;
  }
  .examples .swiper-pagination {
    display: block;
    bottom: 0px;
  }
  .examples .swiper-pagination .swiper-pagination-bullet {
    background-color: #2A2E37;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
  }
  .examples .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--blue);
  }
  .examples .swiper-pagination .swiper-pagination-bullet-active-next-next {
    transform: scale(0.8) !important;
  }
  .examples .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.8) !important;
  }
  .examples .swiper-wrapper {
  }
  .examples__navigation {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .examples__slide {
    /* max-height: 250px; */
  }
}
/* End */


/* Start:/local/templates/otopri/css/map.css?17440376341702*/
.map__content {
  position:relative;
  border-radius: 20px 20px 0 0;
  height: 500px;
  width: 100%;
  overflow:hidden;
}
.map__content > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.map__frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
}
.map .show-links {
  display: none;
}
.map__text {
  background-color: var(--gray);
  padding: 40px;
  border-radius: 0px 0px 20px 20px;
}
.map__text p {
  margin-bottom: 30px;
}
.map__link {
  color: var(--blue);
}
.map__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
  font-family: "OtopryRoboto";

}
.map__item {
  flex: 1 1 25%;
}

@media screen and (max-width: 1024px) {
  .map__content {
    height: 400px;
  }
  .map .show-links {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    display: block;
    color: var(--blue);
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .map .show-links {
    font-weight: 700;
    font-family: "OtopryRoboto";
  }
}
@media screen and (max-width: 1024px) {
  .map .show-links .hide {
    display: none;
  }
  .map .show-links._active .hide {
    display: block;
  }
  .map .show-links._active .show {
    display: none;
  }
  .map__links {
    margin-bottom: 0;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .map__links._active {
    margin-bottom: 30px;
    opacity: 1;
    max-height: 900px;
  }
  .map__item {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 640px) {
  .map__text {
    padding: 20px;
  }
}
/* End */


/* Start:/local/templates/otopri/components/bitrix/catalog.section.list/districts/style.min.css?17440376346236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/otopri/css/questions.css?17443075091408*/
.questions * {
  transition: all 0.3s ease;
}
.questions__item {
  padding: 40px;
  padding-bottom: 40px;
  border: 1px solid #413e6080;
  border-radius: 20px;
  cursor: pointer;
}
.questions__item:not(:last-child) {
  margin-bottom: 30px;
}
.questions__item._item-open .questions__tag img {
  transform: rotate(45deg);
}
.questions__item._item-open .questions_text {
  max-height: 600px;
  margin-top: 20px;
  opacity: 1;
}
.questions__item p {
  max-height: 500px;
  margin-top: 20px;
  opacity: 1;
}

.questions .questions_text {
  max-height: 0px;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.questions__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  line-height: 140%;
}
.questions__tag img {
  transition: all 0.3s ease;
}

@media screen and (max-width: 1369px) {
  .questions__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .questions__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .questions__tag {
    align-items: start;
  }
  .questions p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .questions__tag {
    font-size: 16px;
    font-weight: 700;
  gap: 30px;
  }
  .questions__item {
    padding: 20px;
    /* padding-bottom: 0; */
    border: 1px solid #BED0E1
  }
  .questions p {
    font-size: 16px;
  }
}
/* End */
/* /local/templates/otopri/components/bitrix/breadcrumb/main/style.min.css?1744037634467 */
/* /local/templates/otopri/css/teasers.css?17440376341175 */
/* /local/templates/otopri/css/text.css?17440376341158 */
/* /local/templates/otopri/css/price_list.css?17443091321861 */
/* /local/templates/otopri/css/call_image.css?17440376341953 */
/* /local/templates/otopri/css/services.css?17440376343253 */
/* /local/templates/otopri/css/brand_list.css?1744037634568 */
/* /local/templates/otopri/components/bitrix/catalog.section.list/brands/style.min.css?17440376346236 */
/* /local/templates/otopri/css/text_images.css?1744037634870 */
/* /local/templates/otopri/css/staff.css?17440376341541 */
/* /local/templates/otopri/css/call.css?17440376341487 */
/* /local/templates/otopri/css/examples.css?17440376342135 */
/* /local/templates/otopri/css/map.css?17440376341702 */
/* /local/templates/otopri/components/bitrix/catalog.section.list/districts/style.min.css?17440376346236 */
/* /local/templates/otopri/css/questions.css?17443075091408 */
