i.icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
i.icon.arrow-down-right {
  background-image: url("../img/ui/arrow-down-right.svg");
}

#repair {
  --corners: 30px;
  --global-margin: 100px;
  --global-vert-padding: 100px;
  --max-width-intro: 750px;
  font-family: "BrutalRegular", Arial, sans-serif;
}
@media (max-width: 1024px) {
  #repair {
    --global-vert-padding: 72px;
  }
}
@media (max-width: 768px) {
  #repair {
    --global-vert-padding: 64px;
  }
}
@media (max-width: 640px) {
  #repair {
    --global-vert-padding: 48px;
  }
}
#repair .button {
  font-family: "BrutalBold", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 16px 32px;
  color: #111111;
  border: 0 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#repair .button.orange {
  background: #ffad00;
}
#repair .button.orange:hover {
  background: #ffbd33;
}
#repair .button.edge {
  background: #fff;
}
#repair .button.edge:hover {
  background: #e2e6ec;
}
#repair .button.black {
  position: relative;
  background: transparent;
  color: #fff;
  background: #000;
}
#repair .button.black .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#repair .button.black:hover {
  background: #333;
}
#repair .button.black:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#repair h1, #repair h2.huge {
  font-size: 3.5em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  #repair h1, #repair h2.huge {
    font-size: 2.5em;
  }
}
#repair h2.small, #repair #services h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
}
#repair .title {
  margin: 0;
  width: 100%;
  max-width: var(--max-width-intro);
}
#repair .title p {
  margin-top: 10px;
}
#repair .subtitle {
  margin-top: 10px;
}
#repair strong {
  font-family: "BrutalBold", Arial, sans-serif;
  font-weight: 700;
}
#repair .container {
  --sidePaddings: 3em;
  padding: 0 var(--sidePaddings);
  overflow: auto;
}
#repair .container.slim {
  max-width: -webkit-calc(1280px + var(--sidePaddings) * 2);
  max-width: calc(1280px + var(--sidePaddings) * 2);
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #repair .container {
    --sidePaddings: 2em;
  }
}
@media (max-width: 640px) {
  #repair .container {
    --sidePaddings: 1em;
  }
}
#repair #hero {
  margin: 120px 0 var(--global-margin);
  overflow: auto;
}
#repair #hero > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 -webkit-calc(3em - 15px);
  padding: 0 calc(3em - 15px);
}
@media (max-width: 768px) {
  #repair #hero > .container {
    padding: 0 -webkit-calc(2em - 15px);
    padding: 0 calc(2em - 15px);
  }
}
@media (max-width: 420px) {
  #repair #hero > .container {
    padding: 0 -webkit-calc(1em - 15px);
    padding: 0 calc(1em - 15px);
  }
}
#repair #hero .msg-container {
  width: 100%;
  max-width: 435px;
}
#repair #hero .msg-container .go-to-links {
  margin: 30px 0 40px;
}
#repair #hero .msg-container .go-to-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#repair #hero .msg-container .go-to-links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px dashed #9B9B9B;
}
#repair #hero .msg-container .go-to-links ul li:last-child {
  border-bottom: none;
}
#repair #hero .msg-container .go-to-links ul li:hover a {
  padding-left: 0.5em;
}
#repair #hero .msg-container .go-to-links ul li:hover .icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#repair #hero .msg-container .go-to-links ul li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 15px 0;
  display: block;
  border: 0;
}
#repair #hero .msg-container .go-to-links ul li .icon {
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#repair #hero .msg-container .hello-btn {
  width: 100%;
}
#repair #hero .msg-container .btn-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
#repair #hero .msg-container .btn-msg .icon {
  width: 64px;
  height: 64px;
  background: url("../img/repair/rupor.svg") no-repeat center center;
  background-size: contain;
  margin-right: 1rem;
}
#repair #hero .msg-container .btn-msg p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin: 0;
}
#repair #hero .vid {
  overflow: hidden;
  position: relative;
}
#repair #hero .vid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
}
#repair #hero .vid .hero-overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/repair/911.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 70%;
  background-position: bottom left;
}
@media (max-width: 768px) {
  #repair #hero .vid .hero-overlay {
    width: 90%;
    height: 90%;
  }
}
#repair #hero .vid #background-video {
  z-index: 0;
  width: 100%;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
  height: 90vh;
  max-height: 775px;
  min-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #repair #hero {
    margin-top: 78px;
  }
}
@media (max-width: 640px) {
  #repair #hero .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  #repair #hero .container .msg-container {
    max-width: 100%;
  }
  #repair #hero .container .msg-container .go-to-links {
    margin-top: 1rem;
  }
  #repair #hero .container .vid #background-video {
    max-height: 450px;
    min-height: auto;
  }
}
#repair .gallery-container .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  grid-auto-rows: minmax(265px, auto);
  margin: 40px 0 -webkit-calc(var(--global-margin) / 2);
  margin: 40px 0 calc(var(--global-margin) / 2);
}
#repair .gallery-container .gallery a {
  border: 0;
  overflow: hidden;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
#repair .gallery-container .gallery a .img-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#repair .gallery-container .gallery a:hover {
  opacity: 0.75;
}
@media (max-width: 1024px) {
  #repair .gallery-container .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #repair .gallery-container .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  #repair .gallery-container {
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  #repair .gallery-container::-webkit-scrollbar {
    display: none;
  }
  #repair .gallery-container .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #repair .gallery-container .gallery a {
    display: block;
    height: 300px;
    width: 80vw;
  }
}
#repair .calculator-wrapper {
  --background-gal: #F2F5F8;
  padding: var(--global-vert-padding) 1rem;
  margin: 0 var(--sidePaddings);
  background: var(--background-gal);
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
}
#repair .calculator-wrapper .tabs {
  overflow: hidden;
}
#repair .calculator-wrapper .tabs .tab-switch-panel {
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#repair .calculator-wrapper .tabs .tab-switch-panel::-webkit-scrollbar {
  display: none;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0;
  min-width: 960px;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  padding-top: 1rem;
  border-top: 4px solid #111111;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item .step-marker {
  border: 1px solid #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item .step-marker .icon-check {
  height: 16px;
  width: 16px;
  background: url("../img/ui/checkmark.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item .step-text .step-name {
  font-family: "BrutalBold", Arial, sans-serif;
  font-size: 1.25rem;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item .step-text .step-number {
  font-size: 1rem;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item.active {
  border-color: #ffad00;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item.active .step-marker {
  border: 1px solid #FFAD00;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item.done {
  border-color: #ffad00;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item.done .step-marker {
  border: 1px solid #FFAD00;
  background: #FFAD00;
}
#repair .calculator-wrapper .tabs .tab-switch-panel .cont .tab-switch-item.done .step-marker .icon-check {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#repair .calculator-wrapper .tabs .tab-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#repair .calculator-wrapper .tabs .tab-sections section {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, width 0.5s linear;
  transition: opacity 0.1s linear, width 0.5s linear;
  overflow: hidden;
}
#repair .calculator-wrapper .tabs .tab-sections section.active {
  height: 100%;
  opacity: 1;
  overflow: visible;
}
#repair .calculator-wrapper .tabs .tab-sections section label {
  font-family: "BrutalBold", Arial, sans-serif;
  font-size: 1.125rem;
}
#repair .calculator-wrapper .tabs .tab-sections section input[type=text], #repair .calculator-wrapper .tabs .tab-sections section input[type=tel] {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #000;
  background: #FFF;
  padding: 20px 16px;
  height: 60px;
  font-size: 1.125rem;
}
#repair .calculator-wrapper .tabs .tab-sections section input.show-error + .error-msg {
  position: relative;
}
#repair .calculator-wrapper .tabs .tab-sections section input.show-error + .error-msg:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: auto;
  color: #ef2b2b;
  font-size: 0.8125rem;
}
#repair .calculator-wrapper .tabs .tab-sections section .helper-text {
  width: 100%;
  max-width: var(--max-width-intro);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
#repair .calculator-wrapper .tabs .tab-sections section .helper-text p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
#repair .calculator-wrapper .tabs .tab-sections section .helper-text .icon-info {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/ui/info.svg") no-repeat center center;
  background-size: cover;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  #repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell .bg {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell .name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  padding: 14px 20px 12px 44px;
  background: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-family: "BrutalBold", Arial, sans-serif;
  line-height: 110%;
  font-size: 1.125rem;
  text-wrap: nowrap;
  -webkit-transition: bottom 0.25s ease-out;
  transition: bottom 0.25s ease-out;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell .name:before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell .name:after {
  display: block;
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  height: 16px;
  width: 16px;
  background: url("../img/ui/checkmark.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell:hover .bg {
  opacity: 0.75;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell.selected .bg {
  border: 8px solid #ffad00;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell.selected .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fff;
  -webkit-border-radius: 21px;
          border-radius: 21px;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell.selected .name {
  bottom: 20px;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell.selected .name:before {
  border-color: #FFAD00;
  background: #FFAD00;
}
#repair .calculator-wrapper .tabs .tab-sections section .form-select-wrapper.grid .cell.selected .name:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#repair .calculator-wrapper .tabs .tab-sections section .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 40px 0 0;
  gap: 1rem;
}
#repair .calculator-wrapper .tabs .tab-sections section .actions .button {
  margin: 0;
}
#repair .calculator-wrapper .tabs .tab-sections section .actions .button.next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#repair .calculator-wrapper .tabs .tab-sections section .actions .button.next.tooltip:after {
  display: block;
}
#repair .calculator-wrapper .tabs .tab-sections section .actions .button.next .icon-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ui/arrowRightBlack.svg") no-repeat center center;
}
#repair .calculator-wrapper .tabs .tab-sections section .actions .button.next:after {
  content: attr(data-tooltip);
  display: none;
  background: #121f32;
  color: #ffd47a;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px 3px;
  font-size: 0.8em;
  border: 3px solid var(--background-gal);
  -webkit-border-radius: 32px;
          border-radius: 32px;
  z-index: 1;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-1 .actions {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
          justify-content: end;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .blocks .block:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .blocks .one-third {
  width: 30%;
}
@media (max-width: 640px) {
  #repair .calculator-wrapper .tabs .tab-sections section.tab-2 .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  #repair .calculator-wrapper .tabs .tab-sections section.tab-2 .blocks .block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    width: 100%;
  }
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio {
  position: relative;
  padding: 10px 20px 6px 44px;
  font-family: "BrutalBold", Arial, sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
  background: var(--background-gal);
  -webkit-border-radius: 32px;
          border-radius: 32px;
  border: 2px solid var(--background-gal);
  -webkit-transition: 0.15s ease background-color;
  transition: 0.15s ease background-color;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio:before, #repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: transparent;
  border: 1px solid #000;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio:after {
  background-image: url("../img/ui/checkmark.svg");
  width: 16px;
  height: 16px;
  top: 14px;
  left: 14px;
  border: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio:hover {
  background: #fff;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio:hover:before {
  border-color: #ffad00;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio.selected {
  background: #fff;
  border-color: #ffad00;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio.selected:before {
  border-color: #ffad00;
  background: #ffad00;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-2 .radios .radio.selected:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-3 .form-select-wrapper.grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  #repair .calculator-wrapper .tabs .tab-sections section.tab-3 .form-select-wrapper.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .inputs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .inputs .block {
  width: 50%;
}
#repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .block {
  width: 30%;
}
@media (max-width: 1024px) {
  #repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .block {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  #repair .calculator-wrapper .tabs .tab-sections section.tab-5 .blocks .inputs .block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #repair .calculator-wrapper .tabs .tab-sections section .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #repair .calculator-wrapper .tabs .tab-sections section .actions .orange {
    width: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
#repair #services .service {
  margin-top: var(--global-margin);
}
#repair #services .service .intro {
  max-width: var(--max-width-intro);
}
#repair #services .service .intro p {
  margin: 1rem 0 3rem;
}
#repair #services .service .features {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 1rem;
}
#repair #services .service .features .block {
  width: 100%;
  background-color: #F2F5F8;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
  overflow: hidden;
  min-height: 330px;
  padding: var(--corners);
  grid-column: span 2;
}
#repair #services .service .features .block h3 {
  margin: 0.25em 0 0.45em;
  font-size: 26px;
  line-height: 1.2em;
}
#repair #services .service .features .block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#repair #services .service .features .block.double {
  grid-column: span 4;
}
#repair #services .service .features .block.half {
  grid-column: span 3;
}
#repair #services .service .features .block.img {
  padding: 0;
  max-height: 400px;
}
@media (max-width: 1200px) {
  #repair #services .service .features .block.img {
    max-height: unset;
  }
}
@media (max-width: 768px) {
  #repair #services .service .features .block {
    grid-column: span 3;
  }
  #repair #services .service .features .block.double {
    grid-column: span 3;
  }
}
@media (max-width: 640px) {
  #repair #services .service .features .block {
    grid-column: span 6;
  }
  #repair #services .service .features .block.half, #repair #services .service .features .block.double {
    grid-column: span 6;
  }
}
#repair #services .callToActionBlock {
  background: #FED24D;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
  padding: 50px;
}
#repair #services .callToActionBlock .message {
  max-width: var(--max-width-intro);
  margin-bottom: 40px;
}
#repair #services .callToActionBlock .message .huge {
  font-size: 42px;
  line-height: 1em;
  margin: 0 0 0.5em;
}
#repair #services .callToActionBlock .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 30px;
}
#repair #services .callToActionBlock .action .button {
  margin: 0;
  line-height: 110%;
  padding: 1.5em 1.5em 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 16px;
}
#repair #services .callToActionBlock .action .button .icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background: url("../img/ui/arrow-right-y.svg");
}
#repair #services .callToActionBlock .action .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#repair #services .callToActionBlock .action .contacts .label {
  line-height: 100%;
}
#repair #services .callToActionBlock .action .contacts a {
  font-size: 32px;
  font-family: "BrutalBold", Arial, sans-serif;
  line-height: 1;
  margin-top: 0.25em;
  text-wrap: nowrap;
  border-color: transparent;
}
#repair #services .callToActionBlock .action .contacts a:hover {
  border-color: #000;
}
@media (max-width: 640px) {
  #repair #services .callToActionBlock .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  #repair #services .callToActionBlock .action .contacts .label {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #repair #services .callToActionBlock {
    padding: 50px 30px;
  }
  #repair #services .callToActionBlock .message .huge {
    font-size: 28px;
    line-height: 120%;
  }
  #repair #services .callToActionBlock .action .button {
    padding: 32px 0;
    width: 100%;
    line-height: 120%;
    font-size: 21px;
    display: block;
  }
  #repair #services .callToActionBlock .action .button .icon {
    display: none;
  }
}
@media (max-width: 390px) {
  #repair #services .callToActionBlock .action .button {
    font-size: 16px;
  }
}
#repair #services #process {
  --bg-process: #F2F5F8;
  background: var(--bg-process);
  padding: var(--global-vert-padding) 0;
  margin: var(--global-margin) var(--sidePaddings) 0;
  -webkit-border-radius: var(--corners);
          border-radius: var(--corners);
}
#repair #services #process .intro {
  width: 100%;
  max-width: var(--max-width-intro);
}
#repair #services #process .intro h2 {
  margin-bottom: 10px;
}
#repair #services #process .steps {
  margin-top: 40px;
}
#repair #services #process .steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  #repair #services #process .steps ul {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  #repair #services #process .steps ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  #repair #services #process .steps ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#repair #services #process .steps ul li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  min-width: 150px;
}
#repair #services #process .steps ul li img {
  width: 100%;
  -webkit-border-radius: 300px;
          border-radius: 300px;
  z-index: 0;
}
#repair #services #process .steps ul li .text {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}
#repair #services #process .steps ul li .text .number {
  position: absolute;
  left: 50%;
  top: -30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "BrutalBold", Arial, sans-serif;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: -1;
}
#repair #services #process .steps ul li .text .number:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-process);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#repair #callback .callBackSendBtn, #repair #callback input[type=text] {
  font-size: 1em !important;
  line-height: 1;
  height: 64px;
  -webkit-border-radius: 64px;
          border-radius: 64px;
}
#repair #callback input[type=text] {
  padding-left: 1.5em;
}
#repair #success-popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#repair #success-popup .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 0;
  cursor: pointer;
}
#repair #success-popup .popup {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
  padding: 40px 32px 32px 32px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 96%;
  max-width: 430px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#repair #success-popup .popup .text .h4 {
  font-size: 2em;
  font-family: "BrutalBold", Arial, sans-serif;
}
#repair #success-popup .popup .text p {
  margin: 0;
}
#repair #success-popup .popup .btns {
  text-align: right;
}
#repair #success-popup .popup .btns button {
  margin: 0;
}
#repair #success-popup.show {
  pointer-events: all;
  opacity: 1;
}
#repair #success-popup.show .popup {
  top: 50%;
}

/*# sourceMappingURL=repair.css.map */