@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html body .page header {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    html body .page header {
      position: fixed;
      z-index: 100000;
      padding: 10px 0; } }
  html body .page header .mob_burger {
    display: none;
    width: max-content; }
    @media screen and (max-width: 900px) {
      html body .page header .mob_burger {
        display: block; }
        html body .page header .mob_burger img {
          width: 30px; } }
  @media screen and (max-width: 900px) {
    html body .page header .font_1 {
      font-family: "Roboto Condensed";
      font-size: 18px;
      color: black;
      margin-bottom: 10px;
      font-weight: 700; } }
  html body .page header .col-12 .col-auto a {
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid black; }
  html body .page header menu {
    width: 50%;
    display: flex; }
    @media screen and (max-width: 900px) {
      html body .page header menu {
        display: none; } }
  html body .page header a {
    font-family: "Roboto Condensed";
    font-weight: 500;
    font-size: 18px;
    color: black;
    line-height: 1.1;
    text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    html body .page header img {
      width: 100%; } }

@media screen and (max-width: 900px) {
  html body .col-2 {
    width: 85px; }

  html body .col-1 {
    width: 45px; } 
    header.scrolled {
  background: #d9d9d9; }
    
}


html body .page footer {
  padding-bottom: 50px; }
  html body .page footer .banner {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    text-transform: uppercase;
    margin: 20px 0 40px 0;
    text-align: right; }
    @media screen and (max-width: 900px) {
      html body .page footer .banner {
        font-size: 22px; } }
  html body .page footer p {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      html body .page footer p {
        font-size: 14px; } }
  html body .page footer .col-auto {
    margin-left: 50px; }
    @media screen and (max-width: 900px) {
      html body .page footer .col-auto {
        margin-left: 0; } }
    html body .page footer .col-auto a {
      margin: 5px 0;
      border-bottom: 1px solid black; }
  html body .page footer .font_1 {
    font-size: 18px;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      html body .page footer .font_1 {
        font-size: 14px; } }

@media screen and (max-width: 900px) {
  .row_3 {
    justify-content: space-between; } }
html body .page .sec_1 {
  margin-bottom: 130px; }
  @media screen and (max-width: 900px) {
    html body .page .sec_1 {
      margin-bottom: 75px;
      margin-top: 87px; } }

html body .page .sec_2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    html body .page .sec_2 {
      margin-bottom: 0; } }
  html body .page .sec_2 .col-xl-6 {
    width: 52%; }
    html body .page .sec_2 .col-6 {
    width: 52%; }
  html body .page .sec_2 .row_2 .col-6 {
    width: 59.5%; }
  html body .page .sec_2 .row_3 {
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_2 .row_3 {
        flex-direction: column-reverse;
        margin-bottom: 0px; }
        html body .page .sec_2 .row_3 p {
          margin-bottom: 20px; } }
  html body .page .sec_2 .col-3 {
    width: 26%; }
  html body .page .sec_2 h1 {
    margin-bottom: 20px; }

html body .page .sec_4 {
  margin-bottom: 150px; }
  @media screen and (max-width: 900px) {
    html body .page .sec_4 {
      margin-bottom: 75px; } }
  html body .page .sec_4 .block_min {
    background: url("../img/Subtract (1).svg") 1% 1% no-repeat;
    height: 210px;
    padding: 20px;
    background-size: contain; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 .block_min {
        height: 105px;
        padding: 10px;
        width: 160px; }
        html body .page .sec_4 .block_min .text p {
          width: 139px;
          font-size: 12px; } }
  html body .page .sec_4 .block_big {
    background: url("../img/Subtract (2).svg") 1% 1% no-repeat;
    height: 440px;
    padding: 20px;
    background-size: contain; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 .block_big {
        height: 220px;
        padding: 10px;
        width: 160px; }
        html body .page .sec_4 .block_big .text p {
          width: 139px;
          font-size: 12px; } }
  html body .page .sec_4 .row_mob {
    display: none; }
    html body .page .sec_4 .row_mob .col-auto {
      margin-bottom: 10px;
      width: 100%; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 .row_mob {
        display: flex; } }
  html body .page .sec_4 .round {
    position: relative;
    top: -20px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid black;
    width: 75px;
    height: 75px;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 .round {
        top: -7px;
        right: -8px;
        font-size: 22px;
        width: 33px;
        height: 33px; } }
  html body .page .sec_4 p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 p {
        font-size: 14px; } }
  html body .page .sec_4 .row_2 {
    display: flex;
    height: 670px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 .row_2 {
        display: none;
        height: auto; } }
    html body .page .sec_4 .row_2 .col-auto {
      width: 320px;
      height: 100%; }
      @media screen and (max-width: 900px) {
        html body .page .sec_4 .row_2 .col-auto {
          width: 160px; } }
    html body .page .sec_4 .row_2 .mb_4 {
      margin-bottom: 20px; }
  html body .page .sec_4 h1 {
    margin: 150px 0 40px 0; }
    @media screen and (max-width: 900px) {
      html body .page .sec_4 h1 {
        margin: 78px 0 20px 0; } }

html body .page .sec_5 {
  margin-bottom: 107px; }
  html body .page .sec_5 .block_min {
    background: url("../img/Subtract (1).svg") 1% 1% no-repeat;
    height: 210px;
    padding: 20px; }
  html body .page .sec_5 .block_big {
    background: url("../img/Subtract (2).svg") 1% 1% no-repeat;
    height: 440px;
    padding: 20px; }
  html body .page .sec_5 a {
    transition: all 0.3s ease-in-out; }
  html body .page .sec_5 a:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 2px #989898; }
  html body .page .sec_5 a:hover:after {
    width: 0; }
  html body .page .sec_5 .round {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #666666;
    width: 86px;
    height: 86px; }
    html body .page .sec_5 .round p:nth-child(1) {
      font-size: 50px; }
      @media screen and (max-width: 900px) {
        html body .page .sec_5 .round p:nth-child(1) {
          font-size: 35px; } }
    html body .page .sec_5 .round p:nth-child(2) {
      font-size: 16px; }
      @media screen and (max-width: 900px) {
        html body .page .sec_5 .round p:nth-child(2) {
          font-size: 14px; } }
  html body .page .sec_5 p {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      html body .page .sec_5 p {
        font-size: 14px; } }
  html body .page .sec_5 .row_2 .col-auto {
    width: 433px;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    padding: 20px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_5 .row_2 .col-auto {
        margin-bottom: 20px; } }
  html body .page .sec_5 .row_2 img {
    border-radius: 30px; }
  html body .page .sec_5 .row_2 .text_1 {
    width: 100%; }
    @media screen and (max-width: 900px) {
      html body .page .sec_5 .row_2 .text_1 {
        width: 100%; } }
  html body .page .sec_5 .row_2 .text p:nth-child(2) {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
    max-width: 300px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_5 .row_2 .text p:nth-child(2) {
        font-size: 22px;
        max-width: 217px; } }
  html body .page .sec_5 .row_2 .block_main {
    margin-top: 20px; }
  html body .page .sec_5 h1 {
    margin: 150px 0 40px 0; }
    @media screen and (max-width: 900px) {
      html body .page .sec_5 h1 {
        margin: 0;
        margin-bottom: 20px; } }

.teleg {
  border-radius: 30px;
  background: #27a7e7;
  color: white;
  padding: 6px 15px;
  margin-right: 20px;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out; }

.whats {
  border-radius: 30px;
  background: #2cb742;
  color: white;
  padding: 6px 15px;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out; }

.whats:hover:after {
  width: 0; }

.whats:hover {
  transform: scale(1.07);
  box-shadow: 0px 0px 10px 2px #2cb742; }

.teleg:hover {
  transform: scale(1.07);
  box-shadow: 0px 0px 10px 2px #27a7e7; }

.teleg:hover:after {
  width: 0; }

html body .page .modal-content {
  border-radius: 20px;
  width: 60%;
  background: #D9D9D9;
  margin: 0 auto; }

html body .modal-header {
  border-bottom: none;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase; }
  html body .modal-header p {
    margin: 0 auto; }

html body .page .btn-close {
  width: 10px;
  height: 10px;
  margin: 0; }

html body .page .sec_6 {
  margin-bottom: 107px; }
  @media screen and (max-width: 900px) {
    html body .page .sec_6 {
      margin-bottom: 75px; } }
  html body .page .sec_6 h1:nth-child(1) {
    margin: 0 0 40px 0; }
    @media screen and (max-width: 900px) {
      html body .page .sec_6 h1:nth-child(1) {
        margin: 0 0 20px 0; } }
  html body .page .sec_6 .row_2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      html body .page .sec_6 .row_2 {
        margin-bottom: 10px; } }
    html body .page .sec_6 .row_2 .col-6 {
      padding: 20px; }
      @media screen and (max-width: 900px) {
        html body .page .sec_6 .row_2 .col-6 {
          padding: 10px 10px 10px 0; } }
  html body .page .sec_6 .font_1 {
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: black;
    text-transform: none; }
    @media screen and (max-width: 900px) {
      html body .page .sec_6 .font_1 {
        font-size: 16px; } }
  html body .page .sec_6 .font_2 {
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      html body .page .sec_6 .font_2 {
        font-size: 14px; } }

html body .page main .slider img {
  width: 100%;
  height: 350px; }
  @media screen and (max-width: 900px) {
    html body .page main .slider img {
         width: auto;
      height: 300px; } }

html body .page .sec_7 {
  margin-bottom: 150px; }
  @media screen and (max-width: 900px) {
    html body .page .sec_7 {
      margin-bottom: 75px; } }
  html body .page .sec_7 .container_ {
    padding: 0; }

html body .page .sec_8 {
  margin-bottom: 107px; }
  html body .page .sec_8 .row_1 {
    margin-bottom: 40px; }
  html body .page .sec_8 details {
    background: #D9D9D9;
    border-radius: 0 0 20px 20px; }
  html body .page .sec_8 details {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    overflow: hidden; }
  html body .page .sec_8 li {
    list-style: none;
    padding-left: 20px;
    margin: 10px 0; }
  html body .page .sec_8 summary {
    padding: 20px;
    width: 100%;
    background: white; }
  html body .page .sec_8 summary::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    transform-origin: center;
    background-image: url("../img/Group 1353.svg"); }
  html body .page .sec_8 .details[open] summary::after {
    transform: rotate(45deg); }
  html body .page .sec_8 .details[open] {
    padding-bottom: 50px; }
  html body .page .sec_8 .details__title {
    marign-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 20px;
    cursor: pointer;
    list-style: none;
    font-weight: 700; }
  html body .page .sec_8 p {
    font-size: 18px;
    text-transform: uppercase; }
  html body .page .sec_8 .details .content {
    opacity: 0;
    transform: translateY(-50px); }
  html body .page .sec_8 .content p {
    text-transform: none; }
  html body .page .sec_8 .details[open] .content {
    text-transform: none;
    opacity: 1;
    transform: translateY(0px);
    padding: 20px;
    transition: all 0.5s ease-in-out; }

html body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html body a {
  color: black;
  text-decoration: none; }

html body {
  overflow-x: hidden; }

main {
  width: 100%; }

.page {
  max-width: 1400px;
  width: 100%;
  color: black;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px; }
  @media screen and (max-width: 900px) {
    .page {
      margin-top: 0px; } }

a::after {
  content: "";
  height: 1px;
  background: black;
  width: 0;
  display: block; }

a:hover:after {
  width: 100%;
  transition: width 0.3s ease-in-out; }

.container_ {
  padding: 0 30px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .container_ {
      padding: 0 10px; } }

html body .page .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0; }

html body .page main img {
  width: 100%; }

html body .page h1 {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    html body .page h1 {
      font-size: 22px; } }

html body .page .font_1 {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1; }
  @media screen and (max-width: 900px) {
    html body .page .font_1 {
      font-size: 14px; } }

html body .page p {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 16px;
  color: black;
  line-height: 1.1; }
  @media screen and (max-width: 900px) {
    html body .page p {
      font-size: 12px; }
      
      .my-video-dimensions {
        width: 1340px;
        height: 195px;
    }
    html body .page main .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    top: 44%;
    left: 54.7%;
     }
      
      
      html body .page main .sec_3 .container_ .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
         background-size: 30%;
         top: 33%;
        left: 42%;
    }
    html body .page main .sec_2 .text_t{
        margin-right: 0;
    }
      
      
      
  }




.video-js{
    width: 100%;
}

html body .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    top: 42%;
    left: 47.7%;
    padding: 0;
    margin-top: -0.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
     border-radius: 50%;
    transition: all 0.4s;
    background: transparent;
}
html body .page main .vjs-has-started .vjs-big-play-button, .video-js .vjs-big-play-button {
    display: none;
}

html body .page main  .sec_3 .container_ .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: " ";
    background-image: url("../img/Polygon 1.svg") ;
    background-repeat: no-repeat;
}


html body .vjs-control-bar .vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before
{
    content: "\f101";
    background-image: none ;
}
 html body .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 35%;
    left: 42%;
    width: 100%;
    height: 100%;
}
.sec_2 .text_t{
    margin-right: 22px;
}
/*# sourceMappingURL=style.css.map */
