@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* faq */

* {
  margin: unset;
  padding: unset;
  font-size: unset;
}

body {
  background-color: #f8f8f8;
}

.web-container {
  width: 1100px;
  margin: 0 auto;
}

.web-headline-h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 800;
}
.web-headline-h2 mark {
  color: #D6B480;
  background-color: transparent;
}

.web-headline-h2.--state-center {
  text-align: center;
}

.web-headline-h1 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
}

.web-headline-h1.--state-center {
  text-align: center;
}

.web-paragraph {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.web-paragraph-bigger {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.color-primary {
  color: #D6B480;
}

.header-web-area-dummy-blocky {
  height: 115px;
}

header.header-web-area {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  z-index: 100;
}
header.header-web-area .info-panel-narrow {
  padding: 6px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #8BC34A;
  position: sticky;
}
header.header-web-area .header-web {
  height: 84px;
  width: 100%;
  background: #fff;
  position: sticky;
  z-index: 100;
}
header.header-web-area .header-web .header-web-root {
  height: inherit;
  margin: 0 auto;
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
header.header-web-area .header-web .header-web-root .header-web-menu {
  display: none;
  align-items: center;
  margin-right: 32px;
}
header.header-web-area .header-web .header-web-root .header-web-menu img {
  width: 24px;
}
header.header-web-area .header-web .header-web-root .header-web-logo {
  display: flex;
  align-items: center;
}
header.header-web-area .header-web .header-web-root .header-web-logo a {
  display: block;
}
header.header-web-area .header-web .header-web-root .header-web-logo a img {
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  max-width: 250px;
}
header.header-web-area .header-web .header-web-root .header-web-nav {
  height: inherit;
  flex: 1;
  justify-content: end;
  display: flex;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul {
  height: inherit;
  list-style-type: none;
  display: flex;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item {
  height: inherit;
  position: relative;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item a {
  height: inherit;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 27px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 0;
  background-color: #d6bd94;
  transition: height 0.15s ease-in-out;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item:hover > a:after {
  height: 3px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item.--state-active a::after {
  height: 3px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags {
  height: inherit;
  position: relative;
  display: flex;
  padding: 0 27px;
  gap: 6px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags a {
  height: inherit;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags a:not(.active) {
  filter: grayscale(1);
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags a img {
  width: 24px;
  height: 16px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags:hover > a:after {
  height: 3px;
}
header.header-web-area .header-web .header-web-root .header-web-nav ul li.nav-item-flags.--state-active a::after {
  height: 3px;
}
header.header-web-area .header-web .web-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  animation: fadeIn 0.12s ease-in-out;
}
header.header-web-area .header-web .web-mobile-menu .dummy-blocky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
header.header-web-area .header-web .web-mobile-menu .menu-root {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-logo {
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 43px;
  justify-content: space-between;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-logo a {
  display: block;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-logo a img {
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-logo .icon-close {
  width: 40px;
  height: 40px;
  background-color: #D6B480;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-logo .icon-close img {
  width: 32px;
  filter: invert(100%) sepia(10%) saturate(6243%) hue-rotate(206deg) brightness(117%) contrast(108%);
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav {
  padding: 0 43px;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav ul li.nav-item {
  position: relative;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav ul li.nav-item a {
  height: 50px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 27px;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav ul li.nav-item:hover {
  color: #D6B480;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-nav ul li.nav-item.--state-active a {
  color: #D6B480;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer {
  padding: 10px 43px;
  margin-top: 24px;
  background-color: #D6B480;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .items .item {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  transition: color 0.12s ease-in-out;
  justify-content: center;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .items .item:hover {
  color: #000;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .items .item img {
  width: 32px;
  height: 32px;
  filter: invert(100%) sepia(10%) saturate(6243%) hue-rotate(206deg) brightness(117%) contrast(108%);
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .items .item span {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .social-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-bottom: 15px;
}
header.header-web-area .header-web .web-mobile-menu .menu-root .mobile-menu-footer .social-links .link img {
  width: 40px;
  height: 40px;
  filter: invert(100%) sepia(10%) saturate(6243%) hue-rotate(206deg) brightness(117%) contrast(108%);
}
header.header-web-area .header-web .web-mobile-menu.--state-open {
  display: block;
}

.faq-items-area {
  padding-top: 110px;
}
.faq-items-area h2 {
  margin-bottom: 40px;
}
.faq-items-area .faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-items-area .faq-items .faq-item {
  width: 682px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  display: block;
  position: relative;
}
.faq-items-area .faq-items .faq-item .faq-item-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.faq-items-area .faq-items .faq-item .faq-item-icon img {
  position: absolute;
  top: 18px;
  right: 28px;
  width: 32px;
  height: 32px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.faq-items-area .faq-items .faq-item:not(.faq-item--open) > .faq-item-description {
  max-height: 0;
}
.faq-items-area .faq-items .faq-item:not(.faq-item--open) .faq-item-icon img.--icon-minus {
  display: none;
}
.faq-items-area .faq-items .faq-item .faq-item-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  padding: 0 94px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.faq-items-area .faq-items .faq-item .faq-item-description {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.faq-items-area .faq-items .faq-item .faq-item-description:before {
  display: block;
  height: 0;
  content: "";
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
  margin-right: 94px;
  padding-top: 20px;
}
.faq-items-area .faq-items .faq-item.faq-item--open > .faq-item-description {
  max-height: 620px;
}
.faq-items-area .faq-items .faq-item.faq-item--open .faq-item-icon img.--icon-plus {
  display: none;
}
.faq-items-area .faq-items-paging {
  padding: 30px 0 0;
}

.web-footer {
  margin-top: 160px;
  background-color: #353535;
}
.web-footer .web-footer-sections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "about links company" "contact contact company";
  padding: 60px 0;
}
.web-footer .web-footer-sections .web-footer-section {
  color: #fff;
  margin-top: 40px;
}
.web-footer .web-footer-sections .web-footer-section h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.web-footer .web-footer-sections .web-footer-section p {
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
}
.web-footer .web-footer-sections .web-footer-section p span {
  display: block;
}
.web-footer .web-footer-sections .web-footer-section p a {
  text-decoration: none;
  color: #D6B480;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  display: inline-block;
}
.web-footer .web-footer-sections .web-footer-section.--section-about {
  grid-area: about;
}
.web-footer .web-footer-sections .web-footer-section.--section-links {
  grid-area: links;
}
.web-footer .web-footer-sections .web-footer-section.--section-company {
  grid-area: company;
}
.web-footer .web-footer-sections .web-footer-section.--section-contact {
  grid-area: contact;
}
.web-footer .web-footer-sections .web-footer-section.--section-contact .items {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.web-footer .web-footer-sections .web-footer-section.--section-contact .items .item {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  transition: color 0.12s ease-in-out;
}
.web-footer .web-footer-sections .web-footer-section.--section-contact .items .item:hover {
  color: #D6B480;
}
.web-footer .web-footer-sections .web-footer-section.--section-contact .items .item img {
  width: 40px;
  height: 40px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.web-footer .web-footer-sections .web-footer-section.--section-contact .items .item span {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.web-footer-copyright {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 66px;
}

.web-about-us {
  margin-top: 60px;
}
.web-about-us .about-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 100px;
  grid-template-areas: "info logo" "info logo";
}
.web-about-us .about-grid > div:nth-child(1) {
  grid-area: info;
}
.web-about-us .about-grid > div:nth-child(2) {
  grid-area: logo;
  text-align: center;
}
.web-about-us .about-grid > div .segment-info-unit {
  margin-top: 16px;
}
.web-about-us .about-grid > div .segment-info-unit p,
.web-about-us .about-grid > div .segment-info-unit ul {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 8px;
}
.web-about-us .about-grid > div .segment-info-unit ul {
  margin-left: 40px;
}
.web-about-us .about-grid > div .segment-info-unit ul li::marker {
  color: #D6B480;
}
.web-about-us .about-grid > div .about-logo {
  max-width: 250px;
}

.paging-circles {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.paging-circles .circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ededed;
  cursor: pointer;
}
.paging-circles .circle.--state-active {
  background-color: #d5d5d5;
}

.best-in-area {
  margin-top: 80px;
}
.best-in-area .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.best-in-area .items .item {
  text-align: center;
}
.best-in-area .items .item img {
  margin-bottom: 20px;
  width: 80px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.best-in-area .items .item h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}
.best-in-area .items .item p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 20px;
}

.web-repair-types-area {
  margin-top: 80px;
}
.web-repair-types-area h2 {
  margin-bottom: 40px;
}

.repair-types-items {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 900px) {
  .repair-types-items {
    grid-template-columns: repeat(2, 1fr);
    width: 85%;
    margin: 0 auto;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .repair-types-items {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: auto;
    gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .repair-types-items {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: auto;
    gap: 16px;
  }
}
.repair-types-items .item {
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  color: #000;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  gap: 10px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.repair-types-items .item:before {
  content: "";
  padding-top: 45%;
  display: block;
}
.repair-types-items .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  z-index: 5;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.repair-types-items .item img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: auto;
  opacity: 0.75;
  animation: fadeInRight 1000ms 0s 1 ease-in-out forwards;
  opacity: 0;
}
.repair-types-items .item span {
  position: relative;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
  z-index: 10;
  animation: fadeInUp 1000ms 0s 1 ease-in-out forwards;
  opacity: 0;
}
.repair-types-items .item:hover {
  border: 1px solid #D6B480;
  color: #D6B480;
}
.repair-types-items .item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 450px) {
  .repair-types-items .item:before {
    content: "";
    padding-top: 30%;
    display: block;
  }
  .repair-types-items .item img {
    width: 40%;
  }
}
.repair-types-items .item.--state-active {
  border: 1px solid #D6B480;
  color: #D6B480;
}

.web-block-repair-detail {
  margin-top: 36px;
}
.web-block-repair-detail .nav-back {
  animation: fadeInLeft 400ms 0s 1 ease-in forwards;
  display: block;
}
.web-block-repair-detail .nav-back:hover span {
  background: #cdcdcd;
  color: #fff;
}
.web-block-repair-detail .nav-back span {
  border: 1px solid #cdcdcd;
  border-radius: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #cdcdcd;
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  margin-left: 50px;
}
.web-block-repair-detail .main-part {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 100px;
  margin-top: 6px;
  animation: fadeInUp 400ms 0s 1 ease-in forwards;
  grid-template-areas: "img info" "img info";
}
.web-block-repair-detail .main-part .part-image {
  grid-area: img;
}
.web-block-repair-detail .main-part .part-image img {
  width: 100%;
}
.web-block-repair-detail .main-part .part-info {
  grid-area: info;
}
.web-block-repair-detail .main-part .part-info mark {
  margin-left: 4px;
  border: 2px solid black;
  border-radius: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  color: inherit;
  background: transparent;
  padding: 0 7px;
}
.web-block-repair-detail .main-part .part-info .repair-info-price-box {
  margin-top: 20px;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding: 10px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: center;
}
.web-block-repair-detail .main-part .part-info .repair-info-price-box span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000;
}
.web-block-repair-detail .main-part .part-info .repair-info-price-box img {
  width: 24px;
  height: 24px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.web-block-repair-detail .main-part .part-info .repair-type-list {
  margin-top: 40px;
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 10px;
  padding: 14px 0;
  align-items: center;
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item .item-image img {
  filter: invert(40%) sepia(9%) saturate(0%) hue-rotate(145deg) brightness(94%) contrast(94%);
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item .item-info span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000;
  display: block;
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item .item-info span:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
}
.web-block-repair-detail .main-part .part-info .repair-type-list .repair-type-item .item-price span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #D6B480;
  display: block;
  font-weight: 600;
  text-align: center;
}

.web-block-search-help-contact {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  position: relative;
  margin-top: 150px;
  grid-template-areas: "img info" "img info";
}
.web-block-search-help-contact .item-image {
  grid-area: img;
}
.web-block-search-help-contact .item-image img {
  width: 200px;
  position: absolute;
  bottom: 0;
}
.web-block-search-help-contact .item-info {
  grid-area: info;
}
.web-block-search-help-contact .item-info h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.web-block-search-help-contact .item-info p {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  font-size: 17px;
  color: #686868;
  font-weight: 400;
}
.web-block-search-help-contact .item-info .contacts {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  margin-top: 20px;
}
.web-block-search-help-contact .item-info .contacts .item {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  transition: color 0.12s ease-in-out;
}
.web-block-search-help-contact .item-info .contacts .item:hover {
  color: #D6B480;
}
.web-block-search-help-contact .item-info .contacts .item img {
  width: 40px;
  height: 40px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.web-block-search-help-contact .item-info .contacts .item span {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.web-repair-types-devices-list {
  margin-top: 36px;
  animation: fadeInUp 400ms 0s 1 ease-in forwards;
}
.web-repair-types-devices-list .repair-types-devices-list {
  display: flex;
  flex-direction: row;
  gap: 24px 1%;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.web-repair-types-devices-list .repair-types-devices-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 10px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  width: 24%;
}
.web-repair-types-devices-list .repair-types-devices-list .item:hover {
  border: 1px solid #D6B480;
  color: #D6B480;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.web-repair-types-devices-list .repair-types-devices-list .item img {
  max-width: 100px;
  height: 100px;
}
.web-repair-types-devices-list .repair-types-devices-list .item span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.web-repair-types-devices-list .repair-types-devices-list .item mark {
  margin-left: 2px;
  border: 1px solid black;
  border-radius: 5px;
  width: 16px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  transform: translateY(-1px);
  color: inherit;
  background: transparent;
}

.web-our-branch {
  margin-top: 100px;
}
.web-our-branch .about-branch {
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 100px;
  grid-template-areas: "logo info" "logo info";
}
.web-our-branch .about-branch > div:nth-child(1) {
  grid-area: logo;
  position: relative;
}
.web-our-branch .about-branch > div:nth-child(1) .image-actual {
  display: inline-block;
  position: relative;
}
.web-our-branch .about-branch > div:nth-child(1) .image-actual:before {
  content: "";
  position: absolute;
  background: #D6B480;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.web-our-branch .about-branch > div:nth-child(2) {
  grid-area: info;
}
.web-our-branch .about-branch > div .about-paragraph {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 24px;
}
.web-our-branch .about-branch > div .about-logo {
  max-width: 250px;
  border-radius: 50%;
}

.web-contacts-grid-map {
  margin-top: 60px;
}
.web-contacts-grid-map .contacts-branch-map-grid {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 20px;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left {
  margin-bottom: 20px;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left p {
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left .contact-items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left .contact-items .item {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  transition: color 0.12s ease-in-out;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left .contact-items .item:hover {
  color: #D6B480;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left .contact-items .item img {
  width: 40px;
  height: 40px;
  filter: invert(85%) sepia(20%) saturate(853%) hue-rotate(338deg) brightness(91%) contrast(84%);
}
.web-contacts-grid-map .contacts-branch-map-grid .section-left .contact-items .item span {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.web-contacts-grid-map .contacts-branch-map-grid .section-right iframe {
  border: 0;
  margin: 0 -43px;
  width: 100%;
  height: 400px;
}

.web-area-contact-us {
  padding-top: 110px;
}
.web-area-contact-us .contact-us-form .form-info-text {
  margin-bottom: 20px;
}
.web-area-contact-us .contact-us-form .form-info-text p {
  margin-top: 10px;
}
.web-area-contact-us .contact-us-form form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
.web-area-contact-us .contact-us-form form label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #8c8c8c;
  padding-bottom: 3px;
  display: block;
}
.web-area-contact-us .contact-us-form form input {
  height: 48px;
  background-color: #fff;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  outline: none;
}
.web-area-contact-us .contact-us-form form textarea {
  background-color: #fff;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  padding: 12px 12px;
  width: 100%;
  outline: none;
  height: 180px;
}
.web-area-contact-us .contact-us-form form button {
  height: 48px;
  background-color: #D6B480;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
}
.web-area-contact-us .contact-us-form form .form-grid-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.state-info-panel {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.state-info-panel.panel-type_error {
  border-color: #e46962;
  background: rgba(228, 105, 98, 0.13);
}

.state-info-panel.panel-type_success {
  border-color: #8BC34A;
  background: rgba(139, 195, 74, 0.33);
}

.web-area-hello-visitor {
  padding-top: 60px;
}
.web-area-hello-visitor .hello-visitor {
  display: grid;
  grid-template-columns: 2fr 3fr;
  width: 950px;
  margin: 0 auto;
  grid-template-areas: "image text" "image text";
  gap: 30px;
}
.web-area-hello-visitor .hello-visitor .content-image {
  grid-area: image;
  position: relative;
  margin-right: 20%;
}
@media screen and (max-width: 700px) {
  .web-area-hello-visitor .hello-visitor .content-image {
    margin: 0;
  }
  .web-area-hello-visitor .hello-visitor .content-image .dynamic-logo {
    transform: scale(0.7);
    height: auto;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .web-area-hello-visitor .hello-visitor .content-image .dynamic-logo {
    transform: scale(0.85);
    width: 85%;
  }
}
.web-area-hello-visitor .hello-visitor .content-image .dynamic-logo .circle {
  width: 100%;
  background-color: #D6B480;
  border-radius: 50%;
  animation: fadeInLeft 300ms 0s 1 ease-in-out forwards;
  opacity: 0;
}
.web-area-hello-visitor .hello-visitor .content-image .dynamic-logo .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.web-area-hello-visitor .hello-visitor .content-image .dynamic-logo .phone {
  position: absolute;
  top: -17%;
  left: 21%;
  width: 60%;
  height: auto;
  animation: fadeInUp 300ms 0s 1 ease-in-out forwards;
  animation-delay: 150ms;
  opacity: 0;
}
.web-area-hello-visitor .hello-visitor .content-image .dynamic-logo .screwdriver {
  position: absolute;
  top: 9%;
  left: 41%;
  width: 85%;
  height: auto;
  animation: fadeInRight 300ms 0s 1 ease-in-out forwards;
  animation-delay: 300ms;
  opacity: 0;
}
.web-area-hello-visitor .hello-visitor .content-text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.web-area-hello-visitor .hello-visitor .content-text .headline {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 800;
}
.web-area-hello-visitor .hello-visitor .content-text .text {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 1196px) {
  .web-container {
    width: 900px;
  }
  header.header-web-area .header-web .header-web-root {
    width: 900px;
  }
  .best-in-area .items .item h3 {
    min-height: 71px;
  }
}
@media screen and (max-width: 996px) {
  .web-container {
    width: auto !important;
    margin: 0 43px;
  }
  header.header-web-area .header-web .header-web-root {
    width: auto !important;
    margin: 0 43px;
  }
}
@media screen and (max-width: 600px) {
  .web-headline-h2 {
    font-size: 24px;
  }
  .web-headline-h1 {
    font-size: 38px;
    line-height: 1.35;
    text-align: center;
  }
  .faq-items-area .faq-items .faq-item .faq-item-title {
    font-size: 16px;
    padding: 0 67px 0 0;
  }
  .faq-items-area .faq-items .faq-item .faq-item-description:before {
    margin-right: 67px;
    margin-top: 14px;
    padding-top: 14px;
  }
  .web-footer {
    margin-top: 100px;
  }
  .web-footer .web-footer-sections {
    grid-template-columns: 1fr;
    grid-template-areas: "about" "links" "company" "contact";
  }
  .web-footer .web-footer-sections .web-footer-section h3 {
    font-weight: 400;
  }
  .web-footer .web-footer-sections .web-footer-section p {
    font-weight: 400;
  }
  .web-footer .web-footer-sections .web-footer-section p a {
    font-weight: 400;
    padding: 4px 0;
  }
  .web-footer .web-footer-sections .web-footer-section.--section-contact .items {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
  }
  .web-about-us .about-grid {
    grid-template-columns: 1fr auto;
    grid-template-areas: "info info" "logo logo";
    gap: 60px;
  }
  .web-about-us .about-grid > div .about-logo {
    max-width: 80px;
  }
  .best-in-area .items {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .best-in-area .items .item img {
    width: 70px;
  }
  .best-in-area .items .item h3 {
    font-size: 20px;
    font-weight: 600;
    min-height: unset;
  }
  .best-in-area .items .item p {
    padding-top: 12px;
  }
  .repair-types-items .item {
    padding: 18px;
  }
  .repair-types-items .item span {
    font-size: 16px;
    font-weight: 700;
  }
  .web-block-repair-detail .nav-back {
    text-align: center;
  }
  .web-block-repair-detail .nav-back span {
    margin-left: 0;
  }
  .web-block-repair-detail .main-part {
    grid-template-areas: "img img" "info info";
    gap: 4px;
  }
  .web-block-repair-detail .main-part .part-image {
    display: flex;
    justify-content: center;
  }
  .web-block-repair-detail .main-part .part-image img {
    width: 130px;
  }
  .web-block-search-help-contact .item-info .contacts {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
  }
  .web-repair-types-devices-list .repair-types-devices-list .item {
    width: 49%;
  }
  .web-our-branch .about-branch {
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo logo" "info info";
    gap: 60px;
  }
  .web-our-branch .about-branch:nth-child(1) {
    text-align: center;
  }
  .web-our-branch .about-branch > div .about-logo {
    max-width: 250px;
  }
  .web-area-hello-visitor .hello-visitor .content-text .headline {
    font-size: 24px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 950px) {
  header.header-web-area .header-web .header-web-root .header-web-menu {
    display: flex;
  }
  header.header-web-area .header-web .header-web-root .header-web-nav {
    display: none;
  }
  .web-footer .web-footer-sections {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "about company" "links company" "contact contact";
  }
  .web-repair-types-devices-list .repair-types-devices-list .item {
    width: 32.33%;
  }
  .web-contacts-grid-map .contacts-branch-map-grid {
    grid-template-columns: 6fr 7fr;
  }
}
@media screen and (min-width: 950px) {
  header.header-web-area .header-web .header-web-root .header-web-nav {
    margin-left: 40px;
  }
}
@media screen and (max-width: 850px) {
  .faq-items-area .faq-items .faq-item {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 670px) {
  .web-block-search-help-contact {
    grid-template-areas: "info info" "img img";
    padding: 30px 20px;
  }
  .web-block-search-help-contact .item-image {
    display: flex;
    justify-content: center;
  }
  .web-block-search-help-contact .item-image img {
    width: 140px;
    position: unset;
    margin-bottom: -30px;
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .web-block-search-help-contact .item-info .contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 300px) {
  .web-repair-types-devices-list .repair-types-devices-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .web-contacts-grid-map .contacts-branch-map-grid {
    grid-template-columns: 1fr;
  }
  .web-contacts-grid-map .contacts-branch-map-grid .section-right iframe {
    width: 100vw;
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .web-area-contact-us .contact-us-form form textarea {
    height: 230px;
  }
  .web-area-contact-us .contact-us-form form .form-grid-fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .web-area-hello-visitor .hello-visitor {
    width: 100%;
  }
  .web-area-hello-visitor .hello-visitor .content-text .headline {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 700px) {
  .web-area-hello-visitor .hello-visitor {
    grid-template-areas: "text text" "image image";
    text-align: center;
  }
  .web-area-hello-visitor .hello-visitor .content-image img {
    width: 200px;
  }
}
@media screen and (max-width: 286px) {
  .web-area-hello-visitor .hello-visitor .content-image img {
    width: 100%;
  }
}
.article-list {
  max-width: 700px;
  margin: 20px auto;
  display: grid;
  gap: 20px;
}

.article-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: transform 0.2s ease;
  color: #333;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.article-card:hover {
  transform: translateY(-5px);
}

.article-card .article-image {
  width: 150px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.article-card .article-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-card .article-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.article-card .article-date {
  font-size: 15px;
  color: #777;
}

@media (max-width: 768px) {
  .article-list {
    margin: 20px -20px 0 !important;
  }
  .article-card {
    flex-direction: column;
  }
  .article-card .article-image {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
  }
  .article-card .article-content {
    padding: 10px;
  }
  .article-card .article-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.blog-article {
  max-width: 700px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 1.6;
  color: #000;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

.blog-article .article-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.blog-article .article-author,
.blog-article .article-date {
  font-size: 14px;
  color: #888;
}

.blog-article .article-image {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-article {
    margin: 20px -20px 0 !important;
  }
  .article-image {
    margin: -20px;
    width: calc(100% + 40px) !important;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    max-width: none !important;
  }
}
.blog-article .article-body p {
  margin: 1em 0;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.blog-article .article-body img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  border-radius: 12px;
}

.blog-article .article-body strong {
  font-weight: bold;
  color: #000;
}

.pagination {
  display: flex;
  grid-gap: 6px;
  justify-content: center;
}

.pagination .button-page {
  animation: fadeInLeft 400ms 0s 1 ease-in forwards;
}
.pagination .button-page:hover span {
  background: #cdcdcd;
  color: #fff;
}
.pagination .button-page.active span {
  background: #cdcdcd;
  color: #fff;
}
.pagination .button-page span {
  border: 1px solid #cdcdcd;
  border-radius: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #cdcdcd;
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  min-width: 14px;
}/*# sourceMappingURL=main.css.map */
