@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff2");
}

input,
button,
textarea,
select {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  color: #274c77;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100vh;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  width: 1290px;
}

.modal {
  height: 100%;
  opacity: 1;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.title {
  color: #274c77;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h1 {
  color: #274c77;
  font-size: 60px;
  font-weight: 800;
  line-height: 68px;
}

.pt {
  padding-top: 83px;
}

.pb {
  padding-bottom: 83px;
}

.clients-img {
  width: 180px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}
.clients-slider {
  margin: 61px 0 0 0;
  overflow: visible;
}
.clients-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.clients-slider .swiper-slide {
  width: 180px !important;
  min-width: 180px !important;
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  height: 56px;
  background: #4f835b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 5px;
}
.btn:hover {
  color: #fff;
  background: #467651;
}
.btn.btn-border {
  border: 1px solid rgba(79, 131, 91, 0.3);
  background: transparent;
  color: #274c77;
  height: 50px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.65px;
}
.btn.btn-border:hover {
  background: #274c77;
  color: #fff;
  border-color: #274c77;
}

.benefits-btn {
  padding: 0 39px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
}
.benefits-block {
  margin: 55px 0 0 0;
  width: 33.333%;
}
.benefits-list {
  padding-top: 6px;
}
.benefits-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.benefits-item__title {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 27px 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.benefits-item__text {
  opacity: 0.7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* .blog-item__text a {
    color: #274c77;
    text-decoration: underline;
}
.blog-item__text ul {
    list-style-type: disc !important;
    padding-left: 20px;
} */
.benefits-item__img {
  padding-top: 51.25%;
  overflow: hidden;
  border-radius: 5px;
}
.benefits-item__img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.benefits-item:hover .benefits-item__title {
  color: #4f835b;
  text-decoration: underline;
}

.blog {
  background: #f1f7f9;
}
.blog-item__text {
  margin-top: 30px;
  padding-right: 10px;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.blog-item__top {
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-item__date {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 25px;
  background: #4f835b;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 28px;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100%;
}
.blog-item__date span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  line-height: 18px;
}
.blog-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.blog-item:hover .blog-item__top {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(28, 47, 45, 0.06));
  filter: drop-shadow(0px 0px 20px rgba(28, 47, 45, 0.06));
}

.footer {
  background-image: url("/img/footer-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px;
  color: #fff;
}
.footer-navs__title {
  opacity: 0.5;
  margin-bottom: 54px;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}
.footer-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 440px;
}
.footer-subtitle {
  width: 306px;
  max-width: 100%;
  margin: 30px 0 77px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.footer-copy {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.footer-nav {
  padding: 0;
  margin: 0;
}
.footer-nav__title {
  margin-bottom: 55px;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 180px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav ul li {
  width: 220px;
  display: block;
  margin-bottom: 30px;
}
.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  color: #a3cef1;
}
.footer-right {
  top: 0;
  right: 0;
}
.footer-phone {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.footer-phone:hover {
  text-decoration: underline;
}

.footer-telegram {
  margin: 26px 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  background-image: url("/img/telegram.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
.footer-telegram:hover {
  text-decoration: underline;
}

.footer-email {
  margin: 26px 0 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  background-image: url("/img/email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
.footer-email:hover {
  text-decoration: underline;
}

.stream-title img {
  margin-right: 20px;
  margin-top: 7px;
}
.stream-item {
  width: 274px;
  padding: 62px 5px 0;
  position: relative;
  margin-top: 62px;
}
.stream-item__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}
.stream-item__title span {
  color: #3369e8;
}
.stream-item__title p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.stream-item__text {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.7;
}
.stream-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-image: url("/img/stream-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

.catalog-block {
  width: 33.333%;
}
.catalog-item {
  background: #f1f7f9;
  border-radius: 5px;
  padding-bottom: 137px;
}
.catalog-item__title {
  padding: 30px;
  background: #274c77;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  -webkit-line-clamp: 2;
}
.catalog-item__links {
  padding-top: 26px;
}
.catalog-item__link {
  color: #274c77;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
}
.catalog-item__link:hover {
  color: #4f835b;
  text-decoration: none;
}
.catalog-item__btn {
  width: 230px;
  margin: 51px auto 0;
}
.catalog-item__btn img {
  margin-right: 10px;
}
.catalog-item__img {
  bottom: 0;
  max-width: 100%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.catalog-item:hover {
  background: #fff;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
.catalog-item:hover .catalog-item__title {
  background: #3369e8;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #274c77;
}
.header-list {
  height: 120px;
}
.header-container {
  padding: 0 60px;
}
.header-lang {
  margin-left: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.header-lang:hover {
  color: #a3cef1;
}
.header-lang img {
  width: 24px;
  min-width: 24px;
  border-radius: 24px;
  margin-right: 10px;
}
.header-nav {
  padding: 0;
  margin: 0 auto;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 0 30px;
}
.header-nav ul li:last-child::after {
  display: none;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
}
.header-nav ul li a:hover {
  text-decoration: none;
  color: #a3cef1;
}
.header-btn {
  width: 195px;
}
.header-btn img {
  margin-right: 10px;
}
.header-link {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-right: 40px;
}
.header-link:hover {
  text-decoration: none;
  color: #a3cef1;
}
.header-link img {
  margin-right: 10px;
}

.page-wrapper {
  padding-top: 120px;
}

.modal-overlay {
  opacity: 0.5;
  background: #274c77;
}
.modal-close {
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url("/img/close.svg");
  background-repeat: no-repeat;
}
.modal-container {
  width: 470px;
  border-radius: 5px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  padding: 50px 40px 40px;
}
.modal-policy {
  margin: 19px 0 0 0;
  opacity: 0.7;
  color: #274c77;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.modal-policy a {
  text-decoration: none;
  color: #274c77;
}
.modal-policy a:hover {
  text-decoration: underline;
}
.modal-title {
  margin-bottom: 30px;
  color: #274c77;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.modal-btn {
  width: 100%;
  margin: 32px 0 0 0;
}
.modal-btn img {
  margin-right: 10px;
}
.modal-input {
  margin-bottom: 13px;
  position: relative;
}
.modal-input svg {
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  fill: #274c77;
}
.modal-input input {
  width: 100%;
  height: 56px;
  border: 1px solid #f6f7f9;
  border-radius: 5px;
  background: #f6f7f9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #274c77;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 58px;
}
.modal-input input::-webkit-input-placeholder {
  color: rgba(39, 76, 119, 0.7);
}
.modal-input input::-moz-placeholder {
  color: rgba(39, 76, 119, 0.7);
}
.modal-input input:-ms-input-placeholder {
  color: rgba(39, 76, 119, 0.7);
}
.modal-input input::-ms-input-placeholder {
  color: rgba(39, 76, 119, 0.7);
}
.modal-input input::placeholder {
  color: rgba(39, 76, 119, 0.7);
}
.modal-input input:focus {
  border-color: #4f835b;
  background: #fff;
}
.modal-input input:focus + svg {
  fill: #4f835b;
  opacity: 1;
}
.modal-list {
  padding: 20px;
}

.home-form {
  margin-top: -65px;
}
.home-form__wrapper {
  padding: 45px 60px 45px 50px;
  margin: 0 -13px;
  background: #fff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
.home-form__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 30px;
}
.home-form__title img {
  margin-right: 20px;
}
.home-form__title b,
.home-form__title strong {
  text-transform: uppercase;
  font-weight: 800;
}
.home-form__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.home-form .modal-input {
  margin: 0 30px 0 0;
  width: 100%;
}
.home-form .modal-btn {
  margin: 0;
  width: 331px;
  min-width: 331px;
}
.home-form__bottom {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.7;
  padding-left: 90px;
}
.home-form .home-form__bottom {
  margin: 25px auto 0;
  width: 500px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0;
}

.main-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.main-slider .swiper-slide {
  height: auto !important;
}
.main-wrapper {
  padding: 158px 0 220px;
  background-image: url("/img/bg-main.svg");
  background-size: cover;
  background-position: center;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.main-subtitle {
  margin: 29px 0 50px;
  color: #274c77;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.main-box {
  width: 568px;
  max-width: 100%;
}
.main-btn {
  height: 80px;
  width: 330px;
  background: #3369e8;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.main-btn:hover {
  background: #4f835b;
}
.main-desktop {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  width: 100%;
}
.main-desktop img {
  margin-left: auto;
}
.main-arrow {
  right: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-arrow:hover {
  opacity: 0.8;
}
.main-prev {
  right: auto;
  left: 120px;
}
.main-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.pagination li {
  margin: 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #274c77;
}
.pagination li a {
  color: #274c77;
  text-decoration: none;
}
.pagination li a:hover {
  text-decoration: underline;
}
.main .swiper-pagination {
  bottom: 120px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 10px;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
.main .swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 30px;
  background: #3369e8;
}

.title.white {
  color: #fff;
}

.demo {
  padding: 78px 0 90px;
  background-image: url("/img/demo.png");
  background-size: cover;
  background-position: center;
}
.demo-btn {
  width: 350px;
  margin: 46px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
  color: #3369e8;
  border: none;
  font-size: 18px;
  height: 80px;
}
.demo-btn:hover {
  background: #fff;
  color: #000;
}

.breadcrumbs {
  color: rgba(39, 76, 119, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 50px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs li::after {
  content: "-";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  display: block;
}
.breadcrumbs li a {
  text-decoration: none;
  color: rgba(39, 76, 119, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumbs li a:hover {
  color: #274c77;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li:first-child a {
  font-size: 0;
  width: 14px;
  height: 14px;
  background-image: url("/img/home.svg");
  background-repeat: no-repeat;
}

.bg-light {
  background: #f1f7f9;
}
.bg-light__img {
  left: 50%;
  min-width: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.view-item {
  margin-top: 50px;
  padding: 70px 60px;
}
.view-item__btn {
  margin: 40px 0 0 0;
  width: 230px;
  padding: 0;
}
.view-item__btn img {
  margin-right: 10px;
}
.view-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
.view-item::before {
  content: "";
  bottom: -10px;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  height: 195px;
  width: calc(100% - 120px);
  left: 60px;
  z-index: 1;
}
.view-item__text {
  color: #274c77;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.7;
}
.view-item__block {
  width: calc(50% - 25px);
}
.view-item__list {
  margin-top: 42px;
}
.view-item__video {
  width: 100%;
  height: 320px;
  border-radius: 5px;
  margin-top: 8px;
}
.view-item__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.view-item__video::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  z-index: 1;
  height: 50px;
  border-radius: 100%;
  background-color: #4f835b;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/zoom.svg");
}
/*.view-item__video::after {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    position: absolute;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.view-item__video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(39, 76, 119, 0.3);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}*/
.view-item__video:hover::before {
  background: rgba(39, 76, 119, 0.2);
}
.view-item__video:hover::after {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.view-item__bold {
  margin: 36px 0 20px;
  color: #274c77;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.view-item__ul {
  padding: 0;
  margin: -10px -67px 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  max-height: 320px;
}
.view-item__ul li {
  margin: 10px 0 0 0;
  position: relative;
  padding: 0 0 0 20px;
  color: #274c77;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  width: 375px;
  margin-right: 67px;
}
.view-item__ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 11px;
  position: absolute;
  background: #3369e8;
}
.view-item__green {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.view-item__green li {
  margin: 15px 0 0 0;
  position: relative;
  padding: 0 0 0 20px;
  color: #4f835b;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.view-item__green li::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  left: 0;
  top: 11px;
  position: absolute;
  background-image: url("/img/green-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.doc-left {
  width: 380px;
}
.doc-right {
  width: calc(100% - 440px);
}
.doc-nav {
  padding: 0;
  margin: 0;
}
.doc-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.doc-nav ul li {
  display: block;
  background: #d3ebfe;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
}
.doc-nav ul li:first-child {
  margin-top: 0;
}
.doc-nav ul li a {
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #274c77;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.doc-nav ul li a:hover {
  color: #3369e8;
}
.doc-nav ul li.menu-item-has-children a::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url("/img/nav-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.doc-nav ul li ul {
  display: none;
  padding: 15px 40px 34px;
  background: #f1f7f9;
  border-radius: 0 0 4px 4px;
}
.doc-nav ul li ul li {
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  background: transparent;
}
.doc-nav ul li ul li:first-child {
  margin-top: 15px;
}
.doc-nav ul li ul li a {
  display: block;
  color: #274c77;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
}
.doc-nav ul li ul li a::after {
  display: none !important;
}
.doc-nav ul li ul li a:hover {
  color: #3369e8;
}
.doc-nav ul li ul li.active > a {
  color: #3369e8;
}
.doc-nav ul li.open {
  background: #274c77;
  border-radius: 5px 5px 10px 10px;
}
.doc-nav ul li.open ul {
  display: block;
}
.doc-nav ul li.open > a {
  color: #fff;
}
.doc-nav ul li.open > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.doc-bold {
  margin: 13px 0 47px;
}
.doc-content {
  margin-bottom: -40px;
  color: #274c77;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.doc-content a {
  text-decoration: underline;
  color: #274c77;
}
.doc-content p {
  margin-bottom: 20px;
}
.doc-content img {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}
.doc-content h1 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.doc-content h2,
.doc-content h3,
.doc-content h4,
.doc-content h5,
.doc-content h6 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.doc-content ul,
.doc-content ol {
  margin: 0 0 40px;
  list-style-type: none;
  padding: 0;
}
.doc-content ul li,
.doc-content ol li {
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
}
.doc-content ul li:first-child,
.doc-content ol li:first-child {
  margin-top: 0;
}
.doc-content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 14px;
  height: 14px;
  background-image: url("/img/check.svg");
  background-repeat: no-repeat;
}
.doc-content ol {
  counter-reset: counter;
}
.doc-content ol > li {
  counter-increment: counter;
}
.doc-content ol > li::before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 0;
  color: #3369e8;
}

.img-zoom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
}
.img-zoom img {
  margin: 0 !important;
  border-radius: 10px;
  max-width: 100%;
}
.img-zoom::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 50px;
  z-index: 1;
  height: 50px;
  border-radius: 100%;
  background-color: #4f835b;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/zoom.svg");
}
.img-zoom.blue-color::after {
  background-color: #3369e8;
}

.doc-content table {
  padding: 19px;
  border: 1px solid rgba(79, 131, 91, 0.15);
  border-radius: 5px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  color: #274c77;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}
.doc-content table tbody {
  display: block;
  width: 100%;
}
.doc-content table td,
.doc-content table th {
  padding: 10px 0 10px 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - 105px);
}
.doc-content table td:first-child,
.doc-content table th:first-child {
  width: 210px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 210px;
  padding-right: 30px;
}
.doc-content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background: #f1f7f9;
  margin-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc-content table tr:first-child {
  margin: 0;
  background: transparent;
}
.doc-content table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.doc-content table th::before {
  content: "";
  background-image: url("/img/stream-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  min-width: 24px;
  height: 20px;
  background-size: 24px 20px;
  display: block;
  margin-right: 10px;
}
.doc-content table th:first-child::before {
  display: none;
}

.doc-bottom {
  margin: 78px 0 47px;
}

.doc-items {
  padding-top: 1px;
}

.doc-item {
  margin-top: 44px;
}
.doc-item__title {
  color: #274c77;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 28px;
  border-radius: 5px;
  background: #f1f7f9;
}
.doc-item__title span {
  color: #3369e8;
}
.doc-item__text {
  margin-top: 20px;
  padding-left: 20px;
}
.doc-item__text-number {
  color: #3369e8;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  width: 49px;
  min-width: 49px;
}
.doc-item__text p {
  color: #274c77;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.doc-item__text p span {
  font-weight: bold;
  color: #3369e8;
}

.price-tables__title {
  margin: 80px 0 47px;
}
.price-tables__item {
  margin-top: 56px;
}
.price-tables__item:first-child {
  margin-top: 0;
}
.price-tables__item-title {
  color: #274c77;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 23px;
}
.price-tables__item-title img {
  margin-right: 15px;
  width: 36px;
}
.price-tables__item-block {
  display: block;
  width: 100%;
}
.price-tables__item-block tbody {
  width: 100%;
  display: block;
  padding: 10px 20px 20px;
  border: 1px solid rgba(79, 131, 91, 0.15);
  border-radius: 5px;
}
.price-tables__item-block tr {
  padding: 14px 0 14px 30px;
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-tables__item-block tr:first-child {
  margin-top: 0;
  background: transparent;
}
.price-tables__item-block td,
.price-tables__item-block th {
  width: 190px;
  min-width: 190px;
  margin-right: 30px;
  color: #274c77;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.price-tables__item-block td:first-child,
.price-tables__item-block th:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
}
.price-tables__item-block td small,
.price-tables__item-block th small {
  display: block;
  margin-top: 10px;
  color: rgba(39, 76, 119, 0.5);
  font-weight: normal;
}
.price-tables__item-block th {
  color: #274c77;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  text-align: left;
}

.price-item {
  padding: 70px 50px 50px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
.price-item::before {
  content: "";
  bottom: -10px;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  height: 195px;
  width: calc(100% - 120px);
  left: 60px;
  z-index: 1;
}
.price-item__title img {
  margin-top: 10px;
  margin-right: 20px;
}
.price-item__title span {
  max-width: 900px;
  text-align: center;
}
.price-item__block {
  margin-top: 45px;
  width: calc(50% - 25px);
}

.price-item__block_full {
  margin-top: 45px;
  width: 100%;
}

.price-calc {
  overflow: hidden;
  border-radius: 5px;
  background: #f1f7f9;
  min-height: 100%;
}
.price-calc__title {
  padding: 25px;
  background: #274c77;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.price-calc__wrapper {
  padding: 30px 60px 44px;
}
.price-calc__btn {
  width: 300px;
  margin: 30px auto 0;
}
.price-calc__btn img {
  margin-right: 10px;
}
.price-calc__price {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  color: #274c77;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 30px;
}
.price-calc__subtitle {
  opacity: 0.7;
  padding-bottom: 8px;
  color: #274c77;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.price-calc__mb {
  margin-bottom: auto;
}
.price-calc__box {
  margin-top: 20px;
  padding: 23px 19px;
  border: 1px solid rgba(79, 131, 91, 0.15);
  border-radius: 5px;
}
.price-calc__box-title {
  margin-bottom: 22px;
  color: #274c77;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.price-calc__box-text {
  color: rgba(39, 76, 119, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: -10px;
}
.price-calc__box-text b {
  color: #274c77;
  font-weight: bold;
}
.price-calc__box-radio {
  margin: 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #274c77;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.price-calc__box-radio input {
  display: none;
}
.price-calc__box-radio b {
  margin-right: 15px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.price-calc__box-radio b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.price-calc__box-radio input:checked + b {
  background: #3369e8;
}
.price-calc__box-radio input:checked + b::before {
  opacity: 1;
}
.price-calc__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select {
  height: 55px;
  position: relative;
}
.select .nice-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  border: none;
  padding-left: 30px;
  color: #274c77;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.select ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 14px;
  height: 14px;
  background-image: none;
  background-repeat: no-repeat;
}
.select ul li:first-child {
  margin-top: 10px;
}
.common-table .select {
  border: 1px solid rgba(79, 131, 91, 0.15);
  border-radius: 5px;
  width: 50%;
}
.common-table .nice-select .option {
  padding-left: 30px;
}
.select .nice-select > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
}
.select .nice-select::after {
  display: none;
}

.select .nice-select::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background-image: url("/img/select-arrow.svg");
  background-repeat: no-repeat;
  right: 30px;
  top: calc(50% - 7px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.select .nice-select.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select .nice-select .nice-select-dropdown {
  width: 100%;
}

.price-item {
  margin-top: 60px;
  border-radius: 5px;
}

.price-item__title-small {
  width: 925px;
  max-width: 100%;
  margin: 31px auto 0;
  color: #274c77;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

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

.mobile-btn {
  display: none;
}

.header-lang__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  z-index: 3;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  width: 90px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-lang__link {
  color: #274c77;
  text-decoration: none;
}
.header-lang__link:hover {
  opacity: 0.8;
}
.header-lang:hover .header-lang__wrapper {
  opacity: 1;
  pointer-events: auto;
}

.view-item:first-child,
.price-item:first-child {
  margin-top: 0 !important;
}

.doc-container {
  padding: 0 20px;
  width: 100% !important;
}

.view-item__date {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  left: -30px;
  top: -30px;
  background: #4f835b;
  color: #fff;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
}
.view-item__date span {
  font-size: 26px;
  display: block;
  width: 100%;
}

.doc-content .doc-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.doc-content .doc-content a {
  position: static;
  text-decoration: none;
}
.language-bash {
  display: block;
  width: 100%;
  padding: 12px;
}
.language-bash > span {
  display: block !important;
  width: 100%;
  white-space: normal;
}
.clients-slider a {
  display: block;
}

@media (min-width: 1331px) {
  .header-nav {
    display: block !important;
  }
}
@media (max-width: 1800px) {
  .main-prev {
    left: 20px;
  }
  .main-next {
    right: 20px;
  }
}
@media (max-width: 1700px) {
  .header-container {
    padding: 0 32px;
  }
  .header-link {
    font-size: 13px;
  }
  .header-nav ul li a {
    font-size: 18px;
  }
  .header-nav ul li::after {
    margin: 0 20px;
  }
  .header-lang {
    font-size: 16px;
    margin-left: 32px;
  }
  .header-logo img {
    height: 40px;
  }
  .page-wrapper {
    padding-top: 100px;
  }
  .header-list {
    height: 100px;
  }
  .header-btn {
    width: 170px;
  }
}
@media (max-width: 1600px) {
  .main-arrow {
    display: none;
  }
}
@media (max-width: 1330px) {
  .container {
    width: 960px;
  }
  .benefits-block {
    width: 50%;
  }
  .footer-left {
    width: 360px;
  }
  .footer-nav ul li {
    width: 180px;
  }
  .footer-nav ul li a {
    font-size: 16px;
  }
  .stream-item {
    width: calc(25% - 20px);
  }
  .catalog-item {
    padding-bottom: 100px;
  }
  .catalog-item__link {
    font-size: 20px;
  }
  .page-wrapper {
    padding-top: 70px;
  }
  .header-btn {
    display: none;
  }
  .header-link {
    display: none;
  }
  .header-nav {
    position: fixed;
    top: 70px;
    height: calc(100% - 70px);
    overflow-y: auto;
    width: 100%;
    left: 0;
    display: none;
    background: #315681;
    padding: 60px 0;
  }
  .header-nav ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  .header-nav ul li {
    margin: 60px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-nav ul li::after {
    display: none;
  }
  .header-logo img {
    height: 35px;
  }
  .header-container {
    padding-left: 20px;
    padding-right: 0;
  }
  .header-lang {
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .header-lang img {
    margin-right: 8px;
  }
  .header-burger {
    display: block;
    margin-left: auto;
    width: 70px;
  }
  .header-burger img {
    width: 100%;
  }
  .header-burger img:last-child {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-burger.active img:last-child {
    opacity: 1;
  }
  .header-list {
    height: auto;
  }
  .home-form__title {
    width: 100%;
    margin: 0 0 30px 0;
    padding-left: 15px;
    font-size: 26px;
    line-height: 30px;
  }
  .home-form__title img {
    margin-right: 20px;
  }
  .home-form__list {
    display: block;
  }
  .home-form .modal-input {
    margin-right: 20px;
  }
  .main-wrapper {
    padding: 100px 0 180px;
  }
  .main-desktop {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    bottom: 0;
  }
  .main-desktop .container {
    width: 100% !important;
    padding: 0;
  }
  .main-desktop img {
    width: 400px;
  }
  .view-item__ul {
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .view-item__ul li {
    width: calc(50% - 12px);
    margin: 10px 0 0 0;
  }
  .view-item {
    padding: 32px;
  }
  .doc-right {
    width: calc(100% - 340px);
  }
  .doc-left {
    width: 320px;
  }
  .doc-content table td,
  .doc-content table th {
    padding-left: 10px;
  }
  .doc-content table {
    padding: 9px;
  }
  .doc-content table {
    font-size: 12px;
  }
  .doc-content table th {
    letter-spacing: 0;
    font-size: 11px;
    text-align: left;
  }
  .doc-content table td:first-child,
  .doc-content table th:first-child {
    width: 170px;
    min-width: 170px;
  }
  .price-calc__wrapper {
    padding: 15px;
  }
  .price-item__block {
    margin-top: 32px;
    width: calc(50% - 12px);
  }
  .price-item__block_full {
    margin-top: 32px;
    width: 100%;
  }

  .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  .mobile-btn img {
    margin-right: 8px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }
  .catalog {
    display: none;
  }
  .title {
    font-size: 28px;
    line-height: 34px;
  }
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .pt {
    padding-top: 56px;
  }
  .pb {
    padding-bottom: 56px;
  }
  .benefits-item__title {
    margin: 22px 0 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .benefits-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .benefits-btn {
    position: static;
    margin: 31px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 350px;
    max-width: 100%;
  }
  .benefits-list {
    padding-top: 1px;
  }
  .benefits-block {
    margin-top: 38px;
  }
  .benefits-title {
    text-align: center;
  }
  .blog-item__top {
    padding: 20px 10px 20px 20px;
  }
  .blog-item__date {
    margin-right: 20px;
  }
  .blog-item__title {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-item__text {
    margin-top: 22px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .footer {
    background-image: url("/img/footer-bg-mobile.svg");
    padding: 71px 0 61px;
    text-align: center;
  }
  .footer-list {
    display: block;
  }
  .footer-left {
    margin-top: 59px;
  }
  .footer-right {
    position: static;
  }
  .footer-left {
    width: 100%;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav ul {
    display: block;
    margin: -30px 0 0 0;
    max-height: none;
  }
  .footer-nav ul li {
    display: block;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .footer-nav ul li a {
    font-size: 22px;
    line-height: 20px;
  }
  .footer-nav__title {
    display: none;
  }
  .footer-btn {
    width: 260px;
    margin: 0 auto;
  }
  .footer-email {
    font-size: 20px;
    line-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 34px 0 40px;
  }
  .footer-telegram {
    font-size: 20px;
    line-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 34px 0 40px;
  }

  .footer-phone {
    font-size: 26px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .footer-copy {
    margin: 55px 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .footer-subtitle {
    margin: 30px 0 38px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    width: 100%;
  }
  .stream-list {
    padding-top: 10px;
  }
  .stream-item {
    width: calc(50% - 40px);
    margin-top: 33px;
  }
  .stream-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stream-title img {
    margin: 0 15px 0 0;
    width: 42px;
  }
  .home-form .modal-input {
    margin: 0 0 25px;
  }
  .home-form {
    margin: 0;
  }
  .home-form__form {
    display: block;
  }
  .home-form__wrapper {
    padding: 40px 20px 32px;
  }
  .home-form .modal-btn {
    margin: 0;
    width: 100%;
  }
  .main-mobile {
    display: block;
    max-width: 100%;
    margin: 36px auto 0;
    width: 400px;
  }
  .main-desktop {
    display: none;
  }
  .main-slider {
    padding-bottom: 70px;
  }
  .main .swiper-pagination {
    bottom: 32px;
  }
  .main .swiper-pagination-bullet {
    margin: 0 10px;
    background: #a3cef1;
  }
  .main .swiper-pagination-bullet-active {
    background: #3369e8;
  }
  .main-wrapper {
    padding: 44px 0 0 0;
  }
  .main-subtitle {
    margin: 20px 0 34px;
    font-size: 16px;
    line-height: 24px;
  }
  .main-box {
    width: 100%;
  }
  .main-btn {
    margin: 0;
    font-size: 18px;
    max-width: 100%;
  }
  .demo {
    padding: 56px 0;
  }
  .demo-btn {
    height: 60px;
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 16px;
  }
  .view-item {
    padding: 32px 20px;
    margin-top: 32px;
  }
  .view-item__ul li {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .view-item__ul li::after {
    top: 9px;
  }
  .view-item__block {
    width: 100%;
  }
  .view-item__block:last-child {
    margin-top: 32px;
  }
  .view-item__btn {
    margin-top: 24px;
  }
  .view-item__list {
    display: block;
  }
  .view-item__bold {
    font-size: 20px;
    line-height: 26px;
  }
  .view-item__text {
    font-size: 16px;
    line-height: 22px;
  }
  .view-item__list {
    margin-top: 32px;
  }
  .bg-light__img {
    width: 1000px;
  }
  .view-item::before {
    width: calc(100% - 60px);
    left: 30px;
  }
  .view-item__green li {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .view-item__green li::after {
    top: 8px;
  }
  .doc-list {
    display: block;
  }
  .doc-left {
    width: 100%;
    margin-bottom: 32px;
  }
  .doc-right {
    width: 100%;
  }
  .doc-bold {
    margin: 0 0 32px;
  }
  .doc-nav ul li a {
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .doc-nav ul li ul {
    padding: 12px;
  }
  .doc-nav ul li ul li {
    margin: 12px 0 0 0;
  }
  .doc-nav ul li ul li:first-child {
    margin-top: 0;
  }
  .doc-nav ul li ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  .doc-content h2,
  .doc-content h3,
  .doc-content h4,
  .doc-content h5,
  .doc-content h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .doc-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: -24px;
  }
  .doc-content p,
  .doc-content img,
  .doc-content ul,
  .doc-content ol {
    margin-bottom: 12px;
  }
  .doc-content ul li::before {
    top: 5px;
  }
  .doc-content ul li,
  .doc-content ol li {
    padding-left: 30px;
  }
  .doc-content {
    font-size: 14px;
    line-height: 20px;
  }
  .doc-content ul li::before {
    top: 3px;
  }
  .doc-content table {
    margin-bottom: 24px;
  }
  .doc-item__title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
  }
  .doc-item {
    margin-top: 20px;
  }
  .doc-item__text {
    margin-top: 16px;
    padding: 0;
  }
  .doc-item__text-number {
    font-size: 14px;
    min-width: 30px;
    width: 30px;
    line-height: 20px;
  }
  .doc-item__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .doc-bottom {
    margin: 40px 0 24px;
  }
  .price-tables__title {
    margin: 32px 0;
  }
  .view-container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .price-tables__item-block th {
    font-size: 11px !important;
    letter-spacing: 0;
  }
  .price-tables__item-block td,
  .price-tables__item-block th {
    font-size: 12px;
    width: 120px;
    min-width: 120px;
    margin-right: 9px;
  }
  .price-tables__item-block td:first-child,
  .price-tables__item-block th:first-child {
    font-size: 12px;
  }
  .price-tables__item-block tbody {
    padding: 9px 0 9px 9px;
  }
  .price-tables__item-block tr {
    padding: 9px 0 9px 9px;
  }
  .price-tables__item {
    margin-top: 32px;
  }
  .price-tables__item-title {
    font-size: 20px;
  }
  .price-tables__item-title img {
    width: 24px;
    margin-right: 8px;
  }
  .price-item {
    margin-top: 40px;
  }
  .price-item__list {
    display: block;
  }
  .price-item__block {
    width: 100%;
  }
  .price-calc__title {
    padding: 12px;
    font-size: 18px;
    line-height: 24px;
  }
  .price-calc__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .price-calc__box {
    padding: 15px;
  }
  .price-calc__box-title {
    margin-bottom: 16px;
    letter-spacing: 0.3px;
    font-size: 12px;
  }
  .price-item__title-small {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
  }
  .view-item__list > img {
    display: block;
    max-width: 100%;
    margin: 0 auto 24px !important;
    height: auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .blog .benefits-block {
    width: 100%;
  }
  .stream-item {
    width: calc(50% - 10px);
  }
  .view-item__btn {
    width: 100%;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .blog-item__date span {
    text-align: center !important;
  }
  .doc-content .doc-content {
    display: block;
  }
  .doc-content .doc-content a {
    position: static;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
  }

  .clients-slider {
    display: none;
  }
  .clients-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 23px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-item {
    width: calc(50% - 10px);
    margin-top: 10px;
    aspect-ratio: 1.65;
  }
  .clients-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .benefits-block {
    width: 100%;
  }
  .benefits-btn {
    width: 100%;
  }
  .stream-list {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .stream-item {
    width: 100%;
  }
  .modal-container {
    padding: 32px 16px;
  }
  .modal-title {
    font-size: 20px;
    line-height: 24px;
  }
  .modal-policy {
    margin-top: 12px;
  }
  .modal-btn {
    margin-top: 20px;
  }
  .home-form__wrapper {
    border-radius: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  .home-form .modal-btn {
    min-width: 100%;
  }
  .main-wrapper {
    background-image: url("/img/bg-main-mobile.svg");
  }
  .view-item {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    border-radius: 0;
  }
  .view .stream-title span {
    text-align: left;
  }
  .view-item__video {
    height: 220px;
  }
  /*.view-item__video::after {
        width: 60px;
        height: 60px;
        background-size: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }*/
  .breadcrumbs {
    padding: 24px 0;
  }
  .doc-content table,
  .price-tables__item-block {
    margin-left: -20px;
    padding-left: 20px;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    border: none;
    overflow-x: auto;
  }
  .doc-content table::-webkit-scrollbar,
  .price-tables__item-block::-webkit-scrollbar {
    display: none;
  }
  .doc-content table tbody,
  .price-tables__item-block tbody {
    padding: 9px;
    min-width: 600px;
    width: 600px;
  }
  .doc-content table tbody {
    border: 1px solid rgba(79, 131, 91, 0.15);
    border-radius: 5px;
  }
  .price-item {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    padding: 20px;
    border-radius: 0;
  }
  .price-calc__price {
    padding: 12px;
    font-size: 24px;
    line-height: 30px;
  }
  .select .nice-select {
    font-size: 16px;
  }
  .price-calc__btn {
    width: 100%;
  }
  .select .nice-select {
    padding-left: 16px;
    padding-right: 16px;
  }
  .select .nice-select::before {
    right: 16px;
  }
  .select .nice-select > span {
    max-width: calc(100% - 20px);
  }
  .price-item__title img {
    width: 24px;
    margin-right: 4px;
  }
  .price-item__title {
    font-size: 24px;
    line-height: 30px;
  }
  .view-item__date {
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
    margin-bottom: 20px;
    border-radius: 0;
    position: relative;
    left: auto;
    top: auto;
    z-index: 3;
    display: block;
  }
  .view-item__date span {
    font-size: 14px;
    display: inline;
  }
  .view-item__date span::after {
    content: ".";
  }
}
@media (max-width: 360px) {
  .footer-copy {
    font-size: 14px;
    line-height: 18px;
  }
  .stream-title img {
    margin: 0 10px 0 0;
    width: 32px;
  }
  .title {
    font-size: 24px;
  }
  .header-logo img {
    height: 28px;
  }
  .header-lang {
    font-size: 14px;
    margin-left: 12px;
  }
  .home-form__title {
    padding-left: 0;
    font-size: 24px;
  }
  .h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .home-form .modal-btn {
    font-size: 13px;
  }
}

.below-text-row {
  margin-top: 40px;
}

.news-btn {
  padding: 0 39px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  z-index: 2;
}

.changelog-btn {
  padding: 0 39px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  z-index: 2;
}

.button-error {
  background: rgb(202, 60, 60) !important;
}

.form-error input[type="email"] {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

/* decimal lists in license agreement */
.decimal-list {
  counter-reset: list1 !important;
}

.decimal-list > li {
  counter-increment: list1 !important;
  list-style: none;
}

.decimal-list > li::before {
  content: counter(list1) ". " !important;
  font-weight: bold;
}

.decimal-list ol {
  counter-reset: list2 !important;
  margin: 20px 0 40px;
}

.decimal-list ol > li {
  counter-increment: list2 !important;
  list-style: none;
}

.decimal-list ol > li::before {
  content: counter(list1) "." counter(list2) " " !important;
}

.decimal-list ol ol {
  counter-reset: list3 !important;
}

.decimal-list ol ol > li {
  counter-increment: list3 !important;
  padding-left: 60px;
}

.decimal-list ol ol > li::before {
  content: counter(list1) "." counter(list2) "." counter(list3) " " !important;
}

.common-table {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

table.common-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border-bottom: 1px solid rgba(79, 131, 91, 0.15);
  background: transparent;
  margin-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-item h2 a {
  text-decoration: none;
  color: #274c77;
}

.view-item h2 a:visited {
  color: #274c77;
}

.view-item h2 a:hover {
  text-decoration: underline;
}

.benefits-item a:hover {
  text-decoration: underline;
}

.doc-content a {
  color: #274c77;
}

div.api-block {
  background: #fafafa;
  color: #333;
  font-family: monospace;
  font-size: 90%;
  border-color: #eee;
  border-style: solid;
  border-width: 1px;
  overflow-x: auto;
  padding: 1em;
  overflow-x: auto;
  margin-bottom: 20px;
}

.code-wrap code {
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  border-color: #e1e1e1;
  background: #e2e2e2;
}

.highlight code {
  background: inherit;
  border-color: inherit;
}

div.highlight pre {
  overflow-x: scroll;
  padding: 10px;
}

.highlight {
  font-size: 12px;
  line-height: 16px;
}

.catalog-item2 {
  background-color: #fff;
  gap: 5px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 20px;
  background: #ffff;
}

.catalog-item2:hover {
  background: #fff;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
  filter: drop-shadow(0px 30px 80px rgba(28, 47, 45, 0.1));
}
/* GRID */
.catalog-grid {
  display: grid;
  grid-template-columns: 2fr; /* smallest */
  gap: 12px;
  /* max-width: 1200px; */
  margin: 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #f6f7fb;
  color: #1f2328;
}
@media (min-width: 600px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  } /* medium */
}
@media (min-width: 1024px) {
  .catalog-grid {
    grid-template-columns: repeat(5, 1fr);
  } /* normal */
}

/* SQUARE CARD */
.catalog-card {
  position: relative;
  background: #fff;
  border: 1px dotted #9aa0a6;
  border-radius: 14px;
  aspect-ratio: 1 / 1; /* perfect square */
  overflow: hidden;
}
.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/* Empty placeholders to keep 16 squares */
.catalog-card.empty {
  background: repeating-linear-gradient(
    45deg,
    #fbfbfd,
    #fbfbfd 10px,
    #f0f1f5 10px,
    #f0f1f5 20px
  );
}

/* Flag at top-right */
.catalog-card-flag {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #e1e4ea;
}

/* Inner content uses absolute inset so the outer card stays perfectly square */
.catalog-card__inner {
  position: absolute;
  inset: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: calc(100% - 10px * 2);
}

/* Image wrapper ensures we never exceed 250px height, and also never overflow the square */
.catalog-thumb-wrap {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  height: min(250px, calc(100% - 84px));
  aspect-ratio: 1 / 1; /* makes it a square */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

/* Replace your .thumb with this: */
.catalog-thumb {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.4s ease-in-out; /* smooth zoom */
}

.catalog-card-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
  text-decoration: none;
}
.catalog-card-title a {
  text-decoration: none;
  color: #000;
}

/* Character blinking effects for playing state */
.catalog-card.is-playing .catalog-card-title a {
  color: #274c77;
  transition: all 0.3s ease;
}

.catalog-card.is-playing .catalog-card-title .char {
  display: inline-block;
  transition: color 0.2s ease;
}

/* Spinning animation for buffering state */
.catalog-card.is-buffering .catalog-thumb {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: scale(1.08) rotate(0deg);
  }
  100% {
    transform: scale(1.08) rotate(360deg);
  }
}

.catalog-card-meta {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.catalog-card-link {
  text-decoration: none;
  color: #4f835b;
  border-bottom: 1px dotted currentColor;
  padding-bottom: 1px;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.catalog-card-rating .star {
  color: #f6b400;
  font-size: 16px;
  line-height: 1;
}

/* Nice focus styles for accessibility */
.catalog-card:focus-within,
.catalog-link:focus {
  outline: 2px solid #b9cdfc;
  outline-offset: 2px;
}

.catalog-thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
}

.catalog-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}

.catalog-card:hover .catalog-thumb-wrap.has-stream::before,
.catalog-card:hover .catalog-thumb-wrap.has-stream::after {
  opacity: 1;
}

/* Stop button (square) when playing - only show on hover */
.catalog-card.is-playing:hover .catalog-thumb-wrap::before {
  opacity: 1;
  border: none;
  width: 16px;
  height: 16px;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.catalog-card.is-playing:hover .catalog-thumb-wrap::after {
  opacity: 1;
}

.catalog-card:hover .catalog-thumb {
  transform: scale(1.08); /* zoom in slightly */
}

.catalog-card-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px 2px;
  justify-content: center;
  font-size: 12px;
  line-height: 1.1;
  color: #555;
  margin-top: 3px;
  padding: 0 6px;
  text-align: center;
}

.catalog-card-tags span {
  background: #f0f2f6;
  padding: 2px 6px;
  border-radius: 6px;
  white-space: nowrap;
}

.visualizer-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 14px;
}

/* SIngle catalog page classes */
.single-radio-logo-wrap {
  flex: 0 0 250px;
  height: 250px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.single-radio-logo {
  max-width: 250px;
}

.radio-info {
  flex: 1;
  min-width: 300px;
}

.radio-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.radio-description {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.radio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.meta-item {
  display: flex;
  align-items: center;
}

.meta-item i {
  margin-right: 10px;
  color: #3498db;
  font-size: 1.2rem;
}

.voting-bar {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin: 24px 0;
}
.voting-face {
  cursor: pointer;
  transition: transform 0.2s;
}
.voting-face:hover {
  transform: scale(1.1);
}
.voting-score {
  margin-top: 4px;
  font-size: 12px;
  color: #555;
}

.voting-bar {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin: 24px 0;
}
.voting-item {
  text-align: center;
}
.voting-item.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.voting-face {
  cursor: pointer;
  transition: transform 0.2s;
}
.voting-face:hover {
  transform: scale(1.1);
}
.voting-face.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.voting-score {
  margin-top: 4px;
  font-size: 12px;
  color: #555;
}

.vote-alert {
  padding: 12px 20px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  z-index: 1000;
}
.vote-alert.success {
  background-color: #28a745;
}
.vote-alert.error {
  background-color: #dc3545;
}



.card-star {
    color: #274C77;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    height: 40px;
    padding: 0 13px;
    border: 2px solid #3369E8;
    margin-right: 15px;
    border-radius: 20px;
}
.card-star img {
    margin-right: 12px;
}
.card-top__item {
    color: rgba(39, 76, 119, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.card-top__item span {
    display: inline-flex;
    margin-left: 8px;
    color: #274C77;
    font-weight: 600;
}
.card-top__item img {
    width: 24px;
    margin-right: 10px;
}
.card-top__item:last-child {
    margin-left: auto;
}
.card-left {
    width: calc(100% - 440px);
}
.card-right {
    width: 370px;
}
.card-title {
    margin: 23px 0 16px;
}
.card-link {
    margin-bottom: 27px;
    color: #4F835B;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding-left: 19px;
    background-image: url('/img/play-link.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.card-text {
    color: #274C77;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 26px;
}

.card-right__btn {
    margin-top: 30px;
}
.card-right__btn img {
    margin-right: 10px;
}
.card-right__box {
    border: 1px solid rgba(79, 131, 91, 0.15);
    padding: 19px 19px 27px;
    border-radius: 10px;
}
.card-right__img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
}
.card-right__item {
    margin-top: 16px;
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 10px;
}
.card-right__item-title {
    margin-bottom: 10px;
    color: #274C77;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; 
}
/* .card-right__item img {
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
    border-radius: 100%;
    object-fit: cover;
    height: 24px;
} */
.card-right__item-list {
    margin-top: -5px;
    margin-right: -5px;
}
.card-right__item-hash {
    margin-top: 5px;
    margin-right: 5px;
    height: 24px;
    padding: 0 10px;
    border-radius: 20px;
    background: #D3EBFE;
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}
.card-right__img-mobile {
    display: none;
}

.card-soc {
    margin: 50px 0 63px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.card-soc__wrapper {
    padding: 36px 40px;
}
.card-soc__bottom {
    padding: 14px 12px;
    background: #3369E8;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-soc__bottom strong {
    font-size: 18px;
    font-weight: 700;
}
.card-soc__bottom small {
    margin-left: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.5;
}
.card-soc__title {
    color: #274C77;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 24px;
}
.card-soc__title strong {
    font-weight: 600;
}
.card-soc__title img {
    display: block;
    margin-right: 15px;
}
.card-soc__title span {
    margin-left: 20px;
    opacity: 0.7;
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.card-soc__list {
    display: flex;
    margin: 0 -5px;
}
.card-soc__block {
    padding: 0 5px;
    width: 10%;
}
.card-soc__radio {
    user-select: none;
    cursor: pointer;
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 0 9px;
}
.card-soc__radio input {
    display: none;
}
.card-soc__radio img {
    margin: 0 auto 7px;
    position: relative;
    z-index: 3;
}
.card-soc__radio span {
    color: #274C77;
    transition: all 0.4s;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    position: relative;
    z-index: 3;
    line-height: 24px;
}
.card-soc__radio small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    transition: all 0.4s;
    background: #F1F7F9;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.10) inset;
}
.card-soc__radio:hover span {
    color: #fff;
}
.card-soc__radio input:checked + img + span {
    color: #fff;
}
.card-soc__radio:hover small {
    background: #4F835B;
}
.card-soc__radio input:checked + img + span + small {
    background: #3369E8;
}
.card-left__mobile {
    display: none;
}
.card-save__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-save {
    padding: 35px 39px 39px 39px;
    border: 1px solid rgba(79, 131, 91, 0.15);
    border-radius: 10px;
    margin-top: 50px;
}


.card-loader {
    margin: 40px auto 0;
    max-width: 100%;
    width: 231px;
}

.card-h2 {
    margin-bottom: 41px;
    color: #274C77;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}
.card-box__wrapper {
    background: #fff;
    filter: drop-shadow(0 30px 80px rgba(28, 47, 45, 0.10));
    position: relative;
    z-index: 3;
    padding: 40px;
    border-radius: 5px;
}
.card-box {
    position: relative;
}
.card-box::before {
    content: "";
    right: 20px;
    left: 20px;
    bottom: -10px;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    filter: drop-shadow(0 30px 80px rgba(28, 47, 45, 0.10));
    position: absolute;
    border-radius: 5px;
}
.card-review {
    margin-top: 30px;
}
.card-review:first-child {
    margin-top: 0;
}
.card-review__top {
    padding: 7px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #F1F7F9;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.10) inset;
}
.card-review__top span {
    display: inline-flex;
    margin-left: 10px;
    color: #274C77;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    width: 46px;
}
.card-review__top img {
    display: block;
    max-width: 100%;
    height: auto;
}
.card-review__top p {
    margin: 0;
    opacity: 0.7;
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.card-review__img {
    border-radius: 5px;
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
    min-width: 50px;
}
.card-review__list {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.card-review__list p {
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.card-reviews {
    margin-top: 40px;
}
.card-form {
    display: flex;
    align-items: flex-start;
}
.card-form__img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}
.card-form__right {
    flex-grow: 1;
}
.card-form__textarea {
    display: block;
    width: 100%;
    padding: 21px 29px;
    min-height: 120px;
    border: 1px solid rgba(79, 131, 91, 0.15);
    color: rgba(39, 76, 119, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: vertical;
}
.card-form__textarea::placeholder {
    color: rgba(39, 76, 119, 0.7);
}

.card-form__bottom {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.card-form__fb {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #274C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}
.card-form__fb img {
    margin-right: 12px;
    display: block;
}
.card-form__fb:hover {
    color: #4F835B;
}
.card-form__btn {
    width: 215px;
}
.card-form__btn img {
    margin-right: 10px;
}
.card-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 46px;
}
.card-flex__right {
    width: 200px;
    margin-left: 20px;
    min-width: 200px;
}
.card-flex__right-title {
    color: #274C77;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.card-flex__right-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-flex__right-link {
    margin-top: 4px;
    width: 62px;
    height: 40px;
    border-radius: 5px;
    background: #4F835B;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.10) inset;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 18px; 
    text-transform: uppercase;
    transition: all 0.4s;
}
.card-flex__right-link img {
    margin-right: -11px;
    display: block;
    width: 28px;
}
.card-flex__right-link span {
    display: inline-flex;
    margin-top: 5px;
}
.card-flex__right-link:hover {
    background: #3369E8;
}
.card-player {
    flex-grow: 1;
}
.card-player .img-desk {
    width: 100%;
    height: auto;
    display: block;
}
.card-player .img-mob {
    display: none;
    width: 100%;
    height: auto;
}

.player {
    padding: 15px 40px 15px 100px;
    background-image: url('/img/player.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    border-radius: 100px 5px 5px 100px;
}
.player-btn {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #3369e8;
    display: block;
    user-select: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    background: #3369E8;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/img/play-2.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.player {
    position: relative;
}
.player-btn.active {
    background-image: url('/img/stop.svg');
}
.player-btn.loading {
    animation: spin-button 1s linear infinite;
}
@keyframes spin-button {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}
.player-time {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    min-width: 45px;
    text-align: center;
}
.player-select {
    position: relative;
    width: 165px;
    margin-right: auto;
    height: 40px;
}
.player-select .select {
    height: 100%;
    width: 100%;
}
.player-select .select .nice-select {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 14px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 11px;
}
.player-select .select .nice-select > span {
    max-width: calc(100% - 10px);
    margin-right: auto;
}
.player-select .nice-select .nice-select-dropdown {
    background: #274C77;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.player-select .select .nice-select::before {
    width: 16px;
    height: 16px;
    right: 11px;
    min-width: 16px;
    background-image: url('/img/select-arrow-2.svg');
}
.player-select .nice-select .option.selected {
    background: #1f3e60 !important;
}
.volume-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    min-width: 20px;
    user-select: none;
    background-image: url('/img/volume-1.svg');
    background-repeat: no-repeat;
    margin-right: 20px;
}
.volume-icon.active {
    background-image: url('/img/volume-2.svg');
}
.volume-slider {
  flex-grow: 1;
  height: 10px;
  cursor: pointer;
  position: relative;
  user-select: none;
  border-radius: 10px;
  height: 3px;
  background: #A3CEF1;
}
.volume-fill {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
.volume-fill span {
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 14px;
    background: #fff;
    right: -7px;
    top: -5px
}
.volume-wrapper {
    width: 202px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 1330px) {
    .card-right {
        width: 280px;
    }
    .card-left {
        width: calc(100% - 304px);
    }
    .card-right__item {
        padding: 0;
    }
    .card-soc__wrapper {
        padding: 23px 20px 30px;
    }
    .card-save__item {
        width: 30px;
    }
    .card-save {
        padding: 24px 21px;
        margin-top: 30px;
    }
    .card-box__wrapper {
        padding: 20px;
    }
    .card-flex {
        display: block;
    }
    .card-flex__right {
        margin: 13px 0 0 0;
        width: 100%;
        min-width: 100%;
    }
    .card-flex__right-title {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
    .card-flex__right-list {
        justify-content: center;
    }
    .card-flex {
        margin-top: 27px;
    }
    .card-flex__right-link {
        width: 93px;
        margin: 13px 6px 0;
    }
}
@media (max-width: 992px) {
    .card-right__img {
        display: none;
    }
    .card-reviews {
        margin-top: 30px;
    }
    .card-right__img-mobile {
        display: block;
        width: auto;
        margin: 17px auto 20px;
    }
    .card-title {
        margin: 6px 0 0 0;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .card-mobile {
        display: block;
    }
    .volume-wrapper {
        display: none;
    }
    .card-right {
        display: none;
    }
    .card-left {
        width: 100%;
    }
    .card-top .card-star {
        display: none;
    }
    .card-top__item-votes {
        display: none;
    }
    .card-top__item:last-child {
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    .card-mobile {
        padding: 17px 19px 22px;
        border: 1px solid rgba(79, 131, 91, 0.15);
        border-radius: 10px;
    }
    .card-right__item {
        margin-top: 11px;
    }
    .card-right__item:first-child {
        margin-top: 0;
    }
    .card-link {
        margin: 22px 0 14px;
        font-size: 14px;
        font-weight: 800;
        line-height: 16px;
        letter-spacing: 0.7px;
    }
    .card-text {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .card-soc {
        margin: 20px 0 30px;
    }
    .card-soc__title {
        flex-wrap: wrap;
        font-size: 20px;
        line-height: 26px;
        justify-content: center;
        text-align: center;
    }
    .card-soc__title span {
        margin: 9px 0 0 0;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .card-left__mobile {
        display: block;
    }
    .card-save__list {
        width: 255px;
        margin: -10px auto 0;
        justify-content: space-between;
    }
    .card-save__item {
        margin: 10px 10px 0 0;
    }
    .card-save .card-soc__title strong {
        width: 100%;
        margin-top: 9px;
    }
    .card-loader {
        width: 100%;
    }
    .card-h2 {
        margin-bottom: 39px;
        text-align: center;
        font-size: 28px;
        line-height: 34px;
    }
    .card-h2 {
        margin-top: 53px;
    }
    .card-form__img {
        margin-right: 10px;
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .card-form__textarea {
        margin-bottom: 16px;
    }
    .card-mob-list {
        display: block;
        margin: 16px 0;
    }
    .card-top {
        display: none;
    }
    .card-link {
        display: none !important;
    }
    .card-link.link-only-mob {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .card-soc__block {
        width: 20%;
        margin-top: 10px;
    }
    .card-soc__list {
        flex-wrap: wrap;
        margin-top: -10px;
    }
    .card-review__list p {
        font-size: 14px;
        line-height: 20px;
    }
    .card-review__img {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .card-review__list {
        margin-top: 15px;
    }
    .card-review__top {
        padding: 7px 20px;
    }
    .card-review__top span {
        font-size: 18px;
        line-height: 26px;
        margin-left: 10px;
    }
    .card-review__top p {
        font-size: 14px;
        line-height: 26px;
        margin-left: auto;
    }
    .card-review {
        margin-top: 20px;
    }
    .card-form__btn {
        width: 220px;
    }
    .card-form__fb {
        margin-bottom: 18px;
        font-size: 16px;
    }
    .card-form__bottom {
        display: block;
    }
    .card-player .img-desk {
        display: none;
    }
    .card-player .img-mob {
        display: block;        
    }
}
@media (max-width: 576px) {
    /*.card-soc__block {
        width: 10%;
        margin-top: 0;
    }
    .card-soc__list {
        flex-wrap: nowrap;
        margin-top: 0;
        width: 770px;
        min-width: 770px;
    }
    .card-soc__scroll {
        overflow-x: auto;
    }*/
    /*.card-soc__wrapper {
        padding-left: 0;
        padding-right: 0;
    }*/
    .card-soc__block {
        width: 20%;
    }
    .card-soc__scroll::-webkit-scrollbar {
        display: none;
    }
    .card-soc {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .card-box, .card-flex {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .card-box__wrapper {
        border-radius: 0;
    }
}
@media (max-width: 360px) {
    .card-soc__bottom {
        font-size: 14px;
    }
    .card-soc__bottom strong {
        font-size: 16px;
    }
    .card-link {
        font-size: 12px;
    }
    .card-flex__right-link {
        width: 80px;
    }
}