@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

html {
  scroll-behavior: smooth;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  display: none;
}

._input {
  height: 50px;
  font-size: 20px;
  padding: 0px 15px;
  border-radius: 6px;
}
._input:focus {
  border: 1px solid #46f2de;
}

._btn {
  height: 50px;
  font-size: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d8cff;
  border-radius: 6px;
  color: #ffffff;
  transition: opacity 0.3s;
  cursor: pointer;
}
._btn:hover {
  opacity: 0.8;
}

._title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #f9fafc;
}
@media (max-width: 767.98px) {
  ._title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

._subtitle {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  ._subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

section {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  section {
    margin-bottom: 70px;
  }
}

.thanks {
  width: 380px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #495565;
  padding: 20px;
  font-size: 18px;
  line-height: 140%;
  border-radius: 10px;
  z-index: 9999;
  display: none;
}
@media (max-width: 767.98px) {
  .thanks {
    width: 300px;
    font-size: 14px;
  }
}

input[type=date] {
  background-color: #46f2de;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 160px;
}
input[type=date]::webkit-calendar-picker-indicator {
  background-color: #ffffff;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}

.whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 60px;
  z-index: 10;
}
.whatsapp img {
  width: 60px;
  height: 60px;
}
@media (max-width: 1410px) {
  .whatsapp {
    right: 15px;
    bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .whatsapp {
    right: 15px;
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .whatsapp {
    right: 15px;
    bottom: 15px;
  }
}
.whatsapp::before {
  content: "Напишите нам";
  position: relative;
  top: 36%;
  left: 0;
  width: 150px;
  height: 60px;
  padding: 20px;
  background-color: #1fd466;
  color: #ffffff;
  border-radius: 20px 40px 40px 20px;
}

.input {
  height: 51px;
  border-radius: 15px;
  padding: 0px 10px;
  font-size: 18px;
}

option {
  padding: 5px 0px;
}

select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.thanks {
  width: 400px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #2d8cff;
  padding: 20px;
  font-size: 18px;
  line-height: 140%;
  border-radius: 10px;
  z-index: 9999;
  display: none;
}
@media (max-width: 767.98px) {
  .thanks {
    width: 320px;
    font-size: 14px;
  }
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  border-radius: 10px;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
}
.lock .popup__content {
  visibility: visible;
}

.popup-form__body {
  padding: 40px 30px 30px 30px;
  background-color: #c4c4c3;
  color: #ffffff;
  border-radius: 15px;
  max-width: 700px;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .popup-form__body {
    padding: 50px 15px 30px 15px;
  }
}
.popup-form__close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
}
.popup-form__close img {
  width: 35px;
}
.popup-form__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.popup-form__subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000000;
}
.popup-form__form {
  display: flex;
  flex-direction: column;
  color: #000000;
  gap: 15px;
}
.popup-form__input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #d9d9d7;
  border-radius: 15px;
  color: #000000;
  font-weight: 500;
}
.popup-form__input::-moz-placeholder {
  color: #000000;
}
.popup-form__input::placeholder {
  color: #000000;
}
.popup-form__line {
  width: 100%;
  height: 1px;
  background-color: #515e6e;
}
.popup-form__select {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid #d9d9d7;
  color: #000000;
  font-weight: 500;
}
.popup-form__button {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border-radius: 15px;
  background-color: #2d8cff;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  transition: opacity 0.3s;
}
.popup-form__button:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .popup-form__button {
    font-size: 22px;
  }
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

html.lock {
  overflow: hidden;
}

body {
  background-color: #25313d;
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
body._lock {
  overflow: hidden;
}
body.lock {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #2d8cff;
  border-radius: 20px;
}
body ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}

main {
  flex: 100%;
}

[class*=__container] {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  position: relative;
  background-color: #495565;
}
.header__container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .header__container {
    height: 90px;
  }
}
.header__logo {
  display: flex;
  align-items: top;
  position: relative;
  z-index: 11;
}
.header__logo img {
  width: 225px;
}
@media (max-width: 767.98px) {
  .header__logo img {
    width: 205px;
  }
}
.header__logo p {
  color: #ffffff;
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.header__phones {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .header__phones {
    gap: 55px;
    margin-right: 50px;
  }
}
@media (max-width: 405px) {
  .header__phones {
    gap: 35px;
  }
}
.header__phone {
  color: #ffffff;
  transition: all 0.3s;
  position: relative;
  z-index: 6;
}
.header__phone:hover {
  color: #2d8cff;
}
@media (max-width: 767.98px) {
  .header__phone p {
    display: none;
  }
}
.header__phone img {
  display: none;
}
@media (max-width: 767.98px) {
  .header__phone img {
    display: block;
    width: 30px;
    height: 30px;
  }
}
.header__phone:nth-child(2)::after {
  content: "Красноярск";
}

@media (max-width: 767.98px) {
  .menu__body {
    transform: translate(225%, 0%);
    transition: transform 0.8s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 80px 10px 30px 10px;
    background-color: #515e6e;
    z-index: 5;
  }
  .menu__body._active {
    transform: translate(0px, 0%);
  }
}
.menu__list {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .menu__list {
    padding-top: 50px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .menu__item {
    margin-bottom: 20px;
  }
  .menu__item:first-child {
    padding: 0;
  }
}
.menu__link {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
}
.menu__link::before {
  content: "";
  position: absolute;
  height: 1.5px;
  background-color: #ffffff;
  width: 0%;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
}
.menu__link:hover::before {
  width: 100%;
}
@media (max-width: 767.98px) {
  .menu__link {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .header__burger {
    display: block;
    position: absolute;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 10;
    right: 15px;
    top: 47px;
    transform: translate(0, -50%);
  }
  .header__burger span {
    transition: 0.3s all;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
  .header__burger span:first-child {
    top: 0px;
  }
  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }
  .header__burger._active span {
    transform: scale(0);
    background-color: #ffffff;
  }
  .header__burger._active span:first-child {
    transform: rotate(-45deg);
    top: 8px;
  }
  .header__burger._active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
  }
}

.intro {
  width: 100vw;
  height: calc(100vh - 100px);
  position: relative;
}
@media (max-width: 767.98px) {
  .intro {
    height: calc(100vh - 90px);
  }
}
@media (max-height: 560px) {
  .intro {
    height: 600px;
  }
}
.intro__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.intro__block {
  height: 100%;
}
.intro__wrapper {
  display: flex;
  height: 100%;
}
.intro__slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}
.intro__slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.intro__container {
  position: relative;
  z-index: 2;
}
.intro__title {
  padding-top: 100px;
  font-size: 58px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .intro__title {
    padding-top: 30px;
    font-size: 36px;
  }
}
.intro__subtitle {
  font-size: 18px;
  line-height: 140%;
  max-width: 500px;
  margin-bottom: 30px;
}
.intro__button {
  padding: 15px 20px;
  border-radius: 10px;
  background: #2d8cff;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  transition: background 0.3s;
}
.intro__button:hover {
  background: #1279f8;
}

.work__title {
  text-align: center;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f9fafc;
}
@media (max-width: 767.98px) {
  .work__title {
    padding-top: 30px;
  }
}
.work__subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 122%;
}
@media (max-width: 767.98px) {
  .work__subtitle {
    font-size: 14px;
  }
}
.work__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767.98px) {
  .work__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work__label {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.work__label.active .work__image {
  border-radius: 15px 15px 0px 0px;
}
.work__name {
  position: absolute;
  bottom: 30px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767.98px) {
  .work__name {
    font-size: 20px;
  }
}
.work__content {
  padding-left: 20px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  line-height: 150%;
  border-radius: 0px 0px 15px 15px;
  background-color: #515e6e;
  color: #f9fafc;
}
.work__content p:not(:last-child) {
  margin-bottom: 7.5px;
}
.work__content h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.work__icons img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.work__counres {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
.work__counres .work__icons img {
  border-radius: 50%;
}
.work__counry {
  flex: 0 1 33%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0px;
  color: #ffffff;
  cursor: pointer;
}
.work__counry img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .work__counry {
    flex: 0 1 50%;
  }
}
.work__image {
  padding-bottom: 60%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .work__image {
    padding-bottom: 70%;
  }
}

.advantages__title {
  margin-bottom: 70px;
}
.advantages__body {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .advantages__body {
    flex-wrap: wrap;
  }
}
.advantages__item {
  flex: 0 1 25%;
  text-align: center;
}
@media (max-width: 1200px) {
  .advantages__item {
    flex: 0 1 calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .advantages__item {
    flex: 0 1 100%;
  }
}
.advantages__icon img {
  height: 170px;
}
.advantages__number {
  font-size: 20px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background-color: #46f2de;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.advantages__name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .advantages__name {
    font-size: 18px;
  }
}
.advantages__text {
  line-height: 130%;
}

.arrange__title {
  text-align: center;
}
.arrange__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .arrange__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.arrange__item {
  padding: 32px;
  border-radius: 12px;
  background-color: #515e6e;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .arrange__item {
    flex: 0 1 calc(33.333% - 14px);
  }
}
@media (max-width: 767.98px) {
  .arrange__item {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 479.98px) {
  .arrange__item {
    flex: 0 1 100%;
  }
}
.arrange__icon {
  margin-bottom: 15px;
  position: relative;
  height: 47px;
  width: 40px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.arrange__icon img {
  width: 40px;
}
.arrange__name {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .arrange__name {
    font-size: 22px;
  }
}
.arrange__text {
  font-weight: 400;
  color: #f9fafc;
  font-size: 16px;
  line-height: 150%;
}

.better {
  position: relative;
  height: 350px;
  margin-bottom: 0;
  background-color: #f7f6f4;
}
.better__bg {
  padding-bottom: 350px;
  width: 100vw;
  position: relative;
}
.better__bg::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.better__body {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  max-width: 1410px;
  width: 100%;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .better__body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
.better__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.better__item_end {
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .better__item_end {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .better__item {
    margin-right: 15px;
  }
}
.better__icon img {
  width: 100px;
}
@media (max-width: 1200px) {
  .better__icon img {
    width: 70px;
  }
}
.better__title {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .better__title {
    font-size: 40px;
  }
}
.better__text {
  color: #515e6e;
}
@media (max-width: 1200px) {
  .better__text {
    font-size: 14px;
  }
}

.faq {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #515e6e;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq__title {
  font-size: 58px;
  text-align: center;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .faq__title {
    padding-top: 30px;
    font-size: 36px;
  }
}
.faq__items {
  flex: 0 1 80%;
}
@media (max-width: 767.98px) {
  .faq__items {
    flex: 0 1 100%;
  }
}
.faq__item {
  padding: 30px 0px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767.98px) {
  .faq__item {
    padding: 15px 0px;
  }
}
.faq__label {
  padding-left: 60px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.faq__label::before {
  left: 10px;
  top: 50%;
  content: "";
  position: absolute;
  width: 20px;
  background-color: #ffffff;
  height: 2px;
}
.faq__label::after {
  left: 10px;
  top: 50%;
  content: "";
  position: absolute;
  width: 20px;
  background-color: #ffffff;
  height: 2px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.faq__label.active::after {
  transform: rotate(0deg);
}
@media (max-width: 767.98px) {
  .faq__label {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .faq__label {
    font-size: 16px;
  }
}
.faq__content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  line-height: 150%;
  color: #ffffff;
}
.faq__content.active {
  margin-top: 10px;
}
.faq__content p {
  padding-top: 10px;
}
.faq__content p:not(:last-child) {
  margin-bottom: 7.5px;
}
@media (max-width: 767.98px) {
  .faq__content {
    font-size: 14px;
  }
}

.contacts {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contacts__title {
  text-align: left;
}
.contacts__body {
  display: flex;
  gap: 100px;
}
@media (max-width: 991.98px) {
  .contacts__body {
    display: block;
  }
}
.contacts__left {
  flex: 0 1 55%;
}
@media (max-width: 991.98px) {
  .contacts__left {
    margin-bottom: 70px;
  }
}
.contacts__right {
  flex: 0 1 45%;
}
.contacts__item:not(:last-child) {
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .contacts__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.contacts__name {
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacts__value {
  font-size: 16px;
  line-height: 150%;
  color: #e0e0e0;
}
.contacts__link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contacts__text {
  font-size: 16px;
  line-height: 150%;
  color: #e0e0e0;
}
.contacts__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #e0e0e0;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .contacts__socials {
    margin-bottom: 20px;
  }
}
.contacts__social {
  color: #e0e0e0;
  transition: all 0.3s;
}
.contacts__social:hover {
  opacity: 0.8;
}
.contacts__button_first {
  margin-bottom: 20px;
}

.map {
  overflow: hidden;
}
.map iframe {
  height: 500px;
}
@media (max-width: 767.98px) {
  .map iframe {
    height: 300px;
  }
}

.map-section {
  height: 500px;
}
@media (max-width: 767.98px) {
  .map-section {
    height: 300px;
  }
}
.map-section iframe {
  height: 500px;
}
@media (max-width: 767.98px) {
  .map-section iframe {
    height: 300px;
  }
}

.reviews__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}
.reviews__value {
  font-weight: 600;
  font-size: 48px;
  font-weight: 600;
}
.reviews__left {
  display: flex;
  flex-direction: column;
  gap: 5.5px;
}
.reviews__star {
  width: 16px;
  height: 16px;
}
.reviews__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .reviews__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }
}
.reviews__item {
  background-color: #515e6e;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  gap: 10px;
  color: #f9fafc;
}
@media (max-width: 767.98px) {
  .reviews__item {
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}
.reviews__avatar {
  color: #f9fafc;
}
.reviews__avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .reviews__avatar {
    display: none;
  }
}
.reviews__name {
  margin-bottom: 10px;
  color: #f9fafc;
}
.reviews__stars-wrapper {
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
}
.reviews__description {
  color: #f9fafc;
}
.reviews__button {
  padding: 23px 32px !important;
}

.RatingBadgeWidget {
  display: block;
  width: 200px !important;
  height: 75px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.gallery__title {
  margin-bottom: 30px;
}
.gallery__subtitle {
  text-align: center;
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 50px;
}
.gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
}
.gallery__img {
  padding-bottom: 100%;
  border-radius: 10px;
}
.gallery__img img {
  border-radius: 10px;
  width: 100%;
}

.footer {
  background: #495565;
  padding: 50px 0px 30px 0px;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
}
.footer .header__phones {
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer .header__phones {
    margin-right: 10px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__body {
    margin-bottom: 20px;
  }
}
.footer__copy {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__copy {
    margin-top: 50px;
    flex-direction: column;
    gap: 20px;
  }
}
.footer__copy a {
  color: white;
  transition: color 0.3s;
}
.footer__copy a span {
  font-weight: 700;
}
.footer__copy a:hover {
  color: #2d8cff;
}
.footer .header__phone {
  margin-right: 10px;
}