

/* Start:/bitrix/templates/tireos/components/tireos/iblock.element.getlist/uslugi.v.2/style.css?17206871341160*/
.uslugi__items .uslugi__item:nth-child(n+4) {
  margin-top: 30px; }
.uslugi__items .uslugi__item a {
  height: 285px;
  display: block;
  padding: 20px 30px;
  position: relative;
  transition: all 0.2s ease-out;
  overflow: hidden; }
  .uslugi__items .uslugi__item a:hover {
    background-color: transparent; }
    .uslugi__items .uslugi__item a:hover .image {
      opacity: 1; }
  .uslugi__items .uslugi__item a .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out;
    left: 0;
    opacity: 0; }
  .uslugi__items .uslugi__item a .text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em; }
  .uslugi__items .uslugi__item a .icon {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 4;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (max-width: 991px) {
  .uslugi__items .uslugi__item:nth-child(n+3) {
    margin-top: 30px; } }
@media screen and (max-width: 575px) {
  .uslugi__items .uslugi__item:nth-child(n+2) {
    margin-top: 30px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/tireos/components/bitrix/catalog.section/main_page/style.css?17206871341386*/
.catalog-section .catalog-section__item a {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  color: #555;
  display: block;
  overflow: hidden; }
  .catalog-section .catalog-section__item a .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: block; }
    .catalog-section .catalog-section__item a .image:before {
      content: "";
      display: block;
      position: absolute;
      width: 140%;
      height: 100%;
      top: inherit;
      left: -20%;
      opacity: 0.6;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
      transform: rotate(-20deg);
      transition: all 0.2s cubic-bezier(0, 0.3, 1, 0.7);
      top: -100%; }
    .catalog-section .catalog-section__item a .image img {
      width: 100%; }
.catalog-section .catalog-section__item:nth-child(n+5) {
  margin-top: 60px; }
.catalog-section .catalog-section__item:hover .image:before {
  top: 120%; }

@media screen and (max-width: 991px) {
  .catalog-section .catalog-section__item:nth-child(n+4) {
    margin-top: 60px; }

  .catalog-section .catalog-section__item a .image:before {
    display: none; } }
@media screen and (max-width: 767px) {
  .catalog-section .catalog-section__item:nth-child(n+3) {
    margin-top: 60px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/tireos/components/tireos/iblock.element.getlist/gallary/style.css?17206871341502*/
.gallary .gallary__items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap; }
  .gallary .gallary__items .gallary__item {
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
    position: relative;
    display: block; }
    .gallary .gallary__items .gallary__item.is-hide {
      display: none; }
    .gallary .gallary__items .gallary__item:nth-child(n+5) {
      margin-top: 30px; }
    .gallary .gallary__items .gallary__item:hover .gallary__zoom-in {
      opacity: 1; }
    .gallary .gallary__items .gallary__item img {
      display: block;
      max-width: 100%; }
    .gallary .gallary__items .gallary__item .gallary__zoom-in {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 50px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 0.4s ease all; }
.gallary .gallary__show-more {
  margin-top: 30px;
  text-align: center; }

@media screen and (max-width: 991px) {
  .gallary .gallary__items .gallary__item {
    width: 33.3333333333%; }
    .gallary .gallary__items .gallary__item:nth-child(n+4) {
      margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .gallary .gallary__items .gallary__item {
    width: 50%; }
    .gallary .gallary__items .gallary__item:nth-child(n+3) {
      margin-top: 30px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/tireos/components/tireos/iblock.element.getlist/preimushestva/style.css?17206871341476*/
.preimushestva__items .preimushestva__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .preimushestva__items .preimushestva__item:hover .left .icon {
    transform: rotateY(360deg); }
  .preimushestva__items .preimushestva__item:nth-child(n+4) {
    margin-top: 60px; }
  .preimushestva__items .preimushestva__item .left .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #e20e25;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #e20e25;
    transition: 0.4s ease all;
    transform: rotateY(0); }
  .preimushestva__items .preimushestva__item .right {
    width: calc(100% - 120px); }
    .preimushestva__items .preimushestva__item .right .title {
      font-size: 1.35em;
      line-height: 1;
      font-weight: bold;
      margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .preimushestva__items .preimushestva__item:nth-child(n+3) {
    margin-top: 60px; } }
@media screen and (max-width: 767px) {
  .preimushestva__items .preimushestva__item:nth-child(n+2) {
    margin-top: 60px; } }
@media screen and (max-width: 425px) {
  .preimushestva__items .preimushestva__item .left {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center; }
  .preimushestva__items .preimushestva__item .right {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/tireos/components/tireos/iblock.element.getlist/uslugi.v.2/style.css?17206871341160 */
/* /bitrix/templates/tireos/components/bitrix/catalog.section/main_page/style.css?17206871341386 */
/* /bitrix/templates/tireos/components/tireos/iblock.element.getlist/gallary/style.css?17206871341502 */
/* /bitrix/templates/tireos/components/tireos/iblock.element.getlist/preimushestva/style.css?17206871341476 */
