@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tenor+Sans&display=swap');
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat"; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

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

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

html, body {
  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%; }

input, button, textarea {
  font-family: inherit; }

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

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, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

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

.page {
  flex: 1 0 auto;
  margin-top: 79.92px; }
  @media (max-width: 480px) {
  .page {
    margin-top: 56.3px; } }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 20px -15px #151515;
  padding: 20px 0;
  background-color: #fff; }
  @media (max-width: 480px) {
  .header {
    padding: 10px 0; } }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo img {
    width: 154px; }
    @media (max-width: 480px) {
    .header__logo img {
      width: 140px; } }
  .header__content {
    display: flex;
    align-items: center;
    column-gap: 50px; }
    @media (max-width: 1200px) {
  .header__content {
    display: none; } }
  .header .burger {
    display: none; }
    @media (max-width: 1200px) {
  .header .burger {
    display: block; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 24px; }
  .header__item {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #151515;
    transition: 0.4s; }
    .header__item:hover {
      color: #90391d; }
  .header__phone {
    display: flex;
    align-items: center;
    column-gap: 9px; }
    .header__phone span {
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-align: center;
      color: #151515;
      white-space: nowrap; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer;
    font-weight: 300; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__logo img {
    width: 140px; }
  .menu__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  .footer {
    padding: 55px 0 30px;
    background: #90391d; }
  @media (max-width: 480px) {
  .footer {
    padding: 30px 0 15px; } }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    @media (max-width: 767px) {
  .footer__body {
    flex-direction: column;
    align-items: start;
    row-gap: 40px; } }
  .footer__logo img {
    width: 196px; }
  .footer__content {
    display: flex;
    align-items: start;
    column-gap: 70px; }
    @media (max-width: 1200px) {
  .footer__content {
    flex-direction: column;
    row-gap: 30px; } }
  .footer__contacts {
    max-width: 377px; }
  .footer__contacts-title {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .footer__contacts-title {
    margin-bottom: 10px; } }
  .footer__contacts-item {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 130%; }
    @media (max-width: 480px) {
  .footer__contacts-item {
    font-size: 16px; } }
    .footer__contacts-item:not(:last-child) {
      margin-bottom: 10px; }
  .footer__socials-title {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .footer__socials-title {
    margin-bottom: 10px; } }
  .footer__socials-items {
    display: flex;
    align-items: center;
    column-gap: 15px; }
    @media (max-width: 480px) {
  .footer__socials-items {
    column-gap: 0; }
    .footer__socials-items img {
      transform: scale(0.8); } }
  .footer__button {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #90391d;
    padding: 15px 40px;
    line-height: 1;
    border-radius: 60px;
    background-color: #fff;
    transition: 0.5s;
    text-transform: lowercase; }
    @media (max-width: 480px) {
  .footer__button {
    font-size: 15px; } }
    .footer__button::first-letter {
      text-transform: uppercase; }
    .footer__button:hover {
      box-shadow: 0 0 20px #fff; }
  .footer__foot {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 90px; }
    @media (max-width: 480px) {
  .footer__foot {
    margin-top: 40px;
    padding-top: 15px; } }
    .footer__foot a {
      display: flex;
      align-items: center;
      justify-content: center; }
    .footer__foot span {
      font-weight: 300;
      font-size: 13px;
      color: #fff; }
    @media (max-width: 480px) {
    .footer__foot span {
      font-size: 12px; } }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  height: calc(100vh - 79.92px);
  position: relative;
  margin-top: 0; }
  @media (max-width: 480px) {
  .main {
    height: auto;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; } }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.4); }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .main__body {
    max-width: 540px; }
    @media (max-width: 480px) {
  .main__body {
    display: flex;
    flex-direction: column;
    align-items: center; } }
  .main__title {
    font-weight: 400;
    font-size: 50px;
    line-height: 109%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px; } }
  .main__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #bfbfbf;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px; } }
  .main__price {
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .main__price {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center; } }
  .main__button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 40px;
    border-radius: 60px;
    background: #90391d;
    transition: 0.5s; }
    .main__button:hover {
      box-shadow: 0 0 20px #90391d; }
    .main__button span {
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      color: #fff; }
    @media (max-width: 480px) {
    .main__button span {
      font-size: 14px;
      margin-left: auto;
      margin-right: auto; } }
  .main__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.fixed-items {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
  .fixed-items img {
    width: 70px;
    height: 70px; }
    @media (max-width: 767px) {
  .fixed-items img {
    width: 50px;
    height: 50px; } }

.advantages__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 107%;
  color: #151515;
  margin-bottom: 50px;
  font-family: var(--second-family); }
  @media (max-width: 480px) {
    .advantages__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .advantages__items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .advantages__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .advantages__items {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .advantage {
    display: flex;
    flex-direction: column; }
  .advantage__image {
    margin-bottom: 10px; }
  .advantage__image img {
    width: 100%;
    border-radius: 20px; }
  .advantage__content {
    padding: 30px;
    border-radius: 30px;
    background-color: #f2f2f2;
    transition: 0.4s;
    flex-grow: 1; }
  @media (max-width: 992px) {
    .advantage__content {
      padding: 20px;
      border-radius: 20px; } }
  .advantage__content:hover {
    background-color: #90391d;
    cursor: pointer; }
  .advantage__content:hover .advantage__title {
    color: #fff; }
  .advantage__content:hover .advantage__text {
    color: #f5f5f5; }
  .advantage__title {
    font-weight: 400;
    font-size: 22px;
    color: #151515;
    font-family: var(--second-family);
    transition: 0.4s;
    margin-bottom: 10px; }
  @media (max-width: 992px) {
    .advantage__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .advantage__title {
      text-align: center; } }
  .advantage__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 129%;
    color: #777;
    transition: 0.4s; }
  @media (max-width: 992px) {
    .advantage__text {
      font-size: 14px; } }

.hero__body {
  background: url("../themes/demo/assets/images/cool-frame.jpg") center / cover no-repeat;
  padding: 85px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .hero__body {
      padding: 50px 20px; } }
  @media (max-width: 480px) {
    .hero__body {
      border-radius: 20px; } }
  .hero__body-tesla {
    background: url("../themes/demo/assets/images/tesla_1.jpg") center / cover no-repeat;
    padding: 85px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    .hero__body-tesla {
      padding: 50px 20px; } }
  @media (max-width: 480px) {
    .hero__body-tesla {
      border-radius: 20px;
      background: url("../themes/demo/assets/images/tesla_1.jpg") left / cover no-repeat; } }
  @media (max-width: 992px) {
  .hero .hero__body-tesla::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7); } }
  .hero__content {
    width: 50%; }
  @media (max-width: 1200px) {
    .hero__content {
      width: 100%; } }
  .hero__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 109%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .hero__title {
      font-size: 30px; } }
  .hero__text {
    font-weight: 300;
    font-size: 28px;
    line-height: 121%;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 55px; }
  @media (max-width: 480px) {
    .hero__text {
      font-size: 18px;
      margin-bottom: 20px; } }
  .hero__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
  @media (max-width: 767px) {
    .hero__items {
      grid-template-columns: 1fr;
      gap: 20px; } }
  @media (max-width: 480px) {
    .hero__items {
      grid-template-columns: 1fr 1fr; } }
  .hero__item-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .hero__item-title {
      font-size: 22px; } }
  .hero__item-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 153%;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 480px) {
    .hero__item-text {
      font-size: 16px; } }

.hero.glow-flow .hero__body {
  justify-content: start;
  background: url("../themes/demo/assets/images/glow-flow.jpg") center / cover no-repeat;
  position: relative; }
  @media (max-width: 992px) {
    .hero.glow-flow .hero__body::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(20, 20, 20, 0.7); } }
  @media (max-width: 992px) {
  .hero.glow-flow .hero__title, .hero.glow-flow .hero__text, .hero.glow-flow .hero__items {
    position: relative;
    z-index: 1; } }
  .top__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 107%;
    color: #151515;
    font-family: var(--second-family);
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 55px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .top__title {
      font-size: 30px; } }

.results__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 107%;
  color: #151515;
  font-family: var(--second-family);
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .results__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .results__item {
    position: relative;
    display: block;
    height: 260px;
    border-radius: 30px; }
  .results__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .results__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center; }
  @media (max-width: 480px) {
    .results__pagination {
      margin-top: 25px; } }
  .results__pagination.swiper-pagination-lock {
    display: none; }
  .results__pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 1.5px solid transparent;
    transition: 0.4s;
    width: 16px;
    height: 16px;
    position: relative; }
  .results__pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #696969;
    border-radius: 50%;
    transition: 0.4s; }
  .results__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #151515; }
    .results__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
      background-color: #151515;
      width: 3.5px;
      height: 3.5px; }

.twentytwenty-overlay {
  display: none; }

.no-filters .hero__body {
  background: url("../themes/demo/assets/images/no_filters.jpg") center / cover no-repeat;
  position: relative; }
  @media (max-width: 992px) {
    .no-filters .hero__body::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(20, 20, 20, 0.7); } }
  .no-filters .hero__title, .no-filters .hero__item-title {
    color: #151515; }
  @media (max-width: 992px) {
    .no-filters .hero__title, .no-filters .hero__item-title {
      color: #fff; } }
  .no-filters .hero__text, .no-filters .hero__item-text {
    color: rgba(21, 21, 21, 0.6); }
  @media (max-width: 992px) {
    .no-filters .hero__text, .no-filters .hero__item-text {
      color: #f5f5f5; } }
  @media (max-width: 992px) {
  .no-filters .hero__title, .no-filters .hero__text, .no-filters .hero__items {
    position: relative;
    z-index: 1; } }

.w-lift .hero__body {
  background: url("../themes/demo/assets/images/w-lift.jpg") center / cover no-repeat;
  justify-content: flex-start; }

.reviews__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 107%;
  color: #151515;
  font-family: var(--second-family);
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .reviews__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .reviews__item {
    position: relative;
    padding-bottom: 144%;
    overflow: hidden;
    border-radius: 30px;
    display: block; }
  .reviews__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: url("../themes/demo/assets/images/play.svg") center / cover no-repeat;
    z-index: 2; }
  .reviews__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .reviews__item.image::before {
    display: none; }
  .reviews__video, .reviews__item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .reviews__name {
    font-size: 20px;
    color: #151515;
    font-family: var(--second-family);
    line-height: 1.3;
    margin-top: 15px;
    text-align: center; }
  .reviews__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center; }
  @media (max-width: 480px) {
    .reviews__pagination {
      margin-top: 25px; } }
  .reviews__pagination.swiper-pagination-lock {
    display: none; }
  .reviews__pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 1.5px solid transparent;
    transition: 0.4s;
    width: 16px;
    height: 16px;
    position: relative; }
  .reviews__pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #696969;
    border-radius: 50%;
    transition: 0.4s; }
  .reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #151515; }
    .reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
      background-color: #151515;
      width: 3.5px;
      height: 3.5px; }

.our__body {
  display: flex;
  align-items: center;
  margin: 0 -25px; }
  @media (max-width: 992px) {
    .our__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .our__images {
    flex: 0 0 55%;
    padding: 0 25px;
    display: flex;
    column-gap: 30px;
    align-items: flex-end; }
  @media (max-width: 480px) {
    .our__images {
      column-gap: 15px; } }
  .our__image img {
    border-radius: 20px;
    width: 100%; }
  .our__content {
    flex: 0 0 45%;
    padding: 0 25px; }
  .our__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 107%;
    color: #151515;
    margin-bottom: 30px;
    font-family: var(--second-family); }
  @media (max-width: 480px) {
    .our__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .our__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .our__text {
      font-size: 14px; } }

.about__body {
  display: flex;
  align-items: center;
  margin: 0 -50px; }
  @media (max-width: 992px) {
    .about__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .about__image {
    flex: 0 0 50%;
    padding: 0 50px; }
  .about__image img {
    width: 100%; }
  .about__content {
    flex: 1 0 50%;
    padding: 0 50px; }
  .about__title {
    font-weight: 400;
    font-size: 45px;
    line-height: 107%;
    color: #151515;
    margin-bottom: 30px;
    font-family: var(--second-family); }
  @media (max-width: 480px) {
    .about__title {
      font-size: 30px;
      margin-bottom: 20px; } }
  .about__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px; } }

.trust__top {
  display: grid;
  grid-template-columns: 4fr 5fr;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .trust__top {
      column-gap: 25px; } }
  @media (max-width: 992px) {
    .trust__top {
      grid-template-columns: 1fr;
      align-items: start;
      row-gap: 20px; } }
  .trust__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 107%;
    color: #151515;
    font-family: var(--second-family); }
  @media (max-width: 480px) {
    .trust__title {
      font-size: 30px; } }
  .trust__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px; }
  @media (max-width: 992px) {
    .trust__links {
      justify-content: start; } }
  @media (max-width: 480px) {
    .trust__links {
      flex-wrap: wrap;
      row-gap: 15px; } }
  .trust__item {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #444;
    padding: 35px;
    border-radius: 30px;
    background: #f2f5f7;
    transition: 0.4s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .trust__item {
      padding: 20px;
      border-radius: 20px;
      font-size: 14px; } }
  .trust .swiper-slide {
    height: auto; }
  .trust__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center; }
  @media (max-width: 480px) {
    .trust__pagination {
      margin-top: 25px; } }
  .trust__pagination.swiper-pagination-lock {
    display: none; }
  .trust__pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 1.5px solid transparent;
    transition: 0.4s;
    width: 16px;
    height: 16px;
    position: relative; }
  .trust__pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #696969;
    border-radius: 50%;
    transition: 0.4s; }
  .trust__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #151515; }
    .trust__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
      background-color: #151515;
      width: 3.5px;
      height: 3.5px; }

.link-trust {
  display: flex;
  align-items: center;
  column-gap: 14px; }
  @media (max-width: 700px) {
      .link-trust__image img {
        width: 80px; } }
  .link-trust__title {
    font-weight: 400;
    font-size: 55px;
    line-height: 120%;
    text-transform: uppercase;
    color: #151515;
    font-family: var(--second-family); }
  @media (max-width: 700px) {
    .link-trust__title {
      font-size: 30px; } }
  @media (max-width: 700px) {
      .link-trust__stars img {
        height: 17px; } }
  .link-trust__count {
    font-weight: 400;
    font-size: 19px;
    line-height: 123%;
    color: #777;
    margin-top: 8px; }
  @media (max-width: 700px) {
    .link-trust__count {
      font-size: 16px; } }

.prices__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 107%;
  color: #151515;
  font-family: var(--second-family);
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .prices__title {
      font-size: 30px;
      margin-bottom: 20px;
      padding-bottom: 15px; } }
  .prices__body {
    display: grid;
    grid-template-columns: 1fr 312px;
    column-gap: 50px; }
  @media (max-width: 992px) {
    .prices__body {
      grid-template-columns: 1fr;
      row-gap: 30px;
      display: flex;
      flex-direction: column; } }
  .prices__content {
    overflow: auto; }
  .prices__content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto; }
  .prices__content table td {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #151515;
    padding: 15px;
    min-width: 200px; }
  .prices__content table td:not(:last-child) {
    border-right: 1px solid #dadada; }
  .prices__content table td {
    border-bottom: 1px solid #dadada; }
  .prices__content table tr:last-child td {
    border-bottom: 0; }
  .prices__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .prices__text {
      font-size: 14px; } }
  .prices__button {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 40px;
    border-radius: 60px;
    background: #90391d;
    transition: 0.5s;
    color: #fff; }
  .prices__button:hover {
    box-shadow: 0 0 20px #90391d; }
  .prices__button span {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff; }
  @media (max-width: 480px) {
      .prices__button span {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto; } }
  .prices__right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%; }
  .discount-prices {
    padding: 40px 35px;
    border-radius: 20px;
    background: url("../themes/demo/assets/images/discount.jpg") center / cover no-repeat; }
  @media (max-width: 480px) {
  .discount-prices {
    padding: 30px 20px; } }
  .discount-prices__title {
    font-weight: 400;
    font-size: 30px;
    color: #151515;
    font-family: var(--second-family);
    margin-bottom: 18px; }
  @media (max-width: 480px) {
    .discount-prices__title {
      font-size: 25px;
      margin-bottom: 12px; } }
  .discount-prices__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 133%;
    color: rgba(21, 21, 21, 0.6);
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .discount-prices__text {
      font-size: 16px; } }
  .discount-prices__prices {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .discount-prices__price-new {
    font-weight: 400;
    font-size: 27px;
    color: #151515;
    font-family: var(--second-family); }
  .discount-prices__price-old {
    font-weight: 400;
    font-size: 20px;
    color: #151515;
    font-family: var(--second-family);
    text-decoration: line-through; }

.form-prices {
  padding: 35px;
  background: url("../themes/demo/assets/images/form.jpg") center / cover no-repeat;
  border-radius: 20px; }
  @media (max-width: 480px) {
  .form-prices {
    padding: 30px 20px; } }
  .form-prices__title {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 18px; }
  @media (max-width: 480px) {
    .form-prices__title {
      font-size: 25px;
      margin-bottom: 12px; } }
  .form-prices__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 133%;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .form-prices__text {
      font-size: 16px; } }
  .form-prices__input {
    margin-bottom: 25px; }
  .form-prices__input input {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    background-color: transparent; }
  .form-prices__input input::placeholder {
    color: #fff; }
  .form-prices__button {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #7d2e19;
    width: 100%;
    padding: 12px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
  .form-prices__links {
    display: flex;
    flex-direction: column;
    row-gap: 46px; }
  .form-prices__link {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px; }
  .form-prices__link:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -23px;
    background-color: #fff; }
  .form-prices__link svg, .form-prices__link img {
    flex-shrink: 0; }
  .form-prices__link span {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff; }

#contactForm_forms_flash .close {
  display: none; }
  #contactForm_forms_flash p {
    font-size: 16px;
    color: lightgreen;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: var(--font-family); }

.content {
  display: flex;
  flex-direction: column;
  row-gap: 15px; }
  .content__item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 50px;
    padding-bottom: 15px; }
  .content__item:not(:last-child) {
    border-bottom: 1px solid #dadada; }
  @media (max-width: 767px) {
    .content__item {
      grid-template-columns: 1fr;
      row-gap: 15px; } }
  .content__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    color: #151515; }
  @media (max-width: 480px) {
    .content__title {
      font-size: 16px; } }
  .content__open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
  .content__open span {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #151515; }
  @media (max-width: 480px) {
      .content__open span {
        font-size: 16px; } }
  .content__open.active svg {
    transform: rotate(-180deg); }
  .content__open svg {
    transition: 0.4s; }
  .content__hidden {
    display: none; }
  .content__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #dadada; }
  .content__item-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px; }
  .content__item-title {
    font-weight: 300;
    font-size: 17px;
    line-height: 112%;
    color: #151515; }
  @media (max-width: 480px) {
    .content__item-title {
      font-size: 15px; } }
  .content__item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #151515;
    white-space: nowrap; }
  @media (max-width: 480px) {
    .content__item-text {
      font-size: 16px; } }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__body {
    padding: 70px 50px;
    background-color: #90391d;
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 600px) {
    .modal__body {
      padding: 25px 20px; } }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #bbb;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modal__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 107%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 30px; }
  .modal__text {
    font-weight: 400;
    font-size: 25px;
    line-height: 133%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 10px;
    margin: 20px 0px; }
  .modal__form {
    width: 100%;
    position: relative; }
  .modal__form form {
    width: 100%; }
  .modal__form .alert {
    color: #7d7d7d;
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    background-color: #a4ffac;
    font-family: var(--second-family);
    font-size: 16px; }
  .modal__form .alert button {
    display: none;
    background-color: #a4ffac;
    color: #7d7d7d; }
  .modal__area-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px; }
  @media (max-width: 900px) {
    .modal__area-inputs {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  @media (max-width: 550px) {
    .modal__area-inputs {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .modal__area-input {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    background-color: transparent; }
  .modal__area-input::placeholder {
    color: #fff; }
  .modal__area-input-submit {
    font-size: 18px;
    text-align: center;
    color: #7d2e19;
    width: 100%;
    padding: 12px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
