@charset "UTF-8";
.why__text, .our-service__item-text, .our-service__text, .banner__text, .repairs__text, .top__breadcrumbs-item, .footer__logo-text, .footer__item-soc a, .footer__item a, .bid__option, .bid__selected-option, .bid__input-inner-select, .bid__input, .bid__text, .testimonials__author-role, .testimonials__item-text, .works__item-text, .services__box-text, .fact__text, .about-us__text, .search__input-inner-select, .search__input, .bar__contacts-item, .up-to-top__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.we-use__item, .bid__input-box span, .bid__text a, .services__box-item, .search__input-box span, .top-main__text, .header__item a, .button-transparent, .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.our-service__item-title, .we-use__title, .bid__title, .testimonials__author-name, .testimonials__item-title, .works__item-title, .services__box-title, .services__box-link, .about-us__item, .about-us__subtitle, .top-main__title, .title, .subtitle, .button-white {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.why__title, .our-service__title, .banner__title, .repairs__title, .top__title, .fact__title, .about-us__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer__list-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

.up-to-top {
  position: fixed;
  right: 60px;
  bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 7px;
  transform: rotate(-90deg);
  background: #3e54eb;
  border-radius: 23px;
  padding: 6px 6px 6px 15px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 7, 17, 0.2);
  transition: all 0.3s;
}
.up-to-top svg {
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.up-to-top:hover {
  background-color: #162aaf;
}
.up-to-top svg {
  width: 33px;
  height: 33px;
}
.up-to-top--active {
  opacity: 1;
  visibility: visible;
}
.up-to-top__title {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.container-big {
  max-width: 1820px;
  padding: 0 30px;
  margin: 0 auto;
}

.container {
  max-width: 1250px;
  padding: 0 40px;
  margin: 0 auto;
}

.button {
  display: inline-block;
  border-radius: 10px;
  background: #3e54eb;
  padding: 20px 33px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.button:hover {
  background-color: #162aaf;
}

.button-white {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  padding: 20px 33px;
  color: #3e54eb;
  font-size: 18px;
  line-height: 20px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.button-white:hover {
  background-color: #162aaf;
  color: #fff;
}

.button-transparent {
  display: inline-block;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #3e54eb;
  padding: 16px 32px;
  color: #3e54eb;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.button-transparent:hover {
  color: #fff;
  border: 1px solid #162aaf;
  background-color: #162aaf;
}

.subtitle {
  display: table;
  color: #3e54eb;
  font-size: 16px;
  line-height: 150%;
  padding-left: 46px;
  margin: 0 auto 16px;
  position: relative;
}
.subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #3e54eb;
}

.title {
  display: table;
  margin: 0 auto;
  color: #252525;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 10px;
  height: 10px;
  background-color: #9fa9f5;
  transition: all 0.4s;
}
.swiper-pagination-bullet-active {
  background-color: #3e54eb;
}

.swiper-wrapper {
  box-sizing: border-box;
}

.bar {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #000711;
  z-index: 105;
  position: relative;
}
.bar__wrapper {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bar__contacts {
  display: flex;
  align-items: center;
  grid-gap: 56px;
}
.bar__contacts--mob {
  display: none;
}
.bar__contacts-item {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  transition: color 0.3s;
}
.bar__contacts-item svg path {
  transition: fill 0.3s;
}
.bar__contacts-item:hover {
  color: #3e54eb;
}
.bar__contacts-item:hover svg path {
  fill: #3e54eb;
}
.bar__socials {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.bar__socials--mob {
  display: none;
}
.bar__socials-item {
  transition: all 0.3s;
}
.bar__socials-item svg path {
  transition: fill 0.3s;
}
.bar__socials-item:hover {
  transform: scale(1.4);
}
.bar__socials-item:hover svg path {
  fill: #3e54eb;
}
.bar__socials-item a {
  background-color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bar__contacts-email {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width:  884px) {
  .bar__contacts-email {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .bar__contacts-email .bar__contacts-item {
    font-size: 14px;
  }
}
.header {
  padding: 10px 0;
  background-color: #fff;
}
.header__burger {
  display: none;
  padding: 10px 5px;
}
.header__burger-btn {
  width: 30px;
  height: 26px;
  background-color: #fff;
  position: relative;
}
.header__burger-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #000;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  transition: opacity 0.3s;
}
.header__burger-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s;
}
.header__burger-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s;
}
.header__burger--active .header__burger-btn span {
  opacity: 0;
}
.header__burger--active .header__burger-btn::before {
  top: 11.5px;
  transform: rotate(45deg);
}
.header__burger--active .header__burger-btn::after {
  bottom: 11.5px;
  transform: rotate(-45deg);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
}
.header__logo {
  max-width: 83px;
  width: 100%;
}
.header__logo--mob {
  display: none;
  width: 60px;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__item + .header__item {
  margin-left: 10px;
}
.header__item a {
  padding: 10px;
  display: inline-block;
  color: #0f1015;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
}
.header__item a:hover {
  color: #3e54eb;
}
.header__item--active a {
  color: #3e54eb;
}

.top-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 40px 0 100px;
  position: relative;
}
.top-main::before {
  content: "";
  position: absolute;
  bottom: -130px;
  right: 70px;
  background-image: url("../img/top/decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 102px;
  height: 201px;
  z-index: -1;
}
.top-main__wrapper {
  min-height: calc(100vh - 390px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-main__title {
  font-size: 66px;
  line-height: 90px;
  color: #fff;
  text-transform: capitalize;
  max-width: 670px;
  width: 100%;
  position: relative;
}
.top-main__title::before {
  content: "";
  position: absolute;
  height: 6px;
  max-width: 400px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #3e54eb;
  border-radius: 3px;
}
.top-main__text {
  margin: 60px 0;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  max-width: 670px;
  width: 100%;
}

.search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
.search__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 8px 50px 0px rgba(196, 196, 196, 0.25);
  padding: 40px 100px 48px;
}
.search__input {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  padding: 19px 20px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  transition: border-color 0.2s;
}
.search__input:focus {
  outline: none !important;
}
.search__input:focus.search__input {
  border-color: #3e54eb;
}
.search__input::placeholder {
  color: #dadada;
}
.search__input-sel {
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.search__input:active {
  outline: none;
}
.search__input-inner {
  display: flex;
  align-items: center;
}
.search__input-inner-select {
  display: flex;
  align-items: center;
  grid-gap: 11px;
  padding: 0 12px 0 20px;
  height: 64px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ebebeb;
  border-right: none;
  background: #fbfbfb;
  cursor: pointer;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  transition: border-color 0.2s;
}
.search__input-inner-select--active {
  border-color: #3e54eb !important;
}
.search__input-box {
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search__input-box span {
  font-size: 14px;
  line-height: 20px;
  color: #535353;
  margin-bottom: 6px;
}

.about-us {
  padding: 170px 0;
  position: relative;
  z-index: 2;
}
.about-us__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-gap: 30px;
}
.about-us__box-text {
  max-width: 467px;
  width: 100%;
}
.about-us__box-about {
  display: flex;
  grid-gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.about-us__subtitle {
  color: #3e54eb;
  font-size: 16px;
  line-height: 150%;
  color: #3e54eb;
  padding-left: 46px;
  position: relative;
}
.about-us__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3e54eb;
  height: 2px;
  width: 36px;
}
.about-us__title {
  margin: 18px 0 40px;
  color: #252525;
  font-size: 35px;
  line-height: 110%;
}
.about-us__text {
  margin-bottom: 50px;
  color: #646464;
  font-size: 18px;
  line-height: 165%;
}
.about-us__items {
  display: flex;
  flex-direction: column;
  max-width: 210px;
  width: 100%;
}
.about-us__items span {
  margin: 40px 0;
  height: 1px;
  background: rgba(62, 84, 235, 0.37);
}
.about-us__item {
  font-size: 25px;
  line-height: 120%;
  color: #252525;
  max-width: 150px;
}
.about-us__image {
  border-radius: 24px;
  overflow: hidden;
  max-width: 332px;
  width: 100%;
}
.about-us__image:hover .about-us__img {
  transform: scale(1.2);
}
.about-us__img {
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.2s;
}

.fact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 200px 0;
}
.fact__title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 110%;
  max-width: 743px;
  width: 100%;
  margin: 0 auto 25px;
}
.fact__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 165%;
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
}

.services {
  padding: 114px 0 190px;
  background-color: #fff;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  background-image: url("../img/services/decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 102px;
  width: 201px;
  left: 47px;
  bottom: -38px;
}
.services__wrapper {
  margin-top: 86px;
}
.services__inner {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 520px) 1fr;
  justify-content: space-between;
  align-items: center;
}
.services__box-line {
  position: absolute;
  z-index: 2;
}
.services__box-line:first-child {
  top: 102px;
  left: -70px;
}
.services__box-line:nth-child(2) {
  bottom: 90px;
  left: -80px;
}
.services__box-imagebox {
  position: relative;
}
.services__box-link {
  color: #3e54eb;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  grid-gap: 13px;
  transition: color 0.3s;
}
.services__box-link svg path {
  transition: stroke 0.3s;
}
.services__box-link:hover {
  color: #162aaf;
}
.services__box-link:hover svg path {
  stroke: #162aaf;
}
.services__box-flout {
  max-width: 270px;
  width: 100%;
  margin-left: auto;
}
.services__box:nth-child(2) {
  grid-row: span 2;
}
.services__box-img {
  object-fit: cover;
}
.services__box-title {
  margin-bottom: 30px;
  color: #252525;
  font-size: 25px;
  line-height: 110%;
}
.services__box-item {
  display: flex;
  align-items: center;
  grid-gap: 17px;
  color: #252525;
  font-size: 16px;
  line-height: 165%;
}
.services__box-item + .services__box-item {
  margin-top: 10px;
}
.services__box-item svg {
  width: 11px;
  height: 11px;
}
.services__box-text {
  color: #646464;
  font-size: 16px;
  line-height: 165%;
}

.works {
  background-color: #f1f5fd;
  padding: 155px 0 150px;
  position: relative;
  z-index: 2;
}
.works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 55px;
}
.works__item {
  overflow: hidden;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.02), 0px 10px 40px -4px rgba(16, 24, 40, 0.02);
}
.works__item:hover .works__item-img {
  transform: scale(1.2);
}
.works__item-image {
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}
.works__item-img {
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: transform 0.2s ease-in-out;
}
.works__item-title {
  color: #0f1015;
  font-size: 24px;
  margin: 25px 0 15px;
}
.works__item-text {
  color: #646464;
  font-size: 16px;
  line-height: 165%;
}
.works__button {
  display: table;
  margin: 55px auto 0;
}

.testimonials {
  padding: 180px 0 165px;
  position: relative;
}
.testimonials .swiper-slide {
  opacity: 0.25;
  transition: opacity 0.3s;
  cursor: grab;
}
.testimonials .swiper-slide-active {
  opacity: 1;
}
.testimonials::before {
  content: "";
  position: absolute;
  background-image: url("../img/testimonials/decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 102px;
  width: 201px;
  bottom: -40px;
  right: 156px;
}
.testimonials__items {
  padding: 55px 0;
}
.testimonials__pagination {
  display: flex;
  justify-content: center;
}
.testimonials__item {
  display: grid;
  grid-template-columns: minmax(373px, 373px) minmax(auto, 463px);
  grid-gap: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 8px 50px 0px rgba(196, 196, 196, 0.25);
  padding: 46px 48px;
}
.testimonials__item-title {
  margin: 15px 0 30px;
  color: #0f1015;
  font-size: 24px;
}
.testimonials__item-text {
  color: #646464;
  font-size: 16px;
  line-height: 165%;
  padding-bottom: 22px;
  border-bottom: dashed 1px rgba(37, 37, 37, 0.11);
}
.testimonials__item-image {
  border-radius: 12px;
  overflow: hidden;
}
.testimonials__item-image:hover img {
  transform: scale(1.2);
}
.testimonials__item-image img {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.testimonials__author {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  margin-top: 37px;
}
.testimonials__author-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonials__author-box {
  display: flex;
  flex-direction: column;
}
.testimonials__author-name {
  margin-bottom: 3px;
  color: #252525;
  font-size: 18px;
  line-height: 130%;
}
.testimonials__author-role {
  color: #686868;
  font-size: 14px;
  line-height: 170%;
}

.bid {
  background-color: #3e54eb;
  padding: 150px 0 274px;
}
.bid__title {
  color: #1d1e25;
  font-size: 35px;
  line-height: 44px;
  padding-bottom: 25px;
}
.bid__text {
  margin: 20px 0 48px;
  color: #7e8492;
  font-size: 18px;
  line-height: 30px;
}
.bid__text a {
  display: inline-flex;
  color: #1463ff;
  transition: color 0.3s;
}
.bid__text a:hover {
  color: #162aaf;
}
.bid__wrapper {
  position: relative;
}
.bid__form {
  padding: 56px 48px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 8px 50px 0px rgba(196, 196, 196, 0.25);
  max-width: 608px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.bid__form-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 32px;
}
.bid__input {
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 19px 20px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  transition: border-color 0.2s;
}
.bid__input::placeholder {
  color: #dadada;
}
.bid__input:focus {
  outline: none !important;
}
.bid__input:focus.bid__input {
  border-color: #3e54eb;
}
.bid__input-textarea {
  padding: 10px 20px;
  resize: none;
  height: 134px;
}
.bid__input-sel {
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.bid__input:active {
  outline: none;
}
.bid__input-inner {
  display: flex;
  align-items: center;
}
.bid__input-inner-select {
  display: flex;
  align-items: center;
  grid-gap: 11px;
  padding: 0 12px 0 20px;
  height: 64px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ededed;
  border-right: none;
  background: #fff;
  cursor: pointer;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
}
.bid__input-box {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.bid__input-box span {
  font-size: 14px;
  line-height: 20px;
  color: #1d1e25;
  margin-bottom: 6px;
}
.bid__image {
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 16px;
  max-width: 910px;
  width: 100%;
  overflow: hidden;
}
.bid__button {
  margin-top: 32px;
}
.bid__selected-option {
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 19px 20px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  transition: border-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bid__selected-option svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
.bid__selected-option-text {
  color: #dadada;
  transition: color 0.2s;
}
.bid__selected-option-text--active {
  color: #8d8d93;
}
.bid__custom-select {
  position: relative;
  height: 100%;
}
.bid__options {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  max-height: 192px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ededed;
  display: none;
  z-index: 30;
  min-width: 70px;
}
.bid__options-lg--active, .bid__options-lgtop--active, .bid__options-serv--active {
  display: block;
}
.bid__options::-webkit-scrollbar {
  width: 3px;
  /* высота всей полосы прокрутки */
}
.bid__options::-webkit-scrollbar-track {
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: transparent;
  /* цвет зоны отслеживания */
}
.bid__options::-webkit-scrollbar-thumb {
  background-color: #3e54eb;
  /* цвет бегунка */
  border-radius: 2px;
  /* округлось бегунка */
}
.bid__option {
  background: #fff;
  padding: 19px 20px;
  min-width: 70px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.bid__option-lg--active, .bid__option-lgtop--active, .bid__option-serv--active {
  background-color: #e9e9e9;
}
.bid__option:hover {
  background-color: #e9e9e9;
}

.footer {
  background-color: #000711;
  padding: 105px 0 120px;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  grid-gap: 30px;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  width: 100%;
}
.footer__list-title {
  margin-bottom: 45px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}
.footer__item a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.3s;
}
.footer__item a:hover {
  color: #3e54eb;
}
.footer__item--active a {
  color: #3e54eb;
}
.footer__item-soc + .footer__item-soc {
  margin-top: 7px;
}
.footer__item-soc a {
  display: grid;
  grid-template-columns: minmax(20px, 20px) minmax(auto, auto);
  grid-gap: 20px;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  max-width: 228px;
  width: 100%;
  transition: color 0.3s;
}
.footer__item-soc a:hover {
  color: #3e54eb;
}
.footer__logo {
  width: 83px;
  display: inline-block;
}
.footer__logo img {
  width: 83px;
  object-fit: contain;
}
.footer__logo-text {
  margin-top: 23px;
  color: #fff;
  font-size: 16px;
  line-height: 165%;
  max-width: 270px;
  width: 100%;
}

/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.modal-title {
  font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: capitalize;
}

.modal-text {
  font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: var(--yellow);
  transition: .2s ease-in-out;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.invalid-input {
  border: 1px solid red;
}
.error-message {
  margin-top: 3px;
    font-family: 'Montserrat', sans-serif;
  color: red;
  font-size: 0.8em;
}

.custom-select {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 19px 20px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  transition: border-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Style the arrow inside the select element: */
.select-selected::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  width: 8px;
  height: 1px;
  background-color: #8d8d93;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease-in-out;
}

.select-selected::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  width: 8px;
  height: 1px;
  background-color: #8d8d93;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform .2s ease-in-out;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active::after {
  transform:  translateY(-50%) rotate(-45deg);
}

.select-selected.select-arrow-active::before {
  transform:  translateY(-50%) rotate(45deg);
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  background: #fff;
  padding: 19px 20px;
  min-width: 70px;
  max-width: 100%;
  width: 100%;
  color: #8d8d93;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ededed;
  border: 1px solid #ededed;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 190px;
  overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.top__wrapper {
  min-height: 512px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top__title {
  color: #fff;
  font-size: 66px;
  line-height: 90px;
  margin-bottom: 6px;
  text-align: center;
}
.top__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__breadcrumbs svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__breadcrumbs-item {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}

.repairs {
  padding: 100px 0 35px;
}
.repairs__inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}
.repairs__box {
  max-width: 467px;
  width: 100%;
}
.repairs__title {
  margin-bottom: 50px;
  color: #252525;
  font-size: 35px;
  line-height: 110%;
}
.repairs__text {
  color: #646464;
  font-size: 18px;
  line-height: 165%;
  margin-top: 20px;
}
.repairs__image {
  border-radius: 24px;
  overflow: hidden;
  max-width: 370px;
  width: 100%;
}
.repairs__image:hover img {
  transform: scale(1.2);
}
.repairs__image img {
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.2s;
}

.we-use {
  padding: 35px 0 80px;
}
.we-use__title {
  margin-bottom: 50px;
  color: #252525;
  font-size: 25px;
  line-height: 120%;
}
.we-use__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 20px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.we-use__item {
  color: #252525;
  font-size: 18px;
  line-height: 165%;
  display: grid;
  grid-template-columns: minmax(11px, 11px) minmax(auto, auto);
  align-items: center;
  grid-gap: 17px;
}

.banner__wrapper {
  border-radius: 20px;
  background: #3e54eb;
  padding: 80px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.banner__title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 17px;
  max-width: 627px;
  width: 100%;
}
.banner__text {
  color: #fff;
  font-size: 18px;
  line-height: 165%;
  max-width: 627px;
  width: 100%;
}

.our-service {
  padding: 155px 0;
  background: #f1f5fd;
}
.our-service__wrapper {
  position: relative;
}
.our-service__wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../img/our-service/decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 102px;
  height: 201px;
  top: -30px;
  right: 0;
}
.our-service__title {
  margin-bottom: 40px;
  color: #0f1015;
  font-size: 35px;
  line-height: 110%;
  max-width: 653px;
  width: 100%;
}
.our-service__text {
  color: #a4a6ac;
  font-size: 18px;
  line-height: 165%;
  max-width: 653px;
  width: 100%;
}
.our-service__items {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.our-service__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.our-service__item-image {
  padding: 20px;
  border-radius: 10px;
  background: rgba(62, 84, 235, 0.05);
}
.our-service__item-title {
  margin: 16px 0 5px;
  color: #0f1015;
  font-size: 24px;
  line-height: normal;
}
.our-service__item-text {
  color: #a4a6ac;
  font-size: 18px;
  line-height: 165%;
}

.why {
  padding-bottom: 170px;
}
.why__inner {
  display: grid;
  grid-template-columns: minmax(auto, 570px) minmax(auto, 470px);
  grid-gap: 50px;
  margin: 170px 0;
  align-items: center;
}
.why__images {
  display: grid;
  grid-template-columns: minmax(auto, 270px) minmax(auto, 270px);
  grid-gap: 30px;
  align-items: center;
}
.why__image {
  border-radius: 12px;
  overflow: hidden;
}
.why__image img {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s;
}
.why__image-1 {
  max-height: 358px;
  overflow: hidden;
}
.why__image-2 {
  max-height: 496px;
  overflow: hidden;
}
.why__image:hover img {
  transform: scale(1.2);
}
.why__title {
  margin-bottom: 30px;
  color: #0f1015;
  font-size: 35px;
  line-height: 110%;
}
.why__text {
  margin-top: 20px;
  color: #a4a6ac;
  font-size: 18px;
  line-height: 165%;
}

@media (max-width: 1700px) {
  .header__wrapper {
    transform: scale(0.8);
  }

  .bar__wrapper {
    transform: scale(0.8);
  }

  .top-main__box {
    transform: scale(0.8);
  }

  .search__wrapper {
    transform: scale(0.8);
  }
}
@media (max-width: 1380px) {
  .up-to-top {
    right: 15px;
  }

  .footer {
    padding-bottom: 240px;
  }

  .search__wrapper {
    padding: 30px;
    margin: 0 30px;
  }

  .testimonials__item {
    grid-gap: 30px;
  }
  .testimonials__item-text {
    font-size: 15px;
    line-height: 150%;
  }
}
@media (max-width: 1100px) {
  .bid__form {
    padding: 30px;
  }
  .bid__image {
    padding-left: 30px;
    top: 150px;
  }
  .bid__image img {
    overflow: hidden;
    border-radius: 16px;
  }

  .banner__wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 960px) {
  .search {
    position: static;
    max-width: 400px;
    width: 100%;
    margin: 45px 0 0;
  }
  .search__wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .search__input-button {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .banner__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-main::before {
    bottom: -80px;
    right: 20px;
  }

  .about-us {
    padding: 100px 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  .services__inner {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
  }
  .services__box-img {
    max-width: 430px;
    margin: 0 auto;
  }
  .services__box:nth-child(2) {
    grid-row: span 1;
  }
  .services__box:nth-child(1) {
    order: -1;
  }
  .services__box:nth-child(3) {
    order: -1;
  }
  .services__box:nth-child(4) {
    margin-top: 25px;
    margin-left: auto;
    max-width: 400px;
    width: 100%;
  }
  .services__box:nth-child(5) {
    margin-left: auto;
    max-width: 400px;
    width: 100%;
  }
  .services__box-flout {
    margin-top: 35px;
    margin-left: 0;
  }
  .services__box-line:first-child {
    top: 0;
    left: 20%;
  }
  .services__box-line:nth-child(2) {
    bottom: -10px;
    left: 35%;
    transform: rotate(-175deg) scale(0.8);
  }

  .works__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .works__button {
    margin-top: 45px;
  }
}
@media (max-width: 870px) {
  .header {
    position: relative;
    padding: 5px 0;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__burger {
    display: flex;
  }
  .header__wrapper {
    height: 100vh;
    background-color: #ececec;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 45px;
    padding: 70px 30px 20px;
    box-shadow: 4px 8px 10px 0px rgba(11, 41, 148, 0.25);
    transform: translateX(calc(-100% - 10px));
    transition: transform 0.2s ease-in-out;
    z-index: 100;
  }
  .header__wrapper--active {
    transform: translateX(0);
  }
  .header__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__item + .header__item {
    margin: 0;
  }
  .header__logo--mob {
    display: block;
  }

  .footer__wrapper {
    padding: 0 60px;
    flex-direction: column-reverse;
    grid-gap: 50px;
  }
  .footer__item a:hover {
    color: #fff;
  }
  .footer__item-soc a:hover {
    color: #fff;
  }

  .about-us__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-us__box-about {
    justify-content: flex-start;
  }

  .fact {
    padding: 100px 0;
  }

  .services {
    padding: 100px 0;
  }

  .works {
    padding: 100px 0 !important;
  }

  .testimonials {
    padding: 100px 0;
  }

  .bid {
    padding-top: 100px;
  }

  .footer {
    padding: 100px 0;
  }

  .our-service {
    padding: 100px 0;
  }
  .our-service__wrapper::before {
    top: -190px;
    right: 80px;
    transform: rotate(90deg);
  }
  .our-service__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .why {
    padding: 100px 0;
  }
  .why__inner {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .bar__wrapper {
    transform: scale(1);
  }

  .testimonials::before {
    right: 40px;
    transform: rotate(180deg);
  }
  .testimonials__item {
    grid-gap: 18px;
    display: flex;
    flex-direction: column;
  }
  .testimonials__item-image {
    max-width: 70%;
  }
  .testimonials__item-image:hover img {
    transform: scale(1);
  }
  .testimonials__item-text {
    padding-bottom: 18px;
  }
  .testimonials__item-title {
    margin-bottom: 18px;
  }
  .testimonials__author {
    margin-top: 18px;
  }

  .bid {
    padding-bottom: 150px;
  }
  .bid__image {
    top: auto;
    bottom: -80px;
    padding-right: 30px;
  }

  .why__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .why__images {
    margin: 0 auto;
  }
  .why__image:hover img {
    transform: scale(1);
  }

  .repairs__inner {
    flex-direction: column;
  }
  .repairs__box {
    max-width: 100%;
  }
  .repairs__image:hover img {
    transform: scale(1);
  }

  .top-main {
    background-attachment: local;
  }
  .top-main__box {
    transform: scale(1);
  }

  .fact {
    background-attachment: local;
  }

  .top {
    background-attachment: local;
  }

  .search__wrapper {
    transform: scale(1);
  }

  .about-us__image:hover .about-us__img {
    transform: scale(1);
  }

  .works__item:hover .works__item-img {
    transform: scale(1);
  }
}
@media (max-width: 630px) {
  .header__wrapper {
    height: 100vh;
    padding-top: 20px;
  }

  .bar {
    display: none;
  }
  .bar__contacts {
    flex-direction: column;
    grid-gap: 16px;
    align-items: flex-start;
  }
  .bar__contacts--mob {
    display: flex;
  }
  .bar__contacts-item {
    color: #0f1015;
  }
  .bar__contacts-item:hover {
    color: #0f1015;
  }
  .bar__contacts-item:hover svg path {
    fill: #0f1015;
  }
  .bar__contacts svg path {
    fill: #0f1015;
  }
  .bar__socials--mob {
    display: flex;
  }
  .bar__socials-item:hover {
    transform: scale(1);
  }
  .bar__socials-item:hover svg path {
    fill: #0f1015;
  }

  .footer__wrapper {
    padding: 0;
  }

  .top-main__title {
    font-size: 46px;
    line-height: 66px;
  }
  .top-main__title::before {
    max-width: 200px;
  }

  .services__box:nth-child(4) {
    margin-left: 0;
    max-width: 270px;
    width: 100%;
  }
  .services__box:nth-child(5) {
    margin-left: 0;
    max-width: 270px;
  }
  .services__box-line:nth-child(1) {
    transform: scale(0.8);
    left: 10%;
  }
  .services__box-line:nth-child(2) {
    bottom: -20px;
    left: 1%;
    transform: rotate(308deg) scale(0.8);
  }
  .services__box-img {
    max-width: 350px;
  }

  .works__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .works__item {
    padding: 15px;
  }

  .top__wrapper {
    min-height: 400px;
  }
  .top__title {
    font-size: 46px;
    line-height: 66px;
  }

  .why__images {
    grid-gap: 15px;
  }
}
@media (max-width: 570px) {
  .testimonials__item {
    padding: 25px;
  }
  .testimonials__item-image {
    max-width: 100%;
  }
  .testimonials__item-image img {
    aspect-ratio: 16/9;
  }

  .bid__form-inputs {
    flex-direction: column;
  }

  .up-to-top {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 80px 0;
  }
  .footer__lsit-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer__nav {
    flex-direction: column;
    grid-gap: 50px;
  }

  .about-us__box-about {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-us__image {
    max-width: 100%;
    aspect-ratio: 16/10;
    align-self: flex-start;
  }
  .about-us__text {
    margin-bottom: 40px;
  }
  .about-us__items {
    max-width: 100%;
    width: 100%;
  }
  .about-us__items span {
    margin: 15px 0;
  }
  .about-us__item {
    font-size: 19px;
    max-width: 100%;
    margin-left: 16px;
  }

  .banner__wrapper {
    padding: 30px 40px;
  }

  .up-to-top {
    bottom: 60px;
    right: -32px;
  }
}
@media (max-width: 425px) {
  .search {
    max-width: 100%;
  }

  .services__box-img {
    max-width: 300px;
  }
  .services__box-line:nth-child(1) {
    transform: rotate(31deg) scale(0.8);
    left: 15%;
    top: -20px;
  }
  .services__box-line:nth-child(2) {
    bottom: -40px;
    left: 0;
    transform: rotate(298deg) scale(0.6);
  }

  .repairs__image {
    max-width: 100%;
  }
}
@media (max-width: 390px) {
  .container-big {
    padding: 0 15px;
  }

  .container {
    padding: 0 15px;
  }

  .we-use__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bar__contacts-item {
  font-size: 1.5em !important;
}