@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orchidea Pro";
  src: url("../fonts/OrchideaPro-SemiBold.woff2") format("woff2"), url("../fonts/OrchideaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orchidea Pro";
  src: url("../fonts/OrchideaPro-Regular.woff2") format("woff2"), url("../fonts/OrchideaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orchidea Pro";
  src: url("../fonts/OrchideaPro-Bold.woff2") format("woff2"), url("../fonts/OrchideaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
  color: #282222;
}

@media screen and (max-width: 991px) {
  body.active {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

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

.container {
  max-width: 1159px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.header {
  position: fixed;
  background: #fff;
  padding: 5px 0 9px 0;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}

.header__items {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__items {
    justify-content: space-between;
    width: 100%;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  margin-right: 54px;
}

@media screen and (max-width: 1260px) {
  .header__logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header__logo {
    position: relative;
    z-index: 250;
    margin-right: 0;
  }
}

.header__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header__item {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    height: 100%;
    min-height: 0;
    width: 100%;
    background: #ffff;
    position: fixed;
    top: -200%;
    z-index: -1;
    left: 0;
    transition: 300ms;
    padding: 60px 0 60px 0;
  }
  .header__item.active {
    z-index: 200;
    top: 0;
  }
}

@media screen and (max-width: 639px) {
  .header__item {
    padding: 100px 0 60px 0;
  }
}

.header__block {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__block {
    display: block;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__nav {
    display: block;
    margin-bottom: 20px;
  }
}

.header__nav li {
  margin-right: 35px;
}

@media screen and (max-width: 1260px) {
  .header__nav li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header__nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li a {
  font-size: 15px;
}

.header__nav li a:hover {
  color: #ff8562;
}

@media screen and (max-width: 1260px) {
  .header__nav li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header__nav li a {
    font-size: 16px;
    text-align: center;
    display: block;
  }
}

.header__adres {
  font-size: 16px;
  margin-right: 70px;
  text-align: right;
}

@media screen and (max-width: 1260px) {
  .header__adres {
    font-size: 15px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .header__adres {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header__adres br {
    display: none;
  }
}

@media screen and (max-width: 364px) {
  .header__adres {
    font-size: 13px;
    text-align: center;
  }
}

.header__adres span {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .header__adres span {
    display: inline;
    font-size: 13px;
  }
}

@media screen and (max-width: 324px) {
  .header__adres span {
    display: block;
  }
}

.header__tel {
  font-size: 14px;
  padding-right: 30px;
}

@media screen and (max-width: 1260px) {
  .header__tel {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header__tel {
    padding-right: 0;
    text-align: center;
    display: block;
  }
}

.header__tel-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__tel-mobile {
    display: block;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header__tel-mobile {
    font-size: 14px;
  }
}

.header__burger {
  display: none;
  width: 28px;
}

@media screen and (max-width: 991px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 250;
  }
}

.header__burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.header__burger a span {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before, .header__burger a span:after {
  content: "";
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before {
  top: -8px;
}

.header__burger a span:after {
  top: 8px;
}

.header__burger a.active span {
  background: transparent;
}

.header__burger a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}

.header__burger a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}

.showcase {
  padding: 302px 0 214px 0;
  background: url(../images/showcase.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .showcase {
    padding: 268px 0 315px 0;
  }
}

@media screen and (max-width: 767px) {
  .showcase::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, #ededed, rgba(184, 184, 184, 0.5));
    background-color: unset;
    top: 0;
    left: 0;
  }
}

.showcase__title {
  font-size: 40px;
  font-family: "Orchidea Pro";
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 30px;
  }
}

.showcase__info {
  font-size: 16px;
  line-height: 28px;
  max-width: 560px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .showcase__info {
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
  }
}

.showcase__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 52px;
  color: #fff;
  border-radius: 4px;
  background-color: #cf3434;
  font-weight: 600;
  font-family: "Orchidea Pro";
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .showcase__btn {
    width: 272px;
    height: 50px;
    margin: 0 auto;
  }
}

.showcase__btn:hover {
  background-color: #b12a2a;
}

@media screen and (max-width: 991px) {
  .showcase__block {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
}

@media screen and (max-width: 767px) {
  .showcase__block {
    text-align: center;
    max-width: 100%;
  }
}

.company {
  padding: 120px 0;
}

@media screen and (max-width: 1260px) {
  .company {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .company {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .company {
    padding: 30px 0 60px 0;
  }
}

.company__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: flex-end;
  margin-bottom: 35px;
}

@media screen and (max-width: 1260px) {
  .company__header {
    margin-bottom: 25px;
  }
}

.company__header::before {
  content: "";
  display: block;
  height: 3px;
  width: 115%;
  background-color: #cf3535;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1260px) {
  .company__header::before {
    width: 100%;
  }
}

.company__title {
  font-size: 32px;
  background: #fff;
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-left: 90px;
  margin-right: 0;
  margin-left: auto;
  font-weight: 400;
  text-align: right;
  font-family: "Orchidea Pro";
}

@media screen and (max-width: 1260px) {
  .company__title {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .company__title {
    font-size: 25px;
    padding-left: 20px;
  }
}

.company__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transform: translateX(-200px);
}

@media screen and (max-width: 1260px) {
  .company__items {
    transform: none;
  }
}

@media screen and (max-width: 1260px) {
  .company__items {
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .company__items {
    display: block;
  }
}

.company__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 671px;
  min-width: 671px;
  margin-right: 60px;
}

@media screen and (max-width: 1260px) {
  .company__image {
    min-width: 450px;
    width: 450px;
    margin-right: 40px;
  }
  .company__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .company__image {
    min-width: auto;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .company__image {
    display: none;
  }
}

.company__item {
  min-width: 630px;
  width: 630px;
}

@media screen and (max-width: 1260px) {
  .company__item {
    min-width: auto;
    width: 100%;
  }
}

.company__info {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1260px) {
  .company__info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .company__info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}

.company__list li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .company__list li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.company__list li::before {
  content: "";
  border-radius: 4px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 3px solid #cf3434;
  margin-right: 35px;
  transform: translateY(4px);
}

@media screen and (max-width: 1260px) {
  .company__list li::before {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .company__list li::before {
    margin-right: 15px;
  }
}

.company__list li:last-child {
  margin-bottom: 0;
}

.service {
  margin-bottom: 130px;
}

@media screen and (max-width: 1260px) {
  .service {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .service {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 60px;
  }
}

.service__header {
  position: relative;
  margin-bottom: 30px;
}

.service__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 3px;
  width: 100%;
  left: 0;
  background: #cf3535;
}

.service__header span {
  font-size: 32px;
  font-family: "Orchidea Pro";
  padding-right: 60px;
  background: #fff;
  font-weight: 400;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 991px) {
  .service__header span {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .service__header span {
    font-size: 25px;
    padding-right: 10px;
  }
}

.service__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .service__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.service__head {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .service__head {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.service__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .service__items {
    display: block;
  }
}

.service__item {
  box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-color: #f0f0f0;
  border-radius: 4px;
  margin-right: 30px;
}

@media screen and (max-width: 1260px) {
  .service__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .service__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service__item:last-child {
    margin-bottom: 0;
  }
}

.service__item:last-child {
  margin-right: 0;
}

.service__item-head {
  border-bottom: 3px solid #f0f0f0;
  padding: 20px 20px 10px 20px;
  font-family: "Orchidea Pro";
  font-size: 24px;
}

@media screen and (max-width: 1260px) {
  .service__item-head {
    height: 91px;
  }
}

@media screen and (max-width: 991px) {
  .service__item-head {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .service__item-head {
    font-size: 18px;
    padding: 15px 15px 10px 15px;
  }
}

.service__item ul {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .service__item ul {
    padding: 15px;
  }
}

.service__item ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .service__item ul li {
    font-size: 14px;
    line-height: 19px;
  }
}

.service__item ul li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 3px;
  background-color: #cf3434;
  margin-right: 12px;
  transform: translateY(5px);
}

.service__item ul li:last-child {
  margin-bottom: 0;
}

.team {
  max-width: 1440px;
  margin: 0 auto 120px auto;
  background: #f0f0f0;
}

@media screen and (max-width: 1260px) {
  .team {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .team {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .team {
    margin-bottom: 60px;
  }
}

.team__item {
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .team__item {
    padding: 0 0 80px 0;
  }
}

.team__title {
  font-family: "Orchidea Pro";
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .team__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.team__info {
  font-size: 16px;
  line-height: 26px;
  max-width: 510px;
}

@media screen and (max-width: 991px) {
  .team__info {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .team__info {
    font-size: 14px;
    line-height: 24px;
  }
}

.team__block {
  position: absolute;
  top: -15px;
  right: 0;
  border-radius: 4px;
  background-color: #cf3434;
  padding: 40px;
  max-width: 524px;
  font-family: "Orchidea Pro";
  color: #fff;
  font-size: 25px;
}

@media screen and (max-width: 1260px) {
  .team__block {
    padding: 20px;
    max-width: 420px;
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .team__block {
    position: static;
    max-width: 100%;
    transform: translateY(-40px);
  }
}

@media screen and (max-width: 991px) {
  .team__block {
    font-size: 18px;
  }
}

.work {
  margin-bottom: 120px;
}

@media screen and (max-width: 1260px) {
  .work {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .work {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .work {
    margin-bottom: 60px;
  }
}

.work__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: flex-end;
  margin-bottom: 35px;
}

@media screen and (max-width: 1260px) {
  .work__header {
    margin-bottom: 25px;
  }
}

.work__header::before {
  content: "";
  display: block;
  height: 3px;
  width: 112%;
  background-color: #cf3535;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1260px) {
  .work__header::before {
    width: 100%;
  }
}

.work__header span {
  background: #fff;
  position: relative;
  z-index: 20;
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  padding-left: 60px;
  font-family: "Orchidea Pro";
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .work__header span {
    font-size: 25px;
    padding-left: 10px;
  }
}

.work__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1260px) {
  .work__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .work__items {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .work__items {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 30px;
  }
}

.work__item {
  border-radius: 4px;
  box-shadow: 5px 4px 25px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}

.work__item:nth-child(1), .work__item:nth-child(2), .work__item:nth-child(3) {
  align-items: center;
}

.work__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  margin-right: 25px;
}

@media screen and (max-width: 1260px) {
  .work__image {
    min-width: 50px;
    width: 50px;
    margin-right: 16px;
  }
}

.work__head {
  font-size: 18px;
  font-weight: 600;
  font-family: "Orchidea Pro";
}

@media screen and (max-width: 1260px) {
  .work__head {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .work__head {
    font-size: 18px;
  }
}

.work__text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .work__text {
    font-size: 14px;
    line-height: 24px;
  }
}

.work__btn {
  width: 161px;
  height: 52px;
  border-radius: 4px;
  background-color: #cf3434;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Orchidea Pro";
  margin: 0 auto;
}

.work__btn:hover {
  background: #b12a2a;
}

.price {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .price {
    margin-bottom: 30px;
  }
}

.price__title {
  font-size: 32px;
  font-family: "Orchidea Pro";
  margin-bottom: 80px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .price__title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.price__items {
  max-width: 960px;
  margin: 0 auto;
}

.price__item {
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Orchidea Pro";
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .price__item {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.price__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.price__value {
  white-space: nowrap;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .price__value {
    font-size: 14px;
    margin-left: 0;
    margin-top: 8px;
  }
}

.price__value span {
  font-family: sans-serif;
}

.faq {
  padding: 60px 0 90px 0;
  background: url(../images/faq.webp) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .faq {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}

.faq::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
}

.faq__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-family: "Orchidea Pro";
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 25px;
    margin-bottom: 40px;
  }
}

.faq__items {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.faq__item {
  background: #fff;
  margin-bottom: 2px;
  border-radius: 4px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__header {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 25px 15px 25px 30px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .faq__header {
    padding: 20px 10px 20px 20px;
  }
}

.faq__header:hover .faq__strong {
  background-color: #eee;
}

.faq__header:hover .faq__strong svg g {
  stroke: #cf3434;
}

.faq__header.active .faq__strong svg {
  transform: rotate(45deg);
}

.faq__name {
  font-size: 22px;
  font-weight: 600;
  font-family: "Orchidea Pro";
}

@media screen and (max-width: 767px) {
  .faq__name {
    font-size: 20px;
  }
}

.faq__strong {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  transition: 300ms;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  margin-left: 20px;
}

.faq__strong svg {
  transition: 300ms;
}

.faq__strong svg g {
  transition: 300ms;
  stroke: #282222;
}

.faq__body {
  padding: 0 30px 30px 30px;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

@media screen and (max-width: 767px) {
  .faq__body {
    padding: 0 20px 20px 20px;
  }
}

.review {
  padding: 60px 0 200px 0;
}

@media screen and (max-width: 1260px) {
  .review {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 991px) {
  .review {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .review {
    padding: 30px 0 120px 0;
  }
}

.review__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .review__header {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .review__header {
    margin-bottom: 20px;
  }
}

.review__header::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 120%;
  top: 50%;
  transform: translate(0, -50%);
  left: -10%;
  background: #cf3535;
}

@media screen and (max-width: 767px) {
  .review__header::before {
    width: 100%;
    left: 0;
  }
}

.review__header span {
  display: inline-block;
  padding: 0 40px;
  margin: 0 auto;
  font-size: 32px;
  font-family: "Orchidea Pro";
  background: #fff;
  position: relative;
  z-index: 5;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .review__header span {
    font-size: 25px;
    padding: 0 20px;
  }
}

.review__info {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .review__info {
    font-size: 14px;
    line-height: 24px;
  }
}

.review__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .review__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}

.review__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .review__item {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .review__item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0 auto;
  }
}

.review__item img {
  width: 100%;
}

.contacts {
  padding: 90px 0;
  background: #f0f0f0;
}

@media screen and (max-width: 991px) {
  .contacts {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts {
    padding: 60px 0 30px 0;
  }
}

.contacts__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contacts__items {
    flex-direction: column;
  }
}

.contacts__map {
  min-width: 660px;
  width: 660px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/map.webp) no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1260px) {
  .contacts__map {
    min-width: 550px;
    width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .contacts__map {
    height: 350px;
    min-width: 450px;
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    min-width: auto;
    width: 100%;
    height: 300px;
  }
}

.contacts__map > div {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contacts__item {
    margin-bottom: 30px;
    width: 100%;
  }
}

.contacts__title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Orchidea Pro";
}

@media screen and (max-width: 767px) {
  .contacts__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.contacts__adres {
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contacts__adres {
    margin-bottom: 24px;
  }
}

.contacts__tel {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contacts__tel {
    margin-bottom: 24px;
  }
}

.contacts__mail {
  font-size: 16px;
  display: block;
  color: #ff8562;
}

.footer {
  padding: 50px 0;
  background: #393c3e;
  color: #fff;
}

.footer__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__items {
    display: block;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin: 0 auto;
    display: block;
    max-width: 465px;
    text-align: center;
  }
}

.footer__nav li {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .footer__nav li {
    display: inline-block;
  }
}

.footer__nav li:last-child {
  margin-right: 0;
}

.footer__nav li a {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
}

.footer__nav li a:hover {
  color: #ff8562;
}

.popup {
  width: 330px;
  border-radius: 5px;
  background-color: #fff;
  margin: 100px auto;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.popup_header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 0 0;
  font-size: 28px;
  cursor: pointer;
}
.x-btn {
  line-height: .5;
  padding: 0;
  width: auto;
  height: auto;
}
.popup_content {
  padding: 20px;
  padding-top: 0;
  font-family: 'Orchidea Pro', Arial, sans-serif;
  text-align: center;
}
.popup_content_title {
  font-size: 28px;
  color: #282121;
  font-weight: bold;
}
.popup_content_subtitle {
  margin: 20px auto;
  font-size: 13px;
  color: #282121;
}
.popup-phone {
  border: 1px solid #282121;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: calc(100% - 40px);
  margin-bottom: 5px;
  padding: 16px;
  color: #7F7F7F;
  font-size: 22px;
  outline: none;
}
.text-muted {
  margin-top: 20px;
  font-size: 10px;
  color: #7F7F7F;
  text-decoration: none;
}
.text-muted a {
  color: #7F7F7F;
  text-decoration: none;
}
.feedback {
  font-size: 16px;
  margin-top: 15px;
  padding: 12px 0;
  letter-spacing: 1px;
  width: 270px;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  background: #cf3434;
  font-family: 'Orchidea Pro', Arial, sans-serif;
}
.popup-success {
  margin-top: 25px;
  font-family: 'Orchidea Pro', Arial, sans-serif;
  font-size: 24px;
  color: #282121;
  text-align: center;
}
.popup-error {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #cf3434;
  text-align: center;
}
.close-btn {
  font-size: 17px;
  margin: 30px auto 15px;
  padding: 12px 0;
  letter-spacing: 2px;
  width: 270px;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  background: #cf3434;
  font-family: 'Orchidea Pro', Arial, sans-serif;
  display: none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 3rem auto 0;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cf3434;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha-container, .recaptcha-container div { 
  max-width: 100%; 
} 
.recaptcha-container iframe { 
  transform: scale(0.96);
  transform-origin: left center;
}
button.mfp-close {
  display: none;
}
