

/* Start:/local/templates/rutego/components/bitrix/news.list/projects/style.css?17631025754901*/
.projects {
  background-color: #000;
  padding: 50px 0 200px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.projects-wrapper {
  color: #dedede;
}
.projects-wrapper__header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
.projects-items {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.projects__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 15px;
}
.projects__head .social {
  scale: 1;
}
.projects__head .social__link svg use {
  transform-origin: 71%;
  -webkit-transform-origin-x: 71%;
}
.projects-item {
  position: relative;
  background-color: rgba(128, 128, 128, 0.3);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #808080;
  border-radius: 15px;
  padding: 30px 65px 30px 50px;
}
.projects-item:nth-child(even) {
  flex-flow: row-reverse;
}
.projects-item:nth-child(even) .projects-item__figure {
  transform: scale(-1, -1);
  left: 45%;
  animation-duration: 70s;
}
.projects-item:nth-child(even) .projects-item-full {
  margin-left: 0;
}
.projects-item:nth-child(even) .projects-item-full__svg {
  order: -1;
  transform: scaleX(-1);
}
.projects-item-full {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: scale 0.5s;
}
.projects-item-full:hover {
  scale: 1.05;
}
.projects-item__photo {
  max-width: 800px;
  display: flex;
  margin-bottom: -30px;
  flex-direction: column;
  justify-content: space-between;
}
.projects-item__photo img {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin-right: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
.projects-item__info {
  max-width: 525px;
}
.projects-item__title {
  font-family: "Ermilov";
  font-weight: bold;
  font-size: clamp(26px, 5vw, 50px);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.projects-item__subtitle {
  font-family: "Ermilov";
  font-weight: bold;
  font-size: clamp(18px, 5vw, 36px);
  text-transform: uppercase;
  margin-bottom: 55px;
}
.projects-item__descr {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.projects-item__tags {
  display: flex;
  gap: 30px;
}
.projects-item__figure {
  position: absolute;
  z-index: -1;
  left: -10%;
  top: 0;
  filter: blur(2px);
  animation: upAndDown 50s linear infinite alternate;
}
.projects-item__dev {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.projects-item__dev-child {
  border: 1px solid rgb(240, 31, 1);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 33px;
}
.projects-item__dev-child p {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px 5px 5px;
}
.projects-item__dev-child--bitrix {
  border: 1px solid rgb(240, 31, 1);
}
.projects-item__dev-child--react {
  border: 1px solid rgb(0, 194, 255);
}
.projects-item__tags {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .projects-items {
    gap: 90px;
    align-items: center;
  }
  .projects-item {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column-reverse;
  }
  .projects-item__photo {
    gap: 15px;
    margin-bottom: 0;
  }
  .projects-item__photo img {
    margin-right: 0;
  }
  .projects-item__title {
    margin-bottom: 0;
  }
  .projects-item__subtitle {
    margin-bottom: 20px;
  }
  .projects-item__descr {
    margin-bottom: 50px;
  }
  .projects-item:nth-child(even) {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 850px) {
  .projects__head .social {
    gap: 10px;
  }
  .projects__head .social__tel {
    font-size: 16px;
    min-height: 40px;
  }
  .projects__head .social__link {
    min-width: 40px;
    min-height: 40px;
  }
  .projects__head .social__link svg use {
    transform: scale(0.8);
    transform-origin: 71%;
    -webkit-transform-origin-x: 71%;
  }
}
@media screen and (max-width: 650px) {
  .projects__head {
    padding-right: 8px;
  }
  .projects__head .social {
    gap: 8px;
  }
  .projects__head .social__tel {
    font-size: 12px;
    min-height: 30px;
  }
  .projects__head .social__link {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }
  .projects__head .social__link svg use {
    transform: scale(0.6);
    transform-origin: center;
    -webkit-transform-origin-x: 40%;
    -webkit-transform-origin-y: 40%;
  }
}
@media screen and (max-width: 520px) {
  .projects {
    padding-bottom: 50px;
  }
  .projects-items {
    gap: 50px;
  }
  .projects-item {
    padding: 20px;
  }
  .projects-item__tags {
    font-size: 12px;
  }
  .projects-item__descr {
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/system.pagenavigation/pagination/style.css?17631025752627*/
.bx-pagination {
  margin: 20px 0 0;
}

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
}

.bx-pagination .bx-pagination-container ul li span {
  display: block;
  width: 20px;
  height: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #dedede;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  font-weight: 500;
  color: #dedede;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev svg,
.bx-pagination .bx-pagination-container ul li.bx-pag-next svg {
  width: 48px;
  height: 48px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000;
}

/*color schemes*/
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #F9A91D;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #E22B2B;
  color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #000;
  color: #fff;
}

@media (max-width: 767.98px) {
  .bx-pagination .bx-pagination-container ul {
    gap: 15px;
  }
  .bx-pagination .bx-pagination-container ul li.bx-pag-prev svg,
  .bx-pagination .bx-pagination-container ul li.bx-pag-next svg {
    width: 35px;
    height: 35px;
  }
  .bx-pagination .bx-pagination-container ul li span {
    width: 20px;
    height: 23px;
    font-size: 16px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/Contacts/style.css?17631025762399*/
.contacts {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.contacts__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(46px, 5vw, 96px);
  margin-bottom: 77px;
  text-transform: uppercase;
}
.contacts-items {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.contacts-wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts-item {
  width: -moz-fit-content;
  width: fit-content;
}
.contacts-item:first-child a {
  display: block;
  color: rgb(255, 255, 255);
}
.contacts-item:nth-child(2) a,
.contacts-item:nth-child(2) p {
  color: rgb(0, 151, 6);
}
.contacts-item:nth-child(3) a,
.contacts-item:nth-child(3) p {
  color: rgb(0, 120, 206);
}
.contacts-item:nth-child(4) a {
  color: rgb(111, 111, 111);
}
.contacts-item a,
.contacts-item p,
.contacts-item address {
  color: #fff;
  font-family: "Ermilov";
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-picture {
  position: relative;
  margin-top: -100px;
}
.contacts-picture__word {
  position: absolute;
  top: -11%;
  left: -11%;
  z-index: 1;
}
.contacts-picture__laptop {
  position: inherit;
  z-index: 2;
}
.contacts-picture__blur {
  position: absolute;
  top: 30%;
  left: -30%;
}
.contacts-squre {
  position: absolute;
  z-index: -1;
  will-change: transform;
}
.contacts-squre--one {
  animation: squareAnimTop 30s infinite linear both;
  right: 10%;
  top: 0;
}
.contacts-squre--two {
  animation: squareAnimBottom 30s infinite linear;
  transform: rotate(15deg);
}
@keyframes squareAnimTop {
  0% {
    transform: translate3d(10%, 0%, 0);
  }
  50% {
    transform: translate3d(-1%, 30%, 0);
  }
  100% {
    transform: translate3d(10%, 0%, 0);
  }
}
@keyframes squareAnimBottom {
  0% {
    transform: translate3d(59%, 47%, 0);
  }
  50% {
    transform: translate3d(78%, 20%, 0);
  }
  100% {
    transform: translate3d(59%, 47%, 0);
  }
}
@media (max-width: 1080px) {
  .contacts-picture__word {
    display: none;
  }
  .contacts-picture__laptop {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .contacts-picture {
    display: none;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding-bottom: 150px;
  }
  .contacts__title {
    margin-bottom: 50px;
  }
  .contacts-items {
    gap: 30px;
  }
}
/* End */
/* /local/templates/rutego/components/bitrix/news.list/projects/style.css?17631025754901 */
/* /local/templates/rutego/components/bitrix/system.pagenavigation/pagination/style.css?17631025752627 */
/* /local/templates/rutego/components/rutego/block/Contacts/style.css?17631025762399 */
