@font-face {
  font-family: "Ouvality";
  font-style: normal;
  font-weight: 400 !important;
  src: local("Ouvality"), url("./zonapro/Ouvality.ttf") format("ttf");
}

a {
  outline: none;
}

:root {
  --x-offset: -0.0625em;
  --y-offset: 0.0625em;
  --stroke: 0.025em;
  --background-color: white;
  --stroke-color: lightblue;
  --offset: 0.5em;
}

*,
*::before,
*::after {
  box-sizing: border-box;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  touch-action: manipulation;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}
body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
  font-family: "Rubik", sans-serif !important;
  font-weight: lighter !important;
  color: #161a25;
  overflow-x: hidden !important;
  background-color: #f2f2f2;
  scroll-behavior:auto !important;
}
.box-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.swal2-confirm {
  background-color: #146948 !important;
}

.mainpage {
  width: 80%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  margin-top: 10%;
}

.full-height-img {
  height: 60vh !important; /* Make image full viewport height */
  object-fit: cover; /* Ensure the image maintains aspect ratio while covering full height */
  float: right;
}

.page-1 {
  display: block;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
}

.mainpage .leftpart {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.mainpage .rightpart {
  position: absolute;
  right: 0;
  top: 40vh;
  z-index: 100;
}

.rightpart .dialogmenu {
  animation: MoveUpDown 4s linear infinite;
  width: 40vw;
}

.mainpage:first-child {
  margin-top: 0 !important;
}

.leftpart .infocontact {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.buttonsocial a {
  display: inline-block;
  margin-right: 10px;
  color: #bfd181;
  text-decoration: none;
}

.buttonsocial.whatsapp {
  background-color: #25d366;
}

.leftpart .infocontact .buttoncontact {
  background-image: linear-gradient(
    to right,
    #76b852 0%,
    #8dc26f 51%,
    #76b852 100%
  );
  margin-left: 25px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 4px;
  display: flex;
}

.leftpart .infocontact .buttoncontact:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.leftpart .spacer {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.leftpart .spacer .line {
  width: 3vw;
  background-image: linear-gradient(
    to right,
    #76b852 0%,
    #8dc26f 51%,
    #76b852 100%
  );
  height: 2px;
  border-radius: 5px;
}

.leftpart .spacer p {
  margin-bottom: 0;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
}

#message {
  height: 150px !important;
  flex: 1;
  margin-right: 10px;
  background-color: #e4e4e4;
  border: 0 !important;
  padding: 15px;
  border-radius: 15px;
  resize: none;
}

.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
}

.form-control:focus {
  background-color: #e4e4e4 !important;
}

.burger li {
  margin-top: 0 !important;
  border-radius: 0 !important;
}

.modal {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.205) !important;
}

.leftpart .zagalovok {
  font-size: 110px;
  line-height: 80px;
  font-family: "soyuz grotesk", sans-serif;
  text-transform: lowercase;
}

#banner h3 {
  text-transform: uppercase;
  color: #839aa7;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  position: relative;
}

#banner h3 span {
  width: 50px;
  height: 2px;
  background: #146948;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.leftpart .line {
  position: absolute;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #146948 0%, rgba(0, 0, 0, 0) 50%);
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.online-h1 {
  border-top: 1px solid #d6e0e5;
  border-bottom: 1px solid #d6e0e5;
  width: 400px;

  font-size: 50px;

  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 25px;
  font-size: 70px;
}

.onlinek {
  background: #7ebb76;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  justify-content: left;
}

.leftpart .deschead {
  text-transform: lowercase;
  font-size: 85px;
  position: relative;
  vertical-align: middle;
}

#banner h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 110px;
  line-height: 80px;
  text-transform: lowercase;
}

#banner h4 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 0;
}

#banner .banitem {
  position: relative;
  transition: all 0.5s ease;
}

#banner .banitem h3 {
  margin-left: 30px;
  color: #161a25;
  font-size: 30px;
  line-height: 30px;
  font-family: "soyuz grotesk";
  margin-bottom: 10px;
}

#banner .banitem p {
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify !important;
}

#block2 .element .col {
  align-content: center;
}
#banner .banitem .bi {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  color: #a7a7a7;
}

.content-pane {
  display: none;
}
.content-pane.active {
  display: block;
}

.banitem .extra-text {
  transition: opacity 0.5s ease 0.3s;

  position: relative;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 10px;
}

.banner-item-border {
  position: absolute;
  height: 80px;
  width: 2px;
  background: #d6e0e5;
  left: -38px;
  top: 0px;
}
.buttonsocial .btn {
  position: relative;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 400;
  padding: 18px 25px;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  background: #517047 !important;
  color: white;
  transition: 0.3s ease-in-out;
}
.buttonsocial .btn:hover {
  transition: 0.3s ease-in-out;
  background-color: yellowgreen;
}
.btn-big {
  position: relative;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 20px;
  padding: 35px 140px !important;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background: #146948 !important;
  color: white !important;
  text-transform: uppercase;
  transition: 0.3s ease-in-out !important;
}

.btn-big:hover {
  background: #148157 !important;
  color: black !important;
  transition: 0.3s ease-in-out;
}

.card {
  border: 0 !important;
  border-radius: 15px !important;
}

.card-img-top {
  width: 383px;
}

#block3 ul {
  font-size: 25px;
  list-style: none;
}

.socialss {
  display: flex;
  margin-top: 45px;
  justify-content: center;
}

.socialss img {
  cursor: pointer;
}

li {
  list-style-position: outside;
  align-items: center;
  display: flex;
  margin-top: 15px !important;
  font-size: 1.2rem;
}

#block3 ul li:first-child {
  margin-top: 0;
}

.col-image,
.col-text {
  flex: 1;
  min-width: 600px;
  text-align: justify;
}
#block2 .col-image img {
  margin-left: 20px;
  width: 100%;
  height: 85% !important;
  object-fit: contain !important;
}
.col-text {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2rem  !important;
  padding-top: 0 !important;
}

#block2 .col-text {
  font-size: 1.2rem !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.overlay-number {
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  z-index: 1;
  border-radius: 15px;
}

.card:hover .overlay-number {
  opacity: 0;
}

#myTab {
  background: #f0f0f0;
  border-radius: 15px;
}

#myTab .nav-link {
  font-size: 22px;
  border-radius: 15px;
}

.modal-open {
  padding-right: 0 !important;
}

#myTab .nav-link.active {
  margin: 5px;
  border-radius: 15px;
  background-color: #146948;
  color: white !important;
}

.card:hover .first-block {
  display: none;
  opacity: 0 !important;
  border-radius: 15px;
}

#block5 .backcard {
  position: absolute;
  font-size: calc(5vw + 1vh);
  width: 100%;
  opacity: 0.2;
}

.carousel-item {
  display: inline-block !important;
  min-width: 100px !important;
  margin: 10px !important;
  cursor: pointer;
}
.carousel-item img {
  width: 100px !important;
  height: 100px !important;
}
.modal-content {
  background: white;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.modal img {
  max-width: 100%;
  max-height: 100%;
}
.carousel {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: auto;
}
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.modal img {
  max-width: 100%;
  max-height: 100%;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#carousel2  .owl-stage {
  display: flex;
}

#carousel2  .owl-item img {
  width: 70% !important;
  height: 190px !important;
  max-width: 25vh;
  object-fit: fill;
  object-position: center;
  border-radius: 5px;
  border: 1px solid #146948;
}

.content-wrapper {
  margin: 70px 100px 70px 100px !important;
  width: auto !important;
}

#carousel2  .item {
  width: 100%;
}
.blockcards .card {
  border: none;
  background-color: #f7efe4;
  border-radius: 10px;
  height: 350px !important;
  color: #146948 !important;
}

.blockcards .card-body {
  padding-bottom: 50px; /* Make space for the image */
}

.blockcards .card-title {
  font-size: 2rem;
  color: #146948 !important;
}

.blockcards .card-subtitle {
  font-size: 1.6rem;
  color: black !important;
}

.blockcards .card-text {
  font-size: 1.2rem;
  color: black;
}

.block3 .card-text {
  font-size: 20px;
  justify-content: center;
  text-align: center;
}

.block3 .card-body {
  justify-content: center;
}

.blockcards .card-img-bottom-left {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 40px;
  height: auto;
}

.input-group-custom {
  display: flex;
  flex-wrap: nowrap;
}
.input-group-custom input {
  flex: 1;
  margin-right: 10px;
  background-color: #e4e4e4;
  border: 0 !important;
  padding: 15px;
  border-radius: 15px;
}
.input-group-custom .btn {
  white-space: nowrap;
}

.illustration {
  max-width: 300px;
  height: auto;
}

.btncustom {
  padding: 1em 2.1em 1.1em;
  border-radius: 15px;
  color: #fff;
  background-color: #146948 !important;
  display: inline-block;
  background: #e74c3c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  position: relative;
  align-content: center;
}

.input-group-custom input:focus {
  outline: none !important;
  border: none !important;
}

.custom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  background-color: #f2f2f2;
}

#block5 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owl-dots {
  display: none;
}

#block5 ul li {
  margin-top: 55px !important;
}

#block5 ul li::before {
  font-size: 2rem;
  content: "";
  color: #146948;
  font-family: bootstrap-icons !important;
}

.pineapple {
  max-height: 100px;
  width: auto;
  transform: rotate(-13deg);
  filter: drop-shadow(0px 0px 70px #f4ca16);
  animation: 5s infinite MoveUpDown;
}

.wavy-separator {
  width: 100%;
  height: 80px; /* Adjust the height as needed */
  margin-bottom: 25px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

hr {
  margin-top: 5% !important;
  margin: 20px 0;
  padding: 0;
  height: 50px;
  border: none !important;
  box-sizing: border-box;
  background-position: 50%;
  color: gray !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="gray"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"></polygon><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"></polygon></svg>');
  background-size: 25px 25px;
}

#block5 .datas {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.datas p {
  background: #f7f7f7;
  width: auto;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
}

.table {
  overflow: hidden;
}

.datas p:hover {
  background: #146948;
  color: white;
  scale: 1.5;
  transition: all 0.3s;
}

.head {
  font-weight: normal;
  width: 500px !important;
}

td {
  vertical-align: middle;
  text-align: center;
}

td .bi {
  font-size: 2rem;
}

td .bi-check-circle-fill {
  color: #146948;
}

td .bi-x-circle-fill {
  color: rgb(194, 30, 30);
}

.table {
  table-layout: fixed;
}

.table td {
  border: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
}

button.accordion-button:focus {
  box-shadow: inherit;
}

footer {
  margin-top: 10%;
  background-color: black;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 200px;
  display: flex;
  align-items: center;
}

.leftimg {
  width: 290px !important;
}

#block2 .element {
  margin-top: 25px;
}

.element h1 {
  font-family: "soyuz grotesk";
}

.element p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

#page5 {
  width: 50% !important;
}

@media (max-width: 1281px) {
  /* hi-res laptops and desktops */
  .page-1 {
    width: 100% !important;
    margin: 1em;
  }

  #block2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #block4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #block5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainpage .blockada {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .block6 {
    height: 160vh;
  }
}

.accordion {
  width: 100%; /* Set the fixed width for the accordion */
  height: 500px; /* Set the fixed height for the accordion */
}

.table-responsive .zog {
  font-size: 23px !important;
  font-weight: 400;
  text-transform: uppercase !important;
}

.accordion-button::after {
  background-color: white;
  padding: 15px;
  justify-content: center;
  display: flex;
  align-self: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: none !important;
  content: "\F282" !important;
  font-family: "bootstrap-icons";
}

.accordion-button:hover::after,
.accordion-button:hover::before {
  background-color: black;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #f5f5f5 !important;
  color: #000;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #f5f5f5 !important;
  border: none !important;
  background-color: #f5f5f5 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  padding-bottom: 5px;
  margin-bottom: 2px;
}
.accordion-button:last-child {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.accordion-button {
  background-color: #f5f5f5 !important;
}
.accordion-body {
  background-color: #fff !important;
  border-radius: 15px;
  padding: 20px 16px;
  border-radius: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.advantage-icon {
  font-size: 2rem;
  color: #146948;
  background-color: #f8f8f8;
  width: 50px;
  height: 50px;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

#block4 .card {
  border-radius: 25px !important;
}

.content-wrapper .leftimg {
  width: 80px !important;
}

.content-wrapper .leftimg h3 {
  font-size: 75px;
  margin-right: 25px;
  border-radius: 5px;
}

.cooooool .col {
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  border-bottom: 1px solid black;
  text-align: left !important;
  padding: 0 !important;
}

.cooooool .col p {
  margin: 0 !important;
  opacity: 1 !important;
  color: black;
  font-size: 20px !important;
}

#blockmew li {
  display: list-item !important;
  margin-top: 0 !important;
  font-size: 1.2rem;
  line-height: 26px;
}
.book-cover img {
  max-width: 60%;
  height: auto;
  box-shadow: 20px 0px 32px #2f2f2f70;
}
.bonus-section {
  margin-top: 40px;
}
.bonus-header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.accordion-item button strong {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.accordion-body {
  font-size: 18px !important;
}

.btnss {
  padding-left: 2.1em;
  padding-right: 2.1em;
  border-radius: 15px;
  margin: 8px 8px 8px 8px;
  color: #fff;
  background-color: #146948 !important;
  display: inline-block;
  background: #e74c3c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
  position: relative;
  height: 100px;
  align-content: center;
}
.btnss:hover {
  opacity: 0.8;
  background-color: #146948 !important;
  cursor: pointer;
}
.btnss:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.btnss.block {
  display: block;
}

#fixed-block {
  width: 100%;
  border-top: 1px solid #8080805e;
}

.giftmodalbut {
  display: block;
  position: fixed;
  bottom: 110px;
  left: 15px;
  z-index: 100;
  width: 100%;
}

.firstpage-but {
  line-height: 8vh !important;
}

.blur-background {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent !important;
  overflow: hidden;
  outline: none;
}
.navbar-toggler {
  z-index: 1100;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.nav-item {
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown 0.5s forwards;
  color: #146948 !important;
  font-weight: 700;
}
.nav-item:nth-child(1) {
  animation-delay: 0.2s;
}
.nav-item:nth-child(2) {
  animation-delay: 0.4s;
}
.nav-item:nth-child(3) {
  animation-delay: 0.6s;
}
.nav-item:nth-child(4) {
  animation-delay: 0.8s;
}
.nav-item:nth-child(5) {
  animation-delay: 1s;
}
.nav-link {
  color: #146948 !important;
}

.navbar-toggler span {
  display: block;
  background-color: #146948;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.custom .card-body h5 {
  font-size: 30px;
}

.custom .card-body p {
  font-size: 20px;
}

.cratco .card-body .extra-text {
  font-size: 20px;
  font-weight: 350 !important;
}

.banner-video {
  position: absolute;
  right: 200px;
  top: 520px;
  z-index: 100;
}
.banner-video a {
  position: relative;
  width: 76px;
  height: 76px;
  display: inline-block;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: rgba(0, 130, 206, 0.75);
  outline-style: solid;
  animation: animateOutline 4s ease infinite;
  background-color: #146948;
  border-radius: 50%;
  text-decoration: none;
  margin-top: 100%;
  opacity: 0.7;
}

.banner-video a::before {
  color: white;
  width: 100%;
  height: 100%;
  justify-content: center;
  vertical-align: middle;
  justify-items: center;
  display: flex;
  outline: none;
  align-self: center;
  align-content: center;
  align-items: center;
  font-size: 3em;
  border: none !important;
  outline: none !important;
  text-decoration: none;
  font-size: 2rem;
  content: "\F4F4" !important;
  font-family: bootstrap-icons !important;
}

.banner-video-quote {
  position: absolute;
  left: -50px;
  top: 250px;
  animation: MoveUpDown 3s ease-in-out infinite;
  transform-origin: 30% 30%;
}

.backToTopBtn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: black;
  border-radius: 100%;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}
.backToTopBtn:not(:hover) {
  background: #c8c8c8;
}
.backToTopBtn:hover {
  background: #c8c8c8;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.giftbutton {
  position: fixed;
  bottom: 92px;
  right: 20px;
  z-index: 1;
  height: 60px;
  width: 60px;
  font-size: 20px;
  border: none;
  color: black;
  background: transparent;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

.gift {
  background: url("../images/gift2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: vibrate 1.83s infinite;
}

.cross {
  background: url("../images/cross.png");
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center center;
  filter: drop-shadow(0 0 5px #2f2f2f67);
}

@keyframes vibrate {
  0% { transform: translateX(0) rotate(0)}
  35% { transform: translateY(0) rotate(0)}
  85% { transform: translateY(0) rotate(0) }
  89% { transform: translateY(-2px) rotate(-17deg) }
  93% { transform: translateY(-3px) rotate(17deg) }
  98% { transform: translateY(-4px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}

.embed-responsive.embed-responsive-16by9 iframe {
  clip-path: inset(1px 1px) !important;
}

#video {
  aspect-ratio: 16/9;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .modal-content {
  position: absolute;
  left: 40%;
  width: 1900px;
  border-radius: 15px;
  overflow: hidden;
}

#videoModal .modal-content #video {
  width: 1670px !important;
}

#videoModal .modal-content {
  position: relative;
  left: 0;
  overflow: visible;
}

#videoModal .close {
  z-index: 100;
  background-color: #146948;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  right: -2%;
  top: -2%;
  overflow: visible;
}

.tarif__duration {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-weight: 500;
  color: #146948;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.tarif--alt {
  color: #fff;
}

.potok__element {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.potok__text,
.potok__date {
  display: block;
  margin: 0;
  font-size: 16px;
  color: black;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}



.phone {
  display: none !important;
}
#modal2 .modal-content {
  background: transparent !important;
}

#modal2 .modal-header {
  border: none;
}

@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }

  10% {
    outline-color: rgba(20, 105, 72, 0.75);
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 30px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}

.coolshadow {
  text-shadow: var(--x-offset) var(--y-offset) 0px var(--background-color),
    calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke))
      0px var(--stroke-color);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

button {
  border: none !important;
}
button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.button__gift {
  text-decoration: none;
  color: #000;
  border: 2px solid #146948;
  padding: 15px 35px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s all;
  position: relative; /* Ensure proper positioning for the :before element */
  overflow: hidden; /* Hide the shining effect outside the button */
}

.button__gift--alt{
  border: none;
  color: white;
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);
  text-transform: uppercase;
  box-shadow: 0 0 20px #2f2f2f67;
  font-size: 13px;
  font-style: italic;
  left: 500px; /* Start off-screen */
  animation: sliding .2s linear forwards !important;
}

.button__gift--alt:hover {
  background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
}

.button__gift--alt::before {
  display: none !important;
  position: relative;
  overflow: hidden;
  animation: none !important;

}

.button__gift:hover {
  border: 2px solid transparent;
  color: white;
  background-color: #146948;
  transition: 0.2s all;
}

.button__gift:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px; /* Start off-screen */
  transform: rotate(30deg); /* Angle the shine effect */
  animation: shine 2s linear infinite; /* Apply the animation */
}

.button__gift:hover:before {
  animation: none; /* Stop the animation on hover */
}


@keyframes shine {
  0% {
    left: -100px;
  }
  100% {
    left: 100%;
  }
}

@keyframes sliding {
  0% {
    left: 500px;
  }
  100% {
    left: 30px;
  }
}



@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-text-color { color: #146948; font-weight: 600 !important; }
.custom-font-size { font-size: 1.5rem; }
@media (min-width: 992px) {
    .custom-font-size { font-size: 1.75rem; font-weight: 600;
     }
}


mark {
  background-color: #ffefd9 !important;
}

.soyuz-grotesk { font-family: 'Soyuz Grotesk', sans-serif; }
        .custom-green { color: #146948; font-size: 20px; font-weight: 500;}
        .social-icon { width: 35px; }
        #carousel2  .item img { border-radius: 15px; }

        #carousel2  .item img { 
          border-radius: 15px;
          max-width: 100%;
          height: auto;
      }
      #carousel2  .owl-stage {
          display: flex;
          align-items: center;
      }

.modalImage .img-fluid {
  max-width: 100%;
  height: auto;
  display: inherit !important;
}

#modal2 {
  padding-right: 0 !important;
}

.modal-backdrop.show {
  display: none !important;
}

#carousel1 .item {
  padding: 10px !important;
  display: flex;
  align-items: stretch;
}

#carousel1 .card {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.3s ease !important;
  border-radius: 8px !important;
  height: 365px !important;
}

#carousel1 .card-title {
  font-size: 1.25rem !important;
}

#carousel1 .card-text {
  font-size: 1rem !important;
  color: #6c757d !important;
}

.owl-nav {
  display: flex;
  justify-content: center !important;
  font-size: 52px !important;
}

#carousel3 .owl-nav {
  margin-top: 30px !important;
}


.owl-nav [class*="owl-"] {
  background: #464646ba !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  color: white !important;
  line-height: 0 !important;
  display: block;
  margin: 5px !important;
}
.owl-nav [class*="owl-"] span {
  display: flex !important;
  justify-content: center !important;
}

.owl-nav button:active {
  background: #b7b6b6 !important;
}



.submit-btn.show {
  display: block; /* Show button */
  opacity: 1; /* Visible */
}

.submit-btn.fixed {
  position: fixed; /* Change to fixed when scrolling */
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
}

#contactForm #phone {
  display: inherit !important;
}

#words {
  color: #146948;
}

.mark2 {
  background-color: #146948 !important;
  color: white !important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  overflow: hidden !important;
}

.modal-open {
  overflow: hidden;
}

/* Modal styles */
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.custom-modal img {
  max-width: 90%;
  max-height: 80%;
}

.custom-modal.active {
  display: flex;
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.nav-btn.prev {
  left: 10px;
}

.nav-btn.next {
  right: 10px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.modal-content {
  background-color: white;
  margin: 15% auto; /* 15% from the top and centered */
  border-radius: 10px;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 500px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 1010 !important;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
}

#trudnosti {
  padding-left: 75px !important;
}

#trudnosti strong {
  font-weight: 500 !important;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.prietag2 {
  color: rgba(0, 0, 0, 0.664) !important;
  padding-top: 20px !important;
  padding-bottom: 50px !important;
  font-size: 2.7rem !important;
  font-weight: 630;
  border: none !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.skidka {
  color: rgba(red, 0.5) !important;
  text-decoration: none;
  position: relative;
  margin-bottom: 15px !important;
  font-size: 25px !important;
}

.skidka p {
  font-size: 15px !important;
}

.skidka::before {
  top: 50%;
  background:rgba(255, 0, 0, 0.589); 
  opacity:.7;
  content: '';
  width: 30%;
  position: absolute;
  height:.15em;
  border-radius:.1em;
  left: -5%;
  white-space:nowrap;
  display: block;
  left: 0;
  right: 0;
  margin-left:auto;
margin-right:auto;
}

.skidka2 {
  color: rgba(red, 0.5) !important;
  text-decoration: none;
  position: relative;
  margin-bottom: 45px !important;
} 

.normalprice {
  color: #146948 !important;
}

.skidka2::before {
  top: 45%;
  background:red; 
  opacity:.7;
  content: '';
  width: 80%;
  position: absolute;
  height:.15em;
  border-radius:.1em;
  left: -5%;
  white-space:nowrap;
  display: block;
  left: 0;
  right: 0;
  margin-left:auto;
margin-right:auto;
z-index: 1111;
}

@media (max-width: 768px) {
  .modal-content {
      width: 90%; /* Responsive for smaller screens */
  }
}

body.modal-open {
  overflow: hidden; /* Disable scrolling when modal is open */
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .shagov {
    margin-bottom: 30px;
  }

  #banner h1 {
    font-size: 20vw;
    line-height: 80%;
  }

  .btnss {
    font-weight: 450 !important;
  }

  #block2 {
    width: 100% !important;
  }

  li {
    font-size: 16px !important;
  }

  .img-fluid {
    display: none;
  }

  #faq {
    margin: 0 !important;
  }

  #faq .container {
    padding-bottom: 0 !important;
  }

  #blockfaq {
    margin: 0 !important;
  }

  #trudnosti {
    padding-left: 12px !important;
  }

  #blockfaq .container {
    padding-top: 0 !important;
  }

  #carousel2 .owl-item {
    border: none !important;
    margin-left: 2px;
  }

  #carousel2 .owl-item img {
    width: 100% !important;
  }

  .potok__element {
    width: 100%;
    margin-bottom: 15px;
  }

  .potok__text,
  .potok__date {
    font-size: 14px;
    font-weight: 600 !important; 
  }

  #modal3 p {
    font-size: 14px !important;
  }

  #modal3 #contactForm3 {
    zoom: 60%;
  }

  #modal3 #contactForm3 .btncustom {
    padding: 0.5em 1em;
  }

  .certificate__online {
    display: none !important;
  }

  .potok__date {
    font-size: 22px;
  }

  .potok__date mark {
    color: #146948;
    border-radius: 15px;
  }

  #modalImage {
    display: inherit;
    max-height: 70vh !important;
  }

  #modal2 .modal-body {
    margin: 0 !important;
    display: flex !important;
  justify-content: center !important;
  }

  #modal2 .modal-content {
    margin: 0 !important;
  }

  #contactModal .modal-content {
    margin: auto !important;
  }

  #programmaesli {
    display: inherit !important;
    height: 1550px !important;
  }

  #programmaesli #block3 {
    padding: 75px 20px !important;
  }

  #programmaesli #block3 h1 {
    margin-bottom: 50px;
  }

  #contactForm #phone {
    display: inherit !important;
  }

  #contactModal .modal-body {
    margin: 0 !important;
  }

  #contactModal .modal-body p {
    margin: 0 !important;
  }

  #contactModal h5 {
    font-size: 1rem;
  }

  #contactModal #contactForm {
    margin-top: 1rem !important;
  }

  .buttonkek {
    margin-top: 1rem !important;
  }

  #fixed-block .btnss {
    height: 60px;
    margin: 2px 2px 2px 2px !important;
  }

  #banner h1 {
    margin-bottom: 20px;
    font-size: 1.9rem !important;
  }

  #cards-wrapper {
    display: flex !important;
  }

  #cards-wrapper .col {
    margin-bottom: 30px !important;
  }

  .col-text {
    text-align: left !important;
    margin: 25px !important;
    width: auto !important;
  }

  .col-text p {
    margin-top: 40px;
  }

  .col-text p:nth-child(2) {
    text-align: right !important;
  }

  .col-text p:nth-child(4) {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 500 !important;
  }

  .mainpage {
    margin-top: 100px;
  }
  .col-image img {
    max-width: 100%;
  }
  .col-text {
    text-align: center;
  }
  #carousel2  {
    margin-left: 0;
  }

  #tatiana {
    margin-top: 80px !important
  }

  #tatiana #block2{
    flex-direction: column !important;
  }

  .abzat2 p {
    font-size: 16px !important;
    text-align: center !important;
  }

  #programmaosnovi {
    margin-top: 50px !important;
  }


  .pc-content {
    display: none !important;
  }

  .col-text {
    min-width: inherit !important;
  }

  #blockmew span {
    font-size: 130px !important;
    display: block !important;
    border-bottom: none !important;
  }

  #blockmew h1 {
    margin-top: 60px;
  }

  #blockmew .column-content {
    margin-top: 55px;
    text-align: center;
    margin-bottom: 22px;
  }

  .book-cover {
    display: flex;
    justify-content: center;
  }

  #faq {
    margin-top: 75px !important;
  }

  #faq h1 {
    margin-bottom: 80px !important;
  }

  #blockfaq h1 {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  #blockfaq .custom-container {
    padding: 0 !important;
  }

  .input-group-custom {
    flex-direction: column !important;
  }

  .input-group-custom input {
    margin-bottom: 15px;
  }

  .input-group-custom button {
    margin-top: 25px !important;
  }

  #blockfaq a {
    justify-content: center;
  display: flex;
  }

  #blockfaq ul {
    justify-content: center !important;
  display: flex;
  margin-top: 10px;
  }

  #not-phone {
    display: none !important;
  }

  .book-cover:nth-child(2) {
    margin-top: 50px;
  }

  .column-content h2 {
    font-size: 20px !important;
 
  }

  .card-img-top {
    width: 303px !important;
  }


  .mainpage {
    width: 100% !important;
  }

  .phone {
    display: inherit !important;
  }

  .backToTopBtn {
    bottom: 170px !important;
    right: 25px !important;
  }

  .banner-video {
    right: 50px;
    top: 280px;
  }
  .phone img {
    display: inherit;
    height: inherit !important;
  width: inherit;
  }

  #blockfaq .phone {
    padding-left: 25px !important;
  }

  #carousel2  {
    margin-bottom: 100px !important;
  }

  .imageintro {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .btnss {
    height: 70px;
    font-size: 15px;
  }

  .custom {
    margin-top: 90px !important;
  }

  .animate-left {
    font-size: 9vw !important;
    line-height: 40px !important;
  }

  #blockcards {
    margin-top: -40px !important;
  }

  .blockcards .card-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .blockcards .card {
    height: 280px !important;
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .datas {
    gap: 5px !important;
    justify-content: center !important;
  }

  .datas p{
    padding: 4px !important;
    font-size: 10.5px !important;
    margin-bottom: 1px !important;
    font-weight: 500 !important;
  }

  .blockcards .col {

    padding: 0 !important;
  }

  .leftpart {
    width: 90% !important;
  }

  .topheader {
    display: none !important;
  }

  #myTab {
    width: 100%;
  display: flex;
  justify-content: space-evenly;
  }

  .custom .card-body h5 {
    font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  }

  h1 {
    font-size: 11vw !important;
  }

  h3 {
    font-size: 8.1vw !important;
  }

   p{
    font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 350 !important;
  }

  .shagov {
    font-size: 6vw !important;
  }

  .extra-text {
    font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 350 !important;
  }

  .mainpage {
    margin-top: 20px !important;
  }

  .advantage-icon {
    background-color: transparent !important;
  }

  .cratco .nav-link {
    font-size: 20px !important;
  }

  .cooooool .col p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 350 !important;
  }

  #blockmew ul {
    margin: 0;
    margin-top: 55px !important;
  padding: 0;
  }

  #blockmew h5 {
    margin-top: 60px !important;
  }

  .cooooool {
    margin: 25px;
  }

  #blockmew h4 {
    margin-top: 10px !important;
    font-size: 5vw !important;
  }

  #blockmew .col-md-6 {
    font-size: 8.1vw !important;
  }

  #blockmew .content-wrapper {
    margin: 0 !important;
  }

  .cooooool .leftimg {
    display: none !important;
  }

  .cooooool .element {
    margin-bottom: 25px;
  }

  .row {
    flex-direction: column;
  }
  .col-image,
  .col-text {
    width: 100%;
  }

  #banner h1 span {
    font-size: 11vw !important;
  }

  #banner h4 {
    margin-top: 20px !important;
    font-size: 18px;
    margin-bottom: 40px !important;
  }

  .rightpart {
    display: none;
  }

  .page-1 {
    background-image: none;
  }

  .texture-girl {
    display: none;
  }

  .online-h1 .onlinek {
    display: none;
  }

  .online-h1 {
    width: 100%;
    margin-left: 0 !important;
  }

  .online-h1 #words {
    font-size: 2rem !important;
    margin-left: 0 !important;
  }

  #banner h4 {
    margin-right: 10%;
  }

  .block3 {
    height: 200vh;
  }

  .block6 {
    display: none;
  }

  .block3 {
    display: none;
  }

  #block5 {
    width: 90%;
  }

  #block5 ul {
    padding-left: 0;
  }

  footer {
    border-top-left-radius: 30% 10%;
    border-top-right-radius: 30% 10%;
  }

  .uslovia {
    width: 100vw !important;
  }

  #page5 {
    width: 80vw !important;
    line-height: 3vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #tarife {
    margin-top: 80px !important;
    display: inherit;
    
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  #tarife h1 {
    font-size: 9vw !important;
    margin-top: 60px !important;
  }

  #tarife h3 {
    font-size: 6vw !important;
  }

  #tarife .card {
    max-width: 400px;
    border-radius: 20px;
    color: black;
    overflow: hidden;
    background-color: #f7f6f58a;
    box-shadow: 0 .1rem .5rem rgba(0, 0, 0, .5) !important;

    }

    #tarife .owl-stage-outer {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .card-header {
      background: #146948 !important;
      color: white !important;
      width: 100%;
      margin: 0 auto;
      padding: 1rem 0;
      padding-top: 1rem !important;
      padding-left: 0 !important;
    }
    #tarife .card-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0;
        text-align: center;
    }
    #tarife .card-body {
        padding: .5rem;
        text-align: left;
    }
    #tarife .feature-list {
      list-style-type: none;
      padding-left: 0;
      font-size: 0.9rem;
    }
    #tarife .feature-list li {
        margin: 5px !important;
        font-size: 12px !important;
    }
    #tarife .feature-list li::before {
      font-family: bootstrap-icons !important;
        margin-right: 0.5rem !important;
        font-weight: bold !important;
        border-radius: 50%;
        font-size: 1.8rem;
    }

    #tarife .feature-list li.available::before {
      content: "\F26E" !important;
      color: rgb(0, 255, 0);
    }

    .pricetag {
      width: 100%;
      background-color: #146948;    
      margin-top: 20px; 
      box-shadow: 0 .1rem .5rem rgba(0, 0, 0, .5) !important;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: white;
      font-family:Arial, Helvetica, sans-serif;
      font-weight: 630;
    }

    .pricetag .price {
      margin-top: 3rem;
    }

    .pricetag .price p{
      font-size: 50px !important;
      font-weight: 700 !important;
    }

    .pricetag .btnss {
      background-color: white !important;
      color: black;
      margin-bottom: 20px !important;
      border-radius: 120px;
      font-weight: 800 !important;
      font-family:'Segoe UI', sans-serif;

      height: 50px !important;
      -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, .8) 50%, rgba(255, 255, 255, 1) 70%);
      -webkit-mask-size: 200%;
      animation: shine2 2s infinite;
      
    }

    .pricetag .btnss:hover {
      opacity: 0.5 !important;
    }

    .feature-list li strong {
      display: contents;
    }


    .feature-list li > div {
      display: flex;
      flex-direction: column;
  }

    #tarife .feature-list li.unavailable::before {
    content: "\F62A";
    color: red;
    }

    .owl-carousel {
      touch-action: pan-y; /* Allow vertical panning */
  }
  

  #modal1 .modal-content,
  #modal3 .modal-content {
    width: 90%;
    overflow: scroll !important;
  }

  #modal1 #contactModalLabel,
  #modal3 #contactModalLabel3 {
    font-size: 15px !important;
  }

  #modal1 .mt-4,
  #modal3 .mt-4 {
    margin-top: 0 !important;
  }

  #modal1 .mt-5,
  #modal3 .mt-5 {
    margin-top: 0 !important;
  }

  #videoModal {
    zoom: 65%;
  }

  #videoModal .modal-content {
    position: relative;
    left: 0;
    overflow: visible;
  }

  #videoModal .close {
    z-index: 100;
    background-color: #146948;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    right: -2%;
    top: -2%;
    overflow: visible;
  }

}

@-webkit-keyframes shine2 {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .prietag2 {
    font-size: 2rem !important;
  }

  .shagov {
    margin-bottom: 30px;

  }

  .uslovia {
    width: 100% !important;
  }

  #block0 .col-lg-12:nth-child(1) {
    margin-left: 2vw;
  }

  #banner h1 {
    font-size: 4vw !important;
    line-height: 80%;
  }


  #carousel1 .card-title {
    justify-content: center;
  display: flex;
  }

  .phone .photoinfo {
    width: 100% !important;
  }

  #block2 .col-md-7 {
    width: 100% !important;
  }

  .copyright {
    top: 10px !important;
  }

  #myTabContent .row.row-cols-1.row-cols-md-3.g-4 .col{
    width: 70vw;
  }

  #trudnosti {
    padding-left: 0 !important;
  }

  .copyright .img-fluid:nth-child(1) {
    width: 22% !important;
  }

  .copyright .img-fluid:nth-child(2) {
    width: 18% !important;
  }

  .btnss {
    font-weight: 600 !important;
  }

  #block2 {
    width: 100% !important;
  }

  li {
    font-size: 16px !important;
  }

  .img-fluid {
    display: none;
  }

  #faq {
    margin: 0 !important;
  }

  #faq .container {
    padding-bottom: 0 !important;
  }

  #blockfaq {
    margin: 0 !important;
  }

  #blockfaq .container {
    padding-top: 0 !important;
  }

  #carousel2 .owl-item {
    border: none !important;
    margin-left: 2px;
  }

  #carousel2 .owl-item img {
    width: 100% !important;
  }

  #modalImage {
    display: inherit;
  }

  #contactModal .modal-content {
    margin: auto !important;
  }

  #programmaesli {
    display: inherit !important;
    height: 1150px !important;
    margin-top: 80px !important;
  }

  #programmaesli .btnss {
    width: 50% !important;
  }

  #temele .btnss {
    width: 50% !important;
  }

  .osnovatext {
    font-size: 5.1vw !important;
  }

  #programmaesli #block3 {
    padding: 75px 20px !important;
  }
  .avtorskaya #avtorskayazogolovok {
    width: 50%;
  }

  #programmaesli #block3 h1 {
    margin-bottom: 50px;
  }

  .cardsdisplay {
    width: 100% !important;
  }

  #contactForm #phone {
    display: inherit !important;
  }

  #contactModal .modal-body {
    margin: 0 !important;
  }

  #contactModal .modal-body p {
    margin: 0 !important;
  }

  #contactModal h5 {
    font-size: 1rem;
  }

  #contactModal #contactForm {
    margin-top: 1rem !important;
  }

  .buttonkek {
    margin-top: 1rem !important;
  }

  #fixed-block .btnss {
    height: 60px;
    margin: 2px 2px 2px 2px !important;
  }

  #banner h1 {
    margin-bottom: 20px;
  }

  #cards-wrapper {
    display: flex !important;
  }

  #cards-wrapper .col {
    margin-bottom: 30px !important;
  }

  .col-text {
    text-align: left !important;
    margin: 25px !important;
    width: auto !important;
  }

  .col-text p {
    margin-top: 40px;
  }

  .col-text p:nth-child(2) {
    text-align: right !important;
  }

  .col-text p:nth-child(4) {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 500 !important;
  }

  .mainpage {
    margin-top: 100px;
  }
  .col-image img {
    max-width: 100%;
  }
  .col-text {
    text-align: center;
  }
  #carousel2  {
    margin-left: 0;
  }

  #tatiana {
    margin-top: 80px !important
  }

  #tatiana #block2{
    flex-direction: column !important;
  }

  .abzat2 p {
    font-size: 16px !important;
    text-align: center !important;
  }

  #programmaosnovi {
    margin-top: 150px !important;
  }


  .pc-content {
    display: none !important;
  }

  .col-text {
    min-width: inherit !important;
  }

  #blockmew span {
    font-size: 130px !important;
    display: block !important;
    border-bottom: none !important;
  }

  #blockmew h1 {
    margin-top: 60px;
  }

  #blockmew .column-content {
    margin-top: 55px;
    text-align: center;
    margin-bottom: 22px;
  }

  .book-cover {
    display: flex;
    justify-content: center;
  }

  #faq {
    margin-top: 75px !important;
  }

  #faq h1 {
    margin-bottom: 80px !important;
  }

  #blockfaq h1 {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  #blockfaq .custom-container {
    padding: 0 !important;
  }

  .input-group-custom {
    flex-direction: column !important;
  }

  .input-group-custom input {
    margin-bottom: 15px;
  }

  .input-group-custom button {
    margin-top: 25px !important;
  }

  #blockfaq a {
    justify-content: center;
  display: flex;
  }

  #blockfaq ul {
    justify-content: center !important;
  display: flex;
  margin-top: 10px;
  }

  #not-phone {
    display: none !important;
  }

  .book-cover:nth-child(2) {
    margin-top: 50px;
  }

  .column-content h2 {
    font-size: 20px !important;
 
  }

  .card-img-top {
    width: 303px !important;
  }


  .mainpage {
    width: 100% !important;
  }

  .phone {
    display: inherit !important;
  }

  .backToTopBtn {
    bottom: 170px !important;
    right: 25px !important;
  }

  .banner-video {
    right: 100px;
    top: 580px;
  }
  .phone img {
    display: inherit;
    height: inherit !important;
  width: inherit;
  }

  #blockfaq .phone {
    padding-left: 25px !important;
  }

  #carousel2  {
    margin-bottom: 100px !important;
  }

  .imageintro {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .btnss {
    height: 70px;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .custom {
    margin-top: 90px !important;
  }

  .animate-left {
    font-size: 9vw !important;
    line-height: 40px !important;
  }

  #blockcards {
    margin-top: 40px !important;
  }

  .blockcards .card-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .blockcards .card {
    height: 280px !important;
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .datas {
    gap: 5px !important;
    justify-content: center !important;
  }

  .datas p{
    padding: 14px !important;
    font-size: 16.5px !important;
    margin-bottom: 1px !important;
    font-weight: 400 !important;
  }

  .blockcards .col {
    width: 47% !important;
    padding: 0 !important;
    margin-top: 18px;
  }

  .pin-panel {
    display: flex !important;
  flex-direction: row !important;
  justify-content: space-around;
  }

  .pin-panel .col:nth-last-child(2) {
    flex: max-content !important;
    margin: 10px;
    margin-top: 20px !important;
  }

  .leftpart {
    width: 90% !important;
  }

  .topheader {
    display: none !important;
  }

  #myTab {
    width: 100%;
  display: flex;
  justify-content: space-evenly;
  }

  .custom .card-body h5 {
    font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  }

  h1 {
    font-size: 5.1vw !important;
  }

  #tarife {
    margin-top: 100px !important;
  }

  #tarife h3 {
    font-size: 3vw !important;
    font-weight: 600 !important;
  }

  .table-responsive .zog {
    font-size: 16px !important;
  }

  .table-responsive .zog:nth-child(2),
  .table-responsive .zog:nth-child(3),
  .table-responsive .zog:nth-child(4) {
    font-size: 22px !important;
  }

  .table-responsive .zog:nth-child(4) {
    color: #146948;
    
  }

  h3 {
    font-size: 5.1vw !important;
  }

   p{
    font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 350 !important;
  }

  .shagov {
    font-size: 4vw !important;
  }

  .extra-text {
    font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 350 !important;
  }

  .mainpage {
    margin-top: 20px !important;
  }

  .advantage-icon {
    background-color: transparent !important;
  }

  .cratco .nav-link {
    font-size: 20px !important;
  }

  .cooooool .col p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 350 !important;
  }

  #blockmew ul {
    margin: 0;
    margin-top: 0 !important;
  padding: 0;
  }

  .avtorskaya .row {
    display: flex;
  flex-direction: row;
  }

  .avtorskaya .col-md-6.mt-4.d-flex {
    margin-top: 0 !important;
  }

  #blockmew h5 {
    margin-top: 60px !important;
  }

  .cooooool {
    margin: 25px;
  }

  #blockmew h4 {
    margin-top: 30px !important;
    font-size: 1.25rem !important;
  }

  #blockmew .col-md-6 {
    font-size: 3.7vw !important;
  }

  #bonusa .col-md-6 {
    width: 100% !important;
  }

  #blockmew .content-wrapper {
    margin: 0 !important;
  }

  .cooooool .leftimg {
    display: none !important;
  }

  #blockfaq {
    width: 100% !important;
  }

  #tarife {
    display: inherit;
  }

  #tarife .table {
    table-layout: auto !important;
  }

  #tdcustom {
    padding: 60px !important;
  }

  #blockfaq .col-md-4 {
    width: 100% !important;
  }

  #blockfaq .col-md-8
{
  width: 100% !important;
}
  .cooooool .element {
    margin-bottom: 25px;
  }

  .row {
    flex-direction: column;
  }
  .col-image,
  .col-text {
    width: 100%;
  }

  #banner h1 span {
    font-size: 5vw !important;
  }

  #banner h4 {
  
    font-size: 18px;
    margin-bottom: 20px !important;
  }

  .rightpart {
    display: none;
  }

  .page-1 {
    background-image: none;
  }

  .texture-girl {
    display: none;
  }

  .online-h1 .onlinek {
    display: none;
  }

  .online-h1 {
    width: 100%;
    margin-left: 0 !important;
  }

  .online-h1 #words {
    font-size: 2rem !important;
    margin-left: 0 !important;
  }

  #banner h4 {
    margin-right: 10%;
  }

  .block3 {
    height: 200vh;
  }

  .block6 {
    display: none;
  }

  .block3 {
    display: none;
  }

  #block5 {
    width: 90%;
  }

  #block5 ul {
    padding-left: 0;
  }

  footer {
    border-top-left-radius: 30% 10%;
    border-top-right-radius: 30% 10%;
  }

  #tarife .phone {
    display: none !important;
  }

  #tarife #not-phone {
    display: inherit !important;
  }
}


/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1600px) {

  #banner h4 {
   
    margin-bottom: 40px !important;
    font-size: 22px;
    width: 80%;
  }

  .online-h1 {
    margin-bottom: 15px;
  }

  #page1 {
    width: 80% !important;
    height: 60%;
  }

  body {
    zoom: 80% !important;
  }

  #page1 {
    margin-top: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .full-height-img {
    height: 71vh !important;
  }

  .cistota {
    margin-top: 80px !important;
  }

  #trudnosti {
    margin-top: 80px !important;
  }

  #trudnosti .img-fluid {
    margin: 25px !important;
  height: 56vh !important;
  }

  .cistota h1 {
    margin-bottom: 80px !important;
  }

  #tatiana {
    margin-top: 180px !important;
  }

  #tatiana h1 {
    margin-bottom: 100px !important;
  }

  .uslovia {
    width: 25vw !important;
  }

  #page5 {
    width: 20% !important;
  }

  #tatiana .list-unstyled {
    margin: 30px !important;
  }

  .table-responsive .zog {
    font-size: 16px !important;
  }

  .table-responsive .zog:nth-child(2),
  .table-responsive .zog:nth-child(3),
  .table-responsive .zog:nth-child(4) {
    font-size: 22px !important;
  }

  .modal-dialog {
    max-height: 60vh !important;
  }

  #modal1 {
    align-content: center;
  }

  #tatiana.col-text {
    font-size: 5.2rem !important;
  }

  th {
    font-size: 1.2rem !important;
  }

  .block6 {
    position: relative;
    height: 180vh;
  }

  .leftpart {
    width: 90% !important;
  }

  #block5 {
    width: 90%;
  }

  #block5 ul {
    padding-left: 0;
  }

  .socialshehe {
    width: inherit !important;
    justify-content: space-between;
  }

  .leftpart {
    width: 95% !important;
  }

  .leftpart .row {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1601px) {
  .block6 {
    position: relative;
    height: 180vh;
  }

  .leftpart {
    width: 90% !important;
  }

  .online-h1 {
    margin-bottom: 30px;
  }

  #block5 {
    width: 90%;
  }

  #block5 ul {
    padding-left: 0;
  }

  .socialshehe {
    width: inherit !important;
    justify-content: space-between;
  }

  .leftpart {
    width: 95% !important;
  }

  .leftpart .row {
    justify-content: space-between;
  }

  #trudnosti .img-fluid {
    margin: 25px !important;
  height: 40vh !important;
  }

  #banner h4 {
    font-size: 23px !important;
    margin-bottom: 50px !important;
  }

  #page1 {
    height: 60%;
  width: 80%;
  }

  #tatiana {
    margin-top: 150px !important;
  }

  #tatiana h1 {
    margin-bottom: 80px !important;
  }

  #tatiana .list-unstyled {
    margin: 30px !important;
  }

  #page5 {
    width: 20% !important;
  }

}



@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.shadow-pop-tl {
  -webkit-animation: shadow-pop-tl 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: shadow-pop-tl 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@-webkit-keyframes shadow-pop-tl {
  0% {
    -webkit-box-shadow: 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948,
      0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948;
    box-shadow: 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948,
      0 0 #146948, 0 0 #146948, 0 0 #146948;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: -1px -1px #146948, -2px -2px #146948, -3px -3px #146948,
      -4px -4px #146948, -5px -5px #146948, -6px -6px #146948, -7px -7px #146948,
      -8px -8px #146948;
    box-shadow: -1px -1px #146948, -2px -2px #146948, -3px -3px #146948,
      -4px -4px #146948, -5px -5px #146948, -6px -6px #146948, -7px -7px #146948,
      -8px -8px #146948;
    -webkit-transform: translateX(8px) translateY(8px);
    transform: translateX(8px) translateY(8px);
  }
}
@keyframes shadow-pop-tl {
  0% {
    -webkit-box-shadow: 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948,
      0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948;
    box-shadow: 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948, 0 0 #146948,
      0 0 #146948, 0 0 #146948, 0 0 #146948;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: -1px -1px #146948, -2px -2px #146948, -3px -3px #146948,
      -4px -4px #146948, -5px -5px #146948, -6px -6px #146948, -7px -7px #146948,
      -8px -8px #146948;
    box-shadow: -1px -1px #146948, -2px -2px #146948, -3px -3px #146948,
      -4px -4px #146948, -5px -5px #146948, -6px -6px #146948, -7px -7px #146948,
      -8px -8px #146948;
    -webkit-transform: translateX(8px) translateY(8px);
    transform: translateX(8px) translateY(8px);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
