@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Bebas_Neue_Light.ttf") format("ttf");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Bebas_Neue_Regulat.ttf") format("ttf");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Bebas_Neue_SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Bebas_Neue_Bold.ttf") format("ttf");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: #FFF;
}

.header__button .header__btn {
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(180deg, #fc7900 -23%, #a06123 125%);
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 30px 74px;
  text-transform: uppercase;
}

.page {
  background: url(../../images/main_bg.png);
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.border {
  width: 70px;
  height: 5px;
  margin: 0 auto;
  margin-top: 25px;
  background: #fc7900;
}

.second__color {
  color: #fc7900;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 568px) {
  .container {
    max-width: 425px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    max-width: 320px;
  }
}
.header {
  background: url(../../../images/header_bg.png) no-repeat;
  background-size: cover;
  margin-top: 35px;
}
.header .menu {
  display: flex;
  justify-content: space-between;
}
.header .menu__left {
  display: flex;
  align-items: center;
  gap: 23px;
}
.header .menu__left .logo-text {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(73, 73, 73, 0.5607843137);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.header .menu__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .menu__right .menu__number {
  position: relative;
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.header .menu__right .menu__number::after {
  content: "Whatsapp";
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #88888b;
}
.header .menu__right .menu__button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  padding: 10px 20px;
  width: 241px;
  height: 62px;
  border: 3px solid #ff9600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header__mobile {
  display: none;
}
.header__adv--mobile {
  display: none;
}
.header .header__content {
  margin-top: 60px;
}
.header .header__content--left {
  position: relative;
}
.header__img {
  position: absolute;
  top: -70px;
  right: 0px;
  width: 916px;
  z-index: -1;
}
.header__subtitle {
  max-width: 380px;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 700;
  color: #ffffff;
}
.header__title {
  margin-top: 30px;
  background: url(../../../images/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px;
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  color: #ffffff;
}
.header__descr {
  max-width: 300px;
  margin-top: 30px;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 700;
  color: #ffffff;
}
.header__button {
  margin-top: 60px;
}
.header__button .button__title {
  max-width: 300px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.header__arrow {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .header__img {
    right: -145px;
  }
}
@media screen and (max-width: 768px) {
  .header .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .header__img {
    top: 120px;
    width: 735px;
  }
}
@media screen and (max-width: 568px) {
  .header {
    overflow-x: hidden;
  }
  .header .menu {
    display: none;
  }
  .header__img {
    display: none;
  }
  .header__content {
    display: flex;
    justify-content: center;
  }
  .header__mobile {
    display: flex;
  }
  .mobile__content {
    padding-right: 25px;
  }
  .mobile__content .logo {
    padding-right: 45px;
  }
  .mobile__title {
    font-size: 14px;
    font-weight: 700;
  }
  .mobile__number {
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .mobile__number::before {
    position: absolute;
    right: 75px;
    top: 0;
    content: "Whatsapp";
    font-size: 14px;
    font-weight: 400;
    color: #88888b;
  }
  .mobile__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
  .header__subtitle {
    margin: 0 auto;
    line-height: 45px;
  }
  .header__title {
    padding: 15px;
    font-size: 50px;
    line-height: 60px;
  }
  .header__adv--mobile {
    margin-top: 26px;
  }
  .header__adv--mobile {
    display: block;
  }
  .adv__mobile--content {
    width: 320px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .adv__mobile--text {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    gap: 5px;
  }
  .adv__mobile--text img {
    max-width: 7px;
    margin-right: 25px;
  }
  .button__title {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
  .button__arrow {
    display: none;
  }
  .header__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .header__arrow {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .header__mobile {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .mobile__right {
    padding: 0;
    gap: 20px;
    border: none;
  }
  .mobile__content {
    padding: 0;
  }
  .mobile__content .logo {
    padding: 0;
  }
  .mobile__title {
    font-size: 16px;
    text-align: center;
  }
  .mobile__number {
    justify-content: center;
    gap: 5px;
  }
  .mobile__number::before {
    right: 75px;
    top: 0px;
    font-size: 14px;
  }
  .header__subtitle {
    line-height: 30px;
    font-size: 24px;
  }
  .header__title {
    padding: 5px;
    font-size: 34px;
  }
  .header__descr {
    line-height: 30px;
    font-size: 24px;
  }
  .adv__mobile--text img {
    margin-right: 5px;
  }
}
.about {
  min-width: 0;
}
.about__title {
  max-width: 735px;
  margin: 0 auto;
  margin-top: 85px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.about__content {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  gap: 70px;
}
.about__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 29%;
}
.about__item--text {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .about__content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 568px) {
  .about {
    overflow-x: hidden;
  }
  .about__title {
    font-size: 22px;
    line-height: 25px;
    margin-top: 50px;
  }
  .about__item--text {
    margin-top: 20px;
  }
}
.review {
  margin-top: 130px;
  background: url(../../../images/header_bg.png) no-repeat;
  background-size: cover;
}
.review__title {
  position: relative;
  text-transform: uppercase;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 85px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.review__title::after {
  position: absolute;
  right: -570px;
  top: -180px;
  content: "";
  background: url(../../../images/review__bg-one.png);
  width: 1860px;
  height: 1080px;
  z-index: -1;
}
.review__video {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  margin-top: 55px;
}
.review__video::after {
  position: absolute;
  right: -180px;
  top: 200px;
  content: "";
  background: url(../../../images/review__bg-two.png);
  width: 1390px;
  height: 860px;
  z-index: -1;
}
.review__video iframe {
  width: 1000px;
  height: 580px;
}

@media screen and (max-width: 568px) {
  .review__title {
    font-size: 22px;
    line-height: 25px;
    margin-top: 50px;
  }
  .review__title::after {
    display: none;
  }
  .review__video iframe {
    width: 280px;
    height: 220px;
  }
  .review__video::after {
    display: none;
  }
}
.buy {
  background: url(../../../images/buy-bg.png);
}
.buy__title {
  max-width: 750px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 85px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.buy__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 70px;
}
.buy__subtitle {
  max-width: 325px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.buy__specifications {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.buy__img img {
  max-width: 700px;
}
.buy .specifications__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 10px 30px;
  max-width: 520px;
  min-height: 54px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fc7900;
  background-color: #1c1c1c;
  border: 1px solid #000000;
}
.buy .specifications__items-second {
  background-color: #2d2014;
}
.buy .specifications__title {
  max-width: 270px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fc7900;
}
.buy .specifications__description {
  width: 200px;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.buy .order__price {
  position: relative;
  font-size: 34px;
  line-height: 60px;
}
.buy .order__price::after {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "67 990 ₽";
  font-size: 22px;
  font-weight: 400;
  text-decoration: line-through;
  color: #3b3b3c;
}
.buy .buy__order {
  position: absolute;
  border: 3px dotted rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
  bottom: 0;
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
}
.buy .order__btn {
  cursor: pointer;
  padding: 20px;
  background-color: #d26e0f;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .buy__content {
    justify-content: center;
  }
  .buy__order {
    margin-top: 40px;
    position: static !important;
  }
}
@media screen and (max-width: 568px) {
  .buy__title {
    font-size: 22px;
    line-height: 25px;
    margin-top: 50px;
  }
  .buy__content {
    margin-top: 30px;
  }
  .buy__img img {
    max-width: 400px;
  }
  .buy__subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .buy__specifications {
    align-items: center;
  }
  .buy .specifications__items {
    width: 100%;
    padding: 10px 15px;
  }
  .buy .specifications__title {
    font-size: 12px;
    line-height: 14px;
  }
  .buy .specifications__description {
    width: 150px;
    font-size: 10px;
  }
  .buy .order__price {
    font-size: 22px;
  }
  .buy .order__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .buy__img img {
    max-width: 320px;
  }
  .buy .buy__order {
    flex-direction: column;
    align-items: center;
  }
}
.adv__title {
  max-width: 560px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 85px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.adv__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 94px;
}
.adv__items {
  display: flex;
  width: 33%;
  flex-direction: column;
  align-items: center;
}
.adv__items:nth-last-child(-n+3) {
  margin-top: 60px;
}
.adv__text {
  width: 300px;
  margin-top: 75px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .adv__text {
    max-width: 220px;
  }
}
@media screen and (max-width: 568px) {
  .adv__title {
    max-width: 295px;
    font-size: 24px;
    line-height: 25px;
  }
  .adv__text {
    margin-top: 20px;
  }
}
.service__title {
  max-width: 560px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 85px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.service__content {
  display: flex;
  flex-wrap: wrap;
  gap: 77px;
  margin-top: 100px;
}
.service__item {
  width: 29%;
  display: flex;
  align-items: center;
}
.service__text {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .service__content {
    gap: 45px;
  }
}
@media screen and (max-width: 568px) {
  .service__title {
    font-size: 24px;
    line-height: 25px;
  }
  .service__content {
    flex-direction: column;
    gap: 20px;
  }
  .service__item {
    width: 100%;
  }
  .service__img {
    max-width: 10px;
  }
}
@media screen and (max-width: 375px) {
  .service__img {
    max-width: 7px;
  }
  .service__text {
    margin-left: 20px;
    font-size: 14px;
  }
  .service__content {
    gap: 20px;
  }
}
.delivery {
  margin-top: 95px;
}
.delivery__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  border: 3px dotted rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .delivery__img {
    width: 150px;
  }
}
@media screen and (max-width: 568px) {
  .delivery__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .delivery__img {
    width: 120px;
  }
}
.question {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../../../images/quest_bg.png);
  background-size: cover;
}
.question__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
}
.question__subtitle {
  max-width: 410px;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.question__form {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
.question__form .form__input {
  padding: 25px 50px;
  border: 1px solid #000000;
  box-shadow: inset 0px 5px 31px 1px rgba(0, 0, 0, 0.44);
  border-radius: 40px;
}
.question__form .form__input::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.question__form .form__button {
  cursor: pointer;
  background-image: linear-gradient(180deg, #fc7900 -23%, #a06123 125%);
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #fff;
  padding: 21px 40px;
  font-size: 20px;
}

@media screen and (max-width: 568px) {
  .question {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .question__title {
    font-size: 24px;
    line-height: 25px;
  }
  .question__subtitle {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
  }
  .question__form {
    gap: 20px;
  }
}
.footer {
  margin-top: 90px;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__left {
  display: flex;
  align-items: center;
}
.footer__left .logo-text {
  padding: 25px;
  border-left: 1px solid rgba(73, 73, 73, 0.5607843137);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.footer__logo {
  padding-right: 25px;
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__number {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.footer__number::after {
  content: "Whatsapp";
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #88888b;
}
.footer__button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  padding: 10px 20px;
  width: 241px;
  height: 62px;
  border: 3px solid #ff9600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__descr {
  border-top: 3px dotted rgba(255, 255, 255, 0.2);
  padding: 50px 0px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.footer__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
  .footer__right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 568px) {
  .footer__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__left {
    flex-direction: column;
  }
  .footer__descr {
    flex-direction: column;
    gap: 15px;
  }
  .footer__logo {
    padding-bottom: 25px;
  }
  .footer__text {
    text-align: center;
  }
  .footer__left .logo-text {
    text-align: center;
    padding: 0;
    padding-top: 25px;
    border-top: 1px solid rgba(73, 73, 73, 0.5607843137);
    border-left: none;
  }
  .footer__right {
    flex-direction: column;
  }
  .footer__icon {
    margin-top: 25px;
  }
  .footer__number {
    margin-top: 20px;
  }
  .footer__number::after {
    top: -17px;
  }
}
.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.adv__content .slick-dots {
  margin-top: -50px;
}

.slick-dots li {
  list-style: none;
  margin: 0 10px;
}

/* Активная точка */
.slick-dots li.slick-active button {
  background-color: #fc7900;
  border-radius: 50%;
  width: 10px;
  height: 14px;
  border: 1px solid #a5a5a5;
}

/* Элемент точки */
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
}

.pop_up {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 5;
}

.pop_up_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.pop_up_body {
  margin: auto;
  max-width: 500px;
  width: 100%;
  background-color: #03030a;
  color: #fff;
  border-radius: 10px;
  position: relative;
}

.pop_up_body form {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop_up_body form input {
  margin-top: 65px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 70%;
}

.pop_up_body form input:focus {
  outline: none;
}

.pop_up_body h3 {
  margin-top: 105px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.pop_up_body_btn {
  cursor: pointer;
  margin-top: 70px;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(180deg, #fc7900 -23%, #a06123 125%);
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 30px 74px;
  text-transform: uppercase;
}

.pop_up_body_btn:hover {
  cursor: pointer;
  background-color: #fc7900;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pop_up_body .warning_btn {
  background-color: rgba(255, 255, 255, 0.4);
}

.pop_up_body .warning_btn:hover {
  color: rgba(255, 255, 255, 0.1);
}

.pop_up_body_text {
  margin-top: 10px;
  opacity: 0.5;
}

.pop_up_body .warning {
  color: #b10000;
  border-bottom: 1px solid maroon;
}

.pop_up_close {
  position: absolute;
  top: 15px;
  right: 55px;
  font-size: 32px;
  cursor: pointer;
}

.pop_up_close:hover {
  color: #fc7900;
}

.active {
  display: block;
}

.checkbox {
  -webkit-appearance: auto;
}
