*{
  box-sizing: border-box;
}
main.news li{
  list-style: auto;
}
main.news ul li{
  list-style: disc;
}
/* FF */

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Regular.eot");
  src: local("SF UI Display Regular"), local("SFUIDisplay-Regular"),
    url("../fonts/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFUIDisplay-Regular.woff") format("woff"),
    url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Bold.eot");
  src: local("SF UI Display Bold"), local("SFUIDisplay-Bold"),
    url("../fonts/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFUIDisplay-Bold.woff") format("woff"),
    url("../fonts/SFUIDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Medium.eot");
  src: local("SF UI Display Medium"), local("SFUIDisplay-Medium"),
    url("../fonts/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFUIDisplay-Medium.woff") format("woff"),
    url("../fonts/SFUIDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Light.eot");
  src: local("SF UI Display Light"), local("SFUIDisplay-Light"),
    url("../fonts/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Light.woff2") format("woff2"),
    url("../fonts/SFUIDisplay-Light.woff") format("woff"),
    url("../fonts/SFUIDisplay-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "SF UI TEXT";
  src: url("../fonts/SFUIText-Regular.eot");
  src: local("SF UI Text Regular"), local("SFUIText-Regular"),
    url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIText-Regular.woff2") format("woff2"),
    url("../fonts/SFUIText-Regular.woff") format("woff"),
    url("../fonts/SFUIText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.popup .content {
  width: 90%;
  max-width: calc(670px - 100px);
  padding: 55px 50px 82px 50px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.15);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .content .title {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #252525;
  padding-bottom: 20px;
}
.popup .content .subtitle {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #252525;
  max-width: 567px;
  width: 100%;
  padding-bottom: 40px;
}
.wpforms-confirmation-container-full {
  background: unset !important;
  border: unset !important;
  text-align: center !important;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #252525;
}
.popup .content .subtitle a {
  color: #1273eb;
}
.popup
  .content
  div.wpforms-container-full
  .wpforms-form
  input.wpforms-field-medium {
  border: unset !important;
  border-bottom: 1px solid #5e697a !important;
  border-radius: unset !important;
  outline: unset !important;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup .content .wpforms-field-label {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #5e697a;
}
.popup .content .wpforms-field-label span {
  display: none;
}
.quality {
  position: relative;
}
.qualityVariant {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  width: 100%;
  max-width: 97px;
  z-index: 44;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(37 37 37 / 10%);
  padding: 10px 0;
  border-radius: 5px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.qualityVariant p {
  padding-bottom: 4px;
  cursor: pointer;
  transition: 0.5s;
  color: #252525;
}
.qualityVariant p:hover {
  color: #1273eb;
}
/* Animate */
.imagesPrekol img {
  display: none;
}
.wpforms-field .imagesPrekol:nth-child(1) img {
  display: block;
}
body {
  position: relative;
  overflow-x: hidden;
}
.wp-block-image {
  display: flex;
}
.bg-circle .bg-item_1 {
  -webkit-animation-name: rotation;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bg-circle .bg-item_2 {
  -webkit-animation-name: rotation1;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation1;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation1;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bg-circle .bg-item_3 {
  -webkit-animation-name: rotation2;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation2;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation2;
  -o-animation-duration: 20s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation2;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* All */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}

a.btn {
  display: block;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  max-width: 278px;
  background: #1273eb;
  border-radius: 5px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.5s ease;
}

a.btn-card {
  max-width: 411px;
  background: transparent;
  color: #5e697a;
  border: 1px solid #5e697a;
  box-sizing: border-box;
  border-radius: 5px;
}

a.btn:hover {
  background: transparent;
  border: 1px solid #5e697a;
  color: #5e697a;
}

a.btn-card:hover {
  color: #fff;
  background: #5e697a;
}

a.whitebtn {
  max-width: 267px;
  background: transparent;
  border: 1px solid #fff;
}

a.whitebtn:hover {
  background: #fff;
  color: #1273eb;
}

/* Header */

header,
footer {
  padding: 23px 0;
}

.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  background: #ffffff;
  box-shadow: 0px 5px 12px rgba(32, 32, 32, 0.1);
}

.headerInner {
  height: 114px;
}

header nav,
footer nav {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul,
footer nav ul {
  display: inline-flex;
}

header nav ul li,
footer nav ul li {
  padding-left: 50px;
}

header nav ul li:nth-child(1),
footer nav ul li:nth-child(1) {
  padding-left: 0;
}

header nav ul li a,
footer nav ul li a {
  font-family: "SF UI TEXT";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

header nav ul li.current-menu-item a,
footer nav ul li.current-menu-item a {
  border-bottom: 2px solid #1273eb;
}

header .navigation,
footer .navigation {
  display: inline-flex;
}

header .contacts-wrapper {
  padding-left: 123px;
  display: inline-flex;
}

header .contacts-wrapper div {
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
}

header .contacts-wrapper div:nth-child(1) {
  padding-left: 0px;
}

header .contacts-wrapper a,
footer .contacts-wrapper a {
  padding-left: 10px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5e697a;
}

/* */
/* slider */
.slider {
  position: relative;
  height: calc(100vh - 114px);
}

.slider .slider-items {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  height: 100%;
}

.slider .content {
  height: 100%;
}

.slider .slider-items img {
  filter: brightness(85%);
}
.slick-slide {
  position: relative;
}
.slider .content .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  transition: 0.5s;
}

.slider .content.active .bg {
  left: -952px;
}

.slider .content .main-content {
  height: calc(100vh - 114px);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider .content .main-content .title h2 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #252525;
  transition: 0.5s;
}

.slider .content.active .main-content .title h2 {
  color: #fff;
}

.slider .content .main-content .desc {
  padding: 50px 0;
}

.slider .content .main-content .desc p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  transition: 0.5s;
}

.slider .content.active .main-content .desc p {
  color: #fff;
}

/* other */
.other {
  padding: 155px 0;
  background: #f6f7f8;
  position: relative;
}

.bg-circle {
  position: absolute;
  left: 135px;
  top: 51px;
}

.bg-circle .bg-wrapper {
  position: relative;
  width: 309px;
  height: 309px;
}

.bg-circle .bg-item {
  position: absolute;
  top: 50%;
  left: 50%;
}

.other .section-title {
  padding-bottom: 95px;
}

.other .section-title h2 {
  text-align: center;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  color: #252525;
}

.other .section-content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.other .section-content .card {
  text-align: center;
  position: relative;
  z-index: 2;
}

.other .section-content .card:nth-child(2):before {
  content: "";
  position: absolute;
  width: 268px;
  height: 14px;
  right: 271px;
  top: 51px;
  background: url("../images/bg/otherdots.png") center center no-repeat;
}

.other .section-content .card:nth-child(2):after {
  content: "";
  position: absolute;
  width: 268px;
  height: 14px;
  left: 271px;
  top: 51px;
  background: url("../images/bg/otherdots.png") center center no-repeat;
}

.other .section-content .card .card-number {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #5e697a;
  border-radius: 20px;
}

.other .section-content .card .card-number p {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.other .section-content .card .card-title {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding-top: 20px;
}

.other .section-content .card .card-title h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #252525;
}

.other .section-content .card .card-description {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  padding-top: 10px;
}

.other .section-content .card .card-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #252525;
}

/* Design Other */

.designother {
  padding-top: 130px;
  background: url("../images/bg/designother.jpg") center bottom no-repeat;
}

.designother .design-title h2 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 53px;
  color: #252525;
}

.designother .design-description {
  padding-top: 25px;
  width: 100%;
  max-width: 920px;
}

.designother .design-description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}

.tabs ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.aricles-sort .tabs ul {
  padding-top: 0;
  margin-bottom: 30px;
}

.tabs ul li {
  padding-top: 35px;
  padding-right: 40px;
}

.tabs ul li:nth-last-child(1) {
  padding-right: 0;
}

.tabs ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #252525;
  padding-bottom: 8px;
  transition: 0.5s;
}

.tabs ul li a:hover {
  font-weight: 500;
  color: #1273eb;
}

.tabs ul li a.active {
  font-weight: 500;
  color: #1273eb;
  border-bottom: 2px solid #1273eb;
}

.designother .design-content .cards-wrapper {
  padding-top: 30px;
}

.designother .design-content .cards-wrapper .card {
  display: none;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.15);
  border-radius: 10px;
  background: #fff;
}

.designother .design-content .cards-wrapper .card.active {
  display: inline-flex;
}

.designother .design-content .cards-wrapper .card .card-content {
  width: 100%;
  max-width: 685px;
  padding: 60px;
  padding-left: 40px;
}

.designother .design-content .cards-wrapper .card .card-content .card-title h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #252525;
}

.designother .design-content .cards-wrapper .card .card-content .card-desc {
  width: 100%;
  max-width: 585px;
  padding-top: 20px;
}

.designother .design-content .cards-wrapper .card .card-content .card-desc p {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #5e697a;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-content
  .card-desc
  p
  span {
  color: #1273eb;
}

.designother .design-content .cards-wrapper .card .card-content .card-btn {
  padding-top: 20px;
}

.designother .design-content .cards-wrapper .card .card-slider {
  position: relative;
  display: inline-flex;
  border-radius: 0 10px 10px 0;
}

.designother .design-content .cards-wrapper .card .card-slider .slider-wrapper {
  display: inline-flex;
  border-radius: 0 10px 10px 0;
  width: 625px;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-wrapper
  img {
  border-radius: 0 11px 11px 0;
}

.designother .design-content .cards-wrapper .card .card-slider .slider-navs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.05);
  border-radius: 70px;
  padding: 8px 11px;
}

.designother .design-content .cards-wrapper .card .card-slider .slider-navs p {
  margin-left: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  background: #5e697a;
}
.mainSliderNavs {
  z-index: 555;
}
.slider {
  position: relative;
}
.mainSliderNavs.slider-navs {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 30%;
  top: 105px;
  transition: 0.5s;
}
.mainSliderNavs.slider-navs.active {
  right: 5%;
}
.slick-dots {
  position: relative;
  bottom: unset;
  width: auto;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.mainSliderNavs.slider-navs .navs {
  padding-left: 24px;
}
.mainSliderNavs.slider-navs p {
  margin-left: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
.mainSliderNavs.slider-navs p.slide-left {
  transform: rotate(180deg);
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p:nth-child(1) {
  margin-left: 0;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p
  svg
  path {
  transition: 0.5s;
  fill: #fff;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p.slide-left {
  transform: rotate(180deg);
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p.slick-disabled {
  background: transparent;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p:hover {
  background: #5e697a;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p.slick-disabled
  svg
  path {
  fill: #5e697a;
}

.designother
  .design-content
  .cards-wrapper
  .card
  .card-slider
  .slider-navs
  p:hover
  svg
  path {
  fill: #fff;
}

.designother .other-title {
  padding-top: 70px;
}

.designother .other-title h2 {
  text-align: center;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  color: #ffffff;
}

.designother .other-content {
  padding-top: 55px;
  padding-bottom: 100px;
}

.designother .other-content .card-wrapper {
  display: grid;
  grid-template-areas:
    "one one one free"
    "one one one free"
    "two two two free"
    "two two two free";
}

.designother .other-content .card-wrapper .card:nth-child(1) {
  grid-area: one;
}

.designother .other-content .card-wrapper .card:nth-child(2) {
  grid-area: two;
}

.designother .other-content .card-wrapper .card:nth-child(3) {
  grid-area: free;
}

.designother .other-content .card-wrapper .card .card-content-inner {
  display: inline-flex;
  align-items: center;
  padding: 51px 40px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 15px;
}

.designother .other-content .card-wrapper .card {
  width: 100%;
}

.designother .other-content .card-wrapper .card .card-content-inner {
  width: calc(100% - 80px);
}

.designother .other-content .card-wrapper .card:nth-child(1) {
  margin-bottom: 32px;
}

.designother .other-content .card-wrapper .card:nth-child(3) {
  width: 100%;
  max-width: 500px;
  margin-left: 40px;
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner {
  text-align: center;
  padding: 40px 30px 80px;
  display: grid;
  grid-template-areas:
    "img img img img"
    "img img img img"
    "info info info info"
    "info info info info";
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner
  .card-info {
  grid-area: info;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(94, 105, 122, 0.5);
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner
  .card-img {
  grid-area: img;
}

.designother
  .other-content
  .card-wrapper
  .card
  .card-content-inner
  .card-title
  h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #252525;
}

.designother
  .other-content
  .card-wrapper
  .card
  .card-content-inner
  .card-content {
  padding-top: 20px;
  width: 100%;
  max-width: 530px;
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner
  .card-content {
  max-width: 440px;
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner
  .card-title {
  padding-top: 25px;
}

.designother
  .other-content
  .card-wrapper
  .card
  .card-content-inner
  .card-content
  p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #5e697a;
}

.designother .other-content .card-wrapper .card .card-content-inner .card-img {
  margin-left: auto;
  padding: 10px;
  background: #5e697a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
}

.designother
  .other-content
  .card-wrapper
  .card:nth-child(3)
  .card-content-inner
  .card-img {
  margin: 0 auto;
}

/* Stages */
.stages {
  padding-top: 90px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.aricles.stages {
  padding-bottom: 70px;
}

.stages .bg-circle.bg-circle-1 {
  top: 271px;
  left: -125px;
}

.aricles.stages .bg-circle.bg-circle-1,
.reviews.stages .bg-circle.bg-circle-1 {
  top: 163px;
}

.stages .bg-circle.bg-circle-2 {
  left: unset;
  right: -150px;
  top: 95px;
}

.aricles.stages .bg-circle.bg-circle-2,
.reviews.stages .bg-circle.bg-circle-2 {
  top: 465px;
}

.stages .stages-title h2 {
  text-align: center;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  color: #252525;
}

.stages .stages-content {
  padding-top: 40px;
}

.stages .stages-content .tabs {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
}

.stages .stages-content .content-tabs {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.stages .stages-content .content-tabs .right {
  transform: rotate(180deg);
}

.stages .stages-content .content-tabs .pages {
  display: inline-flex;
  width: 846px;
}

.stages .stages-content .content-tabs p {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #5e697a;
  border: 2px solid #5e697a;
  border-radius: 50%;
  transition: 0.5s;
  margin-left: 23px;
}

.stages .stages-content .content-tabs p:nth-child(1) {
  margin-left: 0;
}

.stages .stages-content .content-tabs p:hover {
  background: #5e697a;
  color: #fff;
}

.stages .stages-content .content-tabs p:hover svg path {
  fill: #fff;
}

.stages .stages-content .content-tabs p.active {
  background: #5e697a;
  color: #fff;
}

.stages .stages-content .content {
  padding-top: 60px;
}

.stages .stages-content .content .card {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stages .stages-content .content .card .card-content {
  padding-left: 56px;
}

.stages .stages-content .content .card .card-image {
  border: 4px solid #5e697a;
}

.stages .stages-content .content .card .card-title h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #252525;
}

.stages .stages-content .content .card .card-description {
  padding-top: 35px;
  width: 100%;
  max-width: 604px;
}

.stages .stages-content .content .card .card-description p {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #252525;
}

.stages .stages-content .content .card .card-subtitle {
  padding-top: 20px;
}

.stages .stages-content .content .card .card-subtitle h4 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #252525;
}

.stages .stages-content .content .card .card-structure {
  padding-top: 15px;
  display: inline-flex;
  width: 100%;
  max-width: 600px;
  flex-wrap: wrap;
}

.stages .stages-content .content .card .card-structure span {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 7px 15px 8px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(37, 37, 37, 0.1);
  border-radius: 5px;
  position: relative;
}

.stages .stages-content .content .card .card-structure span:before {
  content: "";
  position: absolute;
  background: url("../images/check.png") center center no-repeat;
  width: 18px;
  height: 18px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Contacts */
section.contacts {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  background: #5e697a;
}

section.contacts .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

section.contacts .contact-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}

section.contacts .contact-content h2 {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 60px;
}

section.contacts .contact-content .contacts-card {
  padding: 60px 60px 86px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(37, 37, 37, 0.12);
  border-radius: 10px;
  max-width: 940px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

section.contacts .contact-content .card-title {
  padding-bottom: 50px;
}

section.contacts .contact-content .card-title h3 {
  font-family: "SF UI Text";
  padding-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1273eb;
  position: relative;
}

section.contacts .contact-content .card-title h3:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #1273eb;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

section.contacts .contact-content .card-content {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}

section.contacts .contact-content .card-content .form-title {
  padding-bottom: 35px;
}

section.contacts .contact-content .card-content .form-title p {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
}

section.contacts .contact-content .card-content form input {
  border: 1.1px solid #5e697a;
  color: #5e697a;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  max-width: 480px;
  margin-bottom: 25px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5e697a;
  transition: 0.5s;
}

section.contacts .contact-content .card-content form input:focus {
  border: 1.1px solid #252525;
  color: #252525;
}

section.contacts .contact-content .card-content form input[type="submit"] {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 0;
  background: #1273eb;
  border-radius: 4px;
}

section.contacts .contact-content .card-content form .d-flex {
  display: inline-flex;
  width: 100%;
  margin-bottom: 25px;
}

section.contacts
  .contact-content
  .card-content
  form
  .d-flex
  label:nth-child(1) {
  margin-right: 10px;
}

section.contacts
  .contact-content
  .card-content
  form
  .d-flex
  label:nth-child(2) {
  margin-left: 10px;
}

section.contacts .contact-content .card-content form input[type="radio"] {
  opacity: 0;
  width: 50px;
  margin-bottom: 0;
  position: absolute;
}

.wpcf7-form-control-wrap {
  position: unset;
}

.wpcf7-list-item,
.wpcf7-form-control,
.wpcf7-form-control-wrap {
  display: inline !important;
  margin: 0;
}

section.contacts .contact-content .card-content form label.social {
  cursor: pointer;
  border: 1.1px solid #5e697a;
  color: #5e697a;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 15px 15px 60px;
  display: block;
  width: 100%;
  max-width: 480px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5e697a;
}

section.contacts .contact-content .card-content form label.social {
  position: relative;
}

section.contacts
  .contact-content
  .card-content
  form
  label.social
  span.wpcf7-list-item-label {
  display: inline;
}

section.contacts
  .contact-content
  .card-content
  form
  label.social
  span.wpcf7-list-item-label:before {
  content: "";
  background: #5e697a;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  transition: 0.5s;
}

section.contacts
  .contact-content
  .card-content
  form
  label.social
  span.wpcf7-list-item-label:after {
  content: "";
  opacity: 0;
  background: url("../images/ri-check-line.png") center center no-repeat;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  transition: 0.5s;
}

section.contacts
  .contact-content
  .card-content
  form
  input[type="radio"]:checked
  + span:before {
  background: #252525;
}

section.contacts
  .contact-content
  .card-content
  form
  input[type="radio"]:checked
  + span:after {
  opacity: 1;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

section.contacts .contact-content .card-content form span {
  display: block;
}

section.contacts .contact-content .contact-wrapper {
  padding-left: 60px;
  max-width: 400px;
}

section.contacts .contact-content .contact-wrapper p {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 18px;
}

section.contacts .contact-content .contact-wrapper p a {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
}

section.contacts .contact-content .contact-wrapper p svg {
  margin-right: 10px;
}

section.contacts .contact-content .contact-wrapper .social {
  padding-bottom: 20px;
}

section.contacts .contact-content .contact-wrapper .social a {
  margin-right: 8px;
  width: 25px;
  display: inline-block;
}

/* Footer */

footer {
  background: #5e697a;
}

footer nav ul li a {
  color: #fff;
}

footer .logotype {
  display: inline-flex;
  align-items: center;
}

footer .social-wrapper {
  padding-left: 30px;
}

footer .social-wrapper a {
  padding-left: 15px;
}

footer .social-wrapper a:nth-child(1) {
  padding-left: 0;
}

footer .navigation {
  min-height: 50px;
  align-items: center;
}

footer .contacts-wrapper div {
  padding-left: 190px;
  padding-bottom: 8px;
}

footer .contacts-wrapper div:nth-last-child(1) {
  padding-bottom: 0;
}

footer .contacts-wrapper svg path {
  fill: #fff;
}

footer .contacts-wrapper a {
  color: #fff;
}

.wpforms-submit-container button {
  display: none !important;
}

.wpforms-field-pagebreak {
  padding: 0 !important;
}

.wpforms-field-html div {
  text-align: center;
}

.page-title {
  background: #5e697a;
  padding-top: 25px;
}

.page-title.construcrot {
  padding: 30px 0;
}

.page-title .wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page-title .wrapper.construcrot {
  justify-content: center;
}

.page-title .wrapper .button-section {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 597px;
  width: 100%;
}

.page-title .wrapper .crumbs {
  padding-bottom: 4px;
}

.wpforms-page-indicator {
  font-family: "SF UI Text";
  text-align: center;
}

.wpforms-page-indicator-page-title {
  display: inline-block;
  margin-bottom: 8px !important;
}

.page-title .wrapper .crumbs a {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.page-title .wrapper h2 {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}

.page-title .wrapper h2.construcrot-title {
  font-size: 48px;
  line-height: 57px;
  text-align: center;
}

.page-title .wrapper p {
  padding-top: 5px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.page-template {
  padding-top: 50px;
  min-height: 56.3vh;
}

.page-template.reviews {
  padding-bottom: 0;
}

.page-template.aricles .wrapper,
.page-template.reviews .wrapper {
  justify-content: center;
}

.page-template .wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.page-template.about .wrapper {
  display: block;
  padding: 50px 35px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  margin-bottom: 60px;
}

.page-template .wrapper .sort-wrapper {
  width: calc(100% - 40px);
  max-width: 315px;
}

.page-template .wrapper .sort-wrapper .sort-wrapper {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 5px;
  margin-bottom: 25px;
}

.page-template .wrapper .sort-wrapper .form-title {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #252525;
  padding-bottom: 12px;
}

.page-template .wrapper .sort-wrapper .style-sort label {
  display: block;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.page-template .wrapper .sort-wrapper .style-sort label span {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
  width: 100%;
  display: flex;
  padding-left: 10px;
  justify-content: space-between;
}

.page-template .wrapper .sort-wrapper .style-sort label span .numb {
  width: auto;
}

.page-template .wrapper .sort-wrapper .style-sort p.more {
  display: flex;
  align-items: center;
}

.page-template .wrapper .sort-wrapper .style-sort p.more a {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #1273eb;
  margin-right: 5px;
}

.page-template a.sort-trigger {
  /* max-width: 100%; */
}

.page-template .wrapper .sort-wrapper .square-sort .d-flex {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 15px;
}

.page-template .wrapper .sort-wrapper .square-sort .d-flex input {
  width: 100%;
  max-width: 130px;
  padding: 11px 0;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(37, 37, 37, 0.75);
  text-align: center;
  cursor: default;
  border: 1px solid rgba(37, 37, 37, 0.75);
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
}

.ui-widget.ui-widget-content {
  border: unset;
  background: rgba(37, 37, 37, 0.25);
  border-radius: 2px;
  height: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #1273eb;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1px rgba(37, 37, 37, 0.25);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
  background: #1273eb;
}

.page-template .wrapper .sort-wrapper .square-sort .min-max {
  padding-top: 4px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(37, 37, 37, 0.75);
}

.content-side {
  width: 100%;
  max-width: 1040px;
}

.reviews .content-side .card {
  display: inline-flex;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  padding: 20px;
}

.reviews .content-side .card:nth-child(3n-1) {
  margin-left: 0;
}

.reviews .content-side .card-wrapper {
  display: block;
}

.reviews .content-side .card .image-wrapper .bg {
  border-radius: 5px;
  height: 98%;
}

.reviews .content-side .card .image-wrapper img {
  border-radius: 5px;
  width: 250px;
  height: 200px;
}

.reviews .content-side .card .card-title h3 {
  position: unset;
  color: #252525;
  max-width: unset;
  padding-bottom: 10px;
  text-shadow: unset;
}

.reviews .content-side .card .card-owner {
  color: #5e697a;
  font-size: 14px;
}

.reviews .content-side .card .card-style p {
  color: #252525;
  font-size: 14px;
}

.reviews .content-side .card .card-content {
  padding: 0;
  padding-left: 30px;
  max-width: 770px;
}

.content-side .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.content-side .card {
  width: 100%;
  max-width: 330px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}

.content-side .card:nth-child(3n-1) {
  margin: 0 25px 25px;
}

.content-side .card .image-wrapper {
  min-width: 250px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.content-side .card .image-wrapper .bg {
  background: linear-gradient(
    360deg,
    rgba(37, 37, 37, 0.45) 0%,
    rgba(37, 37, 37, 0.05) 100%
  );
  z-index: 5;
  width: 100%;
  height: 99%;
  position: absolute;
}

.content-side .card .image-wrapper img {
  width: 330px;
  height: 255px;
  object-fit: cover;
}

.content-side .card .card-title h3 {
  z-index: 6;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(37, 37, 37, 0.25);
  position: absolute;
  left: 20px;
  top: 175px;
  max-width: 290px;
}

.content-side .card .card-content {
  padding: 20px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5e697a;
}

.content-side .card .card-content p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}

.content-side .card .card-content p a.more {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1273eb;
}

.page-template .wrapper .content-side .sort-wrapper {
  padding: 11px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 5px;
  width: calc(100% - 40px);
  max-width: unset;
  margin-bottom: 25px;
}

.page-template .wrapper .content-side .sort-wrapper label {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.page-template .wrapper .content-side .sort-wrapper label:nth-child(2) {
  padding-left: 25px;
}

.page-template .wrapper .content-side .sort-wrapper label span {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
}

.page-template .wrapper .content-side .sort-wrapper label input {
  cursor: pointer;
  border: 1px solid rgba(37, 37, 37, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 30px 9px 15px;
  margin-left: 10px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
  max-width: 205px;
  outline: none;
}

.page-template .wrapper .content-side .sort-wrapper label input#quality {
  max-width: 97px;
}

.page-template .wrapper .content-side .sort-wrapper .inputAbsolute {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  transition: 0.5s;
}
.page-template .wrapper .content-side .sort-wrapper .inputAbsolute.active {
  transform: rotate(180deg) translateY(50%);
}

.pagination-wrapper {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
}

.pagination-wrapper .pagin a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 15px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #252525;
  margin-left: 15px;
  transition: 0.5s;
}

.pagination-wrapper .pagin:nth-child(1) a {
  margin-left: 0;
}

.pagination-wrapper .pagin a.active,
.pagination-wrapper .pagin a:hover {
  background: #1273eb;
  color: #fff;
}

.pagination-wrapper .pagin a:hover svg path {
  fill: #fff;
}

.page-template.about .wrapper .about-content {
  display: inline-flex;
  align-items: center;
}

.page-template.about .wrapper .about-content .image-wrapper img {
  width: 500px;
}

.page-template.about .wrapper .about-content .company-desc {
  padding-left: 30px;
  width: 100%;
  max-width: 760px;
}

.page-template.about .wrapper h2 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #252525;
}

.page-template.about .wrapper .about-content .company-desc p,
.page-template.about .wrapper .about-content .company-desc ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #252525;
  padding-bottom: 20px;
}

.page-template.about .wrapper .about-content .desc-wrapper {
  padding-top: 20px;
}

.page-template.about .wrapper .about-content .company-desc ul {
  padding-bottom: 20px;
}

.page-template.about .wrapper .about-content .company-desc ul li {
  padding-bottom: 0;
}

.page-template.about .wrapper .about-content .company-desc ul li:before {
  content: "-";
}

.page-template.about .wrapper .advantage-content {
  padding-top: 50px;
}

.page-template.about .wrapper .advantage-content .advantage-card-wrapper {
  position: relative;
}

.page-template.about .wrapper .advantage-content .advantage-card-wrapper .bg {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template.about
  .wrapper
  .advantage-content
  .advantage-card-wrapper
  .card-wrapper {
  width: 100%;
  max-width: 1295px;
  margin: 0 auto;
}

.page-template.about .wrapper .advantage-content h2 {
  text-align: center;
  padding-bottom: 90px;
}

.page-template.about .wrapper .advantage-content .card {
  display: inline-flex;
  align-items: center;
  margin-bottom: 62px;
  min-height: 98px;
}

.page-template.about .wrapper .advantage-content .card:nth-last-child(1) {
  margin-bottom: 100px;
}

.page-template.about .wrapper .advantage-content .card:nth-last-child(2) {
  margin-bottom: 100px;
}

.page-template.about .wrapper .advantage-content .card h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #252525;
  padding-bottom: 8px;
}

.page-template.about .wrapper .advantage-content .card p {
  min-height: 66px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  width: 100%;
  max-width: 420px;
}

.page-template.about .wrapper .advantage-content .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #1273eb;
}

.page-template.about .wrapper .advantage-content .card:nth-child(2n-1) {
  margin-right: 85px;
  text-align: right;
}

.page-template.about
  .wrapper
  .advantage-content
  .card:nth-child(2n-1)
  .card-img {
  background: #1273eb;
  margin-left: 50px;
}

.page-template.about .wrapper .advantage-content .card:nth-child(2n) {
  margin-left: 85px;
  flex-direction: row-reverse;
}

.page-template.about .wrapper .advantage-content .card:nth-child(2n) .card-img {
  background: #5e697a;
  margin-right: 50px;
}

.page-template.construcrot .wrapper {
  justify-content: center;
}

.page-template.construcrot .form-wrapper .wpforms-field-container {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  min-width: 900px;
  position: relative;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles {
  border-top: unset;
  border-bottom: unset;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .wpforms-page-indicator-page {
  float: unset;
  margin-left: 30px;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .wpforms-page-indicator-page-number {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(37, 37, 37, 0.1);
  border-radius: 15px;
  width: 45px;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #252525;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.circles
  .active
  .wpforms-page-indicator-page-number {
  color: #fff;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  color: #252525;
  margin-bottom: 30px;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-list-inline
  ul {
  display: flex;
  width: 1080px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  ul
  li {
  cursor: pointer;
  width: 100%;
  max-width: 340px;
  padding: 14px !important;
  border: 1px solid #5e697a !important;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 15px 0 !important;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  ul
  li:hover {
  border: 1px solid #3a3a3a !important;
}
.wpforms-list-inline {
  display: block !important;
}
.wpforms-field-radio {
  display: flex;
  align-items: center;
  min-height: 320px;
}
.thxWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 582px;
}
.thxWrapper .content {
  padding-bottom: 130px;
}
.thxWrapper p.centerSize {
  font-size: 32px;
}
.thxWrapper p {
  color: #252525;
  text-align: center;
  font-size: 24px;
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
}
.iconQ {
  width: 140px !important;
  position: absolute !important;
  right: 138px;
  top: 50%;
  transform: translateY(-50%);
}

.wpforms-form .bg-circle,
.wpforms-form .bg-circle .bg-item {
  position: absolute !important;
}

.construcrot .wpforms-form .bg-circle {
  left: unset;
  right: 206px;
  top: 50%;
  transform: translateY(-50%);
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  ul
  li:hover
  label {
  cursor: pointer;
  color: #3a3a3a;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  input[type="radio"] {
  opacity: 0;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5e697a;
  position: relative;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #5e697a;
  border-radius: 5px;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline:after {
  content: "";
  opacity: 0;
  background: url("../images/ri-check-line.png") center center no-repeat;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  transition: 0.5s;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  input[type="radio"]:checked
  + .wpforms-field-label-inline:after {
  opacity: 1;
}

.page-template.construcrot
  .form-wrapper
  div.wpforms-container-full
  .wpforms-form
  input[type="radio"]:checked
  + .wpforms-field-label-inline:before {
  background: #252525;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #1273eb !important;
  border-radius: 5px;
  padding: 13px 80px !important;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}

div.wpforms-container-full .wpforms-form input {
  width: 100%;
  padding: 14px !important;
  border: 1px solid #5e697a !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  margin: 15px 0 !important;
}

div.wpforms-container-full .wpforms-form input[type="tel"] {
  padding-left: 52px !important;
}

div.wpforms-container-full .wpforms-form input[type="radio"] {
  margin: 0 10px 0 3px !important;
  padding: 0 !important;
}

div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100% !important;
}

.construcrot .bg-circle {
  left: -120px;
  top: 325px;
}

.menu-burger__header {
  display: none;
}

.mobileMenuBg {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 3;
  left: -100%;
  transition: all 0.4s;
}
.entryWrapper {
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 0 12px rgba(32, 32, 32, 0.1);
  border-radius: 12px;
  margin: 65px 0;
}
.entryTitle {
  font-family: "SF UI Display";
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
  color: #252525;
}
.entryContent .wp-block-post-featured-image{
  text-align: center;
}
.entryContent p {
  font-family: "SF UI Display";
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
}
.entryContent ul.uls{
  display: block;
}
.entryContent ul{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entryContent ul li{
  width: 45%;
  margin: 0 10px 10px;
}
.entryContent time{
  margin-top: 10px;
  display: block;
}
.wp-block-post-title{
  font-family: "SF UI Display";
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #252525;
}
.entryContent ul li img{
  height: 100%;
  object-fit: contain;
  width: inherit;
  margin: 0 auto;
  overflow: hidden;
}
.wp-block-post-featured-image a{
  display: inline-block;
  height: 320px;
  width: 100%;
  overflow-y: hidden;
}
.entryContent p a{
  margin-top: 15px;
  display: block;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  background: #1273eb;
  border-radius: 5px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
.entryContent p a:hover{
    background: transparent;
    border: 1px solid #5e697a;
    color: #5e697a;
}
.entryContent p:nth-last-child(1) {
  margin-bottom: 0;
}
.wp-block-image:nth-last-child(1) {
  margin-bottom: 0;
}
.entryContent img {
  display: flex;
  height: unset;
}
.get-present.single {
  margin-top: -25px;
}
/* Страница продукта */
.pr_main .page_title {
  padding: 30px 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
}
.pr_main .page_title .title_wrapp {
  display: inline-flex;
  align-items: center;
}
.pr_main .page_title .title_wrapp h1 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #252525;
  transition: 0.5s;
}
.pr_main .page_title .title_wrapp p {
  padding-left: 20px;
  position: relative;
  transition: 0.5s;
}
.pr_main .page_title .title_wrapp p:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #252525;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.pr_main .page_title .title_wrap p:hover:before {
  opacity: 1;
}
.pr_main .page_title .title_wrapp a {
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #252525;
  transition: 0.5s;
  opacity: 0.7;
}
.pr_main .page_title .btn_wrapp a {
  padding: 10px 10px;
  font-size: 18px;
  text-transform: unset;
}
.pr_main .page_title p:hover a {
  opacity: 1;
}
.pr_image {
  position: relative;
  height: 80vh;
}
.pr_image__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  height: 80vh;
  width: 100%;
  filter: brightness(70%);
}
.pr_content {
  filter: brightness(100%);
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  max-width: 1370px;
  width: 100%;
  align-items: end;
}
.pr_content .pr_title {
  padding-bottom: 20px;
}
.pr_content .pr_title h2 {
  font-family: "SF UI Display";
  font-style: normal;
  font-size: 42px;
  line-height: 42px;
  max-width: 560px;
  color: #fff;
  transition: 0.5s;
}
.pr_content .pr_price {
  padding-bottom: 25px;
}
.pr_content .pr_price p {
  font-family: "SF UI Display";
  font-style: normal;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}
.pr_content .pr_btn a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.pr_right__side {
  background: rgba(35, 35, 35, 0.6);
  padding: 10px 15px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  justify-content: space-between;
}
.pr_right__side .item {
  color: #fff;
  display: inline-flex;
  align-items: center;
  cursor: help;
}
.pr_right__side .item p {
  padding-left: 10px;
}
.pr_right__side .item svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pr_info {
  padding-top: 50px;
  padding-bottom: 20px;
}
.pr_info .pr_info__title {
  padding-bottom: 25px;
}
.pr_info .pr_info__title h2 {
  font-family: "SF UI Display";
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #252525;
}
.pr_info .pr_info__content {
  font-family: "SF UI Display";
  font-style: normal;
  font-size: 18px;
  color: #252525;
  padding-bottom: 30px;
}
.pr_info .pr_info__content .pr_info__plan__image{
  width: 600px;
  text-align: center;
}
.pr_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.pr_gallery a {
  width: 450px;
  overflow: hidden;
}
.pr_gallery a.hidden {
  display: none;
}
.pr_gallery a.postmark {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  padding: 0 !important;
  font-family: "SF UI Display";
  font-style: normal;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: default;
  background: rgba(35, 35, 35, 0.4);
}
.pr_gallery a:nth-child(3n-1) {
  padding: 0 10px;
}
.pr_gallery img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  flex-shrink: 0;
}
.pr_end {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr_plan__content {
  display: inline-flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
}
.pr_info__plan__image img {
  /* width: 650px; */
  height: 475px;
  /* object-fit: cover; */
}
.pr_info__plan__content h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-size: 28px;
  color: #252525;
}
.pr_info__plan__content ul {
  padding-top: 15px;
}
.pr_info__plan__content ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pr_info__plan__content ul li strong {
  padding-left: 15px;
}
/* Adaptive */
@media (max-width: 1520px) {
  .pr_content {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .pr_gallery {
    justify-content: center;
  }
  .pr_gallery a {
    width: calc(100% / 3);
  }
  .pr_info__plan__image img {
    height: auto;
  }
  .pr_info__plan__content {
    width: 340px;
  }
  .pr_info__plan__content ul li {
    text-align: left;
  }
  .pr_plan__content {
    width: 90%;
    text-align: center;
  }
  .page-template.construcrot .form-wrapper .wpforms-field-container {
    max-width: 100%;
    min-width: 100%;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    .wpforms-list-inline
    ul {
    width: 100%;
  }
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .wpforms-page-1 .wpforms-field-radio {
    min-height: 240px;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    ul
    li {
    min-width: 560px;
  }
  .page-template .wrapper .sort-wrapper {
    width: 25%;
    max-width: 100%;
  }
  .page-template .wrapper .content-side .sort-wrapper {
    width: 100%;
  }
  * {
    box-sizing: border-box;
  }
  .page-template .wrapper .sort-wrapper .sort-wrapper {
    width: 100%;
  }
  .content-side .card .image-wrapper img {
    width: 100%;
  }
  .content-side .card:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 25px;
  }
  .content-side .card {
    max-width: 100%;
    width: calc((100% / 3) - 10px);
    margin-right: 15px;
  }
  .content-side .card:nth-child(3n) {
    margin-right: 0;
  }
  .content-side {
    width: calc(75% - 30px);
    max-width: 100%;
  }
  .slider .content .main-content {
    padding-left: 40px;
  }

  .slider .content .main-content .title h2 {
    font-size: 36px;
  }

  .slider .content .main-content .desc p {
    font-size: 20px;
  }

  .bg-circle .bg-item {
    top: 10%;
    left: -30%;
  }

  .other .section-title h2 {
    font-size: 44px;
  }

  .other .section-content .card .card-title {
    padding-top: 15px;
  }

  .other .section-content .card .card-title h3 {
    font-size: 18px;
  }

  .other .section-content .card .card-description p {
    font-size: 14px;
    line-height: 22px;
  }

  .designother {
    padding-top: 70px;
  }

  .stages .bg-circle {
    display: none;
  }

  header .contacts-wrapper {
    padding-left: 0;
  }

  header .main-navigation {
    justify-content: unset;
  }

  header .logotype {
    margin-right: 80px;
  }

  header .navigation {
    justify-content: space-between;
    width: 100%;
  }

  .other .section-content .card .card-description {
    max-width: 280px;
  }

  .other .section-content .card:nth-child(2):before,
  .other .section-content .card:nth-child(2):after {
    background-size: contain;
    width: 250px;
    height: 48px;
    top: 33px;
  }

  .other .section-content .card:nth-child(2):before {
    right: 245px;
  }

  .other .section-content .card:nth-child(2):after {
    left: 245px;
  }

  .other .section-content {
    justify-content: space-around;
    align-items: flex-start;
  }
}

@media (max-width: 1320px) {
  * {
    box-sizing: border-box;
  }

  .designother .other-content .card-wrapper {
    display: flex;
    flex-direction: column;
  }

  .designother .other-content .card-wrapper .card:nth-child(3) {
    margin-left: 0;
    margin-top: 32px;
    max-width: 100%;
  }

  .designother .other-content .card-wrapper .card {
    grid-area: unset !important;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-img {
    margin: 0 !important;
  }

  .designother .other-content .card-wrapper {
    grid-template-areas: unset;
  }

  .designother .other-content .card-wrapper .card .card-content-inner {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    grid-template-areas: unset !important;
    text-align: left !important;
    padding: 40px !important;
  }

  .designother
    .other-content
    .card-wrapper
    .card:nth-child(3)
    .card-content-inner
    .card-info {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-title {
    padding-top: 0 !important;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-img {
    grid-area: unset !important;
  }

  .designother {
    background-size: 180%;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-content {
    max-width: 600px !important;
  }
}

@media (max-width: 1280px) {
  .content-side .card-wrapper {
    justify-content: space-between;
  }
  .content-side .card {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .other .section-content .card:nth-child(2):before,
  .other .section-content .card:nth-child(2):after {
    display: none;
  }

  footer .contacts-wrapper div {
    padding-left: 0;
  }

  footer .contacts-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  footer .menu-glavnoe-menju-container {
    padding-left: 25px;
  }

  footer .navigation {
    width: 100%;
  }

  footer .social-wrapper a {
    display: inline-block;
  }

  footer .social-wrapper {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .page-title {
    padding: 20px 0;
  }
  .page-title .wrapper .button-section {
    justify-content: end;
  }
  .button-section svg {
    display: none;
  }
  .page-template .wrapper {
    flex-direction: column;
  }
  .content-side .card {
    max-width: 100%;
    width: calc((100% / 3) - 10px);
    margin-right: 15px;
  }
  .content-side .card:nth-child(3n) {
    margin-right: 0;
  }
  .content-side {
    width: 100%;
  }
  .page-template .wrapper .sort-wrapper {
    width: 100%;
    padding-bottom: 20px;
  }
  .page-template .wrapper .sort-wrapper .sort-wrapper {
    margin-bottom: 20px;
  }
  .content-side .card-wrapper {
    justify-content: unset;
  }
}
@media (max-width: 1180px) {
  header .logotype {
    margin-right: 35px;
  }

  header .contacts-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  header .contacts-wrapper div {
    padding-left: 0;
  }

  header .contacts-wrapper div:nth-child(1) {
    padding-bottom: 8px;
  }

  .slider .content .main-content {
    padding-left: 0;
  }

  header .navigation {
    align-items: center;
  }

  header,
  footer {
    padding: 20px 0;
  }

  .headerInner {
    height: 108px;
  }

  .slider {
    height: calc(100vh - 108px);
  }
}

@media (max-width: 1140px) {
  .mainSliderNavs.slider-navs{
    top: 90px;
    right: 10px;
  }
  .slider .content .main-content .title{
    border-radius: 5px 5px 0 0;
  }
  .slider .content .main-content .button{
    border-radius: 0 0 5px 5px;
  }
  .slider .content .main-content .title,
  .slider .content .main-content .desc,
  .slider .content .main-content .button{
    background: rgba(37, 37, 37, 0.2);
    padding: 10px 5px;
  }
  .stages .stages-content .content-tabs .pages {
    width: calc(100% - 160px);
  }

  .slider .content .main-content .title h2 {
    color: #fff;
  }

  .slider .content .main-content .desc p {
    color: #fff;
  }

  .slider .content .bg {
    display: none;
  }

  .bg-circle .bg-item {
    display: none;
  }

  .other {
    padding: 100px 0;
  }

  .other .section-content {
    flex-wrap: wrap;
  }

  .other .section-content .card {
    margin-bottom: 30px;
  }

  .designother .design-content .cards-wrapper .card.active {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .designother .design-content .cards-wrapper .card .card-content .card-btn a {
    width: 100%;
  }

  .designother .design-content .cards-wrapper .card .card-content {
    padding-bottom: 20px;
    max-width: 100%;
  }

  .designother .design-content .cards-wrapper .card .card-content .card-desc {
    max-width: 100%;
  }

  .designother .design-content .cards-wrapper .card .card-content .card-btn {
    display: flex;
    justify-content: center;
  }

  .designother
    .design-content
    .cards-wrapper
    .card
    .card-slider
    .slider-wrapper
    img {
    border-radius: 12px 12px 12px 12px;
  }

  .designother .design-content .cards-wrapper .card .card-slider {
    border-radius: 0;
    display: flex;
    justify-content: center;
  }

  .designother
    .design-content
    .cards-wrapper
    .card
    .card-slider
    .slider-wrapper {
    width: 100%;
    max-height: 480px;
  }

  footer .menu-glavnoe-menju-container {
    display: none;
  }

  footer .contacts-wrapper {
    flex-direction: unset;
    justify-content: flex-end;
  }

  footer .contacts-wrapper div:nth-child(1) {
    padding-bottom: 0;
    padding-right: 25px;
  }

  .other-wrapper {
    background: #5e697a;
  }
}

@media (max-width: 1080px) {
  section.contacts .contact-content .contact-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }

  #map {
    width: 100% !important;
    height: 240px !important;
  }

  section.contacts .contact-content .card-content form input,
  section.contacts .contact-content .card-content form label.social {
    max-width: 100%;
  }

  section.contacts .contact-content .card-content {
    flex-direction: column-reverse;
    align-items: unset;
    justify-content: unset;
  }

  section.contacts .contact-content .contacts-card {
    padding: 60px;
  }
}

@media (max-width: 960px) {
  .iconQ{
    position: unset !important;
    transform: unset !important;
    margin: 0 auto !important;
  }
  .pr_info__plan__content {
    width: 100%;
  }
  .pr_content .pr_title h2 {
    font-size: 28px;
  }
  .pr_main .page_title .title_wrapp h1,
  .pr_info__plan__content h3 {
    font-size: 18px;
  }
  .pr_main .page_title .title_wrapp a,
  .pr_info__plan__content ul li {
    font-size: 16px;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    ul
    li {
    min-width: unset;
  }
  .wpforms-page-1 .wpforms-field-radio {
    min-height: 160px;
  }
  .iconQ {
    display: none;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field {
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form ul,
  div.wpforms-container-full .wpforms-form ul li {
    width: 100%;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    ul
    li {
    max-width: 100%;
  }
  .content-side .card-wrapper {
    justify-content: space-between;
  }
  .content-side .card {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .stages .stages-content .content .card {
    display: flex;
    flex-direction: column-reverse;
    align-items: unset;
  }

  .stages .stages-content .content .card .card-content {
    padding-left: 0;
  }

  .stages .stages-content .content .card .card-description {
    max-width: 80%;
  }

  header nav ul li a,
  footer nav ul li a {
    font-size: 16px;
  }

  header nav ul li,
  footer nav ul li {
    padding-left: 35px;
  }
}

@media (max-width: 840px) {
  .entryContent ul{
    display: block;
  }
  .entryContent ul li{
    width: 100%;
  }
  .wp-block-post-featured-image a{
    height: auto;
    overflow: unset;
  }
  .stages .stages-content .content-tabs .pages{
    overflow-x: scroll;
    padding-bottom: 25px;
  }
  .stages .stages-content .content-tabs .right{
    transform: translateY(-25px) rotate(180deg);
  }
  .stages .stages-content .content-tabs .pages p{
    min-width: 56px;
  }
  .pr_content .pr_title h2 {
    max-width: 100%;
  }
  .pr_main .page_title .title_wrapp,
  .pr_content {
    display: block;
  }
  .pr_right__side {
    margin-top: 20px;
  }
  .pr_main .page_title .title_wrapp p {
    padding-left: 0;
  }
  .pr_main .page_title .title_wrapp p:before {
    display: none;
  }
  header .menu-glavnoe-menju-container {
    position: fixed;
    left: -100%;
    top: 138px;
    z-index: 5;
    display: block;
    transition: all 0.4s;
  }

  header .menu-glavnoe-menju-container.open-menu {
    left: 20px;
  }

  header .main-navigation {
    display: flex;
    justify-content: space-between;
  }

  header nav ul li {
    padding-left: 0;
    display: block;
    padding-bottom: 25px;
  }

  header nav ul {
    display: block;
  }

  header .navigation {
    justify-content: end;
  }

  header nav ul li a {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-content {
    font-size: 16px;
    max-width: 90% !important;
  }

  section.contacts .contact-content .contacts-card {
    width: 100%;
    max-width: 95%;
  }

  .menu-burger__header {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin-left: 25px;
    display: block;
    background: #ffffff;
    z-index: 6;
    box-shadow: 0px 0 12px rgba(32, 32, 32, 0.1);
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    height: 4px;
    width: 36px;
    position: absolute;
    background: #000000;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }

  .menu-burger__header span {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }

  .menu-burger__header:after {
    bottom: 10px;
  }

  .menu-burger__header:before {
    top: 10px;
  }

  .menu-burger__header.open-menu span {
    opacity: 0;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 50%;
    transition: all 0.4s;
  }

  .menu-burger__header.open-menu:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    top: 50%;
    transition: all 0.4s;
  }

  body.open-menu {
    overflow-y: hidden;
  }

  .mobileMenuBg.open-menu {
    left: 0;
  }
}

@media (max-width: 740px) {
  .stages .stages-content .content .card .card-image img {
    width: 100%;
  }
  footer .contacts-wrapper {
    flex-direction: column;
  }

  footer .contacts-wrapper div:nth-child(1) {
    padding-bottom: 8px;
    padding-right: 0;
  }

  section.contacts
    .contact-content
    .card-content
    form
    .d-flex
    label:nth-child(2) {
    margin-left: 0;
    margin-top: 25px;
  }

  section.contacts .contact-content .card-content form .d-flex {
    flex-direction: column;
  }

  .designother .other-title h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-title
    h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-content
    p {
    font-size: 16px;
    line-height: 24px;
  }

  .designother .other-content .card-wrapper .card .card-content-inner {
    flex-direction: column-reverse !important;
    align-items: center;
    text-align: center;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-content {
    max-width: 100% !important;
    text-align: center;
  }

  .designother
    .other-content
    .card-wrapper
    .card
    .card-content-inner
    .card-title {
    text-align: center;
    margin-top: 15px;
  }

  .designother .design-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .reviews .content-side .card {
    flex-direction: column;
  }
  .reviews .content-side .card .image-wrapper {
    margin-bottom: 15px;
  }
  .reviews .content-side .card .card-content {
    padding-left: 0;
    text-align: center;
  }
  .content-side .card .card-content p {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pr_plan__content {
    display: block;
    width: 100%;
  }
  .pr_main .page_title .btn_wrapp {
    display: none;
  }
  .page-template.construcrot .form-wrapper .wpforms-field-container {
    padding: 15px;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field-label {
    margin-bottom: 15px;
  }
  .page-title .wrapper h2.construcrot-title {
    font-size: 36px;
    line-height: 40px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    ul
    li {
    margin: 10px 0 !important;
  }
  .wpforms-page-1 .wpforms-field-radio,
  .wpforms-field-radio {
    min-height: unset;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    width: 100%;
    margin: 10px 0 !important;
  }
  div.wpforms-container-full .wpforms-form button[type="submit"] {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
  }
  .page-title .wrapper {
    flex-direction: column;
    justify-content: unset;
  }
  .page-title .wrapper .button-section {
    justify-content: unset;
    flex-direction: column;
  }
  .page-template {
    padding-top: 30px;
  }
  .page-title .text-section {
    text-align: center;
  }
  .page-title .wrapper .button-section a {
    margin-top: 20px;
  }
  .content-side .card .card-title h3 {
    left: 10px;
    font-size: 16px;
    line-height: 24px;
    top: 200px;
  }
  .page-template .wrapper .content-side .sort-wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-template .wrapper .content-side .sort-wrapper label {
    display: flex;
  }
  .page-template .wrapper .content-side .sort-wrapper label input {
    max-width: 100%;
    width: 100%;
  }
  .page-template .wrapper .content-side .sort-wrapper label:nth-child(2) {
    padding-left: 0;
  }
  .page-template .wrapper .content-side .sort-wrapper label:nth-child(2) input {
    max-width: 100%;
    width: 100%;
  }
  .page-template .wrapper .content-side .sort-wrapper label:nth-child(2) {
    margin-top: 20px;
  }
  .page-template
    .wrapper
    .content-side
    .sort-wrapper
    label
    span:not(.inputAbsolute) {
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 600px) {
  .entryTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .entryContent p {
    font-size: 16px;
  }
  .content-side .card {
    width: 100%;
  }
  .content-side .card .card-title h3 {
    font-size: 18px;
    top: 180px;
    left: 20px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 540px) {
  footer nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer .logotype {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer .social-wrapper {
    padding-left: 0;
    margin-top: 15px;
  }

  footer .contacts-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  section.contacts .contact-content .contacts-card {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .bg-circle .bg-wrapper {
    display: none;
  }
  .menu-burger__header {
    margin-left: 0;
  }
  header .logotype {
    margin-right: 0;
  }
  .designother .design-title h2 {
    font-size: 32px;
    line-height: 38px;
  }

  header .contacts-wrapper {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    left: -100%;
    transition: all 0.4s;
    top: 365px;
  }

  header .contacts-wrapper.open-menu {
    left: 20px;
  }

  header .contacts-wrapper div:nth-child(1) {
    padding-bottom: 12px;
  }

  .slider .content .main-content .title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .slider .content .main-content .desc p {
    font-size: 18px;
  }
  section.contacts .contact-content .contacts-card {
    max-width: 100%;
    padding: 15px;
  }
  a.btn-card {
    max-width: 100%;
  }
  .other .section-title h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .other .section-title {
    padding-bottom: 70px;
  }
  .designother .design-content .cards-wrapper .card .card-content {
    padding: 15px;
  }
  .stages .stages-title h2,
  .designother .other-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .slider .content .main-content .title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .slider .content .main-content .desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 414px) {
  .entryWrapper {
    padding: 0;
    background: transparent;
    box-shadow: unset;
    margin: 30px 0;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field-label-inline {
    font-size: 14px;
  }
  .page-template.construcrot
    .form-wrapper
    div.wpforms-container-full
    .wpforms-form
    ul
    li {
    margin: 5px 0 !important;
    padding: 10px !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    margin: 5px 0 !important;
  }
  .page-template.construcrot .form-wrapper .wpforms-field-container {
    padding: 0;
    background: transparent;
  }
}
@media (max-width: 380px) {
  .news-tag-st li a.NewClassBtnNews{
    margin-top: 0 !important;
  }
  .alignleft{
    margin-right: 10px !important;
  }
  .news-tag-st{
    padding-top: 0;
  }
  .entryContent .news-tag-st li{
    margin-top: 30px;
  }
  body {
    zoom: 0.8;
  }
  .page-template .wrapper .sort-wrapper .sort-wrapper {
    padding: 15px;
  }
}

.news-tag-st{
  padding-top: 20px;
}
.news-tag-st li a{
  font-family: "SF UI Display";
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
  color: #3a3a3a;
}
.news-tag-st li time{
  font-family: "SF UI Display";
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #3a3a3a;
}
.entryContent .news-tag-st li{
  margin-bottom: 15px;
}
.news-tag-st li img{
  border-radius: 5px;
}
.news-tag-st li a.NewClassBtnNews{
  padding: 10px 10px;
  text-align: center;
  max-width: 278px;
  background: #1273eb;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin-top: 34px;
  margin-bottom: 0;
  display: inline-block;
}