@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&family=Manrope:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
}

body {
  min-width: 320px;
  font: 1.146vw/1.4 "Manrope", sans-serif;
  color: #000;
  background: #F6F6F5;
}
body.o-hidden {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

.container {
  max-width: 90.42%;
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.btn {
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  background: #EDBE3A;
  padding: 1.094vw 3.021vw;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.5s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 20px;
    padding: 17px 32px;
    margin: 0 auto;
    display: flex;
    width: max-content;
  }
}
.btn:hover {
  background: #121110;
}

.head-bg {
  background: url("../images/head-bg.png") right bottom 70px/cover no-repeat;
}
@media (max-width: 768px) {
  .head-bg {
    background: transparent;
  }
}

.mb110 {
  margin-bottom: 5.729vw;
}
@media (max-width: 768px) {
  .mb110 {
    margin-bottom: 50px;
  }
}

.title {
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  line-height: 110%;
  color: #1E1E1E;
  font-size: 2.5vw;
  margin-bottom: 3.646vw;
}
@media (max-width: 768px) {
  .title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.header {
  padding: 1.823vw 0 2.604vw;
}
@media (max-width: 768px) {
  .header {
    padding: 23px 0 24px;
    background: #121110;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  display: flex;
  width: 5.208vw;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header__menu ul li:not(:last-child) {
  margin-right: 2.344vw;
}
.header__menu ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.302vw;
  font-family: "Fira Sans", sans-serif;
  transition: color 0.5s ease;
  color: #fff;
}
@media (max-width: 1024px) {
  .header__menu ul li a {
    font-size: 16px;
  }
}
.header__menu ul li a:hover {
  color: #EDBE3A;
}

.head__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .head__wrap {
    border-radius: 0;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .head .container {
    padding: 0;
  }
}
.head__content {
  width: 42.105vw;
  padding-left: 4.583vw;
}
@media (max-width: 768px) {
  .head__content {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 50px;
  }
}
.head__img {
  width: 35.521vw;
  height: 33.75vw;
}
@media (max-width: 768px) {
  .head__img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.head__img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 5px 0 0;
}
@media (max-width: 768px) {
  .head__img img {
    border-radius: 0;
  }
}
.head__sub-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 110%;
  color: #1E1E1E;
  margin-bottom: 1.094vw;
}
@media (max-width: 768px) {
  .head__sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.head__title {
  font-weight: 700;
  font-size: 2.865vw;
  line-height: 110%;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 1.302vw;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .head__title {
    font-size: 30px;
    margin-bottom: 11px;
  }
}
.head__title span {
  color: #EDBE3A;
}
.head__descr {
  margin-bottom: 2.865vw;
}
@media (max-width: 768px) {
  .head__descr {
    margin-bottom: 40px;
  }
}
.head__benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .head__benefits {
    display: block;
  }
}
.head__item {
  width: 33.33%;
  text-align: center;
  color: #000;
  transition: background 0.5s ease;
  padding: 1.771vw 1vw 3.594vw;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 768px) {
  .head__item {
    width: 100%;
    padding: 30px 15px;
  }
}
.head__item:nth-child(1) {
  background: #121110;
  border-radius: 0 0 0 5px;
  color: #fff;
}
.head__item:nth-child(1):hover {
  background: rgba(18, 17, 16, 0.8);
}
.head__item:nth-child(2) {
  background: #EDBE3A;
}
.head__item:nth-child(2):hover {
  background: rgba(237, 190, 58, 0.8);
}
.head__item:nth-child(3) {
  background: #fff;
}
.head__item:nth-child(3):hover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 5px 0;
}
.head__heading {
  font-weight: 400;
  font-size: 1.667vw;
  line-height: 110%;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .head__heading {
    font-size: 22px;
  }
}
.head__icon {
  margin-bottom: 1.25vw;
  height: 4.479vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .head__icon {
    height: 50px;
    margin-bottom: 15px;
  }
}
.head__icon img {
  display: flex;
}

.circle {
  position: relative;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  z-index: 10;
  display: none;
}
@media (max-width: 768px) {
  .circle {
    display: block;
  }
}
.circle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle svg path {
  transition: stroke 0.5s ease;
}
.circle.active svg path {
  stroke: #1E1E1E;
}

.circle__item {
  width: 50%;
  height: 100%;
  right: 0;
  position: absolute;
  overflow: hidden;
  transform-origin: left center;
}

.circle.active .circle__item {
  animation: anim1 0.5s 1;
  transform: rotate(180deg);
}

@keyframes anim1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.circle__half {
  height: 100%;
  right: 0;
  position: absolute;
  border: solid 1px transparent;
  border-top-color: #1E1E1E;
  border-left-color: #1E1E1E;
  border-radius: 50%;
}

.circle__half--clipped {
  width: 200%;
  transform: rotate(-45deg);
}

.circle.active .circle__half--clipped {
  transform: rotate(135deg);
  animation: anim2 0.25s linear 2;
}

@keyframes anim2 {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.circle__half--fix {
  width: 100%;
  transform: rotate(135deg);
  opacity: 0;
}

.circle.active .circle__half--fix {
  opacity: 1;
  animation: anim3 0.5s 1;
}

@keyframes anim3 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mobile__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: #EDBE3A;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.mobile__menu.active {
  opacity: 1;
  visibility: visible;
}

.menu {
  list-style: none;
}
.menu li {
  text-align: center;
}
.menu li:not(:last-child) {
  margin-bottom: 20px;
}
.menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Fira Sans", sans-serif;
}

.team .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .team .container {
    display: block;
  }
}
.team__left {
  width: 43.229vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .team__left {
    width: 100%;
  }
}
.team__image {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .team__image {
    margin-left: -8px;
    width: calc(100% + 16px);
    margin-bottom: 12px;
  }
}
.team__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .team__image img {
    border-radius: 0;
  }
}
.team__info {
  width: 43.229vw;
  background: #fff;
  border-radius: 5px;
  padding: 3.125vw 4.583vw 5.99vw;
}
@media (max-width: 768px) {
  .team__info {
    width: 100%;
    padding: 0;
    background: transparent;
  }
}
.team__title {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 2.083vw;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 1.042vw;
}
@media (max-width: 768px) {
  .team__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.team__descr p:not(:last-child) {
  margin-bottom: 0.781vw;
}
@media (max-width: 768px) {
  .team__descr p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.team__list {
  list-style: none;
  margin: 0;
  padding: 1.563vw 2.604vw;
  display: flex;
  width: max-content;
  background: #EDBE3A;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .team__list {
    margin-bottom: 40px;
    width: 100%;
    justify-content: center;
    padding: 30px 20px 25px;
  }
}
.team__list li {
  text-align: center;
  padding: 0 2.604vw;
  font-weight: 700;
  font-size: 1.042vw;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .team__list li {
    font-size: 16px;
    padding: 0 20px;
  }
}
.team__list li span {
  display: block;
  font-size: 2.5vw;
  margin-bottom: 0.677vw;
}
@media (max-width: 768px) {
  .team__list li span {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.why-we__wrap {
  margin: 0 -1.563vw;
  letter-spacing: -0.36em;
}
@media (max-width: 768px) {
  .why-we__wrap {
    text-align: center;
  }
}
.why-we__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.563vw;
  width: 25%;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .why-we__item {
    width: 100%;
  }
  .why-we__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.why-we__bg {
  background: #fff;
  border-radius: 5px;
  padding: 2.813vw 0.781vw;
}
@media (max-width: 768px) {
  .why-we__bg {
    max-width: 256px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
.why-we__heading {
  font-weight: 700;
  font-size: 1.458vw;
  color: #000;
  margin-bottom: 1.042vw;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .why-we__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.why-we__img {
  width: 5.208vw;
  display: flex;
  margin: 0 auto 1.563vw;
}
@media (max-width: 768px) {
  .why-we__img {
    width: 50px;
    margin-bottom: 25px;
  }
}

.services__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .services__item {
    display: block;
  }
}
.services__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.services__item:not(:last-child) {
  margin-bottom: 5.208vw;
}
@media (max-width: 768px) {
  .services__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.services__info {
  width: 50.938vw;
  background: #fff;
  border-radius: 5px;
  min-height: 41.198vw;
  padding: 6.719vw 4.583vw 4.115vw;
}
@media (max-width: 768px) {
  .services__info {
    width: 100%;
    min-height: 1px;
    padding: 30px;
  }
}
.services__image {
  display: flex;
  width: 35.521vw;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .services__image {
    width: 256px;
    margin: 0 auto 20px;
  }
}
.services__heading {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 2.083vw;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
  margin-bottom: 1.042vw;
}
@media (max-width: 768px) {
  .services__heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.services__descr {
  color: #000;
  font-size: 1.667vw;
  max-width: 30.938vw;
  line-height: 1.4;
  margin-bottom: 3.646vw;
}
@media (max-width: 768px) {
  .services__descr {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.services__list {
  list-style: none;
  letter-spacing: -0.36em;
}
.services__list li {
  width: 50%;
  display: inline-flex;
  letter-spacing: normal;
  margin-bottom: 2.604vw;
  align-items: center;
}
@media (max-width: 768px) {
  .services__list li {
    width: 100%;
    display: flex;
    margin: 0;
  }
  .services__list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.services__list li:nth-child(odd) {
  padding-right: 2.344vw;
}
@media (max-width: 768px) {
  .services__list li:nth-child(odd) {
    padding-right: 0;
  }
}
.services__list li:nth-child(even) {
  padding-left: 2.344vw;
}
@media (max-width: 768px) {
  .services__list li:nth-child(even) {
    padding-left: 0;
  }
}
.services__icon {
  background: #EDBE3A;
  border-radius: 5px;
  width: 5.208vw;
  min-width: 5.208vw;
  height: 5.208vw;
  margin-right: 1.302vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .services__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.services__icon img {
  display: flex;
  max-width: 98%;
  max-height: 98%;
}
@media (max-width: 768px) {
  .services__icon img {
    max-width: 40px;
    max-height: 40px;
  }
}
.services__ttl {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.458vw;
  line-height: 1.1;
  margin-bottom: 0.729vw;
}
@media (max-width: 768px) {
  .services__ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .services__text {
    font-size: 14px;
  }
}

.form1 {
  background: #EDBE3A;
  padding: 5.729vw 0;
}
@media (max-width: 768px) {
  .form1 {
    padding: 30px 0 40px;
  }
}
.form1 form {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .form1 form {
    display: block;
  }
}
.form1 .wpcf7-spinner {
  display: none;
}
.form1 input[type=text],
.form1 input[type=tel] {
  width: 27.813vw;
  height: 5.208vw;
  border: 0.156vw solid transparent;
  outline: none;
  border-radius: 5px;
  padding: 0 3.125vw;
  font-size: 0.938vw;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .form1 input[type=text],
  .form1 input[type=tel] {
    width: 100%;
    display: block;
    height: 50px;
    max-width: 256px;
    margin: 0 auto 26px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.form1 input[type=text]::-webkit-input-placeholder,
.form1 input[type=tel]::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  color: #949494;
}
.form1 input[type=text]:-moz-placeholder,
.form1 input[type=tel]:-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  color: #949494;
}
.form1 input[type=text]::-moz-placeholder,
.form1 input[type=tel]::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  color: #949494;
}
.form1 input[type=text]:-ms-input-placeholder,
.form1 input[type=tel]:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  color: #949494;
}
.form1 input[type=text].error,
.form1 input[type=tel].error {
  border-color: #ff5757;
}
.form1 input[type=submit] {
  width: 15.469vw;
  height: 5.208vw;
  background: #1E1E1E;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.25vw;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media (max-width: 768px) {
  .form1 input[type=submit] {
    max-width: 256px;
    margin: 0 auto;
    height: 50px;
    display: block;
    width: 100%;
    font-size: 18px;
  }
}
.form1 input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.8);
}
.form1 .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1vw;
  top: 100%;
  left: 0;
}
.form1 .wpcf7-response-output {
  display: none !important;
}
.form1.form2 {
  background: #1E1E1E;
}
.form1.form2 input[type=submit] {
  background: #EDBE3A;
}
.form1.form2 input[type=submit]:hover {
  background: rgba(237, 190, 58, 0.8);
}

.projects .swiper-wrapper {
  height: auto;
}
.projects__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .projects__wrap {
    display: block;
  }
}
.projects__thumbnails {
  width: 43.229vw;
}
.projects .swiper-container {
  width: 100%;
  height: 100%;
}
.projects .swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .projects .swiper-slide {
    display: block;
  }
}
.projects__slide {
  width: 43.229vw;
}
@media (max-width: 768px) {
  .projects__slide {
    width: 100%;
    margin-bottom: 20px;
  }
}
.projects__content {
  width: 43.229vw;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 2.604vw 4.583vw 2.083vw 4.427vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .projects__content {
    width: 100%;
    padding: 30px;
  }
}
.projects__main-image {
  width: 100%;
  height: 28.802vw;
  margin-bottom: 2.083vw;
}
@media (max-width: 768px) {
  .projects__main-image {
    margin-bottom: 0;
    height: auto;
  }
}
.projects__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: flex;
}
.projects__images-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .projects__images-list {
    display: none;
  }
}
.projects__small-img {
  position: relative;
  width: 9.375vw;
  display: flex;
  height: 8.177vw;
  cursor: pointer;
}
.projects__small-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
.projects__small-img:hover:before {
  opacity: 0;
}
.projects__small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__info {
  flex-grow: 1;
  max-width: 30.938vw;
  font-size: 1.667vw;
}
@media (max-width: 768px) {
  .projects__info {
    max-width: 100%;
    font-size: 16px;
  }
}
.projects__info p {
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .projects__info p {
    margin-bottom: 30px;
  }
}
.projects__info ul {
  margin-bottom: 3.125vw;
  list-style: none;
}
@media (max-width: 768px) {
  .projects__info ul {
    margin-bottom: 30px;
  }
}
.projects__info ul li {
  font-size: 1.25vw;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .projects__info ul li {
    font-size: 14px;
  }
}
.projects__info ul li:before {
  content: "";
  display: block;
  width: 1.823vw;
  min-width: 1.823vw;
  height: 0.156vw;
  background: #EDBE3A;
  margin-right: 1.302vw;
}
@media (max-width: 768px) {
  .projects__info ul li:before {
    width: 20px;
    min-width: 20px;
    height: 3px;
    margin-right: 15px;
  }
}
.projects__info ul li:not(:last-child) {
  margin-bottom: 1.563vw;
}
@media (max-width: 768px) {
  .projects__info ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.projects__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .projects__nav {
    display: none;
  }
}
.projects__heading {
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 1.1;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 1.563vw;
}
@media (max-width: 768px) {
  .projects__heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.projects__prev, .projects__next {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.projects__prev:hover, .projects__next:hover {
  opacity: 0.8;
}
.projects__prev img, .projects__next img {
  display: flex;
  width: 2.604vw;
}
@media (max-width: 768px) {
  .projects__prev img, .projects__next img {
    width: 25px;
  }
}
.projects__prev {
  margin-right: 1.563vw;
}
@media (max-width: 768px) {
  .projects__prev {
    margin-right: 10px;
  }
}

.reviews__slider {
  max-width: 79.271vw;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .reviews__slider {
    max-width: 100%;
  }
}
.reviews__slider .swiper-wrapper {
  height: auto;
}
.reviews__slider .swiper-slide {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 3.021vw 3.646vw 3.646vw 3.802vw;
}
@media (max-width: 768px) {
  .reviews__slider .swiper-slide {
    padding: 30px;
  }
}
.reviews__quote {
  display: flex;
  margin-bottom: 2.604vw;
}
@media (max-width: 768px) {
  .reviews__quote {
    width: 23px;
    margin-bottom: 10px;
  }
}
.reviews__review {
  font-size: 1.25vw;
  max-width: 56.302vw;
  padding-left: 4.896vw;
  color: #1E1E1E;
  margin-bottom: 1.563vw;
}
@media (max-width: 768px) {
  .reviews__review {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 26px;
    font-size: 16px;
  }
}
.reviews__name {
  padding-left: 4.896vw;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4.271vw;
}
@media (max-width: 768px) {
  .reviews__name {
    padding-left: 0;
  }
}
.reviews__name span {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.563vw;
  line-height: 110%;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .reviews__name span {
    font-size: 16px;
  }
}
.reviews__name span:before {
  content: "-";
  color: #1E1E1E;
  padding-right: 0.26vw;
}
.reviews__name a {
  margin-left: 2.604vw;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 110%;
  color: #949494;
}
@media (max-width: 768px) {
  .reviews__name a {
    margin-left: 20px;
    font-size: 12px;
  }
}
.reviews__name a:hover {
  text-decoration: none;
}
.reviews__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews__prev, .reviews__next {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.reviews__prev:hover, .reviews__next:hover {
  opacity: 0.8;
}
.reviews__prev img, .reviews__next img {
  display: flex;
  width: 2.604vw;
}
@media (max-width: 768px) {
  .reviews__prev img, .reviews__next img {
    width: 25px;
  }
}
.reviews__prev {
  margin-right: 1.563vw;
}
@media (max-width: 768px) {
  .reviews__prev {
    margin-right: 10px;
  }
}

.faq__item {
  background: #fff;
  border-radius: 5px;
  padding: 0 2.604vw 0 4.583vw;
}
@media (max-width: 768px) {
  .faq__item {
    padding: 0 22px 0 30px;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 3.646vw;
}
@media (max-width: 768px) {
  .faq__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.faq__head {
  padding: 2.604vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.458vw;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__head {
    padding: 22px 0;
    font-size: 16px;
  }
}
.faq__head img {
  display: flex;
  width: 2.604vw;
  min-width: 2.604vw;
  margin-left: 1vw;
  height: 2.604vw;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .faq__head img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-left: 15px;
  }
}
.faq__head img.active {
  transform: rotate(-180deg);
}
.faq__answer {
  padding-bottom: 3.125vw;
  color: #949494;
  display: none;
}
@media (max-width: 768px) {
  .faq__answer {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.footer {
  padding-bottom: 2.865vw;
  background: #EDBE3A;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 15px;
  }
}
.footer__head {
  padding: 4.167vw 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.604vw;
}
@media (max-width: 768px) {
  .footer__head {
    padding: 50px 0 40px;
    margin-bottom: 40px;
  }
}
.footer__head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__head .container {
    display: block;
  }
}
.footer__contacts {
  margin-bottom: 5.885vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__contacts {
    margin-bottom: 70px;
  }
}
.footer__copy {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.302vw;
  line-height: 110%;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 12px;
  }
}
.footer .header__logo {
  display: flex;
  margin-bottom: 50px;
}
.footer .header__logo img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .header__menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer .header__menu ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer .header__menu ul li {
    text-align: center;
  }
  .footer .header__menu ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .header__menu ul li a {
    font-size: 20px;
  }
}
.footer .header__menu ul li a:hover {
  color: #1E1E1E;
}
.footer__phone {
  text-decoration: none;
  color: #1E1E1E;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
  font-size: 3.333vw;
  transition: opacity 0.5s ease;
}
@media (max-width: 768px) {
  .footer__phone {
    font-size: 20px;
  }
}
.footer__phone:hover {
  opacity: 0.8;
}
.footer__soc {
  list-style: none;
  display: flex;
}
.footer__soc li:not(:last-child) {
  margin-right: 1.667vw;
}
@media (max-width: 768px) {
  .footer__soc li:not(:last-child) {
    margin-right: 15px;
  }
}
.footer__soc li a {
  display: flex;
}
.footer__soc li a img {
  width: 2.083vw;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .footer__soc li a img {
    width: 15px;
  }
}
.footer__soc li a:hover img {
  transform: scale(1.25);
}

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