* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header {
  display: block;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat";
  background-color: white;
}

button {
  font-family: inherit;
}

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  padding: 0px 30px;
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  background: #a00900;
}

header {
  background: #a00900;
}

nav a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: white;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  background: #ad0d04;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 15px;
}

.header-nav {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  color: black;
  background: white;
  transition: right 0.3s ease;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
section {
  background-color: white;
}

.burger-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-list a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
}

.burger-list a:hover {
  color: #ffddc1;
}

.banner {
  height: fit-content;
  background-image: url("/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner_info h2 {
  font-weight: 500;
  font-size: 40px;
  color: #d7d2d2;
  margin-bottom: 4px;
}

.banner_info h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
}

.banner_info p {
  font-weight: 400;
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}
.banner_info img {
  margin-bottom: 20px;
}

.banner_link {
  display: inline-block;
  background: #a00900;
  border-radius: 15px;
  padding: 16px 24px;
  width: 391px;
  height: 61px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.second {
  background-image: url("/img/bg-2.jpg");
}

.banner_info {
  max-width: 678px;
}

.banner_form h2 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.banner_content {
  padding-top: 150px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.info_header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #1e1e1e;
}

.info_header h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #a9a7a7;
}

.rigth_info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #161616;
}

.info_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rigth_info {
  max-width: 500px;
}

.info_calc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  padding: 87px 0px;
}

.adv_item {
  max-width: 629px;
  padding: 15px; /* ÐŸÑ€Ð¸Ð¼ÐµÑ€ padding, Ð¼Ð¾Ð¶Ð½Ð¾ Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÑŒ Ð¿Ð¾ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
  border-radius: 8px; /* ÐžÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ð›ÐµÐ³ÐºÐ°Ñ Ñ‚ÐµÐ½ÑŒ */
  margin-bottom: 30px;
}

.adv_text h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #161616;
  padding-bottom: 20px;
  border-bottom: 4px solid #a00900;
  margin-bottom: 24px;
}

.adv_text {
  max-width: 700px;
}

.adv_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv_header h3 {
  font-weight: 500;
  font-size: 32px;
  color: #1e1e1e;
}

.adv_item p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #161616;
  /*margin-bottom: 24px;*/
}
.adv_content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.adv_content img {
  position: absolute;
  right: 0;
}

.tabs-container {
  margin: auto;
}
html {
  overflow-x: hidden;
}

.tabs {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.tab-button {
  background: none;
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  transition: background 0.3s;
  padding-bottom: 10px;
}

.tab-button:not(:last-child) {
  border-right: none;
}

.tab-button.active {
  border-bottom: 4px solid #ad0d04;
}

.tab-content {
  display: none;
  padding: 50px 0px;
  background: #f4eae9;
}

.tab-content.active {
  display: block;
}

.tab-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.tab-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.tab-content p {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.tabs {
  margin: 70px 0px;
  margin-bottom: 0px;
}

.tab-container {
  width: 100%;
  background: #f4eae9;
}

.reviews {
  overflow-x: hidden;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.reviews__title {
  font-size: 2rem;
  font-weight: bold;
}

.reviews__container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  padding: 20px;
  flex: 0 0 30%;
  text-align: left;
}

.review__stars {
  color: #d7ad0d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review__text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review__info {
  text-align: left;
}

.review__name {
  font-weight: bold;

  margin-bottom: 8px;
}

.review__details {
  font-size: 0.8rem;
  color: #777;
}

.reviews__navigation {
  margin-top: 20px;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}
.reviews__next {
  margin-left: 22px;
}

.reviews__prev:hover,
.reviews__next:hover {
  color: #000;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.review_header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.reviews {
  padding-top: 70px;
}

.review_header {
  margin-bottom: 24px;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

.reviews__container img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

/* ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² */

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__prev,
.reviews__next {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  background: none;
  cursor: pointer;
}

.reviews__prev:not(:disabled):hover,
.reviews__next:not(:disabled):hover {
  background-color: #f5f5f5;
}

.reviews__container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ wrapper Ð´Ð»Ñ container */

.review__avatar {
  opacity: 1 !important;
}

.second {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second {
  padding: 0;
}

.open-menu {
  display: none;
}

@media (max-width: 1376px) {
  .adv_content {
    max-width: 550px;
  }
  .adv_text h2 {
    font-size: 40px;
  }
  .adv_content img {
    max-width: 500px;
  }
}

@media (max-width: 1245px) {
  .rigth_info {
    max-width: 500px;
  }
}
@media (max-width: 1177px) {
  .banner_info h1 {
    font-size: 40px;
  }
  .nav-list {
    gap: 17px;
  }
  nav a {
    font-size: 16px;
  }
  .banner_info {
    max-width: 535px;
  }
}
.adv-mob {
  display: none;
}
@media (max-width: 1107px) {
  .info_calc {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer-img {
    justify-content: center;
  }
  .adv-phone-pc {
    display: none;
  }
  .adv_text {
    margin: 0 auto;
  }
  .adv-mob {
    display: block;
    width: 100%;
    position: unset !important;
  }
  .adv_content {
    margin: 0 auto;
    justify-content: center;
  }
  .adv_content img {
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .nav-list {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .banner_content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner {
    height: fit-content;
  }
  .banner_info {
  }
}

@media (max-width: 650px) {
  .banner_info img {
    width: 100%;
  }
  .banner_info h2 {
    font-size: 18px;
  }
  .banner_info h1 {
    font-size: 24px;
    margin-top: 4px;
  }
  .banner_info p {
    font-size: 18px;
  }
  .banner_link {
    width: 100%;

    height: 52px;
    font-weight: 500;
    font-size: 18px;
  }
  .banner_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .info_header h2 {
    font-size: 25px;
  }
  .info_header h3 {
    font-size: 14px;
  }
  .info_header {
    margin-bottom: 20px;
  }
  .rigth_info p {
    font-size: 16px;
  }
  .tab-content {
    padding: 70px 14px;
  }
  .tab-content p {
    font-size: 18px;
  }
  .tab-content h3 {
    font-size: 18px;
  }
  .tab-button {
    font-size: 16px;
  }
  .tabs {
    margin-top: 0px;
  }
  .tabs {
    gap: 15px;
  }
  .review {
    flex: 0 0 97%;
  }
  .second {
    padding: 20px;
  }
  .adv_header h3 {
    font-size: 20px;
  }
  .adv_item p {
    font-size: 18px;
  }
  .adv_header svg {
    max-width: 32px;
    height: 32px;
  }
  .adv_item p {
    /*margin-bottom: 35px;*/
  }
}

.tabs {
  padding-top: 40px !important;
}

.logo {
  max-width: 150px;
}

@media (max-width: 965px) {
  .banner {
    height: fit-content;
  }
}
.adv_content img {
  position: relative;
}

.adv-phone-pc {
  border-radius: 30px;
}

.adv_content {
  align-items: center;
}

.lander-form-wrapper,
.lander-form-field .lander-submit {
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: #a00900;
  text-transform: uppercase;
  color: #fff;
}

.lander-form-header {
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-wrapper {
  padding: 20px 10px 10px 10px;
  backdrop-filter: blur(18.700000762939453px);
  background: rgba(255, 255, 255, 0.32);
}

.form-wrapper h2 {
  margin-bottom: 20px;
}

#home {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
