.width-wrap {
  width: 1248px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.page {
  color: #2b2c35;
}
.text-black {
  color: #2b2c35;
}
.text-white {
  color: white;
}
.bg-black {
  background-color: #2b2c35;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.text-grey {
  color: #747474;
}
.text-yellow {
  color: #fbbd32;
}
.bg-white {
  background-color: white;
}
.about-img {
  background-size: cover;
  width: 49%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 422px;
  border-radius: 14px;
  margin-left: 20px;
}
header {
  padding: 24px 0;
}
a.phone {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a.phone {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 4px;
}
button.button {
  background: #fbbd32;
  display: inline-block;
  font-size: 24px;
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 13px 60px;
  border-radius: 8px;
}
button.button.button-black {
  color: #fbbd32;
  background: #2b2c35;
}
.mt-3 {
  margin-top: 15px;
}
.nav-wrap .nav-item {
  margin-left: 8%;
}
.nav-item {
  cursor: pointer;
}
.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  padding: 27px 0;
}
.nav-wrap a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  height: 2px;
  width: 0;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  background: white;
}
.nav-wrap a:hover::after {
  width: 100%;
}
main#main {
  background-position-x: right;
  background-size: cover;
  height: 661px;
}
main#main:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 27%;
  height: 298px;
  width: 51.6%;
  background: rgb(255 255 255 / 76%);
  border-radius: 0 8px 8px 0;
}
h1 + p {
  font-weight: bold;
  font-size: 24px;
  margin: 24px 0 26px;
}
h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 129%;
}
#main button.button {
  min-width: 293px;
}
.main-wrap {
  max-width: 52%;
  /* margin-top: 200px; */
}
.title {
  font-size: 48px;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 120%;
}
.section {
  padding: 47px 0 32px;
}
.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 10px 0 25px;
}
.services-wrap.service-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.services-item img {
  margin-bottom: 9px;
}
.services-item {
  border-radius: 12px;
  background: white;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 148px;
  width: 32%;
  line-height: 123%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.love-item img {
  margin-bottom: 14px;
}
.abs {
  position: absolute;
}
.love-item {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  max-width: 16%;
  text-align: center;
  line-height: 124%;
}
.love-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 42px;
}
button.button.small-button {
  background: #2b2c35;
  color: #fbbd32;
  padding: 14px 26px;
}
img.img-pattern-2.abs {
  right: 0;
  bottom: 140px;
}
img.img-pattern-1.abs {
  left: 0;
  top: 441px;
}
.about-wrap img {
  border-radius: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 21px 0 50px;
}
p.text-small {
  font-size: 20px;
  line-height: 130%;
  padding: 10px 0;
}
.separator {
  background: #fbbd32;
  margin: 15px auto;
  width: 40%;
  height: 8px;
  border-radius: 32px;
}
.tr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 29px 0;
}
.tr-item b {
  display: block;
  font-size: 48px;
  line-height: 100%;
  padding: 31px 0 10px;
}
.tr-item {
  border-left: 3px solid;
  font-size: 32px;
  max-width: 32%;
  line-height: 125%;
  padding-left: 23px;
  font-weight: 600;
  padding-right: 20px;
  padding-bottom: 25px;
}
.tr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 29px 0 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form.form {
  background: #fbbd32;
  padding: 28px 24px;
  border-radius: 10px;
  margin: 17px 0 71px;
}
.form .title + p {
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0;
}
.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 14px 0px;
}
.custom-input {
  font-weight: bold;
  font-size: 24px;
  background: white;
  border-radius: 12px;
  height: 53px;
  padding: 0 13px;
  border: 2px solid white;
}
.form .custom-input {
  width: 32.2%;
}
.form .custom-input.input-l {
  width: 66.1%;
}
.w-100 {
  width: 100% !important;
}
textarea.custom-input {
  height: 180px;
  padding-top: 16px;
}
.custom-input::-webkit-input-placeholder {
  color: black;
}
.custom-input::-moz-placeholder {
  color: black;
}
.custom-input:-ms-input-placeholder {
  color: black;
}
.custom-input::-ms-input-placeholder {
  color: black;
}
.custom-input::placeholder {
  color: black;
}
.mb-0 {
  margin-bottom: 0;
}
section#contact {
  padding-bottom: 60px;
}
#contact img.img-pattern-2.abs {
  bottom: 0;
}
footer {
  padding: 40px 0;
}
p.copy {
  font-size: 20px;
  line-height: 124%;
  font-weight: 500;
  margin-top: 46px;
}
.footer-item {
  max-width: 25%;
}
.footer-nav a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 38px;
}
footer a.phone {
  margin-bottom: 0;
  margin-top: 37px;
}
.text-regular {
  font-size: 20px;
  margin-bottom: 25px;
}
.full-img {
  background-size: cover;
  height: 420px;
  width: 100%;
}
.soc-wrap.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.text-bg-white {
  background: rgb(255 255 255 / 85%);
  border-radius: 0 12px 12px 0;
  display: inline-block;
  padding: 46px 110px 46px 0;
}
.text-bg-white:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: rgb(255 255 255 / 85%);
  height: 100%;
  width: 40vw;
}
.flex-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.flex-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-item {
  width: 32%;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
}
.case-img {
  width: 100%;
  background-size: cover;
  height: 319px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.cases-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 28px 0 57px;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quote-offer {
  background: #ffffffe5;
  border-radius: 12px;
  padding: 30px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* font-size: 22px; */
  font-weight: bold;
}
a.text-medium {
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quote-offer button.button {
  padding: 15px 28px;
  margin: 0 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section#cases {
  padding-bottom: 0;
}
#main.main-small {
  height: 535px;
}
#main.main-smallest {
  height: 431px;
}

.main-smallest .main-wrap {
  margin-top: 9%;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 23px;
  padding-top: 17px;
}
.about-wrap.about-wrap-left {
  margin-top: 67px;
  margin-bottom: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-img.about-img3 {
  height: 496px;
  margin-left: 0;
  width: 50%;
  margin-right: 20px;
}
.about-img.about-img2 {
  height: 489px;
}
.bg-bottom {
  background-position-y: bottom;
  background-size: cover;
}
.reviews-wrap {
  padding: 5px 0 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
}
.width-wrap.review-width-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.width-wrap.cases-width-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.overflow-x {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-left: 5%;
}
.review-item {
  border: 2px solid #fbbd32;
  border-radius: 12px;
  width: 544px;
  padding: 24px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #747474;
}
.review-avatar {
  width: 64px;
  height: 64px;
  background-size: cover;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-header.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-name p {
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 140%;
  padding-bottom: 1px;
}
.review-name span {
  font-size: 20px;
}
.review-rating {
  background-image: url(../img/icons/star.svg);
  height: 35px;
  margin: 8px 6px;
  width: 203px;
  background-repeat: space repeat-x;
  background-repeat: space;
}
.rating-5 { 
  width: 203px; 
}
.rating-4 { 
  width: 163px; 
}
.review-date.flex {
  font-size: 20px;
  font-weight: 500;
  padding: 2px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.review-content strong {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.review-content {
  font-size: 20px;
  line-height: 132%;
  margin-top: 13px;
  font-weight: 500;
}

/* width */
.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
  padding: 0 20px margin 0 20px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  background: #2b2c35;
  height: 52px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #fbbd32;
  border-radius: 100px;
  margin: 1px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Track */
#cases .custom-scrollbar::-webkit-scrollbar-track {
  background: white;
  height: 52px;
}
p.text-bold {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  padding-bottom: 9px;
}
#contact .quote-offer button.button {
  margin-left: 0;
  margin-right: 24px;
}
.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
  margin-bottom: 60px;
}
.contact-img {
  background-size: cover;
  border-radius: 12px;
  height: 466px;
  width: 71%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
}
.contact-content p {
  padding: 11px 0;
}
.main-wrap.full-width {
  max-width: 100%;
  padding-right: 60px;
}
.main-wrap.full-width p.text-bold.service-info {
  padding: 14px 0 30px;
  line-height: 125%;
}
.mb-5 {
  margin-bottom: 62px;
}
.cases-wrap.cases-wrap-collapsed .case-item:nth-child(n + 4) {
  display: none;
}
button.button:hover {
  background: #ffcc5a;
}
button.button.small-button:hover {
  background: #44454f;
}
button.button:active {
  -webkit-box-shadow: inset 0 13px 11px -4px rgb(0 0 0 / 61%);
          box-shadow: inset 0 13px 11px -4px rgb(0 0 0 / 61%);
}

/* popup */

/* popup */
.modal_form {
  z-index: 9999;
  max-width: 552px;
  height: 100vh;
  width: 98%; 
  min-height: 100vh;
  position: fixed;
  padding: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  color: black;
}
.modal_form .input-box input {
  background: #f9fafc;
  border-color: #c9d2e3;
}
.modal_form .input-box input::-webkit-input-placeholder {
  color: #c9d2e3;
}
.modal_form .input-box input::-moz-placeholder {
  color: #c9d2e3;
}
.modal_form .input-box input:-ms-input-placeholder {
  color: #c9d2e3;
}
.modal_form .input-box input::-ms-input-placeholder {
  color: #c9d2e3;
}
.modal_form .input-box input::placeholder {
  color: #c9d2e3;
}
.modal_form.active {
  display: block;
  top: 10%;
}
.overlay {
  z-index: 11;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.overlay.active {
  display: block;
}
.top-form.popup {
  background: white;
  border-radius: 9px;
  width: 100%;
  z-index: 20;
  margin: 0 auto;
}
.close {
  position: absolute;
  right: 10px;
  top: -6px;
  z-index: 10;
  /* color: white; */
  font-size: 46px;
  cursor: pointer;
  padding: 10px;
}
.close:hover {
  opacity: 0.8;
}
.popup form.form {
  /* background: white; */
  padding: 36px 40px;
  margin: 0;
}
.popup .form .title + p {
  font-weight: 500;
  font-size: 21px;
  padding: 0;
  line-height: 128%;
}
.popup .form-wrap {
  margin: 33px 0px 12px;
  gap: 10px;
}
.popup .form .custom-input {
  width: 100%;
}
.popup button.button.button-submit {
  width: 100%;
  margin-top: 19px;
  margin-bottom: 11px;
}
.nav-dropdown {
  position: absolute;
  right: -21px;
  background: #2b2c35;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 1;
  /* border: thin solid; */
}
.nav-dropdown a {
  color: #fbbd32;
  text-align: right;
  border-bottom: thin solid #fbbd32;
  padding: 12px 21px;
}
.nav-dropdown a::after {
  display: none;
}
.nav-dropdown a:hover {
  background: #484953;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus .nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
div.nav-item:hover {
  /* background: #484953 */
}
.cases-wrap.reviews-wrap {
  margin: 5px 0 29px;
}
.overflow-x .case-item {
  width: 401px;
  white-space: normal;
}
.cases-wrap.reviews-wrap {
  margin: 5px 0 29px;
  padding-bottom: 15px;
}
.quote-offer p + button.button {
  margin: 0 23px 0 0;
}
.mt-5 {
  margin-top: 40px;
}
section.big-image { 
  background-size: cover;
  height: 455px;
}
p.qoute-descr {
  font-weight: bold;
  width: 38%;
  font-size: 24px;
  line-height: 130%;
  padding: 8px 0 4px;
}
.services-wrap.service-wrap-big .services-item {
  padding: 26px 21px 10px;
  justify-content: flex-start;
}
.text-left {
  text-align: left;
}
.text-thin {
  font-size: 20px;
  font-weight: 400;
  line-height: 119%;
  padding: 9px 0;
}
.lg-none {
  display: none;
}
.services-item.services-item-long {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.services-item.services-item-long img {
  margin-bottom: 0;
  margin-right: 19px;
  margin-top: 5%;
}.services-wrap-5,.services-wrap-4,.services-wrap-2{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}.sendform-response p small {
  font-size: 17px;
  color: white;
}
.sendform-response p {
  font-size: 26px;
  margin: 20px;
  line-height: 140%;
  color: green;
}
.sendform-response {
  text-align: center;
  font-size: 25px ;
}
.sendform-response svg{
  display: inline-block;
  height: auto;
  width: auto;
}
.error-text{
  color: #ff1818!important;
}
.sendform-response{
  display: none;
  margin: 4vw 0;
}
.loading{
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
  background: transparent ;
}
.btn img{display: none;    width: 2vw;}
.btn.loading img{
  display: inline-block;
}
.btn.loading span{
  display: none;
}.popup .sendform-response p small{
  color: black;
}div#zoomModal {
  max-width: max-content;
  max-width: 70vw;
  /* max-width: 100%; */
  background: transparent;
  text-align: center;
}div#zoomModal .top-form.popup {
  width: auto;
  background: transparent;
}img#zoomImg {
  max-width: 100%;
  max-height: 100%;
}.zoom-img {
  cursor: pointer;
  transition: 0.2s all; 
}.case-item:hover .case-img{
  transform: scale(1.08);
}