:root {
  --color-primary: #ffffff;
  --color-secondary: #1a1d1f;
  --color-accent: #0c2340;
  --color-text: #484a4c;
}
body ::-webkit-scrollbar {
  width: 0;
}

body {
  -ms-overflow-style: none;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 56%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
img {
  width: 100%;
}

ul,
li,
button,
label,
input {
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  padding: 0;
}

input {
  width: 100%;
}

button {
  border: none;
  background: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 2rem !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  color: var(--color-secondary);
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
p {
  line-height: 150%;
}

h2,
h4 {
  font-weight: 600;
}

h1 {
  font-weight: 800;
  font-size: 4.8rem;
}

h2 {
  font-size: 4rem;
  color: var(--color-secondary);
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

h4,
h6 {
  font-size: 2rem;
}

h5 {
  font-size: 2.4rem;
}

h6,
p {
  font-weight: 400;
}

p {
  font-size: 1.8rem;
}

.subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.text--primary {
  color: var(--color-primary);
}

.text--secondary {
  color: var(--color-secondary);
}

.text--text {
  color: var(--color-text);
}

.btn {
  width: 100%;
  width: fit-content;
  min-width: 180px;
  height: 55px;
  border-radius: 5px;
}

.btn:hover {
  background-color: var(--color-accent);
  color: var(--color-primary);
}

.product__btn {
  margin-top: 30px;
  background-color: var(--color-primary);
  color: var(--color-accent);
}

.cta__btn {
  margin: 0 auto;
  background-color: #266bbf;
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
    line-height: 140%;
  }

  h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 140%;
  }

  h3,
  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-weight: 800;
  }

  p {
    font-size: 1.4rem;
    line-height: 150%;
  }

  button {
    font-size: 1.4rem;
  }

  .product__btn {
    margin-top: 30px;
    background-color: var(--color-accent);
    color: var(--color-primary);
  }
  
}

/* CONTAINER */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 94vw;
  }
}

/* MAIN SECTION */

.hero__img--mob {
  display: none;
}
.hero__img {
  position: absolute;
  object-fit: cover;
  height: 75vh;
}

.hero__section {
  position: relative;
  z-index: 1;

}
.hero__section .container {
  position: relative;
  z-index: 2;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.hero__block {
  max-width: 580px;
}

.hero__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .hero__section .container {
    height: fit-content;
    align-items: center;
  }

  .hero__img {
    display: none;
  }
  .hero__img--mob {
    display: block;
  }
  .hero__block {
    text-align: center;
    color: var(--color-secondary);
  }

  .hero__title {
    margin: 30px 0;
  }

  .hero__text {
    line-height: 150%;
    font-weight: 400;
    font-size: 1.4rem;
  }
}

/* SLIDER SECTION */
.section {
  margin-top: 13vh;
}
.cta__section {
  padding-bottom: 100px;
}
.cta__section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider--mob {
  display: none;
}

.slider--mob .section__heading {
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 30px;
}
.slider__video {
  max-height: 600px;
  object-fit: cover;
}

.slider__section--custom {
  /* display: none !important; */
  background-color: var(--color-accent);
}
.slider {
  position: relative;
}
.slider__section--custom .container {
  padding: 40px 0;
}
.slider__section--custom .slider__subtitle {
  text-align: center;
}

.slider__section--custom .slider__img {
  max-width: 200px;
  margin: 0 auto;
}

.slider__section--custom .slider__heading, .slider__section--custom .slider__text {
  text-align: center;
  position: relative;
  z-index: 10;
}

.slider__section--custom .slider__heading {
  color: var(--color-primary);
  margin-bottom: 3vh;
}

.slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider__section--custom {
  position: relative;
}
.slider__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow {
  top: 0;
  z-index: 4;
  position: absolute;
  background: linear-gradient(90deg, #09152D 0%, rgba(9, 21, 45, 0.00) 100%);
  width: 50%;
  height: 100%;
}

.shadow--left {
  left: 0;

}
.shadow--right {
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .shadow {
    display: none;
  }
}
.slider__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: 50%;
}
.slider__btn--prev {
  left: 0;
}
.slider__btn--next {
  right: 0;
}

.slider__icon--next {
  transform: rotate(0.5turn);
}

.slider__icon {
  width: 50%;
  height: 50%;
  background: url(../img/icon/Vector.svg) center/cover no-repeat;
}
.section__heading {
  text-align: center;
  margin-bottom: 4vh;
}

.slider__heading {
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 4vh;
}

.slider__subtitle {
  margin-bottom: 2vh;
  color: var(--color-primary);
}

.slider__text {
  color: var(--color-primary);
}

.slider__block {
  display: block !important;
  padding: 0;
  top: 25%;
}

.slider__block--left {
  display: block !important;
  text-align: left;
  bottom: 20%;
}

.carousel-indicators [data-bs-target] {
  width: 20%;
  margin: 0 8px;
}
.carousel-indicators .active {
  text-decoration: underline;
}
#indicator__btn {
  width: 100%;
  height: fit-content;
  text-indent: inherit;
  background-color: transparent;
  color: var(--color-primary);
  font-size: 1.6rem !important;
  font-weight: 400;
}

.carousel-indicators {
  margin-right: 0;
  margin-left: 0;
}

.img--mob {
  display: none !important;
}



@media screen and (max-width: 1024px) {
  .slider__heading {
    font-size: 2.8rem;
    line-height: 140%;
    font-weight: 800;
  }

  .slider__subtitle {
    margin: 20px 0;
  }

}

@media screen and (max-width: 768px) {
  .img--desk {
    display: none !important;
  }

  .img--mob {
    display: block !important;
  }
  .slider--mob {
    background-color: var(--color-accent);
    display: block;
  }

  .slider--desk {
    display: none;
  }

  #carouselExampleCaptions8 .carousel-indicators {
    position: initial;
    display: none;
  }

  .slider__block {
    position: static;
  }

  .slider__block--left  {
    bottom: 5%;
  }

  /* .slider--mob .slider__heading, .slider--mob .slider__subtitle, .slider--mob .slider__text {
    color: var(--color-secondary);
  } */

  /* .slider--mob .slider__subtitle {
    color: var(--color-text);
  } */

  #indicator__btn {
    margin: 20px 0;
    /* color: var(--color-secondary); */
    text-decoration: underline;
  }

  .slider__section .carousel-control-prev-icon, .slider__section .carousel-control-next-icon {
    display: none;
  }

  .carousel-item--mob {
    max-height: 500px;
  }

  .carousel-inner {
    border-radius: 5px;
  }

  .carousel-caption {
    right: 5%;
    left: 5%;
  }


}

/* SECTION */
.section__subheading {
  margin: 4vh auto;
  text-align: center;
  max-width: 600px;
}

.section__img {
  width: 100%;
  height: 600px;
}



.section__img--interactive {
  position: relative;
  background: url(../img/interactive_section/Group\ 64.jpg) center/cover no-repeat;
}

.section__img--interactive a {
  display: none;
}

.section__img--default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/info-block/Rectangle\ 43.jpg) center/cover no-repeat;
}

.section__img--mob {
  display: none;
}
.section__container {
  margin: 0 auto;
}
.section__text {
  max-width: 980px;
  text-align: center;
  margin: 0 auto 4vh auto;
}

@media screen and (max-width: 768px)  {
  .section__img--interactive {
    height: 350px;
  }
  .section__img--default {
    display: none;
  }
  .section__img {
    border-radius: 5px;
  }



  .section__img--mob {
    background: url(../img/info-block/mob/Group\ 47.jpg) center/cover no-repeat;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section__text {
    max-width: 80%;
  }
}

/* SECTION INTERACTIVE */

.point {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(244, 244, 244, 0.6);
}


.point--default {
  border: 2px solid #FFFFFF;
}

.point-1 {
  top: 22%;
  left: 58%;
}
.point-2 {
  top: 27%;
  left: 46%;
}
.point-3 {
  top: 33%;
  left: 55%;
}

.point-4 {
  top: 51%;
  left: 57%;
}

.point-5{
  top: 75%;
  left: 57%;
}
.point-6{
  top: 46%;
  left: 50%;
}

.point-7 {
  top: 42%;
  left: 42%;
}

.point-8 {
  top: 59%;
  left: 41%;
}
.point-9 {
  top: 74%;
  left: 41%;
}
@media screen and (max-width: 1280px) {
  .point-1 {
    top: 23%;
    left: 58%;
  }
}

@media screen and (max-width: 1024px) {
  .point-1 {
    top: 21%;
    left: 59%;
  }
}

@media screen and (max-width: 912px) {
  .point-1 {
    top: 23%;
    left: 59%;
  }
}

@media screen and (max-width: 768px) {

  .point {
    width: 30px;
    height: 30px;
    display: none;
  }
  .point-1 {
    top: 17%;
    left: 57%;
  }

  .point-6 {
    left: 49%;
  }

  .point-7 {
    top: 39%;
    left: 41%;
  }

  .section__img--interactive a {
    display: block;
  }

  .section__img--interactive a .point {
    display: block;
  }

}

@media screen and (max-width: 540px) {

  .point-1 {
    top: 20%;
    left: 61%;
  }
  .point-4 {
    left: 61%;
  }

  .point-5{
    top: 75%;
    left: 63%;
  }

  .point-7 {
    top: 40%;
    left: 32%;
  }

  .point-8 {
    left: 33%;
  }
  .point-9 {
    top: 72%;
    left: 32%;
  }
  /* .point {
    display: none;
  } */
}

.wrapper {
  display: none;

}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    overflow: scroll;
    display: flex;
  }
}
.wrapper .tip--hidden {
  opacity: 1;
  position: static;
  width: fit-content;
  min-width: fit-content;
  height: 100%;
  border: 0;
  transition: all .5s ease;
}

.wrapper .tip {
  border-radius: 0;
  border-right: solid 1px var(--color-text);
}
.footnote {
  margin-top: 20px;
  font-size: 1rem;
}
.point--active {
  border-color: #266bbf
}
.item__wrapper {
  display: flex;
}

.tip {
  left: 40px;
  z-index: 10;
  position: absolute;
  background: var(--color-primary);
  border: 1px solid #8B8686;
  max-width: 300px;
  min-height: 70px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.tip--hidden {
  display: none;
  opacity: 0;
  transition: opacity .7s;
}

.point:hover > .tip {
  display: inline-block;
  opacity: 1;
}



@media screen and (max-width: 768px) {
  .point:hover > .tip {
    opacity:0;
  }
  .tip--hidden {
    display: none;
  }

  .wrapper .tip--hidden {
    display: flex;
    min-width: 100%;
  }
}
.item__body {
  margin-left: 16px;
  background: var(--color-primary);
  border: 1px solid #8B8686;
  max-width: 300px;
  min-height: 70px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

/* INFO SECTION */
.info__section {
  margin-top: 15vh;
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 6.25vw;
}

.info__section--right .info__body {
  order: 1;
}

.info__section--right .info__img {
  order: -1;
}

.info__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.line--blue {
  width: 57px;
  height: 5px;
  background: #266bbf;
  border-radius: 5px;
}

.info__subheading {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.info__text {
  margin-top: 4.5vh;
}
@media screen and (max-width: 912px) {
  .info__section {
    margin-top: 12vh;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {

  .info__section {
    margin-top: 8vh;
  }
  .info__body {
    align-items: center;
  }

  .info__heading {
    text-align: center;
  }

  .info__text {
    text-align: center;
  }
}

.footnote {
  margin-top: 20px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .footnote {
    font-size: 1.1rem;
  }
}


/* HEADER */
.header {
  padding: 32px 0 24px 0;
  width: 100%;
}

.nav, .nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__link {
  cursor: pointer;
  color: var(--color-secondary);
font-size: 2.1rem;
font-family: Nunito Sans;
}

.nav__item {
  margin-right: 24px;
}

.nav__link--accent {
  color: var(--color-accent);
}
.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo__heading {
  text-align: center;
  font-size: 12px;
}

.nav__catalog .nav__link {
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  margin: 24px 0;
}

.nav__btn {
  background-color: var(--color-accent);
  color: var(--color-primary);
}



@media screen and (max-width: 1024px) {
  .nav--mobile {
    flex-direction: column;
    justify-content: center;
  }

  .nav__contact {
    margin-top: 16px;
  }

}

@media screen and (max-width: 912px)  {
  .nav__catalog {
    display: none;
  }

  .nav__link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px)  {
  .nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav__btn {
    min-width: 120px;
    height: 40px;
    border-radius: 5px;
    font-size: 1.6rem;
}

}

/* FOOTER */
.footer {
  padding: 24px 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-accent);
}
.footer__container, .footer__wrapper, .footer, .footer-right, .footer-left {
  display: flex;
}

.nav__link--primary {
  color: var(--color-primary);
}
.nav__heading {
  font-size: 2.1rem;
}
.footer .nav__contact, .footer-right, .footer-left {
  flex-direction: column;
}

.footer__container, .footer-left, .footer__wrapper {
  justify-content: space-between;
}

.footer .line {
  margin: 5px 0 2px 0;
  background-color: #466892;
}

.footer-left .nav__item {
  text-align: left;
}

.footer .nav__contact {
  align-items: baseline;
}

.footer__link {
  font-size: 1.6rem;
font-family: Nunito Sans;
}

.footer__item {
  margin-bottom: 8px;
}

.footer__list {
  margin-right: 24px;
}

.footer__heading {
  font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}



@media screen and (max-width: 768px)  {
  .footer__container {
    flex-direction: column;
  }

  .footer-left {
    flex-direction: row;
  }

  .footer-right {
    margin-top: 16px;
  }

  .footer__heading {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 412px) {
  .nav__heading {
    display: none;
  }

  .footer__link {
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 360px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
  .nav, .footer-left {
    justify-content: center;
  }

  .footer-left {
    flex-direction: column;
    align-items: center;
  }
}