@charset "UTF-8";
body {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

.display-mob{
  display: none;
}

input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-family: "Montserrat";
}

input:active, input:focus {
  outline: none;
}

.btn-center {
  text-align: center;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  padding-left: 25px;
}

input[type="checkbox"] + label::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0px #828282;
          box-shadow: 0 0 4px 0px #828282;
  position: absolute;
  left: 0;
  top: 2px;
}

input[type="checkbox"]:checked + label::after {
  content: '✓';
  display: block;
  width: 15px;
  height: 15px;
  left: 2px;
  top: 0;
  position: absolute;
}

label {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

h1 {
  font-size: 46px;
  line-height: 52px;
  margin: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: 28px;
  margin: 0;
  margin-inline: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h2 span {
  background: #FCB65E;
  padding: 5px 15px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border-radius: 5px;
  border: 0;
  color: #333333;
  font-size: 18px;
  padding: 15px 25px;
  cursor: pointer;
  background: #FCB65E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 5px #ccc;
          box-shadow: 0 0 10px 5px #ccc;
}

.btn > span {
  z-index: 999;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.btn:hover {
  opacity: 0.6;
}

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

.slick-arrow {
  background: url(../img/arrow.svg);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 9999;
  top: unset;
}

.slick-arrow::before {
  content: none;
}

.slick-arrow:hover, .slick-arrow:focus {
  background: url(../img/arrow.svg);
  background-position: center;
  background-size: contain;
  opacity: 0.7 !important;
}

.slick-prev {
  left: -60px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg) translateY(15px);
          transform: rotate(180deg) translateY(15px);
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header, footer {
  padding: 25px 0;
  -webkit-box-shadow: 0px 6px 4px 0 #ddd;
          box-shadow: 0px 6px 4px 0 #ddd;
}

header .container-header, footer .container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .phone-cite, footer .phone-cite {
  text-align: center;
}

header .phone-cite .phone, footer .phone-cite .phone {
  font-size: 28px;
}

header .phone-cite .city, footer .phone-cite .city {
  color: #8c8c8c;
  font-size: 16px;
}

header .social ul, footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

header .social img, footer .social img {
  width: 30px;
}

footer {
  -webkit-box-shadow: 0px -6px 4px 0 #ddd;
          box-shadow: 0px -6px 4px 0 #ddd;
}

section.banner {
  padding: 50px 0;
}

section.banner .container-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.banner .container-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

section.banner .container-banner p {
  line-height: 20px;
  color: #8c8c8c;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 24px;
}

section.banner .container-banner .item {
  width: 50%;
}

section.banner .container-banner .item-img {
  text-align: center;
}

section.banner .container-banner .item-img img {
  max-height: 500px;
}

section.banner .img {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #FCB65E;
}

section.banner .img img {
  width: 20px;
}

section.banner ul {
  margin-bottom: 50px;
}

section.banner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
}

section.advantages {
  background: #FCB65E;
  padding: 50px 0;
}

section.advantages .block-guarantee {
  text-align: center;
  font-family: "Montserrat";
  max-width: 1000px;
  margin: 0 auto;
}

section.advantages .list-advantages {
  padding: 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

section.advantages .list-advantages .item {
  text-align: center;
}

section.advantages .list-advantages .item .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.advantages .list-advantages .item .img img {
  width: 50px;
}

section.advantages .list-advantages .item span {
  display: block;
  color: #fff;
  font-weight: 600;
}

section.advantages .list-advantages .item strong {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
}

section.advantages.guarantee .list-advantages {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  /*max-width: 900px;*/
  margin: 0 auto;
}

.wpcf7-response-output{
  display: none !important;
}

section.service {
  padding: 100px 0;
}

section.service .btn-center {
  text-align: center;
  margin-top: 100px;
}

section.service .list-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

section.service .list-service .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px 1px #ccc;
          box-shadow: 0 0 7px 1px #ccc;
}

section.service .list-service .item .text {
  padding: 25px 15px 15px;
}

section.service .list-service .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.work {
  padding: 100px 0;
  background: #e5e5e5;
}

section.work h2 {
  margin-bottom: 100px;
}

section.work .list-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.work .list-work .item {
  width: 28%;
  text-align: center;
}

section.work .list-work .item .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 3px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  position: relative;
}

section.work .list-work .item .img img {
  width: 50px;
}

section.work .list-work .item .img .number {
  width: 25px;
  height: 25px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

section.work .list-work .item > span {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

section.work .list-work .item .btn {
  font-size: 14px;
  margin-top: 15px;
}

section.work-done {
  padding: 100px 0 0;
}

section.work-done .btn {
  max-width: 300px;
  margin: 30px auto 0;
}

section.work-done .list-done-work .slick-slide {
  margin-right: 25px;
}

section.work-done .list-done-work .item {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

section.work-done .list-done-work .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.free {
  padding: 100px 0 50px;
}

section.free .list-free {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 50px;
}

section.free .list-free .item {
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 3px #ccc;
          box-shadow: 0 0 9px 3px #ccc;
  padding: 50px 25px;
}

section.free .list-free .item img {
  max-height: 300px;
  margin-bottom: 30px;
}

section.free .list-free .item button {
  margin-top: 30px;
}

section.free .list-free .item button span {
  font-size: 16px;
}

section.free .list-free .item p {
  margin: 0 auto;
  max-width: 70%;
}

section.guarantee {
  background: #FCB65E;
  padding: 50px 0;
}

section.guarantee h2 span {
  background: #fff;
}

section.why {
  padding: 100px 0 50px;
}

section.why h2 {
  margin-bottom: 100px;
}

section.why .why-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

section.why .why-block img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

section.why .why-block .item-img {
  text-align: center;
}

section.why .why-block ul {
  padding-left: 20px;
}

section.why .why-block ul li {
  position: relative;
  line-height: 26px;
}

section.why .why-block ul li::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/check-list.png);
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 0;
}

section.why .why-block ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

section.contact {
  padding: 100px 0;
}

section.contact h2 {
  margin-bottom: 100px;
}

section.contact .form-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.contact .form-contact {
  padding: 30px 25px;
  border-radius: 5px;
  background: #FCB65E;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px 4px #ccc;
          box-shadow: 0 0 8px 4px #ccc;
}

section.contact .form-contact button {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0px #828282;
          box-shadow: 0 0 4px 0px #828282;
}

section.contact .form-contact label {
  display: block;
  margin-bottom: 5px;
}

section.contact .form-contact .item-input:not(:last-of-type) {
  margin-bottom: 25px;
}

section.contact .form-contact h3 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}

section.reviews {
  padding: 200px 0 100px;
}

section.reviews .list-reviews {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 0;
}

section.reviews .list-reviews .item {
  margin: 30px;
  -webkit-box-shadow: 0 0 6px 4px #ccc;
          box-shadow: 0 0 6px 4px #ccc;
  padding: 25px;
  border-radius: 5px;
}

.btn-form {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 9px 4px #ccc;
          box-shadow: 0 0 9px 4px #ccc;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9999;
}

.btn-form:hover {
  opacity: 0.7;
}

.btn-form img {
  width: 50px;
}

.window-modal {
  background: rgba(15, 10, 15, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.window-modal.hide {
  display: none;
}

.window-modal .close-modal {
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.window-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.window-modal .modal-content .modal-body {
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  position: relative;
}

.window-modal .form-contact button {
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0px #828282;
          box-shadow: 0 0 4px 0px #828282;
}

.window-modal .form-contact label {
  display: block;
  margin-bottom: 5px;
}

.window-modal .form-contact .item-input:not(:last-of-type) {
  margin-bottom: 25px;
}

.window-modal .form-contact h3 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}
/*# sourceMappingURL=style.css.map */


#page-404{
  padding: 150px 0;
  text-align: center;
}


#page-404 h1{
  font-size: 130px;
  line-height: 130px;
  margin: 0;
}

#page-404 .btn{
  display: inline-block;
}

#page-404 strong{
  color: #747474;
  display: block;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
}

#page-thank{
  padding: 150px 0;
}

#page-thank .block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

#page-thank .block p {
  line-height: 28px;
  color: #8c8c8c;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 24px;
}

#page-thank .block img{
  width: 100%;
  max-width: 580px;
}

#page-single{
  padding: 50px 0;
}

#page-single h4{
  font-size: 22px;
  line-height: 30px;
}

#page-single h5{
  font-size: 18px;
  line-height: 24px;
}