/*
Theme Name:   Astra Child
Theme URI:        https://example.com/astra/
Description:  Astra Theme
Author:           Dolenchuk Dmiеtry
Author URI:   https://tomskpro.ru
Template:         astra
Version:          1.0.0
License:          GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  astra
 
*/

@charset "UTF-8";
@font-face {
  font-family: title-font;
  src: url(./assests/fonts/FrankRuhlLibre-Light.ttf);
}
html {
  box-sizing: border-box;
  height: 100%;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

:root {
  --index: calc(1vw + 1vw) ;
}

li {
  list-style-type: none;
  /* Убираем маркеры */
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #0a0a0a;
  background-color: #f3f3f3;
}

a {
  text-decoration: none;
  color: #f3f3f3;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  position: relative;
  overflow: hidden;
  padding: 15px 50px;
  color: #f3f3f3;
  font-family: "Montserrat", sans-serif;
}

.button {
  padding: 15px 50px;
  color: #f3f3f3;
  font-weight: 600;
  text-transform: uppercase;
}
.button_gradient {
  background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
}
.button_pink {
  background-color: #DDB7AB;
}

:where(figure) {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  position: relative;
}
.box::after {
  position: absolute;
  content: "";
  max-width: 100px;
  width: 100px;
  max-height: 100px;
  height: 100px;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-bt-50 {
  padding-bottom: 50px;
}

.pd-bt-150 {
  padding-bottom: 150px;
}

.border-r-30 {
  border-radius: 30px;
}

.img100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-in-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.line-h {
  line-height: 1;
}

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

.main {
  flex: 1;
}

.container {
  max-width: 1240px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.section-video > video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.45;
}

@media only screen and (max-width: 925px) {
  .title {
    margin-bottom: 40px;
  }
}

.wrapper-grey {
  background: #0a0a0a;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-bt-40 {
  padding-bottom: 40px;
}

.pd-bt-50 {
  padding-bottom: 50px;
}

#form-glow {
  display: none;
  background: border-box;
  max-width: 451px;
  width: 100%;
}
#form-glow .border-box {
  position: relative;
  margin: 10% auto 0;
  max-width: 400px;
  width: 100%;
  height: 300px;
  background: #0a0a0a;
  padding: 30px;
}
#form-glow input {
  border: none;
  border-bottom: 2px solid #f3f3f3;
  font-size: 20px;
  background: transparent;
  padding: 0 50px 5px 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
#form-glow input input[type=text] {
  color: #f3f3f3 !important;
}
#form-glow .form-box__label {
  padding-bottom: 10px;
  color: #f3f3f3;
}
#form-glow .form-box__agreement {
  font-size: 10px;
  color: #f3f3f3;
}
#form-glow button {
  margin-bottom: 20px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #f3f3f3;
}
.header__wrap {
  display: flex;
  align-items: center;
  padding: 25px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__menu {
  display: flex;
  align-items: center;
  padding: 25px 0;
  justify-content: space-between;
}
.header__button {
  display: flex;
  align-items: baseline;
}
.header__call {
  margin-top: 7px;
}
.header__call a {
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}
.header__title {
  width: 100%;
}
.header__title h1 {
  font-weight: 500;
}
.header .logo {
  display: flex;
  align-items: center;
  z-index: 999;
}
.header .logo .custom-logo {
  width: 150px;
}
@media only screen and (max-width: 650px) {
  .header .logo {
    margin-bottom: 20px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #f3f3f3;
}
.header__wrap {
  display: flex;
  align-items: center;
  padding: 25px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  position: relative;
}
.logo h1 {
  font-size: 16px;
}
.logo .logo-a {
  display: flex;
}
.logo .logo-a img {
  margin-right: 10px;
}

.contact {
  display: flex;
}
@media only screen and (max-width: 490px) {
  .contact {
    display: block;
  }
}
.contact a {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
@media only screen and (max-width: 490px) {
  .contact a {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.contact__col {
  display: flex;
  background-image: url('assets/img/icon-phone.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 15px;
  padding-left: 25px;
}
@media only screen and (max-width: 490px) {
  .contact__col {
    background-position: 0 2px;
  }
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  background: black;
}
@media only screen and (max-width: 650px) {
  #hero {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (max-width: 650px) and (max-width: 490px) {
  #hero {
    padding-top: 14rem;
  }
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -9;
  background: black;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.33;
}
.hero__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 925px) {
  .hero__content {
    flex-wrap: wrap;
  }
}
.hero__item {
  max-width: 540px;
  width: 100%;
  color: #f3f3f3;
}
@media only screen and (max-width: 550px) {
  .hero__item .logo {
    margin: 0 50px;
  }
}
.hero__item h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
}
.hero__arrow {
  position: relative;
  text-align: center;
  margin: 50px;
  z-index: 3;
}

.logo {
  position: relative;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide {
  position: relative;
}
.slide__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f3f3f3;
  width: max-content;
  background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
  padding: 5px 15px;
}
.slide__subtitle {
  font-size: 36px;
  color: #f3f3f3;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
}
.slide__subtitle-backgroun {
  background-color: #f3f3f3;
  padding: 3px 0;
}
.slide__subtitle-backgroun > span {
  background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
}
.slide__text {
  margin-bottom: 40px;
}

.btn-slider {
  margin-bottom: 40px;
}

.swiper-pagination-bullet {
  display: block;
  width: 10px !important;
  height: 10px !important;
  margin: 6px !important;
  font-size: 0 !important;
  background-color: transparent !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 0% !important;
  transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s !important;
}

.hero__pagination.swiper-pagination-bullets {
  display: flex !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) !important;
  border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) !important;
}

.swiper-button-prev {
  left: auto !important;
  right: 50px !important;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 650px) {
  .footer {
    flex-wrap: wrap;
  }
}
.footer__logo {
  width: 100px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 650px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__item {
  font-size: 14px;
  text-align: center;
  color: #f3f3f3;
}
@media only screen and (max-width: 650px) {
  .footer__item {
    width: 100%;
  }
  .footer__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__info {
  max-width: 250px;
  width: 100%;
  font-size: 10px;
  text-align: end;
  color: #f3f3f3;
}
@media only screen and (max-width: 650px) {
  .footer__info {
    text-align: center;
    margin: auto;
  }
}
.footer a {
  text-decoration: underline;
}

.btn-slider {
  margin-bottom: 40px;
}

.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #f3f3f3;
  transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s;
}

.hero__pagination.swiper-pagination-bullets {
  display: flex;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
  border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 2px 6px;
}

.swiper-button-next, .swiper-button-prev {
  top: 15px !important;
}
#ast-scroll-top {display: none;}
.ast-scroll-top-icon, .ast-scroll-to-top-right {
	display: none;
}