html:not([data-scroll='0']) .mainBlock {
  backdrop-filter: blur(1vw);
  box-shadow: 0 0 .5vw rgba(0, 0, 0, .5);
  transition: all 0.3s ease;
}

html:not([data-scroll='0']) .mainBlock .mainBlockS {
  height: 4vw;
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  align-items: center;
}

html:not([data-scroll='0']) .mainBlock .mainBlockS .topMenu {
  background-color: transparent;
  transition: all 0.3s ease;
  margin-top: 0;
}

html:not([data-scroll='0']) .topEnter{
  margin-top: 0;
}

html:not([data-scroll='0']) .mainBlockS > .row {
  place-items: center;
  height: 1.5vw;
}

html:not([data-scroll='0']) .mainBlock .mainBlockS .topLogo img {
  height: 2.5vw;
  transition: all 0.3s ease;
}

html:not([data-scroll='0']) .topLogo {
  height: fit-content;
}

html:not([data-scroll='0']) .topLogo > a {
  height: fit-content;
}

html:not([data-scroll='0']) .mainBlock .mainBlockS .topLogo {
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  width: 9vw;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: list-item;
}

body.menu-open {
  position: fixed;
  width: 100%;
}

.mobile-nav, .mobile-menu-custom {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav::-webkit-scrollbar,
.mobile-menu-custom::-webkit-scrollbar {
  width: 4px;
}

.mobile-nav::-webkit-scrollbar-track,
.mobile-menu-custom::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-nav::-webkit-scrollbar-thumb,
.mobile-menu-custom::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.mobile-nav::-webkit-scrollbar-thumb:hover,
.mobile-menu-custom::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.col {
  flex: 7 0 0%;
  justify-content: center;
}

.mainBlock {
  position: fixed;
  transition: all 0.3s ease;
  z-index: 10000;
}

.mainBlockS {
  height: 8vw;
  margin: auto;
  padding: 2.5vw 0 0 0;
  display: flex;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.mainBlockS > .row {
  flex-wrap: nowrap;
  height: fit-content;
  display: flex;
  position: relative;
}

.topBlockMiddle {
  height: 31vw;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 500;
  padding: 19vw 0 0 0;
}

.topBlockBottom {
  height: 11vw;
  margin: 0 auto auto 1px;
  font-family: 'Montserrat';
  font-weight: 500;
  display: flex;
}

.block_00 {
  background-image: url('../art/topBg.png');
  background-size: cover;
  background-position: center;
}

.block_01 {
  background: linear-gradient(to right, #c5dff8 0%, #a5d1f7 41%, #a5d1f7 41%, #83b1d9 41%, #8ec0ee 47%, #a7d0ef 100%);
}

.block_01A {
  background: radial-gradient(circle 40vw at 41% 99%, #e8ffb08c, #ddf8df3b);
}

.block_01B {
  background-image: url('../art/notebook.png');
  background-position: top 11.4vw right;;
  background-repeat: no-repeat;
  background-size: 88vw;
}

.block_01B > .container > .contentBlock {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.block_02 {
  background-color: #e1eefb;
  background-image: url('../art/greenBalls.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 75vw;
}

.block_03 {
  background: radial-gradient(ellipse at right, #edf6ff 50%, #cadef7 100%);
}

.block_04 {
  background-color: #4568e1;
}

.block_05 {
  background-color: #f3fafe;
}

.block_06 {
  background-color: #cbe1fa;
  background-image: url('../art/contactsBg.png'), radial-gradient(ellipse at bottom, #edf6ff 1%, #cbe1fa 99%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.block_07 {
  background-color: #cae2fa;
  background-image: url('../art/supportBg.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.block_08 {
  background-color: #333333;
  color: #fff;
  border-top: 0.4v solid #e4f0ff;
  padding: 2vw 0;
  display: none;
}

.topLogo {
  width: auto;
  padding: 0 0 0 -1vh;
  display: flex;
  transition: all 0.3s ease;
}

.topLogo img {
  height: 4vw;
  transition: all 0.3s ease;
}

.topMenu {
  background-color: #ffffffd4;
  border-radius: 0.9vw;
  display: flex;
  align-items: center;
  height: 3vw;
  font-size: 1vw;
  transition: all 0.3s ease;
  margin-top: 0.5vw;
  justify-content: center;
  width: min-content;
  white-space: nowrap;
}

.topMenuItem {
  padding: 0 0.99vw;
  background-color: #fff0;
  height: 1.8vw;
  display: flex;
  align-items: center;
}

.topMenuItem a {
  color: #000;
  text-decoration: none;
}

.topEnter a, .topDemo a {
  color: #fff;
  text-decoration: none;
}

.topMenuItem a:hover {
  color: #1a3397;
}

.topEnter {
  background-color: #1a3397;
  border-radius: 1vw;
  height: 1.8vw;
  margin: 1vw 0 0 1vw;
  width: 6vw;
  text-align: center;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topEnter:hover {
  background-color: #2c49bd;
}

.topSlogan {
  font-size: 2.1vw;
    line-height: 2.2vw;
}

.topDemo {
  background-color: #3bc731;
  border-radius: 1.2vw;
  height: 2.2vw;
  margin: 5vh 0 0 1px;
  width: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  padding: 0 1vw;
}

.topDemo:hover {
  background-color: #289b1f;
}

.topKey {
  border: 0.15vw solid #3bc731;
  border-radius: 1vw;
  height: 1.8vw;
  margin: 1.5vw 1vw 0 0;
  width: 10vw;
  text-align: center;
  font-size: 1vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titleBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.titleName {
  background-color: #ffffff6e;
  color: #1a3397;
  border-radius: 1.1vw;
  height: 2.2vw;
  width: 14vw;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.6vw 0;
}

.titleName2 {
  background-color: #ddecfc;
}

.contentTitle {
  font-size: 1.8vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2vw;
  margin-bottom: 1vw;
  padding-left: 0;
}

.block_01B .contentTitle {
  margin: -2.5vw 0 1vw 0vw;
}

.contentTitle4, 
.contentTitle5 {
  font-size: 1.8vw;
  font-weight: 600;
  margin: 9vw 0 1vw 0;
  line-height: 1.8vw;
  text-align: center;
  color: #1a3397;
}

.contentTitle4 p:first-child {
  text-transform: uppercase;
}

.contentTitle5 {
  text-align: left;
  margin: 4vw 0 2.5vw 0;
}

.contentBody {
  padding: 0 0 12vw 0;
}

.block_01B .contentBody {
  padding: 0 0 14.5vw 0;
}

.contentBody ul li {
  font-size: 1.3vw;
  line-height: 1.6vw;
  margin-bottom: 1vw;
  padding: 0 0 0 0;
  list-style-position: inside;
  padding-inline-start: 0;
}

.contentBody2 ul li {
  font-size: 1.3vw;
  line-height: 1.3vw;
  margin-bottom: 1vw;
  list-style-position: inside;
}

.contentBody2 ul li ul li {
  margin-bottom: 0.1vw;
  font-size: 1.1vw;
}

.listFormatting {
  padding-inline-start: 0px;
}

.contentBody p {
  width: 30vw;
  font-size: 1.3vw;
  line-height: 1.4vw;
}

.contentBody p:first-child {
  width: 28vw;
  margin: 0 0 2vw 0;
}

.contentBody p:nth-child(2) {
  width: 26vw;
  margin: 0 0 2vw 0;
}

.navH {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.navV {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.navLeft {
  width: 2.5vw;
  text-align: left;
  z-index: 1000;
  cursor: pointer;
}

.navRight {
  width: 2.5vw;
  text-align: right;
  z-index: 1000;
  cursor: pointer;
}

.navLeft img,
.navRight img {
  height: 2.01vw;
}

.navUp {
  height: 2.5vw;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
}

.navDown {
  height: 2.5vw;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  margin-top: 15vh;
}

.navUp img,
.navDown img {
  width: 2.01vw;
}

.navMiddle {
  position: relative;
  width: 32vw;
  height: 24vw;
  filter: drop-shadow(0px 5px 10px #1a33976e);
}

.navMiddleSec {
  width: 34vw;
}

.navCover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.navCover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navContent {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.navImages {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 0;
  margin: 0;
  padding: 0;
  align-items: center;
}

.navImages[pos="0"] {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}
.navImages[pos="1"] {
  margin-left: calc(-1 * (30vw + 1.3vw));
  transition: margin-left 0.3s ease;
}
.navImages[pos="2"] {
  margin-left: calc(-1 * (30vw + 1.3vw));
  transition: margin-left 0.3s ease;
}
.navImages[pos="3"] {
  margin-left: calc(-1 * (30vw + 1.3vw));
  transition: margin-left 0.3s ease;
}
.navImages[pos="4"] {
  margin-left: calc(-1 * (30vw + 1.3vw));
  transition: margin-left 0.3s ease;
}

.imgChange:hover {
  cursor: pointer;
  color: #1a3397;
} 

.navImages img {
  width: 100%;
  max-width: 29vw;
  height: auto;
  object-fit: contain;
  margin: 0 0.65vw 0 1.65vw;
  padding: 0;
  flex: 0 0 30vw;
  box-sizing: border-box;
}

.contentBlock .row {
  margin-bottom: 1vh;
}

.contentBlockLeft {
  margin-left: 1px;
}

.contentBlockRight {
  margin-left: 2vw;
}

.navMiddleV {
  width: 30vw;
  height: 25vw;
  position: relative;
}

.navImageV img {
  width: 100%;
  max-width: 24vw;
  height: auto;
  object-fit: contain;
}

.navLeft img:hover,
.navRight img:hover,
.navUp img:hover,
.navDown img:hover {
  filter: contrast(160%);;
}

.navImageV[pos="0"] {
  z-index: 1003;
  position: absolute;
  left: 0;
  top: 13.5vw;
  opacity: 100%;
  filter: drop-shadow(0px 5px 10px #1a33976e);
  transition: all 0.5s ease;
}

.navImageV[pos="1"] {
  z-index: 1002;
  position: absolute;
  left: 7vw;
  top: 6.5vw;
  opacity: 50%;
  filter: drop-shadow(0px 5px 10px #1a33976e);
  transition: all 0.5s ease;
}

.navImageV[pos="2"] {
  z-index: 1001;
  position: absolute;
  left: 15vw;
  top: 1.5vw;
  opacity: 25%;
  filter: drop-shadow(0px 5px 10px #1a33976e);
  transition: all 0.5s ease;
}

.contentKiosk {
  background: url(../art/kiosk_1.png), url(../art/kiosk_2.png);
  background-size: 60%, 24%;
  background-repeat: no-repeat;
  background-position: right 1% top 0%, right 0% top 0%;
}

.cookerUlList {
  padding-bottom: 3vw;
}

.cookerBlock {
  padding-top: 5vw;
}

.contentQueue {
  padding-top: 5vw;
}

.blockOrder {
  padding-top: 2vw;
}

.contentBlock,
.contentBlock2,
.contentBlock3 {
  z-index: 2;
  position: relative;
}

.contentBlock3 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.decor {
  width: 100%;
  height: 0;
}

.greenBall,
.greenBall2,
.greenCards {
  position: relative;
}

.greenBall img {
  height: 23.33vw;
  position: absolute;
  right: -9vw;
  top: -12vw;
}

.greenBall2 img {
  height: 26.33vw;
  position: absolute;
  right: 0;
  top: 2vw;
  z-index: 1;
}

.greenCards img {
  height: 26.33vw;
  position: absolute;
  right: 0;
  top: 16.2vw;
  z-index: 1;
}

.contentTvset {
  filter: drop-shadow(0px 5px 10px #1a33976e);
}

.contentTvset img {
  height: 19vw;
}

.btnWatchVideo a {
  color: #1a3397;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bntOrder a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bntOrder, .btnWatchVideo {
  background-color: #1a3397;
  border-radius: 1vw;
  height: 1.8vw;
  margin: 0 0 0 0;
  width: 10vw;
  text-align: center;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.btnWatchVideo {
  background-color: transparent;
  border: 2px solid #1a3397;
  color: #fff;
  transition: all 0.3s ease;
  display: none;
}

.bntOrder:hover {
  background-color: #2c49bd;
  transition: all 0.3s ease;
}

.btnWatchVideo:hover {
  background-color: #425ecc;
  border: 2px solid #425ecc;
  transition: all 0.3s ease;
}

.btnWatchVideo a:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.contentBtns {
  display: flex;
  gap: .5vw;
}

.contentBody3 {
  margin: 3vw 0 1.8vw 0;
}

.contentBody4 {
  margin: 3vw 0 7.8vw 0;
}

.contentScreens img {
  width: 28vw;
}

.contentBtns4 {
  display: flex;
  justify-content: center;
}

.greenCube {
  background-color: #3bc731;
  color: #fff;
  border-radius: 1.2vw;
  width: 12.4vw;
  height: 12.4vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 1vw;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  margin: 0 1vw 2vw 1vw;
}

.greenCube .price {
  font-size: 5vw;
  letter-spacing: -0.3vw;
}

.greenCube .currency {
  font-size: 1.5vw;
  padding: 0 0 1.1vw 0.4vw;
}

.greenCube .dis {
  font-size: 0.9vw;
  font-weight: bold;
}

.contentDis {
  font-size: 1.6vw;
  font-weight: 600;
  margin: 0 7vw 1.5vw 7vw;
  text-align: center;
  color: #fff;
}

.partner {
  display: flex;
  align-items: center;
}

.partner img {
  max-height: 5vw;
  margin: 0 1vw;
}

.partnerMcDoner {
  width: 12vw;
}

.partnerBPC {
  width: 15vw;
}

.partnerCPI {
  width: 17vw;
}

.partnerIKassa {
  width: 10vw;
}

form {
  display: grid;
}

input.sendName:focus {
  outline: none;
}

input.sendName {
  border: 0.12vw solid #4568e1;
  border-radius: 1vw;
  height: 2vw;
  width: 32vw;
  padding: 0.3vw 1vw;
  box-sizing: border-box;
  color: #4568e1;
  font-weight: bold;
  background: #ffffff80;
  margin: 0 0 1vw 0;
  font-size: 1vw;
  line-height: 2vw;
}

input.sendName::placeholder {
  font-weight: bold;
  color: #4568e1;
  opacity: 0.7;
  font-size: 1vw;
  line-height: 2vw;
}

textarea.sendMsg {
  border: 0.12vw solid #4568e1;
  border-radius: 1vw;
  height: 10vw;
  width: 32vw;
  padding: 0 1vw;
  color: #4568e1;
  font-size: 1vw;
  font-weight: bold;
  background: #ffffff80;
  resize: none;
}

textarea.sendMsg:focus {
  outline: none;
}

textarea::placeholder {
  font-weight: bold;
  color: #4568e1;
  opacity: .7;
  padding-top: .25vw;
  font-size: 1vw; 
}

input.sendSubmit {
  background-color: #1a3397;
  border: none;
  border-radius: 1vw;
  height: 1.8vw;
  margin: 1vw 0 5vw 0;
  width: 10vw;
  text-align: center;
  font-size: 1vw;
  color: #fff;
}

.contactText {
  font-size: 1.2vw;
}

.contactText img {
  width: 1.3vw;
}

.contentBlock7 {
  text-align: center;
  padding-top: 2vw;
}

.contactSubText {
  margin: 0 0 0 1.7vw;
  font-size: 0.8vw;
  color: #1a3397;
  font-weight: bold;
}

.contact:first-child {
  margin: -4vw 0 1.2vw 0;
}

.contact {
  margin: 0 0 0 0;
}

.contactText a {
  color: #000;
  text-decoration: none;
}

.contactText a:hover {
  color: #1a3397;
  text-decoration: underline;
}

.stubBlock {
  background-color: #333333;
  height: 3vh;
}

#footer p,
#footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1vw;
  margin: .7vw;
}

#footer p a:hover {
  text-decoration: underline;
  color: #4568e1;
}

.spaceBlock {
  height: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal.hidden {
  display: none;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    margin: 0;
    color: #27ae60;
    font-size: 24px;
}

.modal-body {
    padding: 20px;
    text-align: center;
}

.modal-body p {
    margin: 10px 0;
    color: #555;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.btn {
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #27ae60;
    color: white;
}

.btn-primary:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

@media (max-width: 767.98px) and (min-resolution: 2dppx) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .contentBlock > .row {
    display: block;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 1em;
  }
  
  .topLogo img {
    height: 35px !important;
  }
  
  .block_00 {
    padding: 80px 0 40px 0 !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .block_00 .container {
    text-align: center !important;
    padding: 0 10px !important;
    width: 100% !important;
    margin-bottom: 5em;
  }
  
  .topBlockMiddle {
    margin-bottom: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
    padding: 0 !important
  }
  
  /* Заголовки */
  .topSlogan {
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center;
    max-width: 320px !important;
    margin: 0 auto 2rem auto !important;
  }
  
  .titleName {
    font-size: 1.3rem !important;
    height: auto !important;
    padding: 0.75rem 1rem !important;
    margin: 1.5rem auto !important;
    width: auto !important;
    min-width: 200px !important;
  }
  
  .contentTitle {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    padding-right: 0;
  }
  
  .topDemo {
    height: 50px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    padding: 3vh !important;
    width: auto !important;
    min-width: 160px !important;
    max-width: 200px !important;
    border-radius: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(59, 199, 49, 0.3) !important;
    transition: all 0.3s ease !important;
    background-color: #3bc731 !important;
    color: white !important;
    text-decoration: none !important;
    border: none !important;
  }
  
  .topDemo:hover {
    background-color: #289b1f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(59, 199, 49, 0.4) !important;
  }
  
  .topBlockBottom {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-top: 4rem !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    padding-top: 10vh;
  }
  
  .topKey {
    height: 48px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 1.5rem !important;
    width: auto !important;
    min-width: 90px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #3bc731 !important;
    color: #1a3397 !important;
    text-shadow: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .topKey:hover {
    background: rgba(59, 199, 49, 0.9) !important;
    color: white !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(59, 199, 49, 0.3) !important;
  }
  
  .topKey div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .bntOrder, .btnWatchVideo {
    height: 42px !important;
    font-size: 0.9rem !important;
    margin: 0.5rem !important;
    padding: 0 1.5rem !important;
    width: auto !important;
    min-width: 110px !important;
  }
  
  .bntOrder.active, .btnWatchVideo.active, .topDemo.active, .topEnter.active {
    transform: scale(0.98);
    background-color: #2c49bd !important;
    transition: all 0.1s ease;
  }
  
  .btnWatchVideo.active {
    background-color: #425ecc !important;
    border-color: #425ecc !important;
  }
  
  .titleBlock {
    padding-top: 2em;
  }

  .contentBody {
    padding-bottom: 0;
  }

  .contentBlockLeft {
    margin-bottom: 0 !important;
  }

  .contentBlockRight {
    margin-top: 4.53vw;
  }

  .navImageV img {
    max-width: 40vw;
  }

  .verticalSlider {
    margin-top: 3vh;
  }

  .navLeft, .navRight {
    width: 44px !important;
    height: 44px !important;
  }
  
  .navUp, .navDown {
    height: 44px !important;
    width: 44px !important;
    margin-top: 0 !important;
  }
  
  .navLeft img, .navRight img, .navUp img, .navDown img {
    width: 20px !important;
    height: 20px !important;
  }
  
  .navMiddle {
    width: 100% !important;
    max-width: 300px !important;
    height: 220px !important;
    margin: 1rem auto !important;
  }

  .navContent {
    margin-right: 0;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    padding: 2.5% !important;
    box-sizing: border-box !important;
  }

  .navImages {
    overflow: hidden !important;
  }

  .navImages img {
    margin-left: 2%;
    padding-right: 2vh;
    border-radius: 1vh;
  }

  .contentKiosk {
    background: none;
  }

  .contentTvset img {
    height: 66vw;
  }

  .contentBtns {
    justify-content: center;
  }

  .bntOrder {
    border: 1px solid white;
  }

  .btnWatchVideo {
    background-color: white;
  }

  .col-5 {
    display: none;
  }

  .navImages img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-width: none !important;
  }
  
  .navMiddleV {
    width: 100% !important;
    max-width: 280px !important;
    height: 280px !important;
    margin: 1rem auto !important;
  }
  
  /* Текст */
  .contentBody ul li {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
  }
  
  .contentBody2 ul li {
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
  }
  
  .contentBody p {
    width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
  }
  
  input.sendName {
    width: 100% !important;
    height: 44px !important;
    font-size: 1rem !important;
    line-height: 44px !important;
    padding: 0 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sendName::placeholder {
    font-size: 1rem !important;
  }

  .sendMsg::placeholder {
    font-size: 1rem !important;
  }
  
  textarea.sendMsg {
    width: 100% !important;
    height: 100px !important;
    font-size: 1rem !important;
    padding: 1rem !important;
  }
  
  input.sendSubmit {
    height: 44px !important;
    width: auto !important;
    min-width: 120px !important;
    font-size: 1rem !important;
    margin: 1rem 0 !important;
  }
  
  .contentTitle4 {
    font-size: 1em;
  }

  .pricesBlock {
    gap: 1rem;
    display: block;
  }

  .greenCube {
    width: 80% !important;
    max-width: 100% !important;
    height: 18vh !important;
    margin: 1rem auto !important;
    padding: 1.5rem !important;
  }
  
  .greenCube {
    display: block;
  }

  .price {
    font-size: 2.5rem !important;
    text-align: center;
  }
  
  .currency {
    font-size: 1.1rem !important;
    text-align: center;
  }
  
  .dis {
    font-size: 1.1rem !important;
    text-align: center;
  }
  
  .contentDis {
    font-size: 3.6vw;
    padding-bottom: 1em;
  }


  .partnerBlock {
    display: flex;
    flex-wrap: wrap;
  }

  .partner {
    flex-basis: 40%;
    justify-content: center;
  }

  .partner img {
    max-height: 50px !important;
    max-width: 120px !important;
    margin: 0.5rem !important;
  }
  
  .partnerMcDoner {
    width: 110px !important;
  }
  
  .partnerBPC {
    width: 130px !important;
  }
  
  .partnerCPI {
    width: 150px !important;
  }
  
  .partnerIKassa {
    width: 90px !important;
  }
  
  .contactText {
    font-size: 1rem !important;
    text-align: center;
  }
  
  .contactText img {
    width: 18px !important;
    height: 18px !important;
  }
  
  .contactSubText {
    font-size: 0.85rem !important;
    margin-left: 0 !important;
    text-align: center;
  }
  
  #footer p, #footer p a {
    font-size: 0.85rem !important;
    text-align: center;
    margin: 0.5rem 0;
  }
}

@media (max-width: 767.98px) and (min-resolution: 2dppx) {
  .block_02 {
    background-color: #1a3397 !important;
    background-image: none !important;
  }
  
  .block_02 .titleName {
    background-color: #ffffff !important;
    color: #1a3397 !important;
    font-weight: 700 !important;
  }
  
  .block_02 .contentTitle,
  .block_02 .contentBody ul li,
  .block_02 .contentBody2 ul li,
  .block_02 .contentBody p,
  .block_02 .imgChange {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
  }
}

@media (min-width: 768px) {
  .block_02 .titleName {
    background-color: #1a3397 !important;
    color: #ffffff !important;
  }
  
  .block_02 .contentTitle {
    color: #1a3397 !important;
    font-weight: 700 !important;
  }
  
  .block_02 .contentBody ul li,
  .block_02 .contentBody2 ul li,
  .block_02 .contentBody p,
  .block_02 .imgChange {
    color: #2c3e50 !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 768px) and (min-resolution: 2dppx) {
  .mainBlockS > .row{
    margin: 0;
    align-items: center;
  }
}

@media (max-width: 765px) and (min-resolution: 2dppx) {
  .topEnter {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .mainBlockS > .row{
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .navbar-mobile {
    display: none;
  }
  .topMenu {
    display: flex;
  }
  .topEnter {
    display: inline-flex;
  }
}

@media (max-width: 767.98px) and (min-resolution: 2dppx) {
    .topMenu {
      display: none;
    }
    .topEnter {
      display: none;
    }
    
    .topLogo {
      flex: 1;
    }

    html:not([data-scroll='0']) .mainBlock .mainBlockS {
      height: 14vw !important;
    }

    .navbar-mobile {
      background: transparent !important;
      border: none !important;
      padding: 0 !important;
      width: 11.5% !important;
    }
    
    .block_00 {
      height: 100vh;
    }

    .mobile-menu-btn {
      background: transparent !important;
      border: none !important;
      padding: 0.5rem !important;
      width: 100%;
      height: 44px;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    
    .mobile-menu-btn:focus {
      box-shadow: none !important;
    }
    
    .mobile-menu-btn:hover {
      background: rgba(26, 51, 151, 0.1) !important;
      border-radius: 6px;
    }
    
    .mobile-menu-btn .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      width: 24px !important;
      height: 24px !important;
    }
    
    .mobile-nav {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100vw !important;
      background-color: #1a3397 !important;
      z-index: 99999 !important;
      display: none !important;
      align-items: flex-start !important;
      justify-content: center !important;
      padding: 2rem 0 !important;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    
    .mobile-menu-custom {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100vw !important;
      background-color: #1a3397 !important;
      z-index: 99999 !important;
      display: none !important;
      align-items: flex-start !important;
      justify-content: center !important;
      padding: 2rem 0 !important;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    
    .mobile-nav.show {
      display: flex !important;
    }
    
    .mobile-nav-list {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 1.5rem !important;
      width: 100% !important;
    }
    
    .mobile-nav.show {
      display: flex !important;
    }
    
    .mobile-nav-list::-webkit-scrollbar {
      width: 4px;
    }
    
    .mobile-nav-list::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.1);
    }
    
    .mobile-nav-list::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3);
      border-radius: 2px;
    }
    
    .mobile-nav-list::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 255, 255, 0.5);
    }
    
    .mobile-nav-item:last-child {
      border-bottom: none !important;
      padding-bottom: 2em !important;
    }
    
    .mobile-login {
      background: rgba(59, 199, 49, 0.1);
      border: 2px solid #3bc731;
      border-radius: 8px;
      margin-top: 1rem;
      padding: 0.75rem !important;
    }
    
    .mobile-nav-link {
      color: white !important;
      text-decoration: none !important;
      font-size: 1.125rem !important;
      font-weight: 500 !important;
      transition: all 0.3s ease !important;
      padding: 1rem 2rem !important;
      display: block !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    
    .mobile-nav-link:hover {
      color: #8ec0ee !important;
    }
    
    .mobile-login .mobile-nav-link {
      color: #3bc731 !important;
      font-weight: 600 !important;
    }
    
    .mobile-login .mobile-nav-link:hover {
      color: #fff !important;
    }

    .navContent {
      overflow: hidden !important;
    }

    .navImages {
      gap: 0!important;
      margin: 0;
      padding: 0;
    }

    .navImages img {
      margin: 0 !important;
      padding: 0 !important;
      flex: 0 0 100%;
      width: 100% !important;
      height: auto !important;
    }

    .decor {
      display: none;
    }

    .navImages[pos="0"] {
      margin-left: 0 !important;
    }

    .navImages[pos="1"] {
      margin-left: calc(-1 * 100%) !important;
    }

    .navImages[pos="2"] {
      margin-left: calc(-2 * 100%) !important;
    }

    .navImages[pos="3"] {
      margin-left: calc(-3 * 100%) !important;
    }

    .navImages[pos="4"] {
      margin-left: calc(-4 * 100%) !important;
    }

  @media (max-width: 480px) and (min-resolution: 2dppx) {
    .mobile-nav-list {
      gap: 1.25rem !important;
    }
    
    .mobile-nav-link {
      font-size: 1rem !important;
    }
    
    .block_00 {
      padding: 60px 0 30px 0 !important;
      min-height: 100vh !important;
    }
    
    .topSlogan {
      font-size: 1.4rem !important;
      line-height: 1.3 !important;
      max-width: 280px !important;
      margin: 0 auto auto auto !important;
    }
    
    .topDemo {
      height: 46px !important;
      font-size: 0.95rem !important;
      font-weight: 600 !important;
      padding: 0 1.5rem !important;
      min-width: 140px !important;
      max-width: 180px !important;
      background-color: #3bc731 !important;
      color: white !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      border-radius: 23px !important;
      box-shadow: 0 3px 10px rgba(59, 199, 49, 0.3) !important;
      transition: all 0.3s ease !important;
      text-decoration: none !important;
      border: none !important;
    }
    
    .topDemo:hover {
      background-color: #289b1f !important;
    }
    
    .topKey {
      height: 44px !important;
      font-size: 0.85rem !important;
      font-weight: 700 !important;
      padding: 0 1.25rem !important;
      min-width: 80px !important;
      border-radius: 22px !important;
      background: rgba(255, 255, 255, 0.9) !important;
      border: 2px solid #3bc731 !important;
      color: #1a3397 !important;
      text-shadow: none !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
      transition: all 0.3s ease !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    
    .topKey:hover {
      background: rgba(59, 199, 49, 0.9) !important;
      color: white !important;
    }
    
    .titleName {
      font-size: 1.1rem !important;
      padding: 0.5rem 0.75rem !important;
      margin: 1rem auto !important;
    }
    
    .contentTitle {
      font-size: 1rem !important;
    }
    
    .navMiddle {
      max-width: 260px !important;
      height: 200px !important;
    }
    
    .navMiddleV {
      max-width: 240px !important;
      height: 240px !important;
    }
  }

  @media (min-width: 576px) and (min-resolution: 2dppx) {
    .container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
    
    .block_00 {
      padding: 100px 0 60px 0 !important;
      min-height: 100vh !important;
    }
    
    .topSlogan {
      font-size: 1.8rem !important;
      line-height: 1.4 !important;
      max-width: 400px !important;
      margin: 0 auto 2.5rem auto !important;
    }

    .topDemo {
      height: 52px !important;
      font-size: 1.1rem !important;
      font-weight: 600 !important;
      padding: 0 2.5rem !important;
      min-width: 180px !important;
      max-width: 220px !important;
      background-color: #3bc731 !important;
      color: white !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      border-radius: 26px !important;
      box-shadow: 0 4px 15px rgba(59, 199, 49, 0.3) !important;
      transition: all 0.3s ease !important;
      text-decoration: none !important;
      border: none !important;
    }
    
    .topDemo:hover {
      background-color: #289b1f !important;
    }
    
    .topBlockBottom {
      display: flex !important;
      gap: 1.25rem !important;
      max-width: 380px !important;
      justify-content: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    
    .topKey {
      height: 50px !important;
      font-size: 1rem !important;
      font-weight: 700 !important;
      padding: 0 1.75rem !important;
      min-width: 110px !important;
      border-radius: 25px !important;
      background: rgba(255, 255, 255, 0.9) !important;
      border: 2px solid #3bc731 !important;
      color: #1a3397 !important;
      text-shadow: none !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
      transition: all 0.3s ease !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    
    .topKey:hover {
      background: rgba(59, 199, 49, 0.9) !important;
      color: white !important;
    }
    
    .titleName {
      font-size: 1.4rem !important;
    }
    
    .contentTitle {
      font-size: 1.3rem !important;
    }
    
    .navMiddle {
      max-width: 350px !important;
      height: 250px !important;
    }
    
    .navMiddleV {
      max-width: 320px !important;
      height: 300px !important;
    }
    
    .greenCube {
      max-width: 200px !important;
      height: 160px !important;
    }
    
    .greenCube .price {
      font-size: 2.2rem !important;
    }
  }

  .collapse.navbar-collapse {
    transition: all 0.3s ease-in-out;
  }

  .collapse.navbar-collapse:not(.show) {
    display: none;
  }

  .navbar {
    background-color: #1a3397 !important;
    border-radius: 2vw;
    border: 1px;
    position: absolute;
    width: 5%;
    right: 10%;
    padding: 1vw;
    margin-right: -3.5vh;
  }

  .navbar:hover {
    background-color: #0d1a4d;
    transition: transform 0.3s ease;
  }

  .navbar-toggler {
    padding: 0;
    border-color: transparent;
    border: none;
    line-height: 0;
  }

  .collapsing {
    opacity: 0;
    height: 0;
    transition: opacity .3s ease, max-height .3s ease;
  }

  .collapse.show {
    height: auto;
    transition: opacity .3s ease, min-height .3s ease;
  }

  .collapse.show {
    opacity: 1;
    margin-top: 5em;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    font-size: 1vw;
  }

  .navbar-nav {
    position: fixed;
    width: 100vw;
    max-height: calc(100vh - 8vw);
    overflow-y: auto;
    z-index: 5000;
    left: 0;
    background-color: #1a3397;
  }

  .nav-item {
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .contentTitle5 {
    font-size: 3.5vw !important;
  }

  .nav-item:hover {
    background-color: #0d1a4d;
  }

  .nav-link{
    padding-left: 1vw;
    color: white;
    font-size: 4vw;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .nav-link:hover {
    color:#8ec0ee;
  }

  html:not([data-scroll='0']) .mainBlock {
    backdrop-filter: blur(40vw);
    box-shadow: 0 0 .5vw rgba(0, 0, 0, .5);
    transition: all 0.3s ease;
  }

  html:not([data-scroll='0']) .mainBlock .mainBlockS {
    height: 4vw;
    padding: 0 0 0 0;
    transition: all 0.3s ease;
    align-items: center;
  }

  html:not([data-scroll='0']) .mainBlock .mainBlockS .topMenu {
    background-color: transparent;
    transition: all 0.3s ease;
    margin-top: 0;
  }

  html:not([data-scroll='0']) .topEnter{
    margin-top: 0;
  }

  html:not([data-scroll='0']) .mainBlockS > .row {
    place-items: center;
    height: 1.5vw;
  }

  html:not([data-scroll='0']) .mainBlock .mainBlockS .topLogo img {
    height: 2vw;
    transition: all 0.3s ease;
  }

  html:not([data-scroll='0']) .topLogo {
    height: fit-content;
  }

  html:not([data-scroll='0']) .topLogo > a {
    height: fit-content;
  }

  html:not([data-scroll='0']) .mainBlock .mainBlockS .topLogo {
    padding: 0 0 0 0;
    transition: all 0.3s ease;
    width: 9vw;
  }

  @media (max-width: 767.98px) and (min-resolution: 2dppx) {
    .block_01 {
      background: linear-gradient(to right, #a8d4f5 0%, #85c1ed 41%, #85c1ed 41%, #6ba9d1 41%, #7eb8e6 47%, #95c8ed 100%) !important;
    }
    
    .block_01A {
      background: radial-gradient(circle 40vw at 41% 99%, rgba(232, 255, 176, 0.4), rgba(221, 248, 223, 0.2)) !important;
    }
    
    .block_01B {
      background-image: none !important;
      background-color: rgba(255, 255, 255, 0.1) !important;
      backdrop-filter: blur(2px);
      border-radius: 10px;
      padding: 1rem;
    }
    
    .block_01B .contentTitle {
      font-size: 1.4rem !important;
      line-height: 1.3 !important;
      margin: 0 0 1.5rem 0 !important;
      font-weight: 700 !important;
      color: #1a3397 !important;
      text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8) !important;
      padding: 0.5rem 1rem !important;
      background: rgba(255, 255, 255, 0.7) !important;
      border-radius: 8px !important;
      backdrop-filter: blur(5px);
    }
    
    .block_01B .contentBody {
      padding: 0 0 2rem 0 !important;
    }
    
    .block_01B .contentBody p {
      width: 100% !important;
      font-size: 1.1rem !important;
      line-height: 1.5 !important;
      margin-bottom: 1.2rem !important;
      color: #2c3e50 !important;
      font-weight: 500 !important;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6) !important;
      padding: 0.75rem 1rem !important;
      background: rgba(255, 255, 255, 0.5) !important;
      border-radius: 6px !important;
      backdrop-filter: blur(3px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }
    
    .block_01B .contentBody p:first-child {
      width: 100% !important;
      margin: 0 0 1.5rem 0 !important;
    }
    
    .block_01B .contentBody p:nth-child(2) {
      width: 100% !important;
      margin: 0 0 1.5rem 0 !important;
    }
    
    .block_01 .titleName {
      font-size: 1.4rem !important;
      height: auto !important;
      padding: 0.75rem 1.5rem !important;
      margin: 2rem auto !important;
      width: auto !important;
      min-width: 200px !important;
      background-color: rgba(255, 255, 255, 0.9) !important;
      color: #1a3397 !important;
      font-weight: 700 !important;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8) !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
      border: 2px solid rgba(26, 51, 151, 0.2) !important;
    }
  }

  @media (max-width: 480px) and (min-resolution: 2dppx) {
    .block_01B .contentTitle {
      font-size: 1.3rem !important;
      line-height: 1.2 !important;
      padding: 0.75rem 1rem !important;
    }
    
    .block_01B .contentBody p {
      font-size: 1rem !important;
      line-height: 1.4 !important;
      padding: 0.6rem 0.8rem !important;
    }
    
    .block_01 .titleName {
      font-size: 1.2rem !important;
      padding: 0.6rem 1rem !important;
      margin: 1.5rem auto !important;
    }
  }

  .block_08 {
    display: none;
  }

  .stubBlock {
    background-color: #333333;
    height: 3vh;
  }
}

#contactModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

#contactModal.show {
    display: flex;
}

#contactModal,
#successModal {
    z-index: 99999 !important;
}

.contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99998 !important;
}

.contact-modal-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 99999 !important;
    animation: modalOpen 0.5s ease-out;
}

#contactModal:not(.show) .contact-modal-content {
    animation: modalClose 0.4s ease-in;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes modalClose {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
}

.contact-modal-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3bc731 0%, #28a745 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: white;
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.contact-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #3bc731;
    margin: 0 0 12px 0;
    font-family: 'Montserrat', sans-serif;
}

.contact-modal-message {
    font-size: 16px;
    color: #333;
    margin: 12px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.contact-modal-submessage {
    font-size: 14px;
    color: #888;
    margin: 12px 0 24px 0;
    font-family: 'Montserrat', sans-serif;
}

.contact-modal-btn {
    background: linear-gradient(135deg, #3bc731 0%, #28a745 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.contact-modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(59, 199, 49, 0.3);
}

.contact-modal-btn:active {
    transform: translateY(0);
}

.contact-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-modal-close:hover {
    background: #e0e0e0;
    color: #333;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .contact-modal-content {
        padding: 30px 20px;
        width: 95vw;
    }

    .contact-modal-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .contact-modal-title {
        font-size: 20px;
    }

    .contact-modal-message {
        font-size: 14px;
    }

    .contact-modal-submessage {
        font-size: 12px;
    }

    .contact-modal-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .contact-modal-close {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .contact-modal-content {
        padding: 20px;
        width: 90vw;
    }

    .contact-modal-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contact-modal-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-modal-message {
        font-size: 13px;
        margin: 8px 0;
    }

    .contact-modal-submessage {
        font-size: 11px;
        margin: 8px 0 16px 0;
    }

    .contact-modal-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}
