html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../font/Montserrat-SemiBold.woff2') format('woff2'),
    url('../font/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../font/Montserrat-Regular.woff2') format('woff2'),
    url('../font/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../font/Montserrat-Medium.woff2') format('woff2'),
    url('../font/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
    url('../font/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../font/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

body {
  margin: 0;
  background: #000 url('../img/city.jpg') no-repeat top center;
  background-size: 101%;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

body.fixed {
  overflow: hidden;
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 800
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template,
#form_test .form_test .form .info {
  display: none
}

[hidden], .hidden {
  display: none!important
}

h1,
h2,
h3,
p {
  margin: 0;
}

a:hover {
  color: #D5F600;
}

.box {
  max-width: 1400px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 20px 50px;
}

.page__content {
  background: rgba(255,255,255,.7);
  border-radius: 20px;
  padding: 20px;
  color: #000;
}

.page__content-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.page__content p {
  font-size: 18px;
  margin: 15px 0;
}

.page__content ul {
  list-style: circle;
  margin: 15px 0;
  padding: 0 0 0 30px;
  font-size: 18px;
}

.page__content ul li {
  margin: 10px 0;
}

.btn {
  background-color: #A9B202;
  color: #fff;
  border-radius: 20px;
  padding: 14px 60px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.5s all;
}

.btn:hover {
  background: #C6E30A;
  transition: 0.5s all;
  color: #fff;
}

h2.section_title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.mobile_show {
  display: none;
}

header {
  position: absolute;
  width: 100%;
}

header.fixed {
  background: rgba(1, 30, 59, 0.9);
  position: fixed;
  z-index: 10;
}

header .box {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 100px;
  justify-content: space-between;
  position: relative;
}

header .box .logo-wrapper {
  margin-right: auto;
}

header .box .logo {
  position: absolute;
  left: 0;
  top: 200px;
  transition: 0.5s all;
}

header.fixed .logo {
  position: relative;
  top: 0;
  width: 200px;
  transition: 0.5s all;
}

header .box .logo_fixed {
  position: unset;
  width: 200px;
}

.btn-clear {
  border: 0.11rem solid #fff;
  border-radius: 0.555rem;
  padding: 0.555rem 1.111rem;
  display: inline-block;
  color: #fff;
  line-height: 1rem;
  font-weight: 600;
  font-size: 1.222rem;
  background: none;
  transition: 0.5s all;
}

.btn-clear:hover {
  color: #0A6A81;
  background: #fff;
  border-color: #fff;
  transition: 0.5s all;
}

.btn-wave {
  color: #fff;
  background: #1BC0E5;
  transition: 0.5s all;
}

.btn-wave:hover {
  color: #fff;
  background: #45DDFF;
  transition: 0.5s all;
}

header nav {}

header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

header nav ul li {}

header nav ul li a {
  line-height: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  transition: 0.5s all;
}

header .contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}

header .contact a {
  color: #fff;
}

header .contact p {
  font-size: 14px;
}

.header-lang-list {
  list-style: none;
}

.header-lang-list-item-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all .4s;
}

.header-lang-list-item-link:hover {
  color: #A9B202;
  border-color: #A9B202;
}

.mobile_menu-link,
.mobile_menu {
  display: none;
}

.mobile_menu {
  background: #011E3B;
  position: fixed;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: -150%;
  transition: 0.5s all;
  z-index: 20;
}

.mobile_menu.open {
  left: 0;
  transition: 0.5s all;
  padding: 0;
  width: 100%;
  height: 100%;
}

.mobile_menu .mobile_menu-header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}

.mobile_menu .mobile_menu-header img {
  height: 25px;
  max-width: 100px;
}

.mobile_menu .mobile_menu-header span.close_menu {
  width: 25px;
  height: 25px;
}

.mobile_menu .mobile_menu-header span.close_menu img {
  width: 25px;
  height: 25px;
}

.mobile_menu .mobile_menu-content {
  padding: 25px;
  width: calc(80% - 50px);
}

.mobile_menu .mobile_menu-content ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 50px 0;
  gap: 20px;
  margin: 0;
}

.mobile_menu .mobile_menu-content ul li {
  padding: 8px 22px;
}

.mobile_menu .mobile_menu-content ul li a {
  color: #fff;
  font-size: 20px;
}

.mobile_menu ul li:last-child {
  background: rgba(213, 246, 0, 0.19);
  color: #D5F600;
  border-radius: 10px;
  width: calc(100% - 44px);
}

.mobile_menu ul li:last-child a {
  color: #D5F600;
}

.mobile_menu .mobile_menu-content .contact {
  border-top: 1px solid #fff;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.mobile_menu .mobile_menu-content .contact a {
  color: #fff;
}

.mobile_menu .mobile_menu-content .contact p {
  margin-top: 10px;
  font-size: 14px;
}

#hero {
  padding-top: 100px;
  padding-bottom: 160px;
}

#hero .hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 240px;
}

#hero .hero .brand {
  width: calc(50% - 30px);
}

#hero .hero .brand img {}

#hero .hero .brand h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  padding: 200px 0 30px 0;
}

#hero .hero .brand p {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 80px;
}

#hero .hero .brand span {
  font-size: 48px;
  line-height: 24px;
  text-align: center;
}

#hero .hero .btn.mobile_show {
  margin: 0 auto;
  width: max-content;
}

#hero .hero .advants {
  background: rgba(0, 14, 28, 0.75);
  padding: 60px;
  border-radius: 30px;
  width: calc(50% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hero .hero .advants .advant {
  display: flex;
  align-items: center;
}

#hero .hero .advants .advant .icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 50px;
  background: rgba(217, 217, 217, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .hero .advants .advant .icon svg {}

#hero .hero .advants .advant .icon svg path {}

#hero .hero .advants .advant p {
  width: calc(100% - 120px);
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}

#hero h2._title {}

#hero .why_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

#hero .why_items .why_item {}

#hero .why_items .why_item h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

#hero .why_items .why_item p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #D9D9D9;
}

#tariffs {}

#tariffs h2._title {}

#tariffs .tariffs {
  width: 1000px;
}

#tariffs .tariffs .swiper-wrapper {}

#tariffs .tariffs .tariff {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  color: #0A6A81;
  border: 2px solid #D5F600;
}

#tariffs .tariffs .tariff h3 {
  color: #0A6A81;
  font-size: 32px;
  font-weight: 600;
}

#tariffs .tariffs .tariff p {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tariffs .tariffs .tariff span.price_s {
  font-size: 24px;
  font-weight: 500;
  text-decoration: line-through;
  display: block;
  padding: 15px 0;
  position: relative;
}

#tariffs .tariffs .tariff .price_s:after {
  content: '';
  width: 100%;
  height: 2px;
  background: radial-gradient(50% 50% at 50% 50%, #0A6A81 0%, rgba(65, 140, 157, 0.774038) 90.38%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

#tariffs .tariffs .tariff .price_wrap {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#tariffs .tariffs .tariff .price {}

#tariffs .tariffs .tariff .price p {
  font-size: 32px;
  font-weight: 600;
  color: #74A300;
  display: block;
  height: unset;
}

#tariffs .tariffs .tariff .price i {
  font-style: normal;
  font-size: 48px;
  font-weight: 600;
  color: #74A300;
}

#tariffs .tariffs .tariff .price span {
  font-size: 24px;
  color: #74A300;
  padding: 5px 0;
  display: block;
}

#tariffs .tariffs .tariff a.btn {}

#tariffs .tariffs .swiper-pagination {
  display: none;
}

#tariffs .includes {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 50px 0 0;
}

#tariffs .includes h3 {
  font-size: 28px;
  font-weight: 500;
}

#tariffs .includes div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
}

#tariffs .includes p {
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  color: #BDBDBD;
}

#tariffs .includes p:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #74A300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#action {
  margin-top: 160px;
  background: linear-gradient(180deg, #000000 50%, #003956 100%);
}

#action .box {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

#action .box:before {
  content: '';
  width: calc(100% + 200px);
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0;
  right: -100px;
  bottom: 0;
  background: linear-gradient(90deg, rgba(69, 221, 255, 0.3) 0%, rgba(69, 219, 254, 0.4) 64.42%, rgba(68, 217, 253, 0.8) 100%);
  opacity: 0.3;
  border-radius: 30px;
}

#action .box img {
  position: absolute;
  right: -100px;
  bottom: 0;
  height: 100%;
}

#action .action {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}

#action .action h2 {
  margin-bottom: 30px;
}

#action .action p {
  font-size: 22px;
  color: #D9D9D9;
}

#action .action a.btn {}

#form_test {
  padding-top: 160px;
  /*background: linear-gradient(180deg, #000000 60%, #003956 100%);*/
}

#form_test h2 {
  margin: 0;
}

#form_test p.subtitle {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 28px;
  color: #BDBDBD;
  font-weight: 500;
  text-align: center;
  width: 820px;
  margin: 0 auto;
}

#form_test .form_test {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

#form_test .form_test .form {
  background: #fff;
  width: calc(42% - 70px);
  padding: 35px;
  position: relative;
}

#form_test .form_test .form img {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

#form_test .form_test .form form {
  position: relative;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.offers-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__block_submit {
  padding-top: 80px;
}

#form_test .form_test .form form label,
.offers-form__label {
  font-size: 16px;
  color: #000;
  display: block;
}

#form_test .form_test .form form label.form__block-checkbox-label,
.offers-form__label_checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
}

#form_test .form_test .form form label a,
.offers-form__label_checkbox a {
  text-decoration: underline;
  color: #000;
}

#form_test .form_test .form form label input,
.offers-form__input {
  display: block;
  width: calc(100% - 30px);
  border: 1px solid #DEE2E6;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
  margin-top: 8px;
  box-sizing: border-box;
}

#form_test .form_test .form form label input.form__input_checkbox,
.offers-form__input_checkbox {
  width: auto;
  margin: 0 10px 0 0;
  padding: 0;
}

#form_test .form_test .form form label input::placeholder,
.offers-form__input::placeholder {
  color: #ADB5BD;
}

#form_test .form_test .form form p {
  color: #000;
  font-size: 16px;
  padding: 10px 0 80px 0;
}

.offers-form__paragraph {
  color: #000;
  font-size: 16px;
}

#form_test .form_test .form form p a,
.offers-form__paragraph a {
  text-decoration: underline;
  color: #000;
}

#form_test .form_test .form form .btn {
  font-size: 18px;
  width: max-content;
  padding: 12px 25px;
}

#form_test .form_test .steps {
  padding: 80px;
  width: calc(58% - 160px);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}

#form_test .form_test .steps .step {
  position: relative;
}

#form_test .form_test .steps .step span {
  font-weight: 800;
  font-size: 100px;
  text-transform: uppercase;
  color: rgba(22, 139, 166, 0.6);
  line-height: 100px;
  position: absolute;
  display: flex;
  width: 60px;
  justify-content: right;
  transform: translateY(-50%);
}

#form_test .form_test .steps .step p {
  font-size: 18px;
  color: #BDBDBD;
  line-height: 28px;
  padding-left: 60px;
}

#form_test .form_test .steps .step p i {
  color: #D5F600;
  font-style: normal;
  display: block;
}

#how_watch {
  padding: 100px 0;
  background: #003956;
}

#how_watch h2._title {}

#how_watch .how_watch {
  width: 1000px;
  margin: 0 auto;
}

#how_watch .how_watch .tab_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#how_watch .how_watch .tab_icons .tab_icon.active {
  background: rgba(255, 255, 255, 0.2);
}

#how_watch .how_watch .tab_icons .tab_icon.active svg {
  fill: #D5F600;
}

#how_watch .how_watch .tab_icons .tab_icon.active svg ellipse {}

#how_watch .how_watch .tab_icons .tab_icon.active svg rect {}

#how_watch .how_watch .tab_icons .tab_icon {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

#how_watch .how_watch .tab_icons .tab_icon:hover {
  transition: 0.5s all;
  background: rgba(255, 255, 255, 0.2);
}

#how_watch .how_watch .tab_icons .tab_icon svg {
  fill: #fff;
}

#how_watch .how_watch .tab_icons .tab_icon svg path {}

#how_watch .how_watch .tab_icons .tab_icon svg rect {}

#how_watch .how_watch .tab_icons .tab_icon svg circle {}

#how_watch .how_watch .tab_content.active {
  display: block
}

#how_watch .how_watch .tab_content.active h3 {}

#how_watch .how_watch .tab_content.active p {}

#how_watch .how_watch .tab_content {
  display: none;
  padding-top: 50px;
}

#how_watch .how_watch .tab_content h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

#how_watch .how_watch .tab_content p {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 22px;
  color: #D9D9D9;
  line-height: 30px;
}

#how_watch .tv_btn {
  padding-top: 50px;
  text-align: center;
}

#multi {
  overflow: hidden;
  display: flex;
}

#multi img {
  width: 100%;
}

#page_content {
  padding-top: 160px;
}

footer {
  background: #071F37;
  padding: 80px 0;
}

footer .bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

footer .bottom .footer_item.brand {}

footer .bottom .footer_item.brand img {
  max-width: 200px;
}

footer .bottom .footer_item.brand p {
  font-size: 18px;
  font-weight: 500;
  color: #45DDFF;
  margin-top: 20px;
}

footer .bottom .footer_item {
  text-align: center;
}

footer .bottom .footer_item h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

footer .bottom .footer_item h3:first-child {
  margin-top: 0;
}

footer .bottom .footer_item a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 3px;
}

footer .bottom .footer_item.phones {}

footer .bottom .footer_item.work_time {}

footer .bottom .footer_item.work_time p {
  font-size: 14px;
  font-weight: 300;
}

footer .bottom .footer_item.info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer .bottom .footer_item.info a {
  margin: 0;
  text-decoration: underline;
}

footer .bottom .footer_item.info a:nth-child(4) {
  color: #D5F600;
}

footer .bottom .footer_item.info p {
  margin-top: 30px;
  font-size: 14px;
}

.watch__option {
  position: relative;
  margin: 50px 0 0;
  padding: 0 100px 30px 0;
  border-bottom: 1px solid #000;
}

.watch__option-block {
  padding-left: 230px;
}

.watch__option-preview {
  cursor: pointer;
}

.watch__option_bg-android {
  background: url('../img/android.svg') 10px 50% no-repeat;
  background-size: 150px auto;
}

.watch__option_bg-mobile {
  background: url('../img/mobile.svg') 35px 50% no-repeat;
  background-size: 100px auto;
}

.watch__option_bg-stb {
  background: url('../img/stb.svg') 10px 50% no-repeat;
  background-size: 150px auto;
}

.watch__option_bg-samsung {
  background: url('../img/samsung.svg') 10px 50% no-repeat;
  background-size: 150px auto;
}

.watch__option_bg-lg {
  background: url('../img/lg.svg') 10px 50% no-repeat;
  background-size: 150px auto;
}

.watch__option_bg-stick {
  background: url('../img/stick.svg') 10px 50% no-repeat;
  background-size: 150px auto;
}

.watch__option_no-border {
  border: none;
}

.watch__title {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding-right: 30px;
}

.watch__option-description {
  display: none;
}

.watch__option-toggle-description {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/plus.svg') 50% 50% no-repeat;
  background-size: 100% auto;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .4s;
}

.watch__option-toggle-description.active {
  transform: rotate(45deg);
}

.watch__option-toggle-description:hover {
  transform: scale(1.15);
}

.watch__option-toggle-description.active:hover {
  transform: rotate(45deg) scale(1.15);
}

.watch__list {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  font-size: 22px;
}

.watch__list_no-margin {
  margin: 0;
}

.watch__list-item:not(:first-child) {
  margin-top: 20px;
}

.watch__link-wrapper {
  margin-top: 5px;
}

.watch__link {
  font-size: 22px;
  color: #000;
  text-decoration: underline;
}

.watch__link_fit-content {
  width: fit-content;
  margin-top: 30px;
}

.page__content p.watch__paragraph {
  font-size: 22px;
  margin: 15px 0;
}

.watch__instruction {
  background: #002f5e;
}

.offers-form-wrapper {
  display: none;
}

.offers-form__tariff {
  text-align: center;
}

.offers-form__block {
  margin-top: 20px;
}

.offers-form__loading,
.form__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url('../img/loading.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35% auto;
  z-index: 99;
}

.offers-form__loading_no-bg,
.form__loading_no-bg {
  background-image: none;
}

.offers-form__loading-text,
.form__loading-text {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.offers-form__error,
.form__error {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #ff0000;
}

.offers-form__error-list,
.form__error-list {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
}