@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #121212;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  color: rgb(6, 6, 7);
  min-width: 303px;
  font-size: 16px;
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 783px) {
  .container {
    max-width: 380px;
  }
}
.button {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3658), to(#ff8929));
  background: linear-gradient(90deg, #ff3658 0%, #ff8929 100%);
  border: 1px solid transparent;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 12px 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  white-space: nowrap;
}
.button svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 16px;
}
.button:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  border: 1px solid transparent;
}

@media (max-width: 783px) {
  .button {
    font-size: 1rem;
    line-height: 1.37;
    padding: 12px 16px;
    white-space: normal;
  }
}
.header {
  padding: 45px 0 60px 0;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo img {
  max-width: 354px;
  width: 100%;
}
.header__logo-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.header__logo-text_pc {
  display: block;
}
.header__logo-text_mobile {
  display: none;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.header__phone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: max-content;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.header__number {
  font-weight: 600;
  font-size: 16px;
}
/* .header__phone {
  display: none;
} */

@media (max-width: 783px) {
  .header {
    padding: 30px 0 25px 0;
  }
  .header__ml {
    display: none;
  }
  .header__logo img {
    max-width: 282px;
  }
  .header__logo-text {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .header__logo-text_pc {
    display: none;
  }
  .header__logo-text_mobile {
    display: block;
  }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 56px;
  }
  .header__phone img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__number {
    display: none;
  }
}
.hero {
  background: url(../img/background.webp) center/cover no-repeat;
}
.hero__title {
  font-size: 3.0625rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 785px;
  width: 100%;
  margin-bottom: 40px;
  color: #262626;
}
.hero__subtitle {
  font-size: 1.4375rem;
  line-height: 1.37;
  font-weight: 500;
  max-width: 615px;
  width: 100%;
  margin-bottom: 45px;
}
.hero__message {
  font-size: 1.3125rem;
  line-height: 1.37;
  font-weight: 500;
  margin-bottom: 135px;
}
.hero__message br {
  display: none;
}
.hero__message span {
  font-weight: 700;
  color: #ed2d2d;
}
.hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__card-img {
  max-width: 69px;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
}
.hero__card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__card-text {
  font-size: 1rem;
  line-height: 1.37;
  font-weight: 500;
  text-align: center;
  max-width: 190px;
  width: 100%;
}
.hero__button {
  margin-bottom: 35px;
}
.hero__button_mobile {
  display: none;
}

@media (max-width: 880px) {
  .hero__grid {
    gap: 30px;
  }
}
@media (max-width: 792px) {
  .hero__title br {
    display: none;
  }
}
@media (max-width: 783px) {
  .hero {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/background-mobile.webp) center/cover no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background-mobile.webp) center/cover no-repeat;
    padding-bottom: 40px;
  }
  .hero__title {
    font-size: 1.5625rem;
    line-height: 1.2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .hero__subtitle {
    display: none;
  }
  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__grid {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .hero__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* .hero__button_pc {
    display: none;
  }
  .hero__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
  .hero__message {
    font-size: 1.0625rem;
    line-height: 1.37;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
    font-weight: 700;
  }
  .hero__message br {
    display: initial;
  }
  .hero__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .hero__card-img {
    max-width: 53px;
    height: initial;
    margin-bottom: 0;
  }
  .hero__card-text {
    font-size: 0.9375rem;
    line-height: 1.37;
    font-weight: 500;
    text-align: left;
    max-width: 100%;
  }
  .hero__card:nth-child(3) {
    display: none;
  }
}
.gallery {
  padding: 120px 0 75px 0;
}
.gallery__title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 60px;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 105px;
}
.gallery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1.35s cubic-bezier(0.21, 0.32, 0, 0.57);
  transition: -webkit-transform 1.35s cubic-bezier(0.21, 0.32, 0, 0.57);
  transition: transform 1.35s cubic-bezier(0.21, 0.32, 0, 0.57);
  transition: transform 1.35s cubic-bezier(0.21, 0.32, 0, 0.57), -webkit-transform 1.35s cubic-bezier(0.21, 0.32, 0, 0.57);
}
.gallery__image:hover img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.gallery__image_1 {
  height: 352px;
}
.gallery__image_2 {
  height: 550px;
}
.gallery__image_3 {
  height: 583px;
}
.gallery__image_4 {
  height: 484px;
}
.gallery__image_5 {
  height: 484px;
}
.gallery__image_6 {
  height: 517px;
}
.gallery__image_7 {
  height: 415px;
}
.gallery__image_8 {
  height: 510px;
}
.gallery__image_9 {
  height: 558px;
}
.gallery__button {
  margin: 0 auto;
}
.gallery__button_mobile {
  display: none;
}

@media (max-width: 783px) {
  .gallery {
    padding: 40px 0 90px 0;
  }
  .gallery__title {
    font-size: 2.125rem;
    margin-bottom: 60px;
  }
  .gallery__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
  .gallery__image_1 {
    height: 352px;
  }
  .gallery__image_2 {
    height: 324px;
  }
  .gallery__image_3 {
    height: 430px;
  }
  .gallery__image_4 {
    height: 322px;
  }
  .gallery__image_5 {
    height: 379px;
  }
  .gallery__image_6 {
    height: 385px;
  }
  .gallery__image_7 {
    height: 431px;
  }
  .gallery__image_8 {
    height: 466px;
  }
  .gallery__image_9 {
    height: 455px;
  }
  /* .gallery__button_pc {
    display: none;
  }
  .gallery__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}

.overlay.active {
  display: block;
}

.modal {
  position: relative;
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.modal__close {
  max-width: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  right: 15px;
  top: 15px;
  position: absolute;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}
.modal__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.modal__form {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.modal__form-label {
  font-size: 0.9375rem;
  padding-bottom: 10px;
  line-height: 1.375;
  font-weight: 500;
  text-align: left;
}
.modal__form-wrap input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  font-family: inherit;
  min-height: 2.875rem;
  font-size: inherit;
  line-height: 1.333;
  font-weight: 400;
  padding: 3px 15px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #060607;
  border: 1px solid rgba(6, 6, 7, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  margin-bottom: 5px;
}
.modal__form-wrap input:hover {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-wrap input:active {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-error {
  font-size: 0.625rem;
  line-height: 1.5;
  height: 0;
  font-weight: 500;
  color: #ff714d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.modal__form-error.active {
  height: 15px;
  padding-top: 3px;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modal__form-button {
  border-radius: 5px;
  background: #1b1b1b;
  color: #fff;
  font-size: 0.9375;
  font-weight: 500;
  line-height: 1.37;
  padding: 12px 22px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal__form-button:hover {
  background: #434343;
  border: none;
}
.modal__form-button_rounded {
  border-radius: 22px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 783px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

.footer {
  padding: 40px 0;
  background: rgba(0, 0, 0, .8);
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__list-item p {
  color: #fff;
  font-size: 18px;
}

.strong {
  padding: 80px 0;
  background: #f5f5f5;
}
.strong__title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.strong__title span {
  font-weight: 700;
}
.strong__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strong__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strong__card-img {
  width: 200px;
  height: 200px;
  display: flex;
  margin-bottom: 10px;
}
.strong__card-img img {
  width: 100%;
  height: 100%;
}
.strong__card-title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.strong__card-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1122px) {
  .strong__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 783px) {
  .strong__title {
    font-size: 2rem;
  }
  .strong__grid {
    grid-template-columns: 1fr;
  }
}
.control {
  padding: 80px 0;
}
.control__title {
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
.control__subtitle {
  font-size: 1.375rem;
  line-height: 1.37;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.control__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.control__image {
  width: 500px;
  flex-shrink: 0;
  height: 465px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.control__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.control__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.control__list-block {
  display: flex;
  gap: 15px;
}
.control__list-img {
  width: 96px;
  display: flex;
  flex-shrink: 0;
}
.control__list-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.control__list-img_1 {
  height: 106px;
}
.control__list-img_2 {
  height: 93px;
}
.control__list-img_3 {
  height: 65px;
}
.control__list-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.control__list-text {
  font-size: 1.125rem;
  line-height: 1.37;
  font-weight: 400;
}

@media (max-width: 1022px) {
  .control__wrapper {
    flex-direction: column;
  }
  .control__image {
    width: 100%;
  }
}
@media (max-width: 783px) {
  .control {
    padding: 40px 0;
  }
  .control__title {
    font-size: 2rem;
  }
  .control__image {
    height: 334px;
  }
}
.work {
  padding: 80px 0;
}
.work__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}
.work__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 60px;
}
.work__card {
  display: flex;
  flex-direction: column;
}
.work__card-img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 184px;
}
.work__card-img img {
  height: 100%;
}
.work__card-title {
  font-size: 1rem;
  line-height: 1.37;
  font-weight: 400;
  margin-bottom: 20px;
}
.work__card-title span {
  font-weight: 700;
}
.work__card-text {
  font-size: 1rem;
  line-height: 1.37;
  font-weight: 400;
  margin-top: auto;
}

@media (max-width: 1022px) {
  .work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 783px) {
  .work {
    padding: 30px 0;
  }
  .work__title {
    font-size: 2.125rem;
  }
  .work__grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 50px;
  }
}
.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.faq {
  padding: 80px 0;
}
.faq__title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 60px;
}
.faq__accordion-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(6, 6, 7, 0.15);
}
.faq__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.faq__accordion-header svg {
  transition: 0.3s all;
}
.faq__accordion-header svg path {
  transition: 0.3s all;
}
.faq__accordion-title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
}
.faq__accordion-content {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0.625rem;
}
.faq__accordion-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.faq__accordion-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq__accordion-link_bold {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-left: 37px;
  height: 32px;
  margin-bottom: 10px;
}
.faq .accordion__item_show .faq__accordion-header svg path:first-of-type, .faq .accordion__item_slidedown .faq__accordion-header svg path:first-of-type {
  opacity: 0;
}

@media (max-width: 783px) {
  .faq {
    padding: 40px 0;
  }
  .faq__title {
    font-size: 2rem;
  }
}
.simple-button {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}/*# sourceMappingURL=custom.css.map */