* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
  --main-color: #ff0032;
  --background-color: #f2f2f2;
  --font-size: 16px;
  --link-color: #ff0032;
  --link-color-hover: #cf0000;
  
   --gray-color: #a6a6a6;
}


/* Подключение шрифта MTSText-Regular  - Основной шрифт*/
@font-face {
  font-family: 'MTS';
  src: url('/tools/font/MTSText-Regular.woff2') format('woff2'),
       url('/tools/font/MTSText-Regular.woff') format('woff');
       font-weight: 500;
       font-style: normal;        
}

/* Подключение шрифта MTSText-Medium - Основной Темный*/
@font-face {
  font-family: 'MTS-M';
  src: url('/tools/font/MTSText-Medium.woff2') format('woff2'),
       url('/tools/font/MTSText-Medium.woff') format('woff');
       font-weight: 500;
       font-style: normal;        
}

/* Подключение шрифта MTSWide-Regular - Заголовки*/
@font-face {
  font-family: 'MTSWide';
  src: url('/tools/font/MTSWide-Regular.woff2') format('woff2'),
       url('/tools/font/MTSWide-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Подключение шрифта MTSWide-Medium - Темный заголовк*/
@font-face {
  font-family: 'MTSWide-M';
  src: url('/tools/font/MTSWide-Medium.woff2') format('woff2'),
       url('/tools/font/MTSWide-Medium.woff') format('woff');
       font-weight: 500;
       font-style: normal;        
}


/* Подключение шрифта MTSCompact-Regular - Для карточек (тарифы)*/
@font-face {
  font-family: 'MTSCompact';
  src: url('/tools/font/MTSCompact-Regular.woff2') format('woff2'),
       url('/tools/font/MTSCompact-Regular.woff') format('woff');
       font-weight: 500;
       font-style: normal;        
}


/* Подключение шрифта MTSCompact-Medium - Для карточек (тарифы) - Темный*/
@font-face {
  font-family: 'MTSCompact-M';
  src: url('/tools/font/MTSCompact-Medium.woff2') format('woff2'),
       url('/tools/font/MTSCompact-Medium.woff') format('woff');
       font-weight: 500;
       font-style: normal;        
}




body {
  margin: 0;
  background: #f2f2f28f;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: 'MTS', Arial, sans-serif;
  font-size: clamp(14px, 16px, 18px);
  overflow-x:hidden;  /*для горизонтального*/
}

button {
  font-family: 'MTS-M';
  font-weight: 500;
}

h1,
h2,
h3,
h4 {
  font-family: 'MTSWide-M';
  font-weight: 500;
}

.compact  {
  font-family: 'MTSCompact';
  font-weight: 500;
}

.compact h1,
.compact h2,
.compact h3,
.compact h4,
.compact h5,
.compact h6,
.compact b,
.compact strong  {
  font-family: 'MTSCompact-M';
  font-weight: 500;
}


.wide {
  font-family: 'MTSWide';
}

.wide b, .wide strong {
  font-family: 'MTSWide-M';
}


img {
  max-width: 100%;
  object-fit: scale-down;
}

h1 {
   font-size: clamp(1.5em, 3vw, 3em); 
}


b,
strong {
  font-family: 'MTS-M';
  font-weight: 500;
}

a {
  color: #ff0032;
  text-decoration: none;
}

a:hover {
  color: #cf0000;
  text-decoration: none;
}

.container {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.container-full {
  width: 100%;
}

.container,
.container-full {
  padding-left: 15px;
  padding-right: 15px;
 
}


.pad-0 {
  padding: 0;
}

.shadow-box-line {
box-shadow: 0px 0px 5px rgba(16, 24, 40, 0.2);
}

.top_panel {
  grid-template-columns: 1fr auto auto;
  display: grid;
  grid-gap: 10px 20px;
  color: #888;
  font-size: clamp(12px, 3vw, 14px);
  padding: 5px 0px;
  font-family: 'MTSWide';
}


.top_panel--menu {
  display: flex;
  gap: 20px;
}

.top_panel--menu .top_akt a{
  font-family: 'MTSWide-M';
}

.top_pas a{
  color: #888;
}

.top_pas a:hover {
  color: #cf0000;
  font-family: 'MTSWide-M';
}

.top_panel--loka a {
  color: #888;
  

}

.top_panel--loka:hover a {
  color: #cf0000;
}

.top_panel--loka img{
  max-width: 10px;
  margin-right: 10px;
}

.top_panel--support img{
  max-width: 12px;
  margin-right: 10px;
}



.head {
  grid-template-columns: 1fr auto auto;
  display: grid;
  grid-gap: clamp(10px, 2vw, 25px);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}


.head--logo img{
  max-width: 200px;
}

.head--nav {
  margin-top: 5px;
  padding: 10px 0 15px;
  border-top: solid 1px #ececec;
}


.head--nav--menu {
  display: flex;
  gap: 30px;
  font-family: MTSCompact-M;
  font-weight: 500;
  justify-content: center;
  font-size: 17px;
}

.head--nav--menu a {
  color: #000;
}

.head--nav--menu a:hover {
  color: #cf0000;
}


.head--phone--text {
  font-size: clamp(14px, 3vw, 16px);
  color: #888;
  text-align: center;
}

.head--phone--nomber {
  font-size: clamp(16px, 3vw, 20px);
  font-family: 'MTSWide-M';
  margin-top: -3px;
  text-align: center;
}


.btn {
  background-color: #ff0032;
  font-size: 17px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 7px 15px 10px;
  border-radius: 7px;
  transition: background .2s linear,color .2s linear,border .2s linear,box-shadow .2s linear;
}

.btn:hover {
  background-color: #cf0000;
}


.modal-btn {
  background-color: #ff0032;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 7px 15px 10px;
  border-radius: 7px;
  transition: background .2s linear,color .2s linear,border .2s linear,box-shadow .2s linear;
  width: 80%;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.modal-btn:hover {
  background-color: #cf0000;
  color: #fff;
}


.mobil-menu {
  display: none;
}


.mobil-menu--btn {
  cursor: pointer;
  width: auto;
  height: 25px;
  background-color: transparent;
  border: none;
  outline: none;
  display: grid;
}

.mobil-menu--btn span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #333;
}

.mobil-menu--wrapper {
  background-color: #fff;
  width: 250px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: ease 0.5s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.mobil-menu--close {
  cursor: pointer;
  padding-top: 10px;
  text-align: right;
  display: inline-block;
  margin-left: 90%;
}

.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  padding: 3px 15px;
  display: block;
}

.nav-menu a:hover {
  color: #bd0404;
}


.footer {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px 55px;
  padding-top: 35px;
  padding-bottom: 25px;
}

.end {
  padding: 20px 10px;
  color: #777;
  font-size: 12px;
  border-top: 1px solid #ddd;
}



.baner {
  width: min(1320px, 100%);
  margin: 0 auto;
  text-align: center;
}


.grid-40-60 {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  align-items: center;
}



.content h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: clamp(28px, 10vw, 38px);
}

.content h2 {
  text-align: center;
  margin-bottom: clamp(30px, 7vw, 45px);
  font-size: clamp(16px, 7vw, 26px);
}

.content h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: clamp(16px, 7vw, 24px);
}  


.center {
  text-align: center;
}

.content {
  margin-top: clamp(65px, 7vw, 115px);
  margin-bottom: clamp(65px, 7vw, 115px);
}

.content-fist {
margin-top: clamp(65px, 7vw, 5px);
margin-bottom: clamp(65px, 7vw, 115px);
}

.radius {
  border-radius: 20px;
  margin: auto;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-bottom: 10px;
}

.galka li {
  margin: 0;
  padding: 5px 0 5px 30px;
  list-style: none;
  background-image: url("/image/icon-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

.gard-block {
  border-radius: 20px;
  background: linear-gradient(104.87deg,#ffd3c7 0,#c7c0e9 29.69%,#c8bded 40.62%,#acb2e5 52.08%,#a8b2ff 71.87%,#919eff 100%);
  padding: 35px 85px 0px;
}


.tech-vozm .bg {
  position: absolute;
  max-width: 265px;
}


.grid-20-80{
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 80px;
}


.required {
border-color: #f45a57 !important;
}

.form-required {
opacity: 1 !important;
z-index: auto !important;
}

.form-required-hide {
z-index: -1;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
margin-top: -12px;
padding: 0 12px;
width: 100%;
background: #f45a57;
color: #fff;
font-size: 12px;
line-height: 1.333333;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}


.form-line {
  display: flex;
  gap: 35px;
  align-items: baseline;
}



input {
  padding: 12px 15px;
  border-radius: 7px;
  width: 100%;
  border: 1px solid #ddd;
  outline:none;
}



.art_form {
  padding: 10px;
  font-size: 15px;
  margin: 7px 0;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 7px;
  outline: none;
}




.art_form:focus-visible {
  border-bottom: 2px solid var(--link-color-hover);
}


.forma-tech {
  margin: 50px 0;
}

.form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  position: relative;
}


.font-form {
  text-align: center;
  font-size: 12px;
  color: #777;
  display: block;
  padding-top: 10px;
}

.forma, .forma-help {
  padding: 10px 20px;
}





.forma-hide {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.forma-hide-2 {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.forma-hide-help {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.forma-akt {
  display: block;
}

.forma-akt-2 {
  display: block;
}



.forma-success {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.modal-success {
  padding: 20px !important;
}

.img-ok {
  text-align: center;
  height: 75px;
  margin: 10px;
  padding-right: 10px;
}

.img-ok img {
  height: 75px;
}

.title-ok {
  text-align: center;
  font-size: 23px;
}

.text-ok {
  padding: 5px 0;
  line-height: 1.2;
}


.active {
  overflow-y: hidden;
}

.foma-modal {
  max-width: 425px;
  margin: 10% auto 0;
  padding: 10px 7px;
  background: #fff;
  border-radius: 6px;
  height: auto;
  position: relative;
}

.clos {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}

.wite-shadow h2 {
  color: #ffffff;
  font-size: 27.5px;
  text-shadow: 3px 3px 10px #797474;
  text-align: left;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: min(7vw, 65px);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: min(7vw, 65px);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: min(7vw, 35px);
}


.card {
  border-radius: 20px;
  box-shadow: 0 3px 10px rgb(227, 227, 227);
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.card:hover {
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(157, 191, 202, 0.5);
  padding-bottom: 15px;
}

a .card{
  color: #000;
}

a:hover .card{
  color: #000;
}


.card h3 {
  text-align: left;
  padding: 3px 15px;
  margin-bottom: 0;
  font-size: clamp(14px, 7vw, 18px);
}

.card p {
  text-align: left;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0px
}


.card .hide-btn {
  padding: 3px 15px;
  visibility: hidden;
  opacity: 0; /* Добавляем начальное значение непрозрачности */
  transition: opacity 0,9s ease; /* Добавляем анимацию для свойства opacity */
}

.card:hover .hide-btn {
  padding: 3px 15px;
  visibility: visible;
  opacity: 1; /* Устанавливаем значение непрозрачности при наведении */
}

.card img {
  padding: 0;
  border-radius: 20px 20px 0 0;
}



.arrow-bg {
  background-image: url(/image/arrow-red.webp);
  background-size: 15px;
  transition: transform 0.5s ease;
  display: block;
  width: 15px;
  position: absolute;
  height: 15px;
  filter: grayscale(90%);
  right: 35px;
  bottom: 20px;
}

.arrow-bg {
  filter: grayscale(90%);
  opacity: 0.7;
}

.card:hover .arrow-bg {
  transform: rotate(90deg);
  filter: grayscale(0%);
  opacity: 1;
}

.hide-btn {
  color: var(--link-color);
  font-family: 'MTSCompact-M';
  font-size: 15px;
}


.profit {
  margin: auto;

  box-shadow: 0 3px 10px #aca7a769;
  border-radius: 20px;
}


.profit h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(14px, 7vw, 18px);
}


.profit img {
  border-radius: 20px 20px 0 0;
}


.profit--text {
  padding: 25px;
}


.profit--text p {
  font-size: clamp(15px, 3vw , 16px);
}



.fq--vopros {
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 20px 5px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.fq--vopros p {
color: #777;
}


.fq--vopros--arrow {
background-image: url(/image/arrow-min-red.webp);
background-size: 25px;
transition: transform 0.5s ease;
display: block;
width: 25px;
position: absolute;
height: 25px;
filter: grayscale(90%);
right: 35px;
top: 20px;
opacity: 0.7;
}

.fq--vopros p {
  display: none;
}


.fq {
width: min(900px, 100%);
margin: auto;
background-color: #fff;
padding: 30px 50px;
border-radius: 10px;
box-shadow: 0 3px 10px #ddd;
}

.fq h4 {
font-size: 18px;
margin-bottom: 15px;
max-width: 93%;
}


.tech-vozm--bg{
  line-height: 0;
}


.footer-txt  {
  font-size: 14px;
  color: #777;
  line-height: 1.2;
}

.footer-title {
  font-family: 'MTS-M';
  color: #555;
  margin-bottom: 15px;
}


.footer--menu-item {
  font-size: 14px;
  line-height: 1.4;
}


.footer--menu-item a {
  color: #777;
}

.footer--menu-item a:hover {
  color: var(--link-color-hover)
}

.footer--menu-phone {
  font-size: 27px;
  font-family: 'MTS-M';
  margin-bottom: 26px;
  margin-top: -5px;
}


/* Стили для тарифов */

.grid-tar {
grid-template-columns: repeat(3, 1fr);
display: grid;
grid-gap: 10px 30px;
justify-content: center;
}

.tariff_block {
border: 1px solid #dfdfdf;
border-radius: 5px;
padding-bottom: 20px;
position: relative;
color: #000;
font-size: 16px;
margin: 30px auto;
background: #fff;
width: 100%;
display: grid;
grid-template-rows: auto auto 1fr;
}

.besp {
text-align: center;
margin: 16px;
font-size: 18px;
color: #ff1212;
text-shadow: 1px 1px 1px #ddd;
}
.action_label_besp {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 0px 6px 6px 0px;
background: #ffffff url(/image/akc.webp) right no-repeat;
background-position-x: right;
background-position-x: 98%;
top: 60px;
}
.tariff_img img {
height: 98px;
width: 100%;
border-radius: 6px 6px 0px 0px;
}

.tariff_block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
  font-size: 16px;
  margin: 30px auto;
  background: #fff;
  width: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.tariff_block:hover {
  box-shadow: 1px 3px 3px 1px #d0d0d0;
}

.tariff_block p {
margin-bottom: 0em;
}


.action_label {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 0px 6px 0px 6px;
background: #ffffff url(./image/akc.webp) right no-repeat;
background-position-x: 98%;
}

.action_label_super {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 6px 0px 6px 0px;
background: #ffffff url(./image/akc.webp) right no-repeat;
background-position-x: 98%;
}

.tariff_title {
  font-size: 19px;
  padding: 10px 15px;
  line-height: 1.1;
  color: #111;
  font-family: 'Mtscompact-M';
}
  
.mts_row {
  grid-template-columns: 30px auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 15px;
}

  .mts_icon {
    display: grid;
    align-items: center;
  }
  
  .mts_result {
    font-size: 14px;
  }
  
.mts_result b {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  font-family: 'Mtscompact-M';
}
  
  .mts_result strong{
    font-size: 18px;
    color: #111;
    font-weight: 500;
    font-family: 'Mtscompact-M';
  }
  
  .mts_title{
    font-size: 12px;
    color: #aaa;
  }
  
.mts_mid {
  padding: 7px 0px 3px;
  border-top: 1px solid #ff00304f;
  border-bottom: 1px solid #ff00304f;
  margin: 10px 15px;
}
  
.mts_op {
  display: grid;
  grid-template-columns: repeat(auto-fill, 32px);
  gap: 20px;
  position: relative;
  cursor: help;
}
  
  .mts_item {
    display: inline-block;
  }
  
  .mts_tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(0);
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    width: 100%;
    font-size: 14px;
  }
  
  .mts_item:hover .mts_tooltip {
    display: block;
  }
  
.mts_end {
  align-self: end;
  margin-top: 5px;
}
  
  .mts_grid2 {
    grid-template-columns: auto auto;
    display: grid;
    grid-gap: 10px 20px;
    padding: 5px 15px;
  }
  
  .tariff_price {
    text-align: center;
    align-self: center;
  }
  
.tariff_price b {
  font-size: 28px;
  color: #111;
  padding-right: 5px;
  font-weight: 500;
  font-family: 'Mtscompact-M';
}
  
  .tariff_sale {
    align-self: center;
    text-align: center;
  }
  
  .tariff_sale b {
    font-size: 22px;
    color: #777;
    background: linear-gradient(135deg, transparent 52%, red 52%, red 52%, transparent 55%);
    font-weight: 500;
    font-family: 'Mtscompact-M';
  }
  
  .mts_skidka_off {
    align-self: center;
    text-align: right;
    font-size: 14px;
    color: #595959;
  }
  
.mts_skidka {
  align-self: center;
  padding: 2px 0px 5px 5px;
  background-color: #0097fd;
  color: #fff;
  clip-path: polygon(6px 0, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
  box-sizing: border-box;
  margin-right: -15px;
  text-align: center;
  font-size: 15px;
  width: 180px;
  justify-self: end;
}
  
  
  .tariff_button {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: #ff0030;
    color: #fff;
    padding: 0px 20px 5px;
    transition: background .2s linear,color .2s linear,border .2s linear,box-shadow .2s linear;
    margin: auto;
    text-align: center;
    display: block;
    width: 250px;
    border-radius: 7px;
    margin-top: 10px;
  }
  
  .tariff_button a {
    color: #fff;
  }
  
  .tariff_button:hover {
    background: #ff0050;
  }
  
  
.podkl {
  display: block;
  width: 160px;
  margin: auto;
  text-align: center;
  position: relative;
  background-color: #fff9a6;
  border-radius: 5px;
  padding: 1px 0 3px;
  margin-top: 10px;
  font-size: 14px;
}
  
  .akcs {
    position: absolute;
    background: #0097fd;
    width: 80px;
    border-radius: 0px 0 0 6px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 3px;
    font-size: 18px;
    right: 0;
    outline: none;
    cursor: help;
  }
  
  
  .akcs .pops {
   opacity:0;
    position: absolute;
  
  }
  
  .popul {
    padding-left: 10px;
    list-style: disc;
  }
  
  .popul li {
    line-height: 1;
    padding: 3px 0;
  }
  
  .akcs:hover .pops {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 2em;
    z-index: 99;
    width: 300px;
    color: #333;
    border-radius: 6px;
    border: solid 1px #ddd;
    font-size: 14px;
    font-weight: 500;
    background: #f9f9f9;
    padding: 10px;
    line-height: 2;
  }
  
  
  
  
  .tarif_end{
    align-self: end;
  }

.mts_row_sput {
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 15px;
}

.mts_row_sput li::before {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #d7002e;
  content: "•";
  padding-right: 17px;
  font-size: 20px;
  height: 0px;
  display: inline-block;
}

.tariff_title_sput {
  font-size: 22px;
  padding: 25px 15px 0;
  font-weight: 600;
  line-height: 1.1;
  color: #111;
}

.mts_title_sput {
  color: #5d6671;
  text-transform: uppercase;
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 1.38;
}


  .mts_op_speed {
    display: grid;
    grid-template-columns: repeat(auto-fill, 72px);
    gap: 10px;
    position: relative;
    cursor: help;
  }

.mts_speed_item {
  text-align: center;
  padding: 0px;
  font-size: 17px;
  font-weight: 800;
  color: #FF2100;
  user-select: none;
}

.mts_speed_span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.optionDiv.active {
background-color: #fff9a6;
box-shadow: 1px 2px 1px #c6c6c6;
}

.optionDiv {
background-color: #c1e6ff3d;
color: #333;
cursor: pointer;
border-radius: 5px;
padding: 3px;
box-shadow: 1px 1px 2px 1px #7777779e;
}


.popul b {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  font-family: 'Mtscompact-M';
}

.mts_row_sput li{
  list-style: none;
}




.grid-tar-w {
  position: relative;
}

.carousel-container {
  transition: transform 0.5s ease-in-out;
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin:auto;
}


.arrow {
background-image: url(/image/arrow-min-red.webp);
width: 40px;
height: 40px;
opacity: 0.7;
cursor: pointer;
user-select: none;
position: absolute;
top: 55%;
background-size: 40px;
background-repeat: no-repeat;
border: 1px solid #0097fd21;
border-radius: 20px;
background-color: #e6f8fb;
}


.arrow-right {
  right: -4.5%;
  transform: rotate(270deg);
}

.arrow-right:hover, .arrow-left:hover  {
  filter: grayscale(0%);
  opacity: 1;
}

.arrow-left {
  left: -3%;
  transform: rotate(90deg);
}



.loka-hide {
  position: absolute;
  z-index: 99999;
  background-color: #fffffffc;;
  padding: 20px;
  margin: auto;
  display: none;
  width: 100%;
  top: 100px;
  height: 100%;
}

.loka-akt {
  display: block;
}



.loka_forma_mini {
  max-width: 380px;
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin: auto;
}


.cont {
  column-gap: 10px;
  column-count: 4;
}


.cont-toggle {
  cursor: pointer;
  padding: 5px 0;
  font-family: 'MTS-M';
  font-size: 17px;
}


.cont-toggle-link {
  display: none;
  margin-left: 7px;
  font-size: 15px;
  padding: 2px 0;
}

.cont-toggle-link {
color: #0084f9;
}

.cont-toggle-link:hover {
color: #ff1212;
}


.loka_gorod {
  display: block;
  position: absolute;
  background: #fff;
  width: 330px;
  padding: 12px 15px;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  text-align: left;
}



.loka_input{
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 10px;
  min-width: 330px;
}



.loka_forma{
  max-width: 380px;
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin: auto;
  border-radius: 5px;
  border: solid 1px #ddd;
}

#results {
  display: none;
}

.loka_forma_mini {
  max-width: 380px;
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin: auto;
}

.loka_link {
  font-size: 16px;
  line-height: 1.8;
  color: #145bcc;
}

.loka_link:hover {
  color: #ff1212;
}



.block_baner {
display: grid;
grid-template-columns: 65% auto;
grid-gap: 10px;
background: #fff;
border-radius: 8px;
max-width: 1180px;
margin: 30px auto;
box-shadow: 1px 1px 3px 1px #e8e8e8;
border: 1px solid #eee;
}


.baner img {
  border-radius: 0px 0 8px 8px;
  height: 100%;
}

.forma-baner {
padding: 10px 20px;
}

.ban_zag{
font-size: 20px;
text-align: center;
}


.kionzag {
font-size: 1.6em;
font-weight: 600;
margin: auto;
line-height: 4;
text-align: center;
}


.kiontxt {
padding: 10px;
max-width: 500px;
margin: auto;
}

.prokod {
border: 1px solid #fb0000;
border-radius: 6px;
padding: 0px 5px;
line-height: 1.8;
font-weight: 600;
}


.snow {
background: linear-gradient(160deg,#ffd2c5 0,#c7c0e96b 29.69%,#c8bdedba 40.62%,#bfc3ea 52.08%,#a8afec 71.87%,#7e8dff 100%);
position: relative;
z-index: 10;
animation: blink 2.5s infinite ease-in-out; /* Добавлены кривые анимации */
}

.snow_no::before {
content: "";
background-image: url('/image/snow.webp');
background-size: 65%;
background-position: center;
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
}


@keyframes blink {
0% {
box-shadow: inset 0 0 0 2px #00cfff91;
}
50% {
box-shadow: inset 0 0 12px 2px #fd5a5aba;
}
100% {
box-shadow: inset 0 0 0 2px #00cfff91;
}
}



/* dima */

.flex{
  display: flex;
}


.video-banner{
  background: url(/image/camera.webp);
  background-repeat: no-repeat;
  background-position: 65% 50%;
  height: 700px;
  
  padding: 60px 0 0 60px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}


.info-block-text{
  width: 50%;


  background-color: #fff;
  box-shadow: 0px 8px 15px -2px rgba(173, 116, 130, 0.22);

  padding: 40px;
  border-radius: 20px;
}


.info-block-title{
  font-weight: 600;
  font-size: 42px;
  font-family: 'MTSWide-M';
  margin-bottom: 20px;
}

.info-block-sub-title{

  margin-bottom: 20px;
  font-size: 22px;
  color: var(--gray-color);
}

.info-block-cost{
  display: inline-block;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.info-block-desc{
  color: var(--gray-color);
  margin-bottom: 20px;
}

.tariff_button.eModal-1.info-block-text-button{
  width: 100%;
}


/* ОСТАВАЙТЕСЬ НА СВЯЗИ С ДОМОМ
*/

.benefit{
    margin-bottom: 60px;
}

.border-benefit{
  border-radius: 20px;
}

.title{
  font-weight: 600;
  font-size: 42px;
  font-family: 'MTSWide-M';
}


.benefit-title.title {
  margin-bottom: 60px;
  text-align: center;
}

.benefit-wrapper {

  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

.benefit-item {
  
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 8px 15px -2px rgba(173, 116, 130, 0.22);
  padding: 20px;
  border-radius: 20px;
}

.benefit-item img{

  margin-bottom: 20px;
}

.benefit-item-title {

  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.benefit-item-desc {
  font-size: 16px;
  color: var(--gray-color);
}



/* app Всё управление в одном приложении
*/


  .app {

      padding: 80px;
      background-color: #fff;
      box-shadow: 0px 8px 15px -2px rgba(173, 116, 130, 0.22);
      border-radius: 20px;

      background: url(/image/phone_smart_camera.webp);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 118% 50%;
  }

  .app-icons {

      margin-bottom: 30px;
      gap: 30px;
  }

  .app-icons img{

      max-width: 100px;
      max-height: 100px;
  }

  .app-title {
      margin-bottom: 30px;

      font-weight: 600;
      font-size: 42px;
      max-width: 70%;
  }

  .app-desc {
      color: var(--gray-color) ;
      font-size: 26px;
      margin-bottom: 20px;
  }


  .tariff_button.app-button {
      display: inline-block;
      width: 320px;
  }
  
  
  /* step ЛЕГКО ПОДКЛЮЧИТЬ, ПРОСТО ИСПОЛЬЗОВАТЬ  */
  
  .step{
      margin-bottom: 60px;
  }

  .step-title.title {
      margin-bottom: 20px;
      text-align: center;
  }

  .step-sub-title {
      font-size: 26px;
      color: var(--gray-color);
      text-align: center;
  }
  
  .step-wrapper {
      justify-content: space-between;
  }

  .step-item {
      width: 23%;
      text-align: center;
  }

  .step-item-title {

      font-weight: 600;
      font-size: 20px;
      margin-bottom: 30px;
  }

  .step-item-sub-title {

      font-size: 16px;
      color: var(--gray-color);
  }
  
   /* kion */


    /* поменять */
    .info-block-text{
        position: relative;
    }

    .kion-benefit{
      margin-bottom: 60px;
    }
    
     .info-block-title.kion {
        font-size: 36px;
    }
    
    .info-block-text-icon{
        top: 20px;
        right: 20px;
        position: absolute;
    }

    .video-banner.kion{
        background: url(/image/kion-bg.webp);
        background-position: 80% 70%;
        background-size: cover;
        height: auto;
        padding: 100px 50px 100px 50px;;
    }

    .info-block-text-wrapper{
        padding: 20px;
    }

    .default-block{
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0px 8px 15px -2px rgba(173, 116, 130, 0.22);
      padding: 40px;
    }


    .kion-benefit-item.first{
      background: url(/image/original-content-kion.webp);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right;
      width: 100%;
  }


  .kion-benefit-title.title{
    margin-bottom: 60px;
    text-align: center;
  }


  .kion-benefit-wrapper.flex.galka{
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }

  .default-block.kion-benefit-item.second{
    width: 48%;
  }


  .kion-benefit-item-title{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
  }


  .kion-benefit-item-sub-title{
    font-size: 20px;
    color: var(--gray-color);
    margin-bottom: 30px;
  }



  .default-block.benefit-item.last{

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .benefit-item-inside{
    width: 30%;

    display: flex;
    gap: 40px;
  }

  .border-benefit.kion-benefit{
    width: 80px;
    height: 80px;
}

.benefit-item-inside-left{
  max-width: 163px;
}

.benefit-item-desc.kion-benefit{
  font-size: 20px;
}



/* kion cards */

.kion-cards{
  margin-bottom: 60px;
}

.kion-cards-title.title{
  margin-bottom: 60px;
  text-align: center;
}

.default-block.kion-card.galka{
  width: 47%;
}

.kion-cards-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.kion-card-title{
  margin-bottom: 30px;
  font-size: 30px;
}


.kion-card-checkbox li{
  padding-bottom: 10px;
}


/* app kion */

.app.kion{
  background-image: url(/image/laptop-kion.webp);
}

.app-desc.kion{
  max-width: 550px;
}


/* banner tariff 1 */

.tariff-banner {
  background-image: url(/image/mts_super.webp);
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 700px;
  padding: 100px 50px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}


.tariff-benefit{
  margin-bottom: 60px;
}

.tariff-benefit-img{
  margin-bottom: 20px;
}

.tariff-benefit-item-title{
  margin-bottom: 10px;
  font-size: 26px;
}

.tariff-benefit-desc{
  font-size: 18px;
  margin-bottom: 20px;
}

.tariff-benefit-sub-title{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--gray-color);
}


.default-block.tariff-info-block{
  width: 40%;
}


.tariff-benefit-title.title{
  text-align: center;
  margin-bottom: 30px;
}

.tariff-benefit-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tariff-benefit.default-block.second{
  width: 47%;
}

.tariff-benefit-icons{
  display: flex;
  gap: 6px;
}

.fq-cost-wrapper{
  display: flex;
  justify-content: space-between;

  width: 90%;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.fq-cost-text{
  max-width: 86%;
}

/* tariff 3 */
.tariff-banner.tariff-3{
  background-image: url(/image/tarif_3_.webp);
}



/* tariff 7 */
.tariff-banner.tariff-7{
  background-image: url(/image/tarif_7_.webp);
}



/* страховка */

.straxovka{
  margin-top: 60px;
}

.straxovka-wrapper{
  width: 46%;
}

.straxovka-wrapper p{
  margin-bottom: 30px;
  font-size: 20px;
}

.straxovka{
  margin-bottom: 60px;
  margin-bottom: 360px;

}

.straxovka-title.title{
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
}

.straxovka-row{
  padding-bottom: 60px;
}

.straxovka-wrapper a{
  width: 100%;
}

.straxovka-row{
  background-image: url(/image/straxovka-hero.svg);
  /* border: 1px solid black; */
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 0 0 700px 0;
}


.straxovka-row-2{
  background-image: url(/image/straxovka-who.svg);
  /* border: 1px solid red; */
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 1000px 0;

  display: flex;
}

.straxovka-row-3{
  margin-top: -400px;
}

.straxovka-spacer{
  width: 50%;
}

.staxovka-partner.default-block{
  display: flex;
  justify-content: space-between;
}

.staxovka-partner{
  margin-bottom: 60px;
}

.straxovka-docs.title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.straxovka-docs-wrapper{
  max-width: 580px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}

.staxovka-docs-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;

  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 15px -2px rgba(173, 116, 130, 0.22);
}


/* premium */




/* .premium-baner-info.default-block{

  width: 40%;
} */

/* .premium-baner.default-block{
  background-image: url(/image/topDesktop.webp);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
  padding: 200px 0;

  margin-top: 20px;
} */

/* .premium-baner.default-block {
  background-image: url(/image/topDesktop.webp);
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: 77% -19px;
  margin-top: 20px;
  padding-bottom: 240px;
} */

.premium-baner.default-block{
  margin-top: 20px;
  background: linear-gradient(104.87deg,#ffd3c7 0,#c7c0e9 29.69%,#c8bded 40.62%,#acb2e5 52.08%,#a8b2ff 71.87%,#919eff 100%);
  margin-bottom: 60px;
}

.premium-baner-info-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.premium-baner-info{
  width: 44%;
}

/* .premium-baner-info-container img{
  max-height: 600px;
} */
.premium-baner-img-wrapper{
  max-width: 50%;
}
.premium-baner-img-wrapper img{
  width: 100%;
}

.premium-baner-logo img {
  height: 50px;
}

.premium-baner-logo{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
}


.premium-baner-logo span{
  position: absolute;
    left: 64px;
    font-weight: 600;
    font-size: 24px;
}


.premium-bener-info-title{
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  width: 527px;
}

.premium-bener-info-desc{
  font-size: 24px;
  margin-bottom: 30px;
}

.premium-bener-info-cost{
  font-size: 24px;
  color: #fff;
}

.premium-new {
  padding: 6px 8px;
  color: #fff;
  background-color: red;
  font-size: 16px;
  position: absolute;
  border-radius: 10px;
  right: 165px;
  top: 9px;
}





/* Что входит в подписку 

.benefit-premium {
  тут было пусто
}

*/

.benefit-premium-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.benefit-premium-sub-title {
  margin-bottom: 60px;
  font-size: 20px;
}

.benefit-premium-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}


.benefit-premium-item.default-block{
  width: 46%;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}


.benefit-premium-item.default-block img{
  width: 88px;
  height: 88px;
  border-radius: 20px;
}


.benefit-premium-item-text-title {
  font-weight: 600;
  font-size: 19px;
}

.benefit-premium-item-text-sub-title {
  color: var(--gray-color);
  font-size: 18px;
}

.benefit-premium-item-cost {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.benefit-premium-item-cost-after {
  font-weight: 600;
  font-size: 22px;
}

.benefit-premium-item-cost-before {
  text-decoration-line: line-through;
  color: var(--gray-color);
}

.benefit-premium-item-text-wrapper{
  display: flex;
  gap: 30px;
}



/* white web */

.white-web {
  background: linear-gradient(104.87deg,#ffd3c7 0,#c7c0e9 29.69%,#c8bded 40.62%,#acb2e5 52.08%,#a8b2ff 71.87%,#919eff 100%);
  margin-bottom: 60px;
  padding: 60px 40px;
  border-radius: 20px;
  margin-top: 20px;
}
.white-web-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.white-web-img-wrapper{
  width: 50%;
  height: 503px;
}

.white-web-wrapper img{
  /* width: 500px;
  height: 503px;
  border-radius: 60px; */
  border-radius: 60px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.white-web-text {
  width: 46%;
}
.white-web-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
}
.white-web-desc {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

.white-web-cost{
  font-size: 22px;
  margin-bottom: 20px;
}

.white-web-cost strong{
  font-size: 26px;
}

.white-web-button.tariff_button {
  width: 100%;
}



/* dlya blizkix */


.video-banner.family {
  background: url(/image/dlya_blizkix.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 50%;
  height: 700px;
  padding: 60px 0 0 60px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.banner-family-list{
  list-style: none;
}

.banner-family-item{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}


.sms-family{
  background-color: #FF0030;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  padding: 10px;
}


/* tv-mob */

.tariff-banner.tv-mob{
  background-image: url(/image/baner-in-tv-mob.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    height: 700px;
    padding: 100px 50px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}


.tariff-banner.tv{
  background-image: url(/image/baner-in-tv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    height: 700px;
    padding: 100px 50px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}


.tariff-banner.tariff-7,.tariff-3,.tariff-1,.tv-mob,.tv {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.video-banner,.video-banner.family{
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}



.borntxt {
  color: var(--gray-color);
  padding: 20px 0;
}



.bw {
  background-color: #fff;
  padding-top: 25px;
}


.possible {
  margin-bottom: 60px;
}
.posible-title {
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}
.possible-wrapper {
  display: flex;
  justify-content: space-between;
}
.possible-item {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 20px;
  width: 30%;
  text-align: center;
  color: var(--gray-color);
  font-size: 18px;
}
.possible-item-img {
  /* width: 100px;
  height: 100px; */
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.possible-item-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.possible-item-img.kassa{
  width: 100px;
  height: 100px;
}


.two-blocks {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
  margin: 50px 0px;
}


.info__block__img {
  border-radius: 25px;
  margin-bottom: 25px;
}

.info__block__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.two__blocks__title {
  text-align: center;
  margin-top: 50px;
}


/*кнопка звонка*/

.callback-bt {
    background: #fd3838;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
height: 100px;
width: 100px;
    text-align: center;
    position: fixed;
    right: 8%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
  background: #ff4e00;
  border: 2px solid #38a3fd;
}

.callback-bt .text-call {
height: 100px;
width: 100px;
    border-radius: 50%;
    position: relative;
}


.callback-bt .text-call span {
    color: #fff;
    display: block;
    left: 48%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}




@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */

/* Стилизация радиокнопок */
#form label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-top: 10px;
}

#form input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radiomark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s;
}


#form input:checked ~ .radiomark {
  background-color: #2196F3;
  border-color: #1976D2;
}

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#form input:checked ~ .radiomark:after {
  display: block;
}

.show-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.show-btn:disabled:hover {
  background: #cccccc;
}

/* Блок с результатом */
#modal-result {
  padding: 20px;
  font-size: 18px;
}

.main-links {
  text-align: center;
  font-size: 23px;
  padding: 15px;
}

.main-links-text {
  padding: 15px;
}



.checkbox-modal h3{
  padding: 5px 3px;
  font-size: 21px;
   margin-top: 15px;
}

.checkbox-modal .link-group h3 {
  text-align: center;
}


.checkbox-modal .forma{
  padding: 5px;
}

.show-btn {
  background-color: #ff0030;
  font-size: 17px;
  width: 225px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 7px 15px 10px;
  border-radius: 7px;
  transition: background .2s linear,color .2s linear,border .2s linear,box-shadow .2s linear;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.show-btn:hover {
  background-color: #ff0050;
  color: #fff;
}


.el-akc {
  background-color: #fff377;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}