

/* Start:/local/templates/glavstroy/assets/css/ready-projects.css?177397256724600*/
:root {
  --size: 1;
  --unit: 1px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  :root {
    --size: 1920;
    --unit: 100vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  :root {
    --size: 1695;
  }
}

@media (max-width: 767px) {
  .des {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mob {
    display: none !important;
  }
}
body.rp-overflow {
  overflow: hidden !important;
}

.rp-back {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 68px;
  margin-bottom: 20px;
  color: #C4C4C4 !important;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-back {
    gap: calc(10 / var(--size) * var(--unit));
    margin-left: calc(68 / var(--size) * var(--unit));
    margin-bottom: calc(20 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-back {
    margin-left: -12px;
  }
}
.rp-back path {
  transition: 300ms;
}
.rp-back svg {
  width: 23px;
  height: 10px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-back svg {
    width: calc(23 / var(--size) * var(--unit));
    height: calc(10 / var(--size) * var(--unit));
  }
}
@media (hover: hover) and (pointer: fine) {
  .rp-back:hover {
    color: #000 !important;
  }
  .rp-back:hover path {
    stroke: #000;
  }
}

.ready-projects {
  max-width: 1695px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .ready-projects {
    padding-bottom: calc(140 / var(--size) * var(--unit));
    max-width: calc(1695 / var(--size) * var(--unit));
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .ready-projects {
    max-width: 1695px;
  }
}
@media (max-width: 767px) {
  .ready-projects {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
}
.ready-projects a {
  color: inherit;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .ready-projects a:hover {
    color: #FF6501;
  }
}
.ready-projects h1, .ready-projects h2 {
  margin: 0;
}
.ready-projects * {
  box-sizing: initial;
  outline: none;
}

.rp-pic {
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.rp-title {
  color: #000;
  font-family: "BasisGrotesquePro-Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-title {
    font-size: calc(96 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-title {
    font-size: 36px;
  }
}

.rp-title-small {
  color: #000;
  font-family: "BasisGrotesquePro-Mono";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-title-small {
    font-size: calc(44 / var(--size) * var(--unit));
    margin-bottom: calc(15 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-title-small {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.rp-txt {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-txt {
    font-size: calc(24 / var(--size) * var(--unit));
    letter-spacing: calc(0.48 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-txt {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.rp-txt-medium {
  color: #C4C4C4;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-txt-medium {
    font-size: calc(18 / var(--size) * var(--unit));
  }
}

.rp-txt-small {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-txt-small {
    font-size: calc(16 / var(--size) * var(--unit));
    letter-spacing: calc(0.32 / var(--size) * var(--unit));
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .rp-txt-small {
    font-size: calc(18 / var(--size) * var(--unit));
  }
}

.rp__text-pic .rp-pic {
  margin-bottom: 20px;
  width: 1355px;
  height: 815px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic .rp-pic {
    margin-bottom: calc(20 / var(--size) * var(--unit));
    width: calc(1355 / var(--size) * var(--unit));
    height: calc(815 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp__text-pic .rp-pic {
    margin-left: -12px;
    height: 64vw;
    width: calc(100% + 24px);
  }
}

.rp__text-pic__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rp__text-pic__body {
    padding: 0;
    flex-direction: column;
  }
}
.rp__text-pic__body .rp-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic__body .rp-title {
    margin-bottom: calc(20 / var(--size) * var(--unit));
  }
}
.rp__text-pic__body .rp-txt {
  width: 782px;
  padding-right: 65px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic__body .rp-txt {
    width: calc(782 / var(--size) * var(--unit));
    padding-right: calc(65 / var(--size) * var(--unit));
  }
}
.rp__text-pic__body .rp-txt.--2 {
  width: 800px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic__body .rp-txt.--2 {
    width: calc(800 / var(--size) * var(--unit));
  }
}
.rp__text-pic__body .rp-txt.--3 {
  width: 791px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic__body .rp-txt.--3 {
    width: calc(791 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp__text-pic__body .rp-txt {
    width: 100% !important;
    padding-right: 0;
  }
}
.rp__text-pic__body .rp__text-pic__left {
  padding-left: 225px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp__text-pic__body .rp__text-pic__left {
    padding-left: calc(225 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp__text-pic__body .rp__text-pic__left {
    order: -1;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.rp-table {
  display: table;
}
.rp-table > div {
  display: table-row;
}
.rp-table > div > div {
  display: table-cell;
  vertical-align: bottom;
}
.rp-table > div > div:first-child {
  padding-right: 45px;
  color: #C4C4C4;
  min-width: 130px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-table > div > div:first-child {
    padding-right: calc(45 / var(--size) * var(--unit));
    min-width: calc(130 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-table > div > div:first-child {
    padding-left: 0;
    min-width: 115px;
  }
}
@media (max-width: 370px) {
  .rp-table > div > div:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.rp-table a {
  color: inherit;
}

.rp-proj-list {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-proj-list {
    gap: calc(140 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-proj-list {
    gap: 80px;
  }
}

a.rp-btn {
  display: flex;
  box-sizing: border-box;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  border: 2px solid #1A75FF;
  color: #1A75FF !important;
  text-align: center;
  font-family: "BasisGrotesquePro-Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms;
  margin-top: 40px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  a.rp-btn {
    padding: calc(10 / var(--size) * var(--unit)) calc(40 / var(--size) * var(--unit));
    border-radius: calc(55 / var(--size) * var(--unit));
    border-width: calc(2 / var(--size) * var(--unit));
    font-size: calc(24 / var(--size) * var(--unit));
    margin-top: calc(40 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  a.rp-btn {
    margin-bottom: 20px;
    font-size: 22px;
    border-width: 1px;
  }
}
@media (max-width: 370px) {
  a.rp-btn {
    font-size: 19px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.rp-btn:hover {
    background: #1A75FF;
    color: #fff !important;
  }
}
a.rp-btn.--large {
  width: 950px;
  margin: 0 auto;
  border-width: 5px;
  font-size: 68px;
  line-height: 1.1;
}
@media (max-width: 1920px) and (min-width: 768px) {
  a.rp-btn.--large {
    width: calc(950 / var(--size) * var(--unit));
    border-width: calc(5 / var(--size) * var(--unit));
    font-size: calc(68 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  a.rp-btn.--large {
    font-size: 22px;
    width: 100%;
    border-width: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}

.rp-tabs {
  display: flex;
  align-items: center;
  margin: 200px auto 140px;
  width: 1355px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-tabs {
    margin-bottom: calc(140 / var(--size) * var(--unit));
    margin-top: calc(200 / var(--size) * var(--unit));
    width: calc(1355 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-tabs {
    width: 100%;
    overflow: auto;
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.rp-tabs > div {
  width: 50%;
  color: #ccc;
  cursor: pointer;
  transition: 300ms;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 10px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-tabs > div {
    padding-bottom: calc(10 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-tabs > div {
    white-space: nowrap;
    width: auto;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}
.rp-tabs > div.active {
  color: #FF6501;
  border-bottom-color: #000;
}
.rp-tabs::-webkit-scrollbar {
  display: none;
}

.rp-tabs-body.--pt {
  padding-top: 200px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-tabs-body.--pt {
    padding-top: calc(200 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-tabs-body.--pt {
    padding-top: 100px;
  }
}

.rp-tabs-body > div {
  position: absolute;
  left: -999999px;
  top: 0;
  flex-direction: column;
  display: flex;
  gap: 200px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-tabs-body > div {
    gap: calc(200 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-tabs-body > div {
    gap: 100px;
    width: calc(100vw - 40px);
  }
}
.rp-tabs-body > div.active {
  position: relative;
  left: 0;
}

.rp-txt1 {
  width: 948px;
  margin-left: 225px;
  margin-bottom: 60px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-txt1 {
    width: calc(948 / var(--size) * var(--unit));
    margin-left: calc(225 / var(--size) * var(--unit));
    margin-bottom: calc(60 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-txt1 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.rp-txt1.--last {
  margin-bottom: 0;
}

.rp-video {
  position: relative;
  width: 1355px;
  height: 761px;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-video {
    width: calc(1355 / var(--size) * var(--unit));
    height: calc(761 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-video {
    width: 100%;
    height: 50vw;
  }
}
.rp-video * {
  pointer-events: none;
}
.rp-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-video svg {
    width: calc(140 / var(--size) * var(--unit));
    height: calc(140 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-video svg {
    width: 59px;
    height: 59px;
  }
}
.rp-video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.rp-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
  object-fit: fill;
}
.rp-video video.active {
  opacity: 1;
  pointer-events: initial;
}

.rp-flex {
  display: flex;
  gap: 50px;
  padding: 0 68px;
  overflow: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex {
    padding: 0 calc(68 / var(--size) * var(--unit));
    gap: calc(50 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex {
    gap: 0;
    padding: 0;
    flex-direction: column;
  }
}
.rp-flex__img {
  width: 730px;
  height: 757px;
  object-fit: cover;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex__img {
    width: calc(730 / var(--size) * var(--unit));
    height: calc(757 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex__img {
    width: 100%;
    height: 92vw;
    margin-top: 30px;
  }
}
.rp-flex .rp-circle {
  margin-top: 190px;
  float: right;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex .rp-circle {
    margin-top: calc(190 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex .rp-circle {
    margin-top: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .rp-flex.--2 > div {
    display: flex;
    flex-direction: column;
  }
  .rp-flex.--2 .rp-circle {
    order: -1;
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.rp-flex.--3 > div:first-child {
  width: 730px;
  min-width: 730px;
  padding-left: 157px;
  box-sizing: border-box;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex.--3 > div:first-child {
    width: calc(730 / var(--size) * var(--unit));
    min-width: calc(730 / var(--size) * var(--unit));
    padding-left: calc(157 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex.--3 > div:first-child {
    width: 100%;
    min-width: initial;
    padding-left: 0;
  }
}
.rp-flex.--4 > div:first-child {
  width: 780px;
  min-width: 780px;
  padding-left: 157px;
  box-sizing: border-box;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex.--4 > div:first-child {
    width: calc(780 / var(--size) * var(--unit));
    min-width: calc(780 / var(--size) * var(--unit));
    padding-left: calc(157 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex.--4 > div:first-child {
    width: 100%;
    min-width: initial;
    padding-left: 0;
  }
}
.rp-flex.--5 > div:first-child {
  width: 780px;
  min-width: 780px;
  padding-left: 103px;
  box-sizing: border-box;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex.--5 > div:first-child {
    width: calc(780 / var(--size) * var(--unit));
    min-width: calc(780 / var(--size) * var(--unit));
    padding-left: calc(103 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex.--5 > div:first-child {
    width: 100%;
    min-width: initial;
    padding-left: 0;
  }
}
.rp-flex.--5 > div:first-child .rp-circle {
  float: none;
  margin-top: 0;
}
@media (max-width: 767px) {
  .rp-flex.--5 > div:first-child .rp-circle {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .rp-flex.--5 > div:last-child {
    order: -1;
  }
}
@media (max-width: 767px) {
  .rp-flex.--6 .rp-circle {
    order: 4;
    margin-bottom: 0;
    margin-top: 100px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rp-circle {
  width: 352px;
  height: 352px;
  position: relative;
  display: block;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-circle {
    width: calc(352 / var(--size) * var(--unit));
    height: calc(352 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-circle {
    width: 250px;
    height: 250px;
  }
}
.rp-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}
.rp-circle img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-circle img {
    width: calc(210 / var(--size) * var(--unit));
    height: calc(210 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-circle img {
    width: 149px;
    height: 149px;
  }
}
.rp-circle path {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .rp-circle:hover svg {
    animation-play-state: paused;
  }
  .rp-circle:hover path {
    fill: #1A75FF;
  }
}

.rp-large-img {
  width: 1562px;
  height: 815px;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-large-img {
    width: calc(1562 / var(--size) * var(--unit));
    height: calc(815 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-large-img {
    width: 100%;
    height: 46.4vw;
  }
}

.rp-slider {
  position: relative;
  width: 1562px;
  height: 815px;
  margin: 0 auto 60px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-slider {
    margin-bottom: calc(60 / var(--size) * var(--unit));
    width: calc(1562 / var(--size) * var(--unit));
    height: calc(815 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-slider {
    margin-bottom: 30px;
    width: calc(100% + 8px);
    height: 46.4vw;
    overflow: visible !important;
  }
  .rp-slider.--mb {
    margin-bottom: 0;
  }
}
.rp-slider .swiper-slide {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .rp-slider .swiper-slide.swiper-slide-prev:first-child {
    opacity: 0;
  }
}
.rp-slider img {
  width: 1562px;
  height: 815px;
  object-fit: cover;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-slider img {
    width: calc(1562 / var(--size) * var(--unit));
    height: calc(815 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-slider img {
    width: calc(100% - 10px);
    height: 46.4vw;
  }
}

.rp-swiper-prev, .rp-swiper-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: 300ms;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-swiper-prev, .rp-swiper-next {
    width: calc(120 / var(--size) * var(--unit));
    height: calc(120 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-swiper-prev, .rp-swiper-next {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .rp-swiper-prev:hover, .rp-swiper-next:hover {
    transform: scale(1.1) translateY(-50%);
  }
}

.rp-swiper-prev {
  left: 45px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-swiper-prev {
    left: calc(45 / var(--size) * var(--unit));
  }
}

.rp-swiper-next {
  right: 45px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-swiper-next {
    right: calc(45 / var(--size) * var(--unit));
  }
}

.rp-swiper-zoom {
  z-index: 1;
  position: absolute;
  right: 75px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 300ms;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-swiper-zoom {
    right: calc(75 / var(--size) * var(--unit));
    bottom: calc(45 / var(--size) * var(--unit));
    width: calc(60 / var(--size) * var(--unit));
    height: calc(60 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-swiper-zoom {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .rp-swiper-zoom:hover {
    transform: scale(1.1);
  }
}

.rp-flex2 {
  display: flex;
  gap: 190px;
  padding: 0 170px 0 68px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex2 {
    padding: 0 calc(170 / var(--size) * var(--unit)) 0 calc(68 / var(--size) * var(--unit));
    gap: calc(190 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex2 {
    padding: 0;
    gap: 30px;
    flex-direction: column;
  }
}
.rp-flex2 img {
  width: 539px;
  height: 718px;
  object-fit: cover;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex2 img {
    width: calc(539 / var(--size) * var(--unit));
    height: calc(718 / var(--size) * var(--unit));
  }
}
@media (max-width: 767px) {
  .rp-flex2 img {
    width: 100%;
    height: 118vw;
  }
}
.rp-flex2 .rp-circle {
  margin-top: 190px;
  float: right;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-flex2 .rp-circle {
    margin-top: calc(190 / var(--size) * var(--unit));
  }
}

.rp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms;
}
.rp-modal.active {
  opacity: 1;
  visibility: visible;
}

.rp-modal-swiper-wrap {
  position: relative;
}

.rp-modal-swiper-wrap, .rp-modal-swiper, .rp-modal-swiper img {
  width: 100vw;
  height: 1001px;
  max-width: 1920px;
  object-fit: cover;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-swiper-wrap, .rp-modal-swiper, .rp-modal-swiper img {
    height: calc(1001 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-swiper-wrap, .rp-modal-swiper, .rp-modal-swiper img {
    height: calc(1001 / 1100 * 100vh);
  }
}

.rp-modal-close {
  position: absolute;
  left: 50%;
  top: 73px;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  transition: 300ms;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-close {
    top: calc(73 / 1920 * 100vw);
    width: calc(120 / 1920 * 100vw);
    height: calc(120 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-close {
    top: calc(73 / 1100 * 100vh);
    width: calc(120 / 1100 * 100vh);
    height: calc(120 / 1100 * 100vh);
  }
}

.rp-modal-swiper-nav {
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 10;
  width: 620px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-swiper-nav {
    width: calc(620 / 1920 * 100vw);
    right: calc(45 / 1920 * 100vw);
    bottom: calc(45 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-swiper-nav {
    width: calc(620 / 1100 * 100vh);
    right: calc(45 / 1100 * 100vh);
    bottom: calc(45 / 1100 * 100vh);
  }
}
.rp-modal-swiper-nav img {
  width: 195px;
  height: 195px;
  border: 2px solid #fff;
  margin: 0 auto;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 300ms;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-swiper-nav img {
    width: calc(195 / 1920 * 100vw);
    height: calc(195 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-swiper-nav img {
    width: calc(195 / 1100 * 100vh);
    height: calc(195 / 1100 * 100vh);
  }
}
@media (hover: hover) and (pointer: fine) {
  .rp-modal-swiper-nav img:hover {
    filter: grayscale(0%);
  }
}

.swiper-slide-thumb-active img {
  border-color: #FF6501;
  cursor: default;
  filter: grayscale(0);
}

.rp-modal-swiper-arrows {
  position: absolute;
  bottom: 270px;
  right: 45px;
  z-index: 10;
  width: 620px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-swiper-arrows {
    width: calc(620 / 1920 * 100vw);
    right: calc(45 / 1920 * 100vw);
    bottom: calc(270 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-swiper-arrows {
    width: calc(620 / 1100 * 100vh);
    right: calc(45 / 1100 * 100vh);
    bottom: calc(270 / 1100 * 100vh);
  }
}
.rp-modal-swiper-arrows svg {
  cursor: pointer;
}
.rp-modal-swiper-arrows .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.rp-modal-swiper-counter {
  width: 100px;
  text-align: center;
  font-size: 32px;
  line-height: 0.7;
  color: #fff;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .rp-modal-swiper-counter {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media (max-height: 1100px) and (min-width: 1001px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  .rp-modal-swiper-counter {
    font-size: calc(32 / 1100 * 100vh);
  }
}

@media (max-width: 767px) {
  .rp-imer-txt1 {
    margin-top: -65px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=ready-projects.css.map */

/* End */
/* /local/templates/glavstroy/assets/css/ready-projects.css?177397256724600 */
