

/* Start:/local/templates/rutego/components/rutego/block/MediaContent/style.css?17544900161617*/
.media-content {
  background-color: #000;
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}
.media-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.media-content-info {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.media-content-img img {
  max-height: 350px;
}
.media-content-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  font-family: "Ermilov";
  color: rgb(222, 222, 222);
  font-size: clamp(22px, 8vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.media-content-title__first {
  color: transparent;
  font-size: clamp(32px, 10vw, 64px);
  -webkit-text-stroke: 1px #dedede;
  -webkit-background-clip: text;
  background-clip: text;
}
.media-content-title__last {
  color: transparent;
  font-size: clamp(24px, 10vw, 40px);
  line-height: 75px;
  -webkit-text-stroke: 1px #dedede;
  -webkit-background-clip: text;
  background-clip: text;
}
.media-content-descr {
  max-width: 500px;
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 38.5px;
  margin-bottom: 50px;
}
.media-content-btn {
  padding: 20px 50px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 992px) {
  .media-content-img {
    display: none;
  }
  .media-content-info {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .media-content-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .media-content-descr {
    text-align: center;
  }
  .media-content-btn {
    margin: 0 auto;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AdvantagesBx24/style.css?17544900161407*/
.advantages-Bx24 {
  background-color: #000;
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}
.advantages-Bx24-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 70px;
}
.advantages-Bx24-info {
  max-width: 720px;
  display: flex;
  flex-direction: column;
}
.advantages-Bx24-info ul li {
  position: relative;
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  margin-bottom: 50px;
}
.advantages-Bx24-info ul li::before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.advantages-Bx24-info ul li span {
  left: -30px;
  position: absolute;
  width: 60%;
  height: 2px;
  border-bottom: 2px dashed #D3D3D3;
  bottom: -20px;
}
.advantages-Bx24-info ul li p b {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.advantages-Bx24-img img {
  max-height: 350px;
}
.advantages-Bx24-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  font-family: "Ermilov";
  color: rgb(222, 222, 222);
  font-size: clamp(22px, 8vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .advantages-Bx24-wrapper {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/news.list/integration/style.css?17544900161579*/
.integration {
  position: relative;
  padding: 100px 0 100px;
  background-color: #000;
  color: white;
}
.integration-title {
  font-size: clamp(23px, 7vw, 64px);
  max-width: -moz-min-content;
  max-width: min-content;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 78px;
}
.integration-title__line {
  width: 332px;
  height: 2px;
  margin-top: 21px;
  border: 2px solid #b00707;
  box-shadow: 0px 0px 25px 13px rgba(176, 7, 7, 0.2);
  border-radius: 3px;
}
.integration-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 10px 0;
}
.integration-item h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 700;
  margin: 15px 0;
}
.integration-item p {
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 2;
}
.integration-item__text {
  width: 45%;
}
.integration-item__img {
  text-align: center;
  width: 40%;
  max-width: 526px;
}
.integration-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .integration-item {
    flex-direction: column;
  }
  .integration-item:nth-child(even) {
    flex-direction: column;
  }
  .integration-item__text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .integration {
    padding: 50px 0 50px;
  }
  .integration-item {
    flex-direction: column;
  }
  .integration-item:nth-child(even) {
    flex-direction: column;
  }
  .integration-item__text {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/BoxBx24/style.css?1754490016958*/
.box {
  background-color: #000;
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}
.box-item {
  display: flex;
}
.box-item__title {
  margin-bottom: 30px;
}
.box-item__text {
  width: 50%;
}
.box-item__text p {
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 2;
}
.box-advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px auto;
  grid-gap: 50px;
}
.box-advantage {
  text-align: center;
}
.box-advantage img {
  height: 45px;
  margin-bottom: 10px;
}
.box-advantage p {
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1200px) {
  .box-item {
    flex-direction: column;
    align-items: center;
  }
  .box-item__text {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .box-item__text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .box {
    padding: 50px 0 50px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/news.list/ratesBx24/style.css?17544900161067*/
.rates {
  position: relative;
  padding: 100px 0;
  background-color: #000;
  color: white;
}
.rates-title {
  font-size: clamp(23px, 7vw, 64px);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 78px;
}
.rates-title__line {
  width: 332px;
  height: 2px;
  margin-top: 21px;
  border: 2px solid #b00707;
  box-shadow: 0px 0px 25px 13px rgba(176, 7, 7, 0.2);
  border-radius: 3px;
}
.rates-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rates-item {
  border-radius: 15px;
  padding: 20px 10px;
  flex: 0 0 390px;
  border: 1px solid #fff;
}
.rates-item__title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rates-item__subtitle {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
.rates-item__subtitle span {
  display: block;
  font-weight: 700;
}
.rates-item__descr {
  font-size: clamp(16px, 4vw, 18px);
  color: rgb(185, 185, 185);
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
/* End */
/* /local/templates/rutego/components/rutego/block/MediaContent/style.css?17544900161617 */
/* /local/templates/rutego/components/rutego/block/AdvantagesBx24/style.css?17544900161407 */
/* /local/templates/rutego/components/bitrix/news.list/integration/style.css?17544900161579 */
/* /local/templates/rutego/components/rutego/block/BoxBx24/style.css?1754490016958 */
/* /local/templates/rutego/components/bitrix/news.list/ratesBx24/style.css?17544900161067 */
