

/* Start:/local/templates/tgk2/components/bitrix/news.list/online.service/style.css?177099043213456*/
.online-service {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .online-service {
    margin-top: -95px;
  }
}
.check,
.check-code {
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 1;
  max-width: 448px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 8px rgba(200, 209, 211, 0.16);
  box-shadow: 0 0 20px 8px rgba(200, 209, 211, 0.16);
}
.check__close {
  position: absolute;
  inset: 8px 8px auto auto;
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--clr-secondary, #fc8e28);
}
.input.loading {
  position: relative;
}
.input-loading-ring,
.loading-ring {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.input-loading-ring {
  position: absolute;
  top: 30%;
  right: 10px;
}
.loading-ring div,
.input-loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.input-loading-ring div {
  border: 2px solid #b8b8b8;
  border-color: #b8b8b8 transparent transparent transparent;
}
.loading-ring div:nth-child(1),
.input-loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2),
.input-loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3),
.input-loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.qr-dialog {
  border-radius: 0.5em;
  border: 1px solid #80808069;
  margin-bottom: auto !important;
}
.qr-dialog::backdrop {
  background-color: #00000094;
}
.qr-dialog button {
  display: block;
  margin-left: auto;
  border: none;
  font-weight: 500;
  color: #8080809e;
  height: fit-content;
  cursor: pointer;
  background-color: transparent;
}
.custom-select {
  width: 100%;
  user-select: none;
  position: relative;
  margin-right: 1rem;
}
.custom-select[open] {
  z-index: 1;
}
.custom-select .radios {
  display: flex;
  align-items: center;
  padding: .5em 1rem;
  cursor: pointer;
  list-style: none;
  column-gap: .3em;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.custom-select .radios .marker {
  display: inline-block;
  margin-left: auto;
  width: .5rem;
  height: .5rem;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg) translateY(-50%);
}
.custom-select[open] .radios:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background: transparent;
}
.custom-select .list {
  width: 100%;
  margin: 0;
  padding: 1rem .5rem;
  list-style: none;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.custom-select li {
  margin: 0;
  padding: .5rem 0;
}
.custom-select li label {
  width: 100%;
  display: flex;
  column-gap: .3em;
  padding: 0 0.2em;
  cursor: pointer;
  border-radius: 0.2em;
}
.custom-select label:hover,
.custom-select label:focus  {
  background-color: #ddd;
}
.custom-select li:first-child {
  padding-top: 0;
}
.custom-select li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* FAKE SELECT */
.custom-select .radios {
  counter-reset: radios;
}
.custom-select .radios:before {
  content: var(--selection);
}
.custom-select input[type=radio] {
  counter-increment: radios;
  appearance: none;
  display: none;
  pointer-events: none;
}
.custom-select input[type=radio]:checked {
  display: inline;
  --display: block;
}
.custom-select input[type=radio]:after {
  content: attr(title);
  display: inline;
  font-size: 1rem;
}
.custom-select ul.list {
  counter-reset: labels;
}
.custom-select .payment-icon-wrap {
  display: flex;
}
.custom-select .payment-icon {
  width: 28px;
  height: 28px;
  font-size: 2em;
}
.row-flex {
  display: flex;
  row-gap: 1em;
  flex-wrap: wrap;
  column-gap: 1em;
  user-select: none;
  pointer-events: none;
}
.row-flex .payment-icon {
  width: 36px;
  height: 36px;
}
.row-flex .payment-icon.large {
  width: 48px;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promotion-banner {
	cursor: pointer;
	width: 100%;
}
.btn-promo{
	grid-column-gap: 0 !important;
	padding: 16px 32px !important;
}
.modal {
    display: none;
	align-items: center;
    position: fixed;
    z-index: 1000;
	margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);&nbsp;}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 550px;
    position: relative;
}
.modal-footer {
    display: flex;
    justify-content: flex-end; 
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.nspk-iframe-container{
 	display: flex;
    overflow: auto;
    min-width: 500px;
    min-height: 500px;
    max-height: 90vh;
    width: 100%;
	padding: 0 !important;
}
.nspk-iframe-container .nspk-iframe {
    border: none;
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .nspk-iframe-container {
        min-height: 50vh;
        min-width: 50vw;
        max-height: 80vh;
    }
}
body.modal-open {
    overflow: hidden;
}
.error-tooltip{
	padding-top: 5px;
	color: var(--clr-danger, #ff4000);
    font-size: .75rem;
}

/*Вкладка мобильного приложения*/
.tgc2-mobile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tgc2-mobile-main {
  display: flex;
  width: 100%;
  gap: 10px;
  max-width: 1200px;
}

.tgc2-mobile-header {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}

.tgc2-mobile-title {
  text-align: left;
  margin-bottom: 10px;
}

.tgc2-title-line1,
.tgc2-title-line2,
.tgc2-title-line3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.tgc2-title-line2 {
  color: #005B8E;
  font-weight: 800;
  margin: 8px 0;
}

.tgc2-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.tgc2-downloads-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; 
}

.tgc2-qr-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.tgc2-store-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tgc2-qr-item {
  display: flex;
  width: 160px;
  justify-content: center;
}

.tgc2-qr-code {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.tgc2-store-icon {
  height: 75px; 
  width: auto;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tgc2-store-link {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}

.tgc2-store-link:hover {
  transform: scale(1.15);
}

.tgc2-store-link:active,
.tgc2-store-link:focus {
  transform: scale(1) !important;
}

@media (hover: hover) {
  .tgc2-store-link:hover {
    transform: scale(1.15);
  }
}

@media (hover: none) {
  .tgc2-store-link:hover {
    transform: none;
  }
}

.tgc2-apk-row{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.tgc2-apk-wrapper {
  display: inline-flex;
  align-self: flex-start; 

}

.tgc2-apk-icon {
  height: 75px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tgc2-apk-icon:hover {
  transform: scale(1.05);
}

.tgc2-apk-icon:active,
.tgc2-apk-icon:focus {
  transform: scale(1) !important;
}

@media (hover: hover) {
  .tgc2-apk-icon:hover {
    transform: scale(1.05);
  }
}

@media (hover: none) {
  .tgc2-apk-icon:hover {
    transform: none;
  }
}

.tgc2-phone-container {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.tgc2-phone-img {
  width: 320px;
  height: auto;
  object-fit: cover;
  max-width: none;
}

@media (min-width: 1441px) {
  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 { font-size: 29px; }
  .tgc2-phone-img { width: 360px; }
  .tgc2-qr-item { width: 170px; }
  .tgc2-qr-code { height: 170px; }
}

@media (min-width: 1301px) and (max-width: 1440px) {
  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 { font-size: 26px; }
  .tgc2-phone-img { width: 300px; }
  .tgc2-qr-item { width: 155px; }
  .tgc2-qr-code { height: 155px; }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 {font-size: 22px; }
  .tgc2-phone-img { width: 250px !important; } 
  .tgc2-qr-row { gap: 25px; } 
  .tgc2-qr-item { width: 135px; }
  .tgc2-qr-code { height: 135px; }
  .tgc2-apk-icon { height: 65px; }
  .tgc2-mobile-main { 
    gap: 30px !important; 
    max-width: 1100px !important; 
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 {font-size: 21px;}
  .tgc2-phone-img { width: 240px; }
  .tgc2-qr-row { gap: 28px; }
  .tgc2-qr-item { width: 135px; }
  .tgc2-qr-code { height: 135px; }
  .tgc2-apk-icon { height: 65px; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .tgc2-mobile-main {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 {
    font-size: 22px;
  }

  .tgc2-qr-row {
    flex-direction: row;
    gap: 40px; 
  }

  .tgc2-qr-item { width: 115px; }
  .tgc2-qr-code { height: 105px; }
  .tgc2-store-icon { height: 65px; }
  .tgc2-store-block { gap: 20px; }
  .tgc2-apk-icon { max-height: 60px; }
  .tgc2-phone-img { width: 250px; }
}

@media (max-width: 480px) {
  .tgc2-mobile-main {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  
  .tgc2-title-line1,
  .tgc2-title-line2,
  .tgc2-title-line3 {
    font-size: 20px !important;
  }

  .tgc2-apk-download-text {font-size: 18px;}

  .tgc2-qr-row {
    flex-direction: row;
    gap: 40px; 
  }

  .tgc2-qr-item { width: 110px; }
  .tgc2-qr-code { height: 100px; }
  .tgc2-store-icon { height: 60px; }
  .tgc2-store-block { gap: 20px; }
  .tgc2-apk-icon { max-height: 55px; }
  .tgc2-phone-img { width: 250px; }
  
  .tgc2-store-link:active {
    transform: scale(0.92) !important; 
  }
}

.lk-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lk-main {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
}

.lk-content {
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
}

.lk-header {
  margin-bottom: 20px;
}

.lk-title {
  display: block;
  text-decoration: none;
}

.lk-title-line {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 600;
}

.lk-description p {
  font-size: 20px;
  color: var(--clr-muted, #868D90) !important;
  line-height: 1.5;
}

.lk-monitor {
  flex: 0 0 375px;
}

.lk-monitor-img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .lk-section {
    align-items: center;
  }
  
  .lk-main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .lk-content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .lk-header {
    margin-bottom: 15px;
  }
  
  .lk-title {
    text-align: left;
  }
  
  .lk-title-line {
    font-size: 22px;
    line-height: 1.4;
  }
  
  .lk-description {
    text-align: left;
  }
  
  .lk-description p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .lk-monitor {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .lk-section {
    align-items: center;
  }
  
  .lk-main {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 0 20px;
  }
  
  .lk-content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  
  .lk-header {
    margin-bottom: 18px;
  }
  
  .lk-title {
    text-align: left;
  }
  
  .lk-title-line {
    font-size: 26px;
    line-height: 1.4;
  }
  
  .lk-description {
    text-align: left;
  }
  
  .lk-description p {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .lk-monitor {
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .lk-main {
    max-width: 750px;
    gap: 25px;
  }
  
  .lk-content {
    flex: 0 0 400px;
  }
  
  .lk-title-line {
    font-size: 26px;
  }
  
  .lk-description p {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .lk-monitor {
    flex: 0 0 295px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .lk-main {
    max-width: 1000px;
    gap: 28px;
  }
  
  .lk-content {
    flex: 0 0 420px;
  }
  
  .lk-title-line {
    font-size: 28px;
  }
  
  .lk-description p {
    font-size: 19px;
    line-height: 1.75;
  }
  
  .lk-monitor {
    flex: 0 0 380px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .lk-main {
    max-width: 10px;
    gap: 10px;
  }

  .lk-content {
    flex: 0 0 370px;
  }
  
  .lk-title-line {
    font-size: 25px;
  }

  .lk-description p {
    font-size: 16px;
    line-height: 1.5;
  }

  .lk-monitor {
    flex: 0 0 270px;
  }
}

@media (min-width: 1441px) {
  .lk-main {
    max-width: 1400px;
    gap: 20px;
  }
  
  .lk-content {
    flex: 0 0 450px;
  }

  .lk-monitor {
    flex: 0 0 400px;
  }
}

/* End */
/* /local/templates/tgk2/components/bitrix/news.list/online.service/style.css?177099043213456 */
