.ps1-container .ps1-row:nth-child(2) {
  margin-top: 30px;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col .img-box {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col .img-box img {
  width: 100%;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col .img-box .txt-block {
  position: relative;
  top: -100px;
  background-color: #fff;
  box-shadow: 0px 0px 30px hsla(216, 76%, 15%, 0.1);
  padding: 20px;
  width: 90%;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col .img-box .txt-block img {
  position: absolute;
  top: -20px;
  right: 20px;
}
.ps1-container .ps1-row:nth-child(2) .ps1-col .img-box .txt-block .text {
  margin: 0;
}

.ps2-container .ps2-row:nth-child(1) .ps2-col {
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz video:nth-child(2) {
  display: none;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay {
  width: 40%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay .over {
  width: 33%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #092043;
  border-top: 4px solid #ffc400;
  padding: 7px 15px;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay .over h6 {
  color: #fff;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay .over:nth-child(2) {
  background-color: #ffc400;
  border-top: 4px solid #ffc400;
  padding: 7px 25px;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay .over:nth-child(2) h6 {
  color: #092043;
}
.ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay .over:hover {
  cursor: pointer;
}

.ps3-container {
  margin-top: 120px;
  padding-top: 70px;
}
.ps3-container .ps3-row .ps3-col {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider {
  width: 100%;
  padding: 20px;
  background-color: #092043;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider .text {
  color: #fff;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider .proj-thumb {
  width: 100%;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider .proj-num {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider .proj-num a {
  color: #fff;
}
.ps3-container .ps3-row .ps3-col:nth-child(1) .project-card .proj-slider .proj-num #proj-num {
  color: #ffc400;
}
.ps3-container .ps3-row .ps3-col:nth-child(2) .project-card .proj-img, .ps3-container .ps3-row .ps3-col:nth-child(3) .project-card .proj-img {
  width: 100%;
}
.ps3-container .ps3-row .ps3-col:nth-child(2) .project-card .proj-descrip, .ps3-container .ps3-row .ps3-col:nth-child(3) .project-card .proj-descrip {
  background-color: #092043;
  border-bottom: 4px solid #ffc400;
  padding: 20px;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ps3-container .ps3-row .ps3-col:nth-child(2) .project-card .proj-descrip h6, .ps3-container .ps3-row .ps3-col:nth-child(3) .project-card .proj-descrip h6 {
  color: #fff;
  margin: 0;
}

.ps4-container {
  margin-top: 120px;
  padding-top: 70px;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(1) .wy-img img {
  width: 100%;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #rezon-block {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #rezon-block .rezon {
  background-color: #092043;
  width: 49%;
  padding: 7px;
  margin-bottom: 10px;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #rezon-block .rezon .text {
  margin: 0;
  color: #fff;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #feedback {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #feedback .text {
  border-left: 4px solid #ffc400;
  padding: 20px 10px 20px 20px;
}
.ps4-container .ps4-row:nth-child(2) .ps4-col:nth-child(2) .wy-text #feedback img {
  width: 30%;
}

.ws-container {
  margin-top: 120px;
  padding-top: 70px;
}
.ws-container .ws-row:nth-child(1) .col-md-4 {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .steps {
  list-style-type: square;
  padding: 0 0 0 20px;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .steps li {
  margin: 0;
  font-style: italic;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .steps li::marker {
  color: #ffc400;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .scroll-btn {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .scroll-btn .hs-btn {
  margin-top: 0 !important;
}
.ws-container .ws-row:nth-child(1) .col-md-4 .works-txt .scroll-btn .hs-btn:nth-child(1) {
  margin-right: 20px;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block {
  width: 100%;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .text-box {
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill;
  width: 50%;
  background-color: #092043;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .text-box h4 {
  color: #fff;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .text-box .text {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #ffc400;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .img-box {
  width: 50%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .img-box img {
  width: 50%;
  height: 100%;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .img-box img:hover {
  cursor: pointer;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect:nth-child(2) {
  display: -webkit-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect:nth-child(2) .text-box h2 {
  color: #ffc400;
}
.ws-container .ws-row:nth-child(2) {
  margin-top: 30px;
}
.ws-container .ws-row:nth-child(2) .col-md {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ws-container .ws-row:nth-child(2) .col-md .txt-block {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}/*# sourceMappingURL=project.css.map */