:root {
  --color-green: #20AB00;
  --color-green-dark: #228B22;
  --container: 1340px;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Poppins", sans-serif;
  color: #000;
}

body.menu-open {
  overflow: hidden;
}

.site-header .logo img {
  max-height: 60px;
  width: auto;

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

#first {
  min-height: 760px;
  height: calc(var(--vh, 1vh)* 100);
  transition: .15s;
  position: relative;
  background-size: cover;
  background-position: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #000;
  padding-top: 16px;
  transition: .25s;
}

.site-header.scroller {
  padding: 5px 0;
}

.admin-bar .site-header {
  top: 32px;
}


.site-header ul {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.site-header ul a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
}

.site-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first--bg {
  position: absolute;
  top: 0px;
  bottom: 66px;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.first .container {
  position: relative;
}

.first__meta {
  position: absolute;
  top: 185px;
  background: rgb(51 51 51 / 50%);
  padding: 40px;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  max-width: 490px;
  left: 15px;
}
.first__meta h1 span {
  color: var(--color-green);
}
.first__meta h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin: 0 0 20px;
}
.first__meta .subtitle {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
}

.first__meta .subtitle svg {
  position: absolute;
  top: 0;
  left: 0;
}

.btn,
.btn:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

.btn--green,
.btn--green:hover {
  background: var(--color-green-dark);
  color: #fff;
}

.first__meta a {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 25px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

.first__contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  padding: 20px 0;
}

.first__contact .container {
  display: flex;
  justify-content: flex-end;
}

.first__contact a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  gap: 0;
  position: relative;
  padding-left: 32px;
  margin-left: 32px;
}

.first__contact a:before {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0;
}

.first__contact a svg {
  margin-right: 16px;
}

.first__contact a:first-child:before {
  display: none;
}
.form-box__form h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  color: #000;
  margin: 0 0 40px;
  text-align: center;
}

.fields {
  border: 1px solid #000;
  padding: 16px;
}

.fields label {
  color: #000;
  font-size: 16px;
  margin: 0 0 8px;
}

.fields input {
  padding: 0 16px;
  border: 1px solid #777777;
  border-radius: 0;
  height: 48px;
  color: #000;
}

.fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

button.btn.btn--dark {
  background: #000;
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 0;
  font-weight: bold;
  margin-top: 8px;
}
.fields input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #777777;
}
.fields input::placeholder {
  color: #B3B3B3;
}

.fields input.wpcf7-not-valid::placeholder{
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  padding: 0;
  text-align: center;
  margin: 5px 0 0 0;
  border: 0;
  color: var(--color-green);
}
span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}


.form-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
}

#first,
#form  {
  margin: 0 0 120px;
}
.form-box__img {
  position: relative;
  margin-top: 50px;
}

.form-box__img:before {
  content: '';
  display: block;
  padding-top: 137%;
}
.form-box__img.img--2:before {
  padding-top: 96% !important;
}
.form-box__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair__block {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
  align-items: flex-start;
}

.repair__text .subtitle {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 38px;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 32px;
}

.repair__text .subtitle svg {
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 40px;
}

.repair__text h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 40px;
}

.editor p, .editor li {
  font-size: 16px;
}

.repair__img a.btn {
  display: inline-flex;
  height: 72px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.repair__img {
  position: relative;
}

.repair__img a {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0px, 50%);
}

.repair__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair__img:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.repair .dekor {
  height: 320px;
  border-right: 1px solid #000;
}
.service {
  padding: 88px 0 216px;
  background: #000;
  color: #fff;
  position: relative;
}

.service .container {
  position: relative;
  z-index: 1;
}

.service__meta .subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2BE700;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.service__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.service__meta > div,
.service__bottom a {
  grid-area: auto / 2 / auto / 3;
}
.service__meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.service__meta h2 {
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 100px;
}

.service__bottom a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 0;
}
.form-box__form .form-field {
  max-width: 320px;
  margin: 0 auto;
}
.service__img {
  border: 3px solid #2BE700;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: #000;
}

section.service {
  overflow: hidden;
}
.service__bg img {
  max-width: 90%;
}
.service__bg {
  position: absolute;
  bottom: 0;
  right: -23%;
  transform: translate(-18%, 0%);
}

.service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.service__img h3 {
  background: hsl(0deg 0% 9% / 30%);
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 32px;
  margin: 0;
  left: 32px;
  right: 32px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

.service__desc {
  font-size: 24px;
  margin: 30px 0 60px;
}


.process h2 {
  font-size: 120px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 100px;
  line-height: 1;
}
.process {
  padding: 0px 0 130px;
  background: #000;
  color: #fff;
}


.step span {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 26px;
}
.step p {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.process__inner {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.step:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(140%, 0%);
}

.step:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-75%, -50%);
}

.step:nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 0;
  transform: translate(140%, 0%);
}

.step {
  min-width: 226px;
}
.process__inner img.img--1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -58%);
  top: 50%;
  z-index: 1;
}
.process__media img.img--2 {
  transform: translate(0%, 5%);
}

.process__inner > svg {
  position: absolute;
}

.arrow--1 {
  top: 0;
  right: 0;
  transform: translate(-190%, 58%);
}

.arrow--2 {
  bottom: 0;
  right: 0;
  transform: translate(-199%, -37%) rotate(133deg);
}

.specials {
  padding: 120px 0;
}

.special__item {
  background: #F2F2F2;
  margin: 0 0 60px;
  position: relative;
}

.special__head {
  padding: 40px 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.special__head p {
  padding-left: 56px;
  position: relative;
}

.special__head p .plus {
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
  height: 28px;
}

.special__head p .plus:before, .special__head p .plus:after {
  content: '';
  display: block;
  width: 8px;
  height: 28px;
  border-radius: 8px;
  background: #2BE700;
  position: absolute;
}
.special__main {
  padding-bottom: 80px;
}
.special__head p .plus:before {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}



.special__item:nth-child(1):after,
.special__item:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  top: 0;
}

.specials {
  overflow: hidden;
}

.special__item:nth-child(2):after {
  left: 0;
  transform: translate(-100%, 0px);
}

.special__item:nth-child(1):after {
  right: 0;
  transform: translate(100%, 0px);
}
















.special__head p .plus:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  left: 50%;
}

.special__head p span {
  color: #2BE700;
}

.special__main .img {
  position: absolute;
  bottom: -31px;
  right: 0;
  opacity: 0;
}
.active .special__main .img.show {
  opacity: 1;
}
.special__main {
  position: relative;
}
.special__main .editor {
  font-size: 16px;
  max-width: 58%;
}
.special__item:nth-child(1) {
  padding-left: calc(var(--container) / 12* 2);
}
.special__item:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% / 6.2);
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #fff;
}
.special__item:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% / 6.2);
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: #fff;
}
.trailers {
  padding: 80px 0;
  background: #000;
  color: #fff;
}


.trailers .service__meta {
  grid-template-columns: 1fr 5fr;
}
.trailer__content .title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 24px;
}


.trailer__content .textarea {
  padding: 16px;
  color: #fff;
  font-size: 16px;
  border-left: 1px solid;
}

.trailer {
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  display: grid;
  align-items: center;
}

.trailers__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.discount {
  padding: 80px 0;
}
.discount .service__meta {
  display: block;
}

.trailer:nth-child(even) .trailer__media {
  order: 2;
}

.trailer:nth-child(even) .trailer__content {
  order: 1;
}

.discount__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  max-width: 991px;
  margin: 0 auto;
}

.discount__item {
  position: relative;
}

.discount__item:before {
  content: '';
  display: block;
  padding-top: 134%;
}

.discount__media .meta {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
  right: 0;
}

.discount__media .meta .textarea {
  color: #fff;
  font-size: 16px;
}
.discount__media .meta > span {
  color: #fff;
  font-size: 16px;
}
.discount__item:nth-child(3) .meta .title span {
  color: #fff;
}
.discount__item:nth-child(3) .meta {
  top: auto;
  bottom: 5px;
}
.discount__item:nth-child(2) .meta > span {
  margin-top: auto;
}
.discount__item:nth-child(2) .meta {
  bottom: 5px;
  display: flex;
  flex-direction: column;
}

.price {
  display: none;
}

.discount__item:first-child .price {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
span.old-price,
span.new-price {
  line-height: 1;
}

span.old-price {
  font-size: 24px;
  color: #FF3130;
  text-decoration: line-through;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 60px;
  background: #A99F9F;
  transform: translate(-12px, 12px);
}

span.new-price {
  font-size: 32px;
  color: #2BE700;
  /*text-decoration: line-through;*/
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 60px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #4a4a4a;
  transform: translate(-24px, 48px);
}

.discount__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discount__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount__media .title {
  font-size: 24px;
  color: #2BE700;
  text-transform: uppercase;
  font-weight: 700;
}

.reviews__left {
  position: relative;
}
.reviews__left:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  background: #F2F2F2;
  transform: translate(-100%, 0px);
}
.review__content {
  margin-top: 80px;
  background: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.reviews .service__meta {
  display: block;
  margin: 0 0 120px;
}

.reviews__block {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
.reviews__right > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100vw - (100vw * 5 / 12));
  background-size: cover;
  background-position: center;
}
.reviews__right {
  position: relative;
}
.reviews__left, .review__content {
  position: relative;
  min-width: 0;
}


.footer {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
}

.site-footer {
  background: #000;
  color: #fff;
  overflow: hidden;
}

.footer__left {
  position: relative;
  background: #20AB00;
  display: flex;
  flex-direction: column;
  padding-right: calc(var(--container) / 12* 0.5);
}
.footer__left:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #20AB00;
  width: 100vw;
  height: 100%;
  transform: translate(-100%, 0px);
}
.footer__left:after {
  content: '';
  display: block;
  width: calc(100vw - (100vw * 7 / 12));
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.footer__left p.title {
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: auto 0 24px;
}

.footer__left p, .footer__left a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.footer__left p {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__left p:last-child {
  margin: 0;
}

.footer__left p a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__left p:nth-child(4) {
  margin: 0 0 8px;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 280px;
}


.footer__right .subtitle {
  font-size: 24px;
  color: #2BE700;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
}

.footer__right .title {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 35px;
}


.footer__right {
  padding: 100px 0 348px;
  position: relative;
  padding-left: calc(var(--container) / 12 * 1);
}
.footer__right form {
  background: #fff;
  max-width: 320px;
  width: 100%;
}

.footer__right form button {
  background: #228B22!important;
}


.swiper-pagination span.swiper-pagination-bullet-active {
  background: #228B22;
}
.swiper-pagination span {
  background: #ababab;
  opacity: 1;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
}
.swiper-pagination {
  position: relative!important;
  top: 0!important;
  bottom: 0!important;
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.reviews__right:before {
  content: '';
  display: block;
  width: 30%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #F2F2F2;
  position: absolute;
  top: 80px;
  left: -1px;
  z-index: 1;
}
.review__name {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.star {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
}
#page {
  max-width: 1920px;
  margin: 0 auto;
}
.reviews {
  overflow: hidden;
}
.container {
  max-width: var(--container);
}

.hidden {
  display: none;
}

.btn {

}


p {
  margin: 0;
}

a {
 
  transition: .25s;
}

a:hover {
  text-decoration: none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}
/*
.repair__img a:before, 
.repair__img a:after {
  content: '';
  display: block;
  width: 50px;
  position: absolute;
  height: 73px;
  background: #228b22;
}*/

.repair__img a:before {
  /*left: 1px;
  transform: translate(-100%, 0px);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);*/
}

.repair__img a:after {
 /* right: 1px;
  transform: translate(100%, 0px);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 72px;*/
}

.repair__img a.btn {
  padding: 0 25px;
  right: 48px;
}
.repair__img a.btn:before {
  content: '';
  display: block;
  width: calc(100% + 50px);
  height: 100%;
  background: #228b22;
  position: absolute;
  left: -25px;
  right: 0;
  transform: skewX(-34deg);
  z-index: -1;
}

.repair__text:before {
  content: '';
  display: block;
  width: 32px;
  height: 88px;
  background: #2BE700;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.repair__text {
  height: 100%;
  position: relative;
}

footer .container {
  position: relative;
}
.footer-bottom:before {
  top: 0;
  content: '';
  display: block;
  width: 80px;
  height: 101%;
  position: absolute;
  left: 1px;
  transform: translate(-100%, 0%);
  background: #0f3d24;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    left: 128px;
    z-index: 1;
    background: #0F3D24;
    padding: 20px 0;
    right: 0;
}
.site-footer .container > img {
  position: absolute;
  bottom: 56px;
  right: 0;
}
.footer-bottom a {
    color: #fff;
    line-height: 1;
    font-size: 16px;
}

.footer-bottom ul {
    padding: 0 0 0 40px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer {
  position: relative;
  z-index: 1;
}
.footer-bottom ul li, .footer-bottom ul li a {
    line-height: 1;
    padding: 0;
    font-size: 16px;
}

.bg-mobile {
  display: none;
}

@media only screen and (max-width: 1280px) {

  .process h2 {
    font-size: 56px;
    margin: 0 0 64px;
  }
  .steps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 605px;
    height: 100%;
  }
  .step:nth-child(1) {
    transform: translate(0%, 0%);
  }
  .step:nth-child(3) {
    transform: translate(0%, 0%);
  }
  .step:nth-child(2) {
    transform: translate(55%, -50%);
  }

  .process__inner {
    width: 605px;
    margin: 0 auto;
  } 
  .arrow--1 {
    transform: translate(-35%, 58%);
  }
  .arrow--2 {
    transform: translate(-35%, -37%) rotate(133deg);
  }
  .site-footer .container > img {
    position: absolute;
    bottom: 56px;
    right: 0;
    max-height: 280px;
    width: auto;
}



}

@media only screen and (max-width: 1199px) {

  .process__inner {
    width: 529px;
    margin: 0 auto;
  }

  .steps {
    width: 529px;
  } 

  .step:nth-child(2) {
    transform: translate(52%, -50%);
  }

  .process__inner {
    width: 529px;
    margin: 0 auto;
    min-height: 590px;
  }
  .process__media img {
    max-width: 82%;
  }
  .process__media {
    display: flex;
    justify-content: center;
  } 
  .footer__right .title {
    font-size: 40px;
    margin: 0 0 24px;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer__right {
    padding: 70px 0 330px;
    padding-left: 24px;
  }
  .footer__left p.title {
    font-size: 40px;
  }
  .footer__left:after {
    width: calc(100vw -(100vw* 6 / 12));
  }

  .repair__text .subtitle {
    font-size: 16px;
    margin: 0 0 16px;
    padding-left: 26px;
  }

  .repair__text .subtitle svg {
    width: 18px;
    height: 24px;
    top: 0px;
    
  }
}







.btn-menu {
  display: none;
}

.trailer:nth-child(even) .trailer__content .textarea {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid;
}

main.page-inner {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {

  .reviews__left .service__meta h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  .reviews .service__meta {
    display: block;
    margin: 0 0 30px;
  }
  .review__content {
    margin-top: 350px;
    background: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .reviews__left:before {
    top: 350px;
  }
  .swiper-pagination span {
    width: 16px;
    height: 16px;
  }
  .review__name {
    font-size: 24px;
  }
  .swiper-pagination {
    margin: 40px 0 0;
  } 
  .reviews__right:before {
    top: 350px;
  }
  .discount .service__meta {
    display: block;
    padding-left: 148px;
  }
  .reviews__right > div {
    position: absolute;
    left: auto;
    top: 0;
    height: 100%;
    width: calc(100vw);
    background-size: cover;
    background-position: center;
    right: -15px;
    z-index: -1;
  }
  .reviews__block {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
  .discount {
    padding: 60px 0;
  }
  .service__meta h2 {
    font-size: 72px;
    margin: 0 0 40px;
  }
  .discount__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .discount__items > div {
    flex: 0 0 320px;
  }
  .trailers {
    padding: 56px 0;
  }
  .service__meta h2 {
    margin: 0 0 16px;
  }
  .trailer__content .textarea {
    position: relative;
    border: 0!important;
  }
  .trailer__content .textarea:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    background: #fff;
    height: 60%;
  }
  .trailer:nth-child(even) .trailer__content .textarea:before {
    left: auto;
    right: -24px;
  }
  .trailer:nth-child(even) .textarea {
    padding-left: 0 !important;
  }
  .trailers .service__meta {
    display: block;
  }
  .trailer__content .title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 16px;
  }
  .specials {
    padding: 60px 0 20px;
  }
  .service__meta h2 {
    font-size: 56px;
    margin: 0 0 60px;
  }
  .service__meta .subtitle {
    font-size: 24px;
    margin: 0px 0 15px;
  } 
  .specials .service__meta {
    display: block;
    padding-left: 148px;
  }
  .special__item:nth-child(1) {
    padding-left: 225px;
  }
  .special__head {
    font-size: 32px;
  }
  .special__head {
    padding: 36px 0px;
  }
  .special__main {
    padding-bottom: 56px;
  }
  .special__main .img {
    max-width: 230px;
  }
  .special__main .img {
    position: absolute;
    bottom: -20px;
    right: auto;
    opacity: 0;
    left: -234px;
  }
  .special__item:nth-child(2) .special__main {
    padding-right: 150px;
  }
  .special__head span {
    display: block;
  }
  .special__item:nth-child(2) .special__head p span {
    left: auto;
    right: 0;
    top: 19px;
  }
  .special__item:nth-child(2) .special__head p {
      padding: 0 56px 0 0;
      display: inline-block;
  }
  .special__head p .plus {
    top: 3px;
  }
  .special__main .editor {
    font-size: 16px;
    max-width: 100%;
  }
  .step p {
    font-size: 18px;
  }

  .service__bg {
    display: none;
  }

  .step {
    min-width: 125px;
  } 
  .arrow--1 {
    transform: translate(-35%, 30%);
  }
  .service__img h3 {
    font-size: 24px;
    bottom: 32px;
    min-height: 80px; 
  }

  .repair__img a.btn {
    padding: 0 25px;
    right: 0px;
    width: 100%;
    background: transparent;
    height: 60px;
  }

  .repair__img a.btn:before {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: 100%;
    background: #228b22;
    position: absolute;
    left: 25px;
    right: 0;
    transform: skewX(-34deg);
    z-index: -1;
  }

  .repair__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: flex-start;
  }

  .repair__text h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .form-box__form h2 {
    font-size: 22px;
  }
  #first, #form {
    margin: 0 0 60px;
  }
  .form-box {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 16px;
  }
  .home .site-header {
    background: transparent;
  }

  .site-header {
    background: #000;
  }

  .first--bg {
    top: 0px;
  }

  .site-header ul a {
    font-size: 16px;
  }
  .site-header.scroller {
    background: #000;
  }
  .first__meta h1 {
    font-size: 40px;

  } 
  .first__contact a:first-child {
    margin: 0;
    padding: 0;
  }
  .first__contact a {
    font-size: 15px;
    padding-left: 16px;
    margin-left: 16px;
  }
  .first__contact .container {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {

  .first--bg {
    display: none;
  }
  .bg-mobile {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 66px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
  .service__desc {
    font-size: 18px;
    margin: 20px 0 20px;
  }
  .service__bottom a {
    grid-area: auto / 1 / auto / 4;
    max-width: 420px;
    width: 100%;
    margin: 40px auto 0;
  }
  .service__meta h2 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 80px;
  }
  .service {
    padding: 56px 0 150px;
  }
}

footer .wpcf7 form.sent .wpcf7-response-output {
  background: #000;
}

@media only screen and (max-width: 767px) {

  .step:nth-child(2) {
    right: -20px!important;
}

  main.page-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
  .footer-bottom:before { 
    width: 15px;
  }
  .footer-bottom {
    left: 15px;
  }
  .discount {
    padding: 40px 0 56px;
  }
  .footer-bottom ul {
    padding: 0 0 0 0px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
  .discount .service__meta {
    padding-left: 0px;
  }
  .discount__items > div {
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
  }
  .reviews__block {
    display: grid;
    grid-template-columns: 1.5fr 80px;
  }
  .reviews__right:before {
    top: 350px;
    width: 80px;
  }
 
  .discount__items {
    display: grid;
    grid-template-columns: 1fr;
  }
  .trailers .service__meta h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }

  .trailers .subtitle {
    font-size: 16px;
  }
  .trailers .subtitle svg {
      width: 24px;
      height: 32px;
  }

  .specials .service__meta {
    display: block;
    padding-left: 0px;
  }

  .specials {
    padding: 40px 0 0px;
  }
  .special__main .img {
    display: none;
  } 

  .special__item:nth-child(1) {
    padding-left: 60px;
  }
  .special__head p {
    padding-left: 45px;
    position: relative;
  }
  .special__head {
      font-size: 24px;
  }
  .special__head p .plus:before, .special__head p .plus:after {
    width: 5px;
    height: 18px;
  }
  .special__head p .plus {
    top: -2px;
  }
  .special__item:nth-child(1):before {
    width: 60px;
  }
  .special__main {
    padding-bottom: 40px;
  }
  .special__item:nth-child(2) .special__main {
    padding-right: 60px;
  }
  .special__item:nth-child(2):before {
    width: 60px;
  }

  .arrow--1 {
    transform: translate(-175%, 155%);
  }
  .arrow--2 {
    transform: translate(-115%, -342%) rotate(97deg);
  }
  .process h2 {
    font-size: 24px;
    margin: 0 0 48px;
  }
  .process__inner img.img--2 {
    max-width: 140px;
  }

  .process__inner, .steps {
    width: 320px;
  }
  .process__inner img.img--1 {
      max-width: 280px;
  }
  .step p {
    font-size: 16px;
  }

  svg.arrow--2, svg.arrow--1 {
    width: 64px;
    height: 30px;
  }

  .step:nth-child(2) {
    transform: translate(0%, -50%);
  }
  .step span {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px;
  }
  .process__inner {
    min-height: 430px;
  }
  .step svg {
    width: 24px;
    height: 32px;
  }

  .process__inner img.img--1 {
    transform: translate(-72%, -55%);
  }
  .process__media img.img--2 {
    transform: translate(-39%, 11%);
  }
  .step:nth-child(2) {
    transform: translate(2%, -104%);
  }
  .step:nth-child(3) {
    transform: translate(65%, 0%);
  }
  .service {
    padding: 40px 0 80px;
  }

  section.service .service__meta {
    display: block;
  }

  .service__meta .subtitle svg {
    width: 18px;
    height: 24px;
  }
  .service__meta .subtitle {
    gap: 8px;
    font-size: 16px;
    margin: 0 0 24px;
  }
  .service__meta h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 40px;
  }
  .services {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .service__desc {
    font-size: 18px;
    margin: 20px 0 0px;
  }
  .service__meta .subtitle {
    margin: 0 0 15px;
  }
  .repair .dekor,
  .repair__text:before {
    display: none;
  }
  .repair__block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .repair__media {
    order: 2;
  }
  .repair__text {
    order: 1;
  }
  .repair__text h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .repair__media {
    width: 100%;
    margin: 0 0 70px;
  }
  .footer__left:after {
    display: none;
  }
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer__left {
    padding: 60px 0 280px;
    order: 2;
    background: transparent;
}
  .footer__left:before {
    display: none;
  }
  .social {
    margin: 0 0 0px;
  }
  .footer__right {
      padding: 64px 0 0  0;
      order: 1;
  }
  .first__contact a:first-child {
    display: flex;
  }
  .first__contact a {
      display: none;
  }
  .first__contact {
    padding: 22px 0;
  }

  .first__meta {
    padding: 24px;
    top: 220px;
    right: 15px;
  }
  .first__meta h1 {
    font-size: 24px;
    max-width: 245px;
  }
  .first__meta a {
    font-size: 16px;
    border-radius: 0;
    width: 100%;
  }
  .logo img {
    max-width: 38px;
  }
  .menu-open .menu-menu-1-container  {
    transform: translate(0%, 0px);
  }

  .menu-menu-1-container {
    position: fixed;
    top: 0px;
    left: 0;
    padding-top: 88px;
    width: 100%;
    bottom: 0;
    background: #022502;
    transform: translate(101%, 0px);
    transition: .15s;
  }

  .site-header ul {
    flex-direction: column;
    gap: 24px;
    padding: 96px 15px 0;
  }
  .site-header ul a {
    font-size: 24px;
  }
  .logo {
    position: relative;
    z-index: 1;
  }
  .btn-menu {
    z-index: 1;
  }
  .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }

  .btn-menu span:before, .btn-menu span:after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 2px;
    height: 2px;
  }

  .btn-menu span:before {
    width: 24px;
  }

  .btn-menu span:after {
    width: 18px;
  }

  .btn-menu span {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }

  .btn-menu {
    gap: 3px;
    display: flex;
    flex-direction: column;
  }

  .btn-menu:after, 
  .btn-menu:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #323232;
    position: absolute;
    top: 50%;
    opacity: 0;
  }

  .btn-menu:after {
      transform: translate(0px, -50%) rotate(45deg);
  }

  .btn-menu:before {
      transform: translate(0px, -50%) rotate(-45deg);
  }

  .btn-menu.menu-open:after, 
  .btn-menu.menu-open:before {
    opacity: 1;
    background: #68E14C;
  }

  .btn-menu.menu-open span {
    opacity: 0;
  }
}


@media only screen and (max-width: 720px) {
  .form-box {
    display: block;
  }
  .form-box__img {
    display: none;
  }
  .form-box__form h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 680px) {

  .trailer {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .trailer__content .textarea:before {
    display: none!important;
  }

  .trailer__content .textarea {
    padding: 0;
  }
  .trailer:nth-child(even) .trailer__content {
    order: 2;
  }
  .trailer__media:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -24px;
    left: 42px;
    right: 42px;
    margin: 0 auto;
    width: auto;
    height: 1px;
    background: #fff;
  }
  .trailer__media {
      position: relative;
  }
}
@media only screen and (max-width: 480px) {

  .step:nth-child(2) {
    right: -3px!important;
    top:57%;
}

  .special__item:nth-child(2) .special__head p span {
    left: auto;
    right: 60px;
    top: 19px;
}
}