

/* Start:/local/templates/v1rt-2k21/components/v1rt/section/intro/style.css?16112200743558*/
.intro {
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro.jpg') no-repeat center center;
  background-size: cover;
  margin-top: -160px;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.intro::before {
  content: '';
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro-before.svg') no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 231px;
  height: 299px;
  top: calc(50% - 92px);
  right: -55px;
}

.intro::after {
  content: '';
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro-after.svg') no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 136px;
  height: 125px;
  top: 0;
  right: 0;
}

.intro__clouds {
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__clouds.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  mix-blend-mode: screen;
}

.intro__circle {
  display: none;
}

.intro__container {
  position: relative;
  z-index: 20;
}

.intro__heading {
  font-family: Raleway;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.12;  
  color: #1C1C1C;
  margin: 0 0 18px;
  max-width: 70%;
}

.intro__heading-accent {
  color: #01B0FF;
}

.intro__text {
  font-family: Nunito;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;  
  color: #1C1C1C;
  margin: 0;  
  max-width: 70%;
}

.intro__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0, #fff, transparent);
}

@media screen and (min-width: 576px) {
  .intro {    
    margin-top: -90px;
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .intro::before {
    width: 265px;
    height: 350px;
    top: calc(50% - 140px);
  }

  .intro::after {    
    width: 192px;
    height: 162px;
  } 

  .intro__heading {
    margin-bottom: 30px;
    max-width: unset;
  }

  .intro__text {
    display: flex;
    align-items: center;
    max-width: unset;
  }

  .intro__text::before {
    content: '';
    background: url(/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__text.svg) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 4px;
    display: block;
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .intro {
    padding-top: 230px;
    padding-bottom: 140px;
  }

  .intro::before {
    width: 329px;
    height: 430px;
    top: calc(50% - 190px);
    right: 0;
  }

  .intro__heading {
    font-size: 40px;
    max-width: 500px;
  }

}

@media screen and (min-width: 992px) {
  .intro {
    margin-top: -60px;
    padding-top: 260px;
    padding-bottom: 180px;
  }
  
  .intro::before {
    width: 420px;
    height: 560px;
    top: calc(50% - 266px);
  }

  .intro::after {    
    width: 246px;
    height: 214px;
  } 

  .intro__clouds {
    background-position: top center;
  }

  .intro__circle {
    background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__circle.svg') no-repeat center center;
    background-size: 356px 356px;
    display: block;
    width: 356px;
    height: 356px;
    position: absolute;
    top: 173px;
    right: calc((100% - 960px) / 2 + 1030px);
  }

  .intro__heading {
    font-size: 50px;
    max-width: 700px;
  }

  
}

@media screen and (min-width: 1200px) {
  .intro {
    padding-top: 300px;
    padding-bottom: 230px;
  }

  .intro::before {
    width: 594px;
    height: 803px;
    top: calc(50% - 362px);
    left: calc((100% - 1140px) / 2 + 795px);
  }  

  .intro__circle {
    top: 200px;
    right: calc((100% - 1140px) / 2 + 1330px);
  }

  .intro__heading {
    font-size: 64px;
    max-width: 800px;
  }

  
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/section/index-cases/style.css?1610993330338*/
.index-cases {
  overflow: hidden;
}

.index-cases__heading {
  text-align: center;
  margin-bottom: 15px;
}

.index-cases__subheading {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .index-cases__heading {
    margin-bottom: 30px;
  }
  .index-cases__subheading {
    margin-bottom: 90px;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/style.css?16109800043982*/
.cases-carousel {

}

.cases-carousel__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cases-carousel__card {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 25px;
}

.cases-carousel__card-header {
  height: 230px;
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.cases-carousel__card-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000 -14%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.cases-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.cases-carousel__header-inner {
  padding: 52px 24px 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 20;
}

.cases-carousel__name {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 20px;
}

.cases-carousel__type {
  margin: 0;
  background: #01B0FF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 7px 8px;
  display: inline-block;
}

.cases-carousel__body {
  padding: 20px 12px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cases-carousel__props {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 10px 12px;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.cases-carousel__props-key {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  color: #1C1C1C;
  margin: 0;
}

.cases-carousel__props-value {
  font-size: 14px;
  line-height: 1.3;
  color: #01B0FF;
  margin: 0;
}

.cases-carousel__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;  
  color: #747474;
  margin-bottom: 27px;
}

.cases-carousel__button {

}

.cases-carousel__nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cases-carousel__arrow {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
  outline: none;
}

.cases-carousel__arrow::before {
  content: '';
  display: block;
  width: 41px;
  height: 12px;
  background-size: 41px 12px;
}

.cases-carousel__arrow_type_prev::before {
  background-image: url('/local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/i/cases-carousel__arrow_type_prev.svg');
}

.cases-carousel__arrow_type_next::before {
  background-image: url('/local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/i/cases-carousel__arrow_type_next.svg');
}

@media screen and (min-width: 576px) {
  .cases-carousel {
   
  }

  .cases-carousel .glide__track {

  }

  .cases-carousel__nav {
    padding: 0;
  }

  .cases-carousel__arrow {
    position: absolute;
    top: calc(50% - 12px);
  }

  .cases-carousel__arrow::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(5, 53, 152, 0.04);
    border-radius: 100%;
    position: absolute;
    top: -19px;
    opacity: 0;
    transition: opacity ease .5s;
  }
  
  .cases-carousel__arrow:hover::after {
    opacity: 1;
  }

  .cases-carousel__arrow_type_prev {
    left: -70px;
  }

  .cases-carousel__arrow_type_prev::after {
    left: -22px;
  }

  .cases-carousel__arrow_type_next {
    right: -70px;
  }

  .cases-carousel__arrow_type_next::after {
    right: -22px;
  }
}

@media screen and (min-width: 992px) {
  .cases-carousel__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .cases-carousel__body {
    padding-left: 28px;
    padding-right: 28px;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/vendor/glide-3.4.1/glide.core.min.css?1610991893788*/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/feedback-form/free-audit/style.css?17512690653473*/
.free-audit {
  background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/free-audit/i/free-audit-bg.jpg') no-repeat top center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.free-audit__heading {
  margin-bottom: 15px;
}

.free-audit__subheading {
  margin-bottom: 20px;
}

.free-audit__form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 111.94%);
  border-radius: 20px;
  padding: 44px 22px;
}

.free-audit__fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 15px;
}

.free-audit__label {
    display: block;
    position: relative;
}

.free-audit__input {
  border: 0;
  border-bottom: 1px solid #01B0FF;
  background: none;
  padding: 5px 15px 15px;
  box-sizing: border-box;
  width: 100%;
}

.free-audit__input_type_error {
    border-color: red;
}

.free-audit__input:focus {
  border-bottom-color: #053598;
  outline: none;
}

.free-audit__input, .free-audit__input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #1C1C1C;
}


.free-audit__error {
    color: red;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
}

.free-audit__error_visible {
    display: block;
}

.free-audit__submit {
  width: 200px;
  margin: 0 auto 15px;
  display: block;
}

.free-audit__submit_disabled {
    opacity: .5;
    cursor: default;
}

.free-audit__label-checkbox {
  display: flex;
  justify-content: center;
}

.free-audit__checkbox {

}

.free-audit__agreement {
  font-size: 12px;
  margin-left: 10px;
}

.free-audit__agreement-link {
  color: #1c1c1c;
}

.free-audit__result {
    color: #06b0fc;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
}

.free-audit__result_visible {
    display: block;
    text-align: center;
}

.free-audit__messengers {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .free-audit {
    position: relative;
  }

  .free-audit__fieldset {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .free-audit__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0, #fff, transparent);
  }
}

@media screen and (min-width: 992px) {

  .free-audit {
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .free-audit__container {
    z-index: 30;
    position: relative;
  }

  .free-audit::before {
    content: '';
    background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/free-audit/i/free-audit-before.svg') no-repeat center center;
    background-size: contain;
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .free-audit::after {
    content: '';
    background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/free-audit/i/free-audit-after.png') no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: block;
    bottom: 0;
    z-index: 20;
    position: absolute;
    mix-blend-mode: screen;
  }

  .free-audit__form {
    box-sizing: border-box;
    width: 670px;
  }

  .free-audit__messengers {
    font-size: 52px;
  }
}

@media screen and (min-width: 1200px) {
  .free-audit {
    padding-bottom: 220px;
  }

  .free-audit::before {
    width: 627px;
    height: 736px;
    top: 0;
    left: calc((100% - 1140px) / 2 + 700px);
  }

  .free-audit::after {
    width: 100%;
    height: 500px;
    bottom: 0;
  }
}
/* End */


/* Start:/local/templates/v1rt-2k21/blocks/prices/prices.css?16156440433893*/
.prices {
  padding-bottom: 60px;
}

.prices__heading {
  text-align: center;
  margin-bottom: 15px;
}

.prices__subheading {
  text-align: center;
  margin-bottom: 25px;
}

.prices__cards {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  gap: 24px;
}

.prices__card {
  border-radius: 20px;
  padding: 30px 22px;
  text-align: center;
}

.prices__card_type_basic {
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, .08);
}

.prices__card_type_standard {
  background-color: rgba(5, 53, 152, 0.9);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, .25);
}

.prices__card_type_premium {
  background-color: #172F53;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, .08);
}

.prices__rate {
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.prices__rate_type_basic {
  color: #1C1C1C;
}

.prices__rate_type_standard {
  color: #fff;
}

.prices__rate_type_premium {
  color: #01B0FF;
}

.prices__name {
  font-family: Raleway;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.17;  
  margin: 0 0 24px;
}

.prices__name_type_basic {
  color: #053598;
}

.prices__name_type_standard {
  color: #fff;
}

.prices__name_type_premium {
  color: #fff;
}

.prices__price {
  font-size: 16px;
  line-height: 1.75;  
  margin: 0 0 18px;
}

.prices__price_type_basic {
  color: #053598;
}

.prices__price_type_standard {
  color: #fff;
}

.prices__price_type_premium {
  color: #01B0FF;
}

.prices__sum {
  font-weight: 900;
  font-size: 36px;
  line-height: 0.78;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.prices__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.prices__item {
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  padding: 12px 0 16px 8px;
  display: flex;
  align-items: baseline;
}

.prices__item_type_basic {
  color: #1C1C1C;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.prices__item_type_standard {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.prices__item_type_premium {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.prices__item::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  flex-shrink: 0;
}

.prices__item_type_basic::before {
  background-image: url('/local/templates/v1rt-2k21/blocks/prices/./i/prices__item_type_basic.svg');
}

.prices__item_type_standard::before {
  background-image: url('/local/templates/v1rt-2k21/blocks/prices/./i/prices__item_type_standard.svg');
}

.prices__item_type_premium::before {
  background-image: url('/local/templates/v1rt-2k21/blocks/prices/./i/prices__item_type_premium.svg');
}

.prices__link {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 18px;
  transition: opacity ease .5s;
}

.prices__link:hover {
  opacity: .8;
}

.prices__link_type_basic {
  color: #053598;
}

.prices__link_type_standard {
  color: #fff;
}

.prices__link_type_premium {
  color: #fff;
}

.prices__button {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .prices {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {

  .prices__heading {
    margin-bottom: 30px;
  }
  
  .prices__subheading {
    margin-bottom: 75px;
  }

   .prices__cards {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0;
      align-items: center;
   }

   .prices__card_type_standard {
     padding-top: 40px;
     padding-bottom: 40px;
   }

   .prices__rate_type_standard {
     margin-bottom: 19px;
   }

   .prices__name_type_standard {
     margin-bottom: 35px;
   }

   .prices__price_type_standard {
     margin-bottom: 28px;
   }

   .prices__list_standard {
     margin-bottom: 37px;
   }
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/feedback-form/more-sales/style.css?17512699213825*/
.more-sales {
  background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/more-sales/i/more-sales.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.more-sales__heading {
  margin-bottom: 15px;
}

.more-sales__subheading {
  margin-bottom: 25px;
}

.more-sales__form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 111.94%);
  border-radius: 20px;
  padding: 44px 22px;
}

.more-sales__fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 15px;
}

.more-sales__label {
  display: block;
  position: relative;
}

.more-sales__input {
  border: 0;
  border-bottom: 1px solid #01B0FF;
  background: none;
  padding: 5px 15px 15px;
  box-sizing: border-box;
  width: 100%;
}

.more-sales__input_type_error {
    border-color: red;
}

.more-sales__input:focus {
  border-bottom-color: #053598;
  outline: none;
}

.more-sales__input, .more-sales__input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #1C1C1C;
}

.more-sales__submit {
  width: 200px;
  margin: 0 auto 15px;
  display: block;
}

.more-sales__submit_disabled {
    opacity: .5;
    cursor: default;
}

.more-sales__label-checkbox {
  display: flex;
  justify-content: center;
}

.more-sales__checkbox {

}

.more-sales__agreement {
  font-size: 12px;
  margin-left: 10px;
}

.more-sales__agreement-link {
  color: #1c1c1c;
}

.more-sales__error {
    color: red;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
}

.more-sales__error_visible {
    display: block;
}

.more-sales__result {
    color: #06b0fc;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
}

.more-sales__result_visible {
    display: block;
    text-align: center;
} 

.more-sales__gradient_position_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0, #fff, transparent);
  }

.more-sales__messengers {
  font-size: 32px;
}

@media screen and (min-width: 768px) {

  .more-sales {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .more-sales__fieldset {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .more-sales {
    /*padding-top: 180px;*/
    padding-top: 110px;
    padding-bottom: 180px;
    position: relative;
  }

  .more-sales::before {
    content: '';
    background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/more-sales/i/more-sales-before.svg') no-repeat left center;
    display: block;
    background-size: contain;
    position: absolute;
    /*top: 220px;*/
    top: 90px;
    right: calc((100% - 960px) / 2 + 680px);
    width: 469px;
    height: 415px;
    z-index: 10;
  }

  .more-sales::after {
    content: '';
    background: url('/local/templates/v1rt-2k21/components/v1rt/feedback-form/more-sales/i/more-sales-after.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    mix-blend-mode: screen;
  }

  .more-sales__container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 30;
  }

  .more-sales__inner {
    box-sizing: border-box;
    width: 670px;
  }

  .more-sales__heading {
    font-size: 44px;
  }

  .more-sales__messengers {
    font-size: 52px;
  }

}

@media screen and (min-width: 1200px) {
  .more-sales::before {
    /*top: 170px;*/
    top: 0;
    right: calc((100% - 960px) / 2 + 568px);
    /*width: 573px;*/
    width: 500px;
    height: 508px;
  }

  .more-sales__gradient_position_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(0, transparent, #fff);
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1589745652659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/v1rt-2k21/components/bitrix/news.list/news-list-columns/style.css?17465105581295*/
.news-list {	
	display: grid;
	row-gap: 40px;
	margin-bottom: 60px;
}

.news-list__item {
	display: grid;
	grid-template-rows: auto auto;
	row-gap: 16px;
}

.news-list__figure {
	margin: 0;
}

.news-list__img-link {
	display: block;
}

.news-list__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}

.news-list__preview {
	display: flex;
	flex-direction: column;
}

.news-list__name {
	font-size: 18px;
	font-family: Raleway;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 8px;
	color: #1c1c1c;
}

.news-list__name:hover {
	color: #4c4c4c;
}

.news-list__date {
	font-size: 12px;
	display: block;
	margin-bottom: 16px;
}

.news-list__text {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 16px;
}

.news-list__link {
	align-self: start;
}

.news-list__show-all {
	text-align: center;
}

@media screen and (min-width: 768px) {

	/*.news-list__item {
		grid-template-rows: auto;
		grid-template-columns: 3fr 5fr;
    	column-gap: 20px;
	}*/	
}

@media screen and (min-width: 992px) {
	.news-list {	
		row-gap: 52px;
	}

	.news-list__grid {
		grid-template-columns: 1fr 1fr;
		display: grid;
		gap: 20px;
	}

	.news-list__name {
		font-size: 22px;
	}
}

@media screen and (min-width: 1200px) {

	.news-list__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* End */
/* /local/templates/v1rt-2k21/components/v1rt/section/intro/style.css?16112200743558 */
/* /local/templates/v1rt-2k21/components/v1rt/section/index-cases/style.css?1610993330338 */
/* /local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/style.css?16109800043982 */
/* /local/templates/v1rt-2k21/components/bitrix/news.list/cases-carousel/vendor/glide-3.4.1/glide.core.min.css?1610991893788 */
/* /local/templates/v1rt-2k21/components/v1rt/feedback-form/free-audit/style.css?17512690653473 */
/* /local/templates/v1rt-2k21/blocks/prices/prices.css?16156440433893 */
/* /local/templates/v1rt-2k21/components/v1rt/feedback-form/more-sales/style.css?17512699213825 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1589745652659 */
/* /local/templates/v1rt-2k21/components/bitrix/news.list/news-list-columns/style.css?17465105581295 */
