* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__top {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #000000;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 8%;
  padding: 0 15px;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
}

.header__icon {
  width: 80%;
}

.logo__img {
  max-width: 100%;
  width: 90%;
}

.menu {
  width: 60%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 5%;
  padding: 0;
}

.menu__item {
  list-style: none;
}

.menu__link {
  text-decoration: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2vw;
  white-space: nowrap;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.menu__link:hover {
  color: #f64b35;
  -webkit-transition: 1s;
  transition: 1s;
}

.menu__item-social {
  display: none;
}

.menu__arrow {
  display: none;
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

@media (max-width: 875px) {
  .header__top {
    height: 60px;
  }
  .header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__social {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu__list {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 10%;
    padding-top: 10%;
    width: 100%;
  }
  .menu__item {
    border-bottom: 0.5px white solid;
    padding-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu__item-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19px;
    padding-top: 5%;
  }
  .menu__link {
    text-decoration: none;
    color: white;
    font-size: 25px;
  }
  .menu__link:hover {
    color: #f64b35;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .menu__arrow {
    display: block;
  }
  .logo__img {
    max-width: 100%;
    width: 60%;
  }
  .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .hamb__field {
    padding: 10px;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 35px;
    height: 2px;
    margin: 6px auto;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .popup {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .open {
    left: 0;
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamb__field.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
}

@font-face {
  font-family: Montserrat;
  src: url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
}

.container-box {
  background-color: black;
  color: white;
}

/*----------------------------------------------------------------------------*/
.header-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1305px;
  padding: 150px 15px 0 15px;
  margin: 0 10%;
}

.img {
  width: 35vw;
}

.header-title-tit {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  padding-left: 20px;
}

.header-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35vw;
  line-height: 1.5;
  padding-left: 20px;
}

.header-title__button {
  margin: 3% 0%;
  text-align: center;
  background-color: white;
  border: 2px solid black;
  border-radius: 13px;
  padding: 15px 10%;
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

.header-title__button:hover {
  background-color: #979797;
}

.header-title__blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

.header-subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

.header-title__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  padding-top: 3%;
}

p, h2, h3 {
  margin: 0;
}

@media (max-width: 1252px) and (min-width: 1000px) {
  #header-title__box {
    padding-top: 150px;
  }
  .img {
    width: 40vw;
  }
  .header-subtitle {
    text-align: center;
    padding-top: 5%;
  }
  .header-title-tit {
    padding-left: 20px;
    font-size: 25px;
    width: 40vw;
    text-align: center;
  }
  .header-title-tit h2 {
    margin: 0;
  }
  .header-title__txt {
    margin-bottom: 0px;
    padding: 20px 20px 0 0;
    width: 35vw;
    text-align: center;
    font-size: 15px;
  }
  .header-title__text {
    padding-left: 0px;
  }
}

@media (max-width: 999px) and (min-width: 689px) {
  #header-title__box {
    padding-top: 50px;
  }
  .img {
    width: 80vw;
  }
  .header-subtitle {
    text-align: left;
    padding-top: 5%;
  }
  .header-title-tit {
    padding-left: 20px;
    font-size: 25px;
    width: 80vw;
    text-align: left;
  }
  .header-title-tit h2 {
    margin: 0;
  }
  .header-title__txt {
    margin-bottom: 0px;
    padding: 20px 20px 0 0;
    width: 80vw;
    text-align: left;
    font-size: 15px;
  }
  .header-title__text {
    padding-left: 0px;
  }
}

@media (max-width: 688px) and (min-width: 300px) {
  .header-title__box {
    padding-top: 50px;
    padding-top: 50px;
  }
  .img {
    width: 95vw;
  }
  .header-subtitle {
    text-align: center;
    padding-top: 5%;
  }
  .header-title-tit {
    font-size: 30px;
    width: 95vw;
    text-align: center;
    padding-top: 30px;
  }
  .header-title-tit h2 {
    margin: 0;
  }
  .header-title__txt {
    margin-bottom: 0px;
    padding: 20px;
    width: 95vw;
    text-align: center;
  }
  .header-title__text {
    padding-left: 0px;
  }
  .header-title__button {
    width: 250px;
  }
}

.modal-txt,
.modal-content__txt {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  top: 0;
  left: 0;
  z-index: 99999;
}

.modal-window::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.757) url(https://raw.githubusercontent.com/Codelessly/FlutterLoadingGIFs/master/packages/cupertino_activity_indicator.gif) center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.modal-window.sending::after {
  opacity: 1;
  visibility: visible;
}

.none {
  display: none;
}

.error {
  border-bottom: 1px solid red;
}

.modal-window__btn-container {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.madal-window__btn-clouse {
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 10px;
}

.madal-window__btn-clouse:before,
.madal-window__btn-clouse:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 8px;
  background: #6a6868;
}

.madal-window__btn-clouse:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.madal-window__btn-clouse:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.modal-content {
  max-width: 800px;
  padding: 30px;
}

.btn-modal {
  color: black;
  cursor: pointer;
  line-height: 3rem;
  padding: 5px 30px;
  background-color: white;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
}

.btn-modal:hover {
  background-color: #979797;
}

.header__form {
  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;
  text-align: center;
}

label {
  display: block;
  padding-top: 30px;
  color: black;
}

label .label-text {
  cursor: text;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

label input:focus + .label-text {
  color: #F0F0F0;
  font-size: 13px;
  margin-top: 10px;
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

label input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #4A4A4A;
  color: black;
  font-size: 20px;
  letter-spacing: 1px;
  outline: 0;
  padding: 5px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
  display: block;
}

label input:focus {
  max-width: 100%;
  width: 400px;
}

label input:valid + .label-text {
  font-size: 13px;
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

.btn__form {
  background: transparent;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 20px 75px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

button:hover,
button:focus {
  background-color: #c5c5c5;
  color: #333333;
}

@media (max-width: 1100px) and (min-width: 676px) {
  .btn-modal {
    margin-top: 40px;
  }
}

@media (max-width: 675px) and (min-width: 557px) {
  .btn-modal {
    margin-top: 40px;
    font-size: 15px;
  }
}

@media (max-width: 556px) {
  .btn-modal {
    font-size: 15px;
    line-height: normal;
    width: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.event {
  background-color: #000000;
}

.event__container {
  max-width: 1305px;
  padding: 50px 15px;
  margin: 0 10%;
  overflow: hidden;
}

.title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0% 5% 0%;
}

.title__row-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 1em;
  color: #FFFFFF;
}

.event__link {
  color: #F0F0F0;
}

.event1 {
  background-color: black;
}

.event1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event1__column1 {
  width: 47%;
  margin: 2% 2% 2% 0%;
}

.event1__body {
  width: 47%;
  margin: 2% 2% 2% 0%;
}

.event1__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event1__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 2.2vw;
  line-height: 1.5em;
  color: #FFFFFF;
}

.event1__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 1.2em;
  color: #FFFFFF;
  padding-top: 6%;
  text-align: left;
}

.event1__text p:last-child {
  margin-bottom: 0%;
}

.event1__btn {
  margin: 3% 0%;
  text-align: center;
  background-color: white;
  border: 2px solid black;
  border-radius: 13px;
  padding: 15px 10%;
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
}

.event1__btn:hover {
  background-color: #979797;
}

.event1__link {
  color: #000000;
  text-decoration: none;
}

.event2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event2__column1 {
  width: 47%;
  margin: 2% 2% 2% 0%;
}

.event2__body {
  width: 47%;
  margin: 2% 2% 2% 0%;
}

.event2__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event2__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 2.2vw;
  line-height: 1.5em;
  color: #FFFFFF;
}

.event2__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 1.2em;
  color: #FFFFFF;
  padding-top: 6%;
  text-align: left;
}

.event2__text p:last-child {
  margin-bottom: 0%;
}

@media screen and (max-width: 768px) {
  .event1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px auto;
    width: 210%;
    padding: 30px 0;
  }
  .event2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px auto;
    width: 210%;
    padding: 30px 0;
  }
  .event__container {
    max-width: 600px;
    padding: 50px 15px;
    margin: 0 10%;
    overflow: hidden;
    justify-items: center;
  }
  .event1__text, .event2__text, .event1__btn {
    font-size: 15px;
  }
  .event1__title, .event2__title {
    font-size: 20px;
    text-align: center;
  }
  .title__row-title {
    font-size: 27px;
    padding: 50px 0 0 0;
  }
}

@media screen and (min-width: 2160px) and (max-width: 2560px) {
  .event__container {
    max-width: 80%;
    margin: 0 auto;
  }
}

.questions__cards-flex1,
.questions__cards-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.card-2 .rotate .text .text__container > p {
  font-size: 14px !important;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .card-2 .rotate .text .text__container > p {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 480px) {
  .card-2 .rotate .text .text__container > p {
    font-size: 12px !important;
  }
}

.rotate__text,
.text {
  color: black;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.rotate__text > p,
.text > p {
  width: 95%;
}

.rotate__text > p::after,
.text > p::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(10% / 3);
  top: calc(80% / 2);
  width: 20px;
  height: 20px;
  background-image: url(../assets/img/plus.png);
  background-position: center;
  background-repeat: no-repeat;
}

.questions__container {
  background-color: black;
  color: white;
  margin: 0 auto;
  padding: 2% 0;
  font-family: "Montserrat";
  cursor: default;
}

.questions__container .questions__title {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2%;
}

.questions__container .questions__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.questions__container .questions__cards a {
  text-decoration: none;
  color: #F64B35;
  cursor: pointer;
}

.questions__container .questions__cards .questions__cards-flex1 {
  margin-right: 2%;
}

@media screen and (max-width: 980px) {
  .questions__container .questions__cards .questions__cards-flex1 {
    margin-right: 0;
  }
  .questions__container .questions__cards .questions__cards-flex1, .questions__container .questions__cards .questions__cards-flex2 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 90%;
  }
}

.questions__container .questions__cards .questions__card {
  width: 100%;
  margin: 10px auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.questions__container .questions__cards .questions__card:hover .rotate {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.questions__container .questions__cards .questions__card:active .rotate {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.questions__container .questions__cards .questions__card .rotate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.questions__container .questions__cards .questions__card .rotate .rotate__text {
  padding: 20px;
  vertical-align: middle;
}

.questions__container .questions__cards .questions__card .rotate .rotate__text > p {
  margin: 0;
  font-size: 28px;
}

.questions__container .questions__cards .questions__card .rotate .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.questions__container .questions__cards .questions__card .rotate .text .text__container {
  padding: 10px;
}

.questions__container .questions__cards .questions__card .rotate .text .text__container > p {
  margin: 0;
  font-size: 16px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .questions__container .questions__cards .questions__card .rotate .text .text__container > p {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .questions__container .questions__cards .questions__card .rotate .text .text__container > p {
    font-size: 14px;
  }
}

.footer {
  background-color: black;
  color: white;
  padding-top: 2%;
}

.footer img {
  max-width: 60px;
}

.footer .footer__wrapper {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  border-top: 1px solid white;
  padding: 2% 0;
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__wrapper .footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer .footer__wrapper .footer__email {
  position: relative;
  top: 20px;
  margin-left: 3%;
  color: white;
  text-decoration: none;
}

.footer .footer__wrapper .footer__email .footer__email:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer__wrapper img {
    max-width: 45px;
  }
  .footer .footer__wrapper .footer__email {
    font-size: 2.5vw;
    position: relative;
    top: 15px;
    margin-left: 3%;
    color: white;
    text-decoration: none;
  }
}

@media (max-width: 450px) {
  .footer__wrapper img {
    max-width: 30px;
  }
  .footer .footer__wrapper .footer__email {
    font-size: 2.5vw;
    position: relative;
    top: 10px;
    margin-left: 3%;
    color: white;
    text-decoration: none;
  }
}

.container-fluid {
  background-color: black;
  color: white;
  padding-top: 2%;
}

.container-fluid .footer__row {
  border-top: 1px solid white;
  padding: 4% 0;
}

.container-fluid .footer__row .footer__social {
  text-align: right;
  padding: 0;
}

.container-fluid .footer__row .footer__mail {
  padding: 0;
}

.container-fluid .footer__row .footer__mail .footer__email {
  color: white;
  text-decoration: none;
}

.container-fluid .footer__row .footer__mail .footer__email :hover {
  cursor: pointer;
}

.container-fluid .footer__row .footer__link {
  margin-left: 2%;
}

.footer__pic {
  max-width: 50px;
}

.bot {
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
}

.bot__container {
  max-width: 90%;
  margin: 0px auto;
  color: white;
}

.bot__container .bot__title {
  font-size: 70px;
  text-align: center;
  font-weight: 600;
  padding-top: 50px;
}

.bot__container .bot__subtitle {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.bot__container .bot__grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  margin: 0 auto;
  width: 85%;
}

.bot__container .bot__text-container {
  font-size: 18px;
  padding-top: 20px;
  max-width: 90vw;
}

.bot__container .bot__img {
  max-height: 850px;
  max-width: 90vw;
}

.bot__container .bot__btn {
  background-color: #ffffff;
  border: none;
  color: black;
  padding: 21px 98px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
}

.bot__container .bot__button {
  text-align: center;
  padding: 50px 0px;
}

.bot__container .bot__number {
  max-height: 40px;
  margin-bottom: -20px;
}

.bot__container .bot__text-heading {
  font-size: 30px;
  margin-bottom: 20px;
}

.bot__container .bot__text {
  margin-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bot__container {
    max-width: 100%;
    margin: 0 auto;
  }
  .bot__container .bot__text-container {
    margin-left: -50px;
    margin-right: 30px;
  }
  .bot__container .bot__img {
    margin-left: -40px;
  }
  .bot__container .bot__text-heading {
    font-size: 28px;
  }
  .bot__container .bot__text {
    font-size: 18px;
  }
  .bot__container .bot__number {
    max-height: 30px;
    margin-bottom: -15px;
  }
  .bot__container .bot__title {
    font-size: 50px;
  }
  .bot__container .bot__subtitle {
    font-size: 36px;
  }
  .bot__container .bot__grid-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .bot__container {
    max-width: 100%;
    margin: 0 auto;
  }
  .bot__container .bot__text-container {
    margin-left: -30px;
    margin-right: 30px;
  }
  .bot__container .bot__img {
    margin-left: -40px;
  }
  .bot__container .bot__text-container {
    font-size: 16px;
    margin-left: -50px;
  }
  .bot__container .bot__btn {
    padding: 15px 80px;
    font-size: 20px;
    margin: 4px 2px;
    border-radius: 15px;
  }
  .bot__container .bot__number {
    max-height: 30px;
    margin-bottom: -20px;
  }
  .bot__container .bot__text-heading {
    font-size: 26px;
  }
  .bot__container .bot__text {
    margin-bottom: 10px;
  }
  .bot__container .bot__img {
    max-height: 630px;
  }
  .bot__container .bot__title {
    font-size: 50px;
  }
  .bot__container .bot__subtitle {
    font-size: 36px;
  }
  .bot__container .bot__grid-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .bot__container {
    max-width: 90%;
    margin: 0 auto;
  }
  .bot__container .bot__grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
  }
  .bot__container .bot__text-container {
    font-size: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .bot__container .bot__title {
    font-size: 35px;
  }
  .bot__container .bot__subtitle {
    font-size: 28px;
  }
  .bot__container .bot__img {
    max-height: 650px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .bot__container .bot__btn {
    padding: 15px 60px;
    font-size: 20px;
    margin: 4px 2px;
    border-radius: 15px;
  }
  .bot__container .bot__text-heading {
    font-size: 25px;
  }
  .bot__container .bot__number {
    max-height: 30px;
    margin-bottom: -20px;
  }
  .bot__container .bot__text {
    margin-bottom: 20px;
  }
  .bot__container .bot__grid-wrapper {
    width: 100%;
  }
  .bot__container #text-hidden {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */