@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

header {
  padding-top: 13px;
}

body {
  background-color: #fff;
}

header .logo img {
  width: 215px;
  height: auto;
  display: block;
}

header .header-body {
  display: flex;
  justify-content: flex-end;
  min-height: 80px;
}

header .logo-block {
  margin-right: auto;
  display: flex;
  align-items: center;
}

header .nav-row {
  display: flex;
  justify-content: space-between;
}

header .nav-block {
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .cat-row {
  background-color: #0051bd;
  max-width: max-content;
}

header .news-categories__item {
  color: #fff;
  letter-spacing: 0.09px;
  font-size: 16px;
}

header .news-categories__item.active, header .news-categories__item:hover {
  color: #f2c94c;
}

header .news-categories__item:not(:last-child) {
  margin-right: 22px;
}

header .news-categories__item:first-child {
  margin-left: 21px;
}

header .news-categories__item:last-child {
  margin-right: 13px;
  text-transform: uppercase;
}

header .nav-block .main-nav a {
  padding: 0;
  line-height: 34px;
}

header .nav-block .main-nav li {
  margin: 0 30px;
}

header .nav-block .main-nav ul li:first-child {
  margin-left: 0;
}

header .nav-block .main-nav ul li:last-child {
  margin-right: 0;
}

header .languages .caption {
  color: #0051bd;
  font-weight: 500;
  letter-spacing: 0.18px;
}

main .main-layout {
  display: flex;
  justify-content: space-between;
  margin: 36px 0 58px;
}

main .main-col {
  width: 66%;
}

main .sidebar-col {
  width: 100%;
  max-width: 424px;
  margin-top: 65px;
}
@media (max-width: 1200px) {
  main .sidebar-col {
    max-width: 300px;
  }
}

main .main-news-top-today .main-article-top .article-img img {
  min-width: auto;
  object-fit: cover;
}

main .main-article-top {
  display: flex;
  justify-content: space-between;
  background-color: #e4e3e1;
}

main .main-article-top .article-img img {
  display: block;
  min-height: 320px;
  min-width: 450px;
}

main .main-article-top .article-img {
  max-width: 452px;
}

main .main-article-top .article-text {
  width: 50%;
  padding: 10px 16px 0;
}

main .main-article-top .category-label {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

main .main-article-top .main-article__date {
  margin: 5px 0 10px;
  color: #0051bd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08px;
}

main .main-article-top .title-article .article-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

main .main-article-top .title-article {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.sidebar-col .banner:not(:first-child) {
  margin-top: 36px;
}

.sidebar-col .banner img {
  display: block;
}

.sidebar-col .block-statistic .list-tabs a {
  font-size: 14px;
  padding: 10px 0;
}

.sidebar-col .block-subscribe .title {
  font-size: 26px;
  max-width: 100%;
  letter-spacing: 0.31px;
  line-height: 30px;
  padding-bottom: 0;
}

.sidebar-col .block-subscribe .subscribe-info {
  padding: 30px 34px;
}

.sidebar-col .block-subscribe .form-subscribe {
  padding: 10px 34px;
}

.main-news-4days {
  margin: 18px 0 33px;
  display: flex;
  justify-content: space-between;
}

.main-news-4days article {
  max-width: 220px;
}

.main-news-4days article .article-date {
  color: #0051bd;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07px;
  margin: 9px 0 6px;
}

.main-news-4days article .article-title {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.main-news-4days article .article-title a {
  max-height: 80px;
  overflow: hidden;
  display: block;
}

.main-news-4days article .article-title .article-title, .main-news-4days article .article-title strong {
  font-size: 18px;
  font-weight: 700;
  display: contents;
}

main .section-info .author-info {
  margin-bottom: 0;
  background-color: #0051bd;
  padding: 17px 30px 17px 50px;
  background-image: url(/wp-content/themes/ubn/assets/images/med-background-image.png);
  background-repeat: no-repeat;
  background-position: center left;
}

main .section-info .subscribe {
  margin-left: 0;
  padding: 15px 17px 15px 25px;
}

main .section-info {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 34px;
}

main .section-info .author-info .text {
  margin-left: 0;
}

main .section-info .author-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.29px;
  color: #fff;
}

main .section-info .author-info .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 16px;
}

main .section-info .subscribe .btn.btn-subscribe {
  width: 171px;
  font-weight: 500;
  letter-spacing: 1.8px;
  height: 54px;
  line-height: 54px;
}

main .section-info .subscribe .caption {
  display: none;
}

main .section-info .subscribe .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 0;
}

main .subscribe .title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.29px;
  padding-bottom: 15px;
  color: #000;
}

.today-news .title.title-section {
  display: flex;
  align-items: center;
}

.today-news .title.title-section::before {
  content: "";
  vertical-align: middle;
  width: 26px;
  height: 38px;
  background: url(/wp-content/themes/ubn/assets/images/icons/two-dots.svg) no-repeat center;
  display: inline-block;
  margin-right: 13px;
}

.wrapper .today-news .row-top {
  padding: 0 0 19px;
  border-bottom: 0;
  justify-content: space-between;
  align-items: center;
}

main .today-date {
  color: #0051bd;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.today-news .article {
  padding: 0;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.archive .today-news .article .article-text {
  margin-top: -10px;
}

.today-news .article::after {
  content: "";
  clear: both;
}

.today-news .article .article-img {
  margin-left: 0;
  max-width: 283px;
}

.article-text.with-img {
  max-width: 72%;
}

.page-single-news .article .title-article:before, .page-single-news .post-nav__link--next:after, .page-single-news .post-nav__link--prev:before, .post-nav__item-title:before, .today-news .article .title-article::before {
  display: none !important;
}

article .category-list {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

article .category-list a {
  color: #0051bd;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

.today-news .article .desc {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 5px 0 0;
}

.today-news .article .title-article {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}

.today-news .article .list-tags {
  margin: 0;
  column-gap: 25px;
}

.today-news .article .list-tags li {
  margin: 0;
}

.today-news .article .list-tags a {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #959595;
  letter-spacing: 0.14px;
}

.yesterday-news {
  padding: 40px 0;
  margin: 40px 0 0;
  border-top: 3px solid #0051bd;
}

.wrapper .all-news .row-top {
  padding-top: 35px;
  border-top: 3px solid #0051bd;
}

footer {
  background-image: url(/wp-content/themes/ubn/assets/images/footer-left-background.svg);
  background-repeat: no-repeat;
  background-position: center left -135px;
}

#all-news .news-item, .category-main .news-item {
  margin-bottom: 35px;
}

.yith-infs-button-wrapper button {
  padding: 0 20px;
}

.category-main {
  margin: 36px 0;
}

.category-main .wrapper, .opinions-archive .wrapper .row, .page-archive .wrapper, .page-single-news .wrapper, main.single-opinions .wrapper .row {
  display: flex;
  justify-content: space-between;
}

.category-main .today-news .news-item .row-top {
  justify-content: flex-end;
}

.category-main .today-news .news-item:not(:first-child) .row-top {
  padding-top: 35px;
  border-top: 3px solid #0051bd;
}

.category-main .today-news .news-item .row-top h1 {
  margin-right: auto;
}

.page-single-news .article .article-img {
  margin: 0 0 20px 0;
}

.article.single .desc {
  margin: 0;
}

.article.single {
  padding: 0;
}

.page-single-news article .category-list {
  margin: 5px 0 5px;
}

.page-single-news .article.single .title-article {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0;
}

.page-single-news .article.single .desc {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
}

.article-bottom-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-bottom-info .share-post {
  margin-left: auto;
}

.article .article-bottom-info .list-tags {
  max-width: 60%;
}

main.page-single-news .subscribe .row {
  padding-top: 0;
  flex-wrap: nowrap;
}

.page-single-news .title.title-section {
  max-width: 100%;
  display: inline-block;
}

.article .article-bottom-info .novashare-inline, body a.novashare-button {
  margin-bottom: 0;
}

.page-archive .main-col .block-filters {
  display: none;
}

main.page-archive {
  padding-top: 45px;
}

main.page-archive .today-news .title.title-section {
  display: inline-block;
}

.article-flex, .post-nav__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/wp-content/themes/ubn/assets/images/icons/two-dots.svg) no-repeat left center;
  padding-left: 40px;
  margin-bottom: 15px;
}

.page-single-news .post-nav__link {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.28px;
  color: #000;
  text-transform: none;
  margin-bottom: 0;
}

.page-single-news .post-nav__item {
  padding: 10px 15px;
}

.nav-date {
  color: #0051bd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06px;
  margin-top: 5px;
}

.post-nav__block .category-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.post-nav__block .category-list a {
  color: #0051bd;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07px;
}

.page-single-news .post-nav__item-title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
}

.page-single-news .post-nav__item-title.with-img {
  max-width: 50%;
}

.post-nav__body {
  align-items: flex-start;
}

.page-single-news .post-nav__item .list-tags a {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14px;
}

.page-single-news {
  margin-bottom: 50px;
}

.sidebar-col .block-subscribe {
  position: sticky;
  top: 100px;
}

.page-single-news .sidebar-col .block-subscribe .subscribe-info .row {
  padding-top: 0;
}

.page-single-news .article.single {
  margin-top: 20px;
}

.novashare-button-icon:hover svg path {
  fill: #0051bd;
}

.follow-info .icon-linkedin-blue {
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-linkedin.svg);
}

.follow-info .icon-twitter-blue {
  width: 30px;
  height: 24px;
}

.opinions-archive .today-news .title.title-section {
  display: inline-block;
}

.opinion-header__right .gray-date {
  color: #0051bd;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08px;
  margin-bottom: 20px;
}

.opinion-header__right .middle-title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.opinion-header__right .grey-title {
  color: #b4b4b4;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07px;
}

.opinion-header__left .opinion-author_img {
  max-width: 97px;
  max-height: 97px;
}

.opinions-archive .opinion-header {
  padding: 12px 35px;
  background: #ececec;
  align-items: center;
  margin-bottom: 0;
}

.opinions-archive .opinion-body {
  background-color: #f7f8f9;
  padding: 16px 35px;
}

.opinions-archive .opinion__item {
  border: none;
}

.opinions-archive .opinion-body .opinion-title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.opinions-archive .opinion-body .opinion-item__excerpt {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}

.opinions-archive .opinions-items {
  row-gap: 40px;
}

.opinions-archive .opinions-page-title {
  margin: 22px 0 16px;
}

.single-opinion__article .desc {
  display: flex;
}

.single-opinion__article {
  margin-top: 22px;
}

.single-opinion__article .desc .opinion-header {
  width: 200px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ececec;
  margin-bottom: 0;
}

.single-opinion__article .opinion-header__left .opinion-author_img {
  margin: 0 auto;
}

.single-opinion__article .opinion-header__left {
  margin: 0;
}

.single-opinion__article .opinion-body {
  padding: 24px 20px;
  background: #f7f8f9;
}

.single-opinion__article.single-report__article .desc h3 {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 5px 0;
}

.single-opinion__article.single-report__article .desc .grey-title {
  color: #b4b4b4;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07px;
  line-height: 24px;
}

.single-opinion__article.single-report__article .desc .gray-date {
  color: #0051bd;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08px;
  margin: 40px 0;
}

.single-opinion__article.single-report__article .desc .novashare-buttons-wrapper {
  flex-direction: column;
}

.single-opinion__article.single-report__article .desc .large-title {
  color: #3b3b3b;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.modal-subscribe .modal-text {
  text-align: left;
}

.modal-subscribe .modal-text .title {
  padding-top: 10px;
  padding-bottom: 0;
}

.block-follow .title.title-section:after, .block-statistic .title.title-section:after {
  position: static;
  display: inline-block;
}

.single-post .main-col .section-info .author-info {
  width: 100%;
  align-items: center;
}

.single-post .main-col .section-info .author-info .btn.btn-subscribe {
  border: 2px solid #f2c94c;
  color: #f2c94c;
  padding: 15px;
  height: auto;
  line-height: normal;
}

.single-post .main-col .section-info .author-info .desc {
  max-width: 90%;
}

.single-post .main-col .section-info .author-info .title {
  max-width: 100%;
}

.frm_inside_container label {
  display: none;
}

.frm_error {
  display: none !important;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.select-css {
  display: block;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: #020c15;
  line-height: 2;
  padding: 12px 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  border: 0 solid #aaa;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:focus {
  outline: 0;
}

.select-css option {
  font-weight: 400;
}

.frm_blank_field input, .frm_blank_field select {
  border: 1px solid red;
}

.modal-subscribe .modal-wrapper .form-control {
  display: flex;
  max-width: 420px;
}

.modal-subscribe .select-css {
  background-color: #f7f8f9;
  margin: 4px 0;
  padding: 7px 16px;
}

.custom-checkbox {
  text-align: left;
}

.modal-subscribe .modal-wrapper .btn {
  max-width: 420px;
}

.modal-subscribe.remodal:before {
  width: 400px;
}

main .section-info .author-info, main .section-info .subscribe {
  display: none;
}

.frm_fields_container .custom-checkbox {
  margin-top: 10px;
}

.block-subscribe .frm_fields_container .btn {
  margin-top: 10px;
}

.frm_fields_container .form-control {
  margin: 5px 0;
}

.page-template-subscribe .today-news .article {
  display: block;
  background: url(/wp-content/themes/ubn/assets/images/subscribe-background.png) no-repeat bottom 52px right;
}

.page-template-subscribe .article-text, .page-template-subscribe .article-text-subscribe .form-field {
  max-width: 440px;
}

.page-template-subscribe .article-text h2 {
  font-weight: 700;
  font-size: 28px;
  color: #3b3b3b;
  letter-spacing: 0.01em;
}

.page-template-subscribe .article-text .subs-label {
  font-weight: 700;
  font-size: 18px;
  color: #0051bd;
  letter-spacing: 0.01em;
  padding: 10px 0;
}

.page-template-subscribe .article-text .subs-text {
  font-size: 16px;
  color: #7d7d7d;
}

.page-template-subscribe .article-text-subscribe #frm_field_4_container, .page-template-subscribe .article-text-subscribe #frm_field_6_container {
  grid-column: span 12/span 12;
}

.page-template-subscribe .article-text-subscribe .frm_submit button {
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 30px;
}

.page-template-subscribe .article-text-subscribe .frm_submit button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-plus.svg);
  display: inline-block;
  margin-left: 10px;
}

.page-template-subscribe .article-text-subscribe .form-field .select-css, .page-template-subscribe .article-text-subscribe .form-field input {
  background-color: #f7f8f9;
  border: 1px solid #c2c2c2;
  font-size: 17px;
  margin: 10px 0;
}

.page-template-subscribe .article-text-subscribe .form-field .select-css {
  height: 52px;
  line-height: normal;
}

.select-css option {
  color: #b4b4b4;
}

.page-template-subscribe .article-text-subscribe .form-field input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.page-template-subscribe .article-text-subscribe .form-field input:-moz-placeholder {
  color: #b4b4b4;
}

.page-template-subscribe .article-text-subscribe .form-field input::-moz-placeholder {
  color: #b4b4b4;
}

.page-template-subscribe .article-text-subscribe .form-field input:-ms-input-placeholder {
  color: #b4b4b4;
}

.page-template-subscribe .article-text-subscribe .frm_fields_container .custom-checkbox {
  margin-top: 0;
  height: 40px;
  font-size: 17px;
}

.page-template-subscribe .today-news .article .subs-back {
  display: none;
  margin-top: 10px;
}

.error404 .policy-info a.btn {
  display: inherit;
}

@media only screen and (max-width: 1399.98px) {
  main .main-article-top .article-text, main .main-col {
    width: 60%;
  }
  .main-news-4days {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .main-news-4days article {
    max-width: 24%;
  }
  main .section-info .author-info {
    height: 154px;
    padding: 10px 10px 10px 40px;
    background-size: contain;
  }
  .today-news .article-text.with-img {
    max-width: 65%;
  }
  .today-news .article {
    align-items: flex-start;
  }
  footer {
    background-size: 200px;
  }
  .post-nav__img .article-img {
    width: 90%;
  }
  .post-nav__body {
    display: block;
  }
  .post-nav__img .article-img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 100%;
  }
  .page-template-subscribe .today-news .article {
    background: 0 0;
  }
  .page-template-subscribe .today-news .article .subs-back {
    display: block;
  }
  .page-template-subscribe .article-text, .page-template-subscribe .article-text-subscribe .form-field {
    max-width: 100%;
  }
  .page-template-subscribe .article-text-subscribe .frm_submit button {
    margin-top: 10px;
  }
  header .nav-block .main-nav li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-body .main-nav li {
    margin: 0 10px;
  }
  header .nav-block {
    width: 85%;
  }
  header .logo img {
    width: 140px;
  }
  main .main-col {
    width: 65%;
  }
  .today-news .article, .wrapper .today-news .row-top, main .main-article-top, main .section-info {
    flex-direction: column;
  }
  .today-news .article-text.with-img, main .main-article-top .article-img {
    max-width: 100%;
  }
  main .main-article-top .article-text {
    width: 100%;
  }
  main .main-article-top .title-article {
    padding-bottom: 10px;
  }
  main .section-info .author-info {
    height: auto;
    width: 100%;
  }
  .today-news .article .article-img {
    margin: 0 auto;
  }
  article .category-list {
    justify-content: flex-start;
  }
  main .today-date {
    margin-left: 0;
  }
  .today-news .article-text.with-img .article-flex {
    flex-direction: row;
    align-items: center;
  }
  .page-single-news .article .article-img {
    width: 100%;
  }
  .page-single-news article .category-list {
    justify-content: flex-start;
  }
  .article .article-bottom-info .list-tags {
    max-width: 50%;
  }
  .post-nav__top {
    flex-direction: column;
    background-position: top left;
    align-items: flex-start;
  }
  .post-nav__body {
    flex-direction: column;
  }
  .post-nav__img .article-img {
    width: 100%;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 100%;
  }
  .post-nav__block .category-list {
    align-items: flex-start;
  }
  .main-news-4days article {
    justify-content: space-between;
    align-items: center;
  }
  .today-news .article {
    display: block;
  }
  .today-news .article .article-img {
    max-width: 180px;
    float: left;
    margin-right: 10px;
  }
  .today-news .article-text.with-img .article-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .opinions-archive .opinions-items {
    flex-direction: column;
  }
  .opinions-archive .opinions-items .opinion__item {
    max-width: 100%;
  }
  .single-opinion__article .desc .opinion-header {
    width: 100px;
  }
  .single-opinion__article .opinion-header__left .opinion-author_img {
    max-width: 70px;
    max-height: 70px;
  }
  .main-news-4days article .article-date {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992.98px) {
  header .header-body {
    display: none;
  }
  header, main.page-archive {
    padding-top: 0;
  }
  header .logo {
    min-width: 120px;
  }
  .mobile-header-bar {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  header .btn-menu {
    margin-left: auto;
  }
  header .link-search {
    margin-left: 30%;
  }
  header .cat-row {
    margin-top: 12px;
  }
  .category-main .wrapper, .opinions-archive .wrapper .today-news .row, .page-archive .wrapper, .single-opinions .wrapper .today-news .row, main .main-layout {
    flex-direction: column;
    margin-top: 10px;
  }
  main .main-col {
    width: 100%;
  }
  main .sidebar-col {
    max-width: 100%;
    margin-top: 45px;
  }
  main .main-article-top .article-img {
    max-width: 45%;
  }
  main .main-article-top .article-text {
    width: 55%;
  }
  main .main-article-top, main .section-info, main .section-info .subscribe .row, main .today-news .article {
    display: flex;
    flex-direction: row;
  }
  .category-main, main .section-info .subscribe .btn-subscribe {
    margin-top: 0;
  }
  main .section-info .subscribe .row {
    text-align: left;
  }
  main .section-info .author-info .text, main .section-info .subscribe {
    margin-top: 0;
  }
  main .section-info .author-info, main .section-info .subscribe {
    height: 154px;
  }
  main .section-info .author-info {
    padding-left: 50px;
  }
  main .section-info .author-info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main .today-news .article .article-img {
    margin: 0 20px 0 0;
    max-width: 283px;
    width: 100%;
    flex: 0 0 28%;
  }
  main article .category-list {
    justify-content: flex-start;
  }
  .sidebar-col .banner a {
    display: block;
  }
  .sidebar-col .block-subscribe .form-subscribe {
    max-width: 100%;
  }
  .sidebar-col .block-subscribe {
    position: static;
  }
  .category-main .today-news .news-item .row-top {
    flex-direction: row;
  }
  .page-archive .main-col .block-filters {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .page-single-news .wrapper {
    flex-direction: column;
  }
  .post-nav__items .post-nav__item:first-child {
    margin-right: 0;
  }
  .post-nav__items .post-nav__item {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .post-nav__items {
    justify-content: space-between;
  }
  .post-nav__top {
    flex-direction: row;
    align-items: center;
  }
  .post-nav__block .category-list {
    align-items: flex-end;
  }
  .post-nav__img .article-img {
    width: 90%;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 50%;
  }
  .post-nav__body {
    flex-direction: row;
  }
  .main-news-4days article {
    max-width: 24%;
    display: block;
  }
  .main-news-4days article .article-text {
    max-width: 100%;
  }
  .post-nav__img .article-img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .mobile-header-bar {
    width: 75%;
  }
  main .main-article-top, main .section-info, main .today-news .article {
    display: block;
    flex-direction: column;
  }
  main .main-article-top .article-img, main .today-news .article-text.with-img {
    max-width: 100%;
  }
  main .main-article-top .article-text {
    width: 100%;
  }
  main .section-info .author-info, main .section-info .subscribe {
    height: auto;
    width: 100%;
  }
  .post-nav__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-nav__block .category-list {
    align-items: flex-start;
  }
  .post-nav__img .article-img {
    width: 100%;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 100%;
  }
  .post-nav__body {
    flex-direction: column;
  }
  .main-news-4days article {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }
  .main-news-4days article .article-img {
    max-width: 180px;
  }
  .main-news-4days article .article-text {
    max-width: 60%;
  }
  main .today-news .article .article-img {
    max-width: 180px;
  }
  .single-opinions .single-opinion__article .opinion-header {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768.98px) {
  .modal-subscribe .modal-wrapper .col.col-left {
    min-height: auto;
  }
  .modal-subscribe .modal-text .title {
    max-width: 600px;
    padding-bottom: 26px;
  }
  .modal-subscribe .modal-wrapper .col.col-right {
    padding: 16px;
  }
  .modal-subscribe .select-css {
    background-color: white;
    padding: 10px 16px;
  }
  main .section-info .subscribe {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  header .logo img {
    width: 100px;
  }
  header .row.row-mobile {
    align-items: flex-start;
  }
  header .row.row-mobile .logo {
    position: absolute;
  }
  .mobile-header-bar {
    width: 100%;
  }
  header .link-search {
    margin-left: 35%;
  }
  main .section-info .subscribe .row {
    flex-direction: column;
    gap: 30px;
  }
  main .section-info .subscribe .subtitle {
    text-align: center;
  }
  .sidebar-col .block-statistic .list-tabs a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-col .block-subscribe {
    display: block;
  }
  .sidebar-col .block-subscribe .form-subscribe, .sidebar-col .block-subscribe .subscribe-info {
    padding: 20px 15px;
  }
  .category-main .today-news .news-item .row-top h1 {
    margin-right: 0;
  }
  .category-main .today-news .news-item .row-top {
    flex-direction: column;
  }
  main .today-date {
    margin-left: 0;
  }
  .post-nav__items .post-nav__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-nav__top {
    flex-direction: row;
    align-items: center;
  }
  .article-bottom-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .article .article-bottom-info .list-tags {
    max-width: 100%;
  }
  .article-bottom-info .share-post {
    margin-top: 20px;
  }
  .post-nav__block .category-list {
    align-items: flex-end;
  }
  .post-nav__img .article-img {
    width: 90%;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 50%;
  }
  .post-nav__body {
    flex-direction: row;
  }
  .main-news-4days {
    row-gap: 0;
    margin-bottom: 13px;
  }
  .main-news-4days article {
    max-width: 47%;
    display: block;
    margin-bottom: 20px;
  }
  .main-news-4days article .article-img, .main-news-4days article .article-text {
    max-width: 100%;
  }
  main article .category-list {
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
  }
  .post-nav__img .article-img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  .page-single-news .post-nav__item-title.with-img {
    max-width: 100%;
  }
  header .cat-row {
    margin-top: 10px;
  }
}
@media (max-width: 399.98px) {
  header .news-categories__item:not(:last-child) {
    margin-right: 15px;
  }
  header .news-categories__item:first-child {
    margin-left: 10px;
  }
  .main-news-4days article {
    max-width: 48%;
    flex-direction: column;
  }
  main .section-info .subscribe {
    padding: 10px 15px;
  }
  main .section-info .subscribe .title {
    text-align: center;
    font-size: 20px;
  }
  .page-single-news .article .article-img {
    width: 100%;
  }
  .single-opinions .single-opinion__article .desc {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .single-opinions .single-opinion__article .opinion-header {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-opinion__article.single-report__article .desc .gray-date, .single-opinion__article.single-report__article .desc .share-post {
    width: 100%;
  }
  .single-opinion__article.single-report__article .desc .novashare-buttons-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .single-opinion__article .desc a, .single-opinion__article.single-report__article .desc .gray-date {
    margin: 0;
  }
  .block-follow .item-follow .data {
    margin-left: 5px !important;
  }
  .main-news-4days article .article-title {
    font-size: 14px;
    line-height: 1.2;
  }
  .main-news-4days article .article-title .article-title, .main-news-4days article .article-title strong {
    font-size: 16px;
    line-height: 1.1;
  }
  .main-news-4days article .article-title a {
    max-height: 50px;
  }
  .block-follow .item-follow {
    margin: 0 3px !important;
  }
  .main-news-4days article .article-date {
    font-size: 12px;
  }
}
* {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #020c15;
}

body.no-overflow {
  overflow: hidden;
}

ul {
  list-style: none;
}

h1, h2, h3, li, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
}

button, input, select, textarea {
  font-family: Gilroy, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  min-width: 304px;
  max-width: 1440px;
  padding: 0 24px;
}

@media (max-width: 480px) {
  .wrapper {
    padding: 0 16px;
  }
}
.wrapper .row {
  display: flex;
}

.wrapper .row-top {
  padding: 5px 0;
  border-bottom: 1px solid #f7f8f9;
}

@media (max-width: 480px) {
  .wrapper .row-top {
    padding: 12px 0;
  }
}
.title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.01em;
  position: relative;
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 29px;
  }
}
.title.title-section {
  display: inline-block;
}

.title.title-section:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0051bd;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: -8px;
}

@media (max-width: 480px) {
  .title.title-section:after {
    width: 4px;
    height: 4px;
    margin-bottom: -2px;
    margin-left: 2px;
  }
}
.btn {
  border: 0;
  background-color: #0051bd;
  height: 52px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.btn:disabled {
  opacity: 0.5;
}

.btn.btn-subscribe {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-subscribe:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 11px;
}

.link-all {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #0051bd;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .link-all {
    font-size: 14px;
    line-height: 17px;
  }
}
.link-all:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 9px;
}

.icon {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-search {
  width: 19px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' stroke='%230051bd' stroke-width='2' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M13.5 14L18 18.5'/%3E%3Ccircle cx='8.25' cy='8.75' r='7.25'/%3E%3C/svg%3E");
}

.icon-plus {
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-plus.svg);
}

.icon-pencil {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-pencil.svg);
}

.icon-fb {
  width: 9px;
  height: 18px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-fb.svg);
}

.icon-telegram {
  width: 23px;
  height: 18px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-telegram.svg);
}

.icon-twitter {
  width: 23px;
  height: 18px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-twitter.svg);
}

.icon-fb-blue {
  width: 12px;
  height: 24px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-fb-blue.svg);
}

.icon-telegram-blue {
  width: 30px;
  height: 24px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-telegram-blue.svg);
}

.icon-twitter-blue {
  width: 30px;
  height: 18px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-twitter-blue.svg);
}

.icon-user {
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-user.svg);
}

.icon-eye {
  width: 18px;
  height: 12px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-eye.svg);
}

.icon-up {
  width: 12px;
  height: 18px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-up.svg);
}

.icon-close {
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-close-blue.svg);
}

.icon-flag-en {
  width: 18px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/flag-en.svg);
}

.icon-flag-ru {
  width: 18px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/flag-ru.svg);
}

.icon-flag-uk {
  width: 18px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/flag-uk.svg);
}

.icon-flag-fr {
  width: 18px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/flag-fr.svg);
}

.icon-flag-de {
  width: 18px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/flag-de.svg);
}

.icon-search-dark {
  width: 19px;
  height: 19px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-search-dark.svg);
  background-position: left;
  flex-shrink: 0;
}

.icon-arrow-right {
  width: 14px;
  height: 10px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-right.svg);
}

.icon-calendar {
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-calendar-blue.svg);
  cursor: pointer;
}

.form-control {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border: 0;
  padding: 0 16px;
  margin: 8px 0;
  font-size: 14px;
  color: #020c15;
  letter-spacing: 0.2px;
}

.form-control::-webkit-input-placeholder {
  color: #404851;
}

.form-control::-moz-placeholder {
  color: #404851;
}

.form-control:-ms-input-placeholder {
  color: #404851;
}

.form-control:-moz-placeholder {
  color: #404851;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group .form-control {
  margin-left: 8px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  height: 22px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #404851;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
}

.custom-checkbox input[type=checkbox]:checked + .check:after, .custom-checkbox input[type=checkbox]:checked + .check:before {
  opacity: 1;
}

.custom-checkbox .check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox .check:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #0051bd;
  border-radius: 1px;
  opacity: 0;
}

.custom-checkbox .check:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  right: 4px;
  opacity: 0;
}

.languages {
  display: flex;
  align-items: center;
  position: relative;
}

.languages .caption {
  color: #757575;
  letter-spacing: 0.02em;
}

.custom-select {
  margin-left: 4px;
}

.custom-select .item-lang, .custom-select .selected-lang {
  display: flex;
  align-items: center;
}

.custom-select .selected-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: relative;
}

.custom-select .selected-lang:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-select.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-left: 6px;
}

.custom-select .lang {
  font-size: 18px;
  font-weight: 600;
  color: #020c15;
  line-height: 21px;
  letter-spacing: 0.01em;
  margin-right: 5px;
}

.custom-select .list-langs {
  width: 100%;
  background-color: #f7f8f9;
  padding: 7px 16px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  margin-top: 12px;
  display: none;
}

.custom-select .item-lang {
  padding: 9px 0;
  cursor: pointer;
  justify-content: flex-end;
}

.custom-select .flag {
  width: 18px;
  height: 19px;
}

.custom-select.show .list-langs {
  display: block;
}

.custom-select.show .selected-lang:after {
  transform: none;
}

.modal-subscribe {
  display: none;
  max-width: 895px;
  width: 100%;
  position: relative;
  padding: 0;
}

.modal-subscribe:before {
  content: "";
  display: block;
  width: 374px;
  height: 100%;
  background-image: url(/wp-content/themes/ubn/assets/images/img-ellipse-big.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .modal-subscribe:before {
    display: none;
  }
}
.modal-subscribe .modal-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 35px 32px;
}

@media (max-width: 768px) {
  .modal-subscribe .modal-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
.modal-subscribe .col {
  width: 50%;
}

@media (max-width: 768px) {
  .modal-subscribe .col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-subscribe .col.col-left {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #0051bd;
    padding: 16px;
    padding-bottom: 0;
    min-height: 214px;
  }
}
@media (max-width: 768px) {
  .modal-subscribe .col.col-right {
    background: #f7f8f9;
    padding: 0 16px;
  }
}
.modal-subscribe .title {
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 47px;
}

@media (max-width: 480px) {
  .modal-subscribe .title {
    font-size: 24px;
    line-height: 31px;
  }
}
.modal-subscribe .subtitle {
  line-height: 21px;
  color: #fff;
}

@media (max-width: 768px) {
  .modal-subscribe .subtitle {
    display: none;
  }
}
.modal-subscribe .text-gray {
  color: #bdbdbd;
}

.modal-subscribe .modal-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.modal-subscribe .logo {
  display: block;
  max-width: 72px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .modal-subscribe .logo {
    display: none;
  }
}
.modal-subscribe .modal-img {
  position: absolute;
  left: 194px;
  bottom: 0;
}

@media (max-width: 768px) {
  .modal-subscribe .modal-img {
    position: static;
  }
}
@media (max-width: 768px) {
  .modal-subscribe .img-desktop {
    display: none;
  }
}
.modal-subscribe .img-mobile {
  display: none;
}

@media (max-width: 768px) {
  .modal-subscribe .img-mobile {
    display: block;
    width: 166px;
  }
}
.modal-subscribe .form-subscribe {
  margin-top: 27px;
}

@media (max-width: 768px) {
  .modal-subscribe .form-subscribe {
    margin-top: 0;
    padding: 30px 0 16px;
  }
}
.modal-subscribe .form-control {
  max-width: 388px;
  height: 42px;
  background-color: #f7f8f9;
  margin: 4px 0;
}

@media (max-width: 768px) {
  .modal-subscribe .form-control {
    background-color: #fff;
    max-width: 100%;
    height: 50px;
  }
}
.modal-subscribe .form-group {
  margin: 0 -4px;
}

@media (max-width: 768px) {
  .modal-subscribe .form-group {
    display: block;
  }
}
.modal-subscribe .form-group .form-control {
  max-width: 190px;
  margin: 4px;
}

@media (max-width: 768px) {
  .modal-subscribe .form-group .form-control {
    max-width: 100%;
    margin: 4px 0;
  }
}
.modal-subscribe .custom-checkbox {
  margin-top: 16px;
}

.modal-subscribe .btn {
  max-width: 388px;
  width: 100%;
  margin-top: 24px;
}

.modal-subscribe .fancybox-close-small {
  padding: 0;
  opacity: 1;
}

.modal-subscribe .fancybox-close-small:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: absolute;
  top: 21px;
  right: 21px;
}

.modal-subscribe .fancybox-close-small svg {
  display: none;
}

.modal-subscribe .title {
  max-width: 300px;
  padding-bottom: 30px;
}

.modal-cookies {
  width: 100%;
  background: #020c15;
  position: fixed;
  left: 0;
  bottom: 0;
}

.modal-cookies.hide {
  display: none;
}

.modal-cookies .modal-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px 34px 24px 44px;
}

@media (max-width: 992px) {
  .modal-cookies .modal-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .modal-cookies .modal-wrapper {
    padding: 24px 16px;
  }
}
.modal-cookies .text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-left: 72px;
}

@media (max-width: 480px) {
  .modal-cookies .text {
    margin-left: 16px;
  }
}
.modal-cookies .col {
  display: flex;
  align-items: center;
}

.modal-cookies .col.col-left {
  flex: 0 0 60%;
}

@media (max-width: 1200px) {
  .modal-cookies .col.col-left {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .modal-cookies .col.col-left {
    align-items: flex-start;
  }
  .modal-cookies .col.col-left img {
    width: 32px;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .modal-cookies .col.col-right {
    flex-direction: column;
    width: 100%;
  }
}
.modal-cookies .btn-inline {
  height: auto;
  background-color: transparent;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin-left: 42px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .modal-cookies .btn-inline {
    margin-left: 0;
    width: 100%;
  }
}
.modal-cookies .btn-blue {
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .modal-cookies .btn-blue {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .modal-cookies .btn {
    margin-top: 26px;
  }
}
.fancybox-bg {
  background: #020c15;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.mb-15 {
  margin-bottom: 15px;
}

.article {
  padding: 8px 0;
}

.article.single {
  margin: 60px 0 40px 0;
}

.article .date {
  font-weight: 600;
  line-height: 21px;
  color: #0051bd;
  letter-spacing: 0.01em;
  display: block;
}

.article h3 {
  max-width: none;
}

.article .title-article {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.01em;
  display: inline;
}

.article.single .title-article {
  font-size: 36px;
  line-height: 42px;
}

.article .desc {
  color: #404851;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 16px 0;
}

.article.single .desc {
  font-size: 24px;
}

.article .list-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1px -8px 0;
}

.article .list-tags li {
  margin: 0 8px;
}

.article .list-tags a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #757575;
  letter-spacing: 0.01em;
  text-transform: lowercase;
}

.article .list-tags a:hover {
  color: #444;
}

.article .author-info {
  display: flex;
  align-items: center;
  margin: 16px -17px 0;
}

.article .author-info .item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin: 0 17px;
}

.article .author-info .icon {
  margin-right: 8px;
}

.article .article-img {
  margin-left: 32px;
}

.article .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article.main-article .title-article {
  font-size: 30px;
  font-weight: 500;
  line-height: 47px;
}

.article.main-article .title-article:before {
  display: none;
}

.article.main-article .desc {
  margin-top: 24px;
}

.article.main-article .article-img {
  flex: 0 0 50%;
  height: 383px;
}

@media (max-width: 480px) {
  .article.main-article .article-img {
    height: 193px;
  }
}
.article.with-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article.with-img.main-article {
  align-items: start;
}

.main-article__date {
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .article.with-img {
    flex-direction: column;
  }
  .article.with-img .article-img {
    order: -1;
    margin-left: 0;
  }
  .article.with-img .article-text {
    margin-top: 24px;
  }
}
.article.img-square .article-img {
  flex: 0 0 205px;
  height: 205px;
}

@media (max-width: 768px) {
  .article.img-square .article-img {
    flex: 0 0 100%;
    height: 193px;
  }
}
.article.img-square .desc {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .article.img-square .article-text {
    margin-top: 16px;
  }
}
.article.with-img {
  justify-content: space-between;
}

.desc p {
  display: inline;
}

.article-text .desc a {
  text-decoration: underline;
}

.banner a {
  display: inline-block;
  position: relative;
}

.banner .label {
  height: 37px;
  background-color: #f7f8f9;
  padding: 0 8px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.01em;
  color: #0051bd;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 480px) {
  .banner .label {
    top: 10px;
    right: 10px;
  }
}
.banner .caption {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #c5c3c6;
  letter-spacing: 0.2px;
  margin-top: 15px;
}

.banner img {
  width: 100%;
  height: 100%;
}

header .row {
  padding: 5px 0 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}

@media (max-width: 992px) {
  header .row {
    display: none !important;
  }
}
header .row.row-mobile {
  display: none;
  border-bottom: 1px solid #f7f8f9;
}

@media (max-width: 992px) {
  header .row.row-mobile {
    display: flex !important;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  header .logo {
    max-width: 45px;
  }
}
header .main-nav ul {
  display: flex;
  align-items: center;
}

header .main-nav li {
  margin: 0 35px;
}

@media (max-width: 1200px) {
  header .main-nav li {
    margin: 0 20px;
  }
}
header .main-nav a {
  display: block;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 37px 0;
  border-bottom: 3px solid transparent;
  transition: border 0.3s ease;
}

header .main-nav a.active, header .main-nav a:hover {
  border-color: #0051bd;
}

header .main-nav a.color-blue {
  display: flex;
  align-items: center;
  color: #0051bd;
}

header .main-nav .icon-search {
  margin-left: 8px;
}

header .btn-menu {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23020c15' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5 5h16v2H5zm-3 6h19v2H2zm7 6h12v2H9z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  display: none;
  cursor: pointer;
}

@media (max-width: 992px) {
  header .btn-menu {
    display: block;
  }
}
header .link-search {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #0051bd;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  header .link-search {
    font-size: 14px;
    line-height: 17px;
  }
}
header .link-search .icon-search {
  margin-right: 8px;
}

header .mobile-navbar {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 2px;
  left: 0;
  display: none;
}

header .mobile-navbar .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 20px 20px 36px 20px;
}

header .mobile-navbar.show {
  display: block;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
}

header .mobile-navbar .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #f7f8f9;
}

header .mobile-navbar .title {
  margin: 16px 0;
}

header .mobile-navbar .mobile-nav {
  padding-top: 18px;
  border-top: 1px solid #f7f8f9;
}

header .mobile-navbar .mobile-nav a {
  display: block;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 3px solid transparent;
  transition: border 0.3s ease;
}

header .mobile-navbar .mobile-nav a.color-blue {
  display: flex;
  align-items: center;
  color: #0051bd;
}

header .mobile-navbar .icon-search {
  margin-left: 8px;
}

header .mobile-navbar .langs, header .mobile-navbar .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .mobile-navbar .social {
  padding: 16px 0;
  border-top: 1px solid #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
}

header .mobile-navbar .social .title {
  margin: 0;
}

header .mobile-navbar .social ul {
  display: flex;
  align-items: center;
  margin: 0 -14px;
}

header .mobile-navbar .social li {
  margin: 0 14px;
}

header .mobile-navbar .icon-fb {
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-fb-blue.svg);
}

header .mobile-navbar .icon-telegram {
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-telegram-blue.svg);
}

header .mobile-navbar .icon-twitter {
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-twitter-blue.svg);
}

header .mobile-navbar .languages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #f7f8f9;
  border-bottom: 1px solid #f7f8f9;
  margin-top: 24px;
}

header .mobile-navbar .languages .custom-select .list-langs {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.mobile-navbar .title.title-section:after {
  display: none;
}

footer {
  background-color: #020c15;
  position: relative;
}

footer .logo img {
  width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  footer .logo img {
    width: 150px;
  }
}
footer .btn-up {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  background-color: #0051bd;
  cursor: pointer;
}

footer .footer-top-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  footer .footer-top-mobile {
    display: flex;
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  footer .footer-top-mobile .logo {
    max-width: 120px;
  }
}
footer .footer-bottom, footer .footer-top {
  display: flex;
  justify-content: space-between;
}

footer .footer-top {
  padding: 54px 128px 65px 0;
}

@media (max-width: 1200px) {
  footer .footer-top {
    position: relative;
  }
}
@media (max-width: 755px) {
  footer .footer-top {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  footer .footer-top .logo {
    display: none;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding: 58px 0 65px 0;
    white-space: normal;
  }
}
footer .footer-top:before {
  content: "";
  display: block;
  width: 84px;
  height: 215px;
  background-image: url(/wp-content/themes/ubn/assets/images/img-ellipse.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  footer .footer-top:before {
    right: -24px;
  }
}
@media (max-width: 768px) {
  footer .footer-top:before {
    top: auto;
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  footer .footer-top:before {
    right: -16px;
    width: 61px;
    height: 154px;
  }
}
footer .footer-bottom {
  padding: 27px 0;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  footer .footer-bottom .social {
    display: none;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom {
    padding: 24px 0;
  }
}
footer .footer-nav {
  max-width: 910px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}

footer .footer-nav > :not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 992px) {
  footer .footer-nav {
    margin-left: 0;
  }
  footer .footer-nav ul {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  footer .footer-nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  footer .footer-nav ul {
    margin: 0;
  }
}
footer .main-menu li + li {
  margin-top: 32px;
}

footer .main-menu a {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #fff;
}

@media (max-width: 480px) {
  footer .main-menu a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  footer .secondary-menu {
    margin-top: -3px !important;
  }
}
footer .secondary-menu li + li {
  margin-top: 22px;
}

@media (max-width: 480px) {
  footer .secondary-menu li + li {
    margin-top: 13px;
  }
}
footer .secondary-menu a {
  color: #bdbdbd;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  footer .secondary-menu a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  footer .additional-info {
    width: 100%;
    margin-top: 65px !important;
  }
}
footer .additional-info li + li {
  margin-top: 40px;
}

@media (max-width: 768px) {
  footer .additional-info li + li {
    margin-top: 32px;
  }
}
footer .additional-info .caption {
  font-size: 14px;
  line-height: 22px;
  color: #bdbdbd;
  letter-spacing: 0.02em;
}

footer .additional-info .link {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 480px) {
  footer .additional-info .link {
    font-size: 18px;
    line-height: 22px;
    margin-top: 4px;
  }
}
footer .additional-info .link .icon {
  margin-left: 12px;
}

@media (max-width: 480px) {
  footer .additional-info .link .icon {
    margin-left: 10px;
  }
}
footer .additional-info .link .icon-search {
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-search-white.svg);
}

footer .social {
  display: flex;
  align-items: center;
}

footer .social li {
  margin: 0 14px;
}

footer .copyright {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  letter-spacing: 0.2px;
}

@media (max-width: 480px) {
  footer .copyright {
    color: #bdbdbd;
  }
}
footer .languages .caption {
  color: #757575;
}

@media (max-width: 480px) {
  footer .languages .caption {
    display: none;
  }
}
footer .custom-select .selected-lang .lang {
  color: #f7f8f9;
}

footer .custom-select .list-langs {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 610px) {
  footer .footer-top .secondary-menu {
    margin-right: 0;
  }
}
@media (max-width: 466px) {
  footer .footer-top .secondary-menu {
    max-width: 200px;
  }
  footer .footer-top .main-menu {
    max-width: 100px;
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .main-menu {
    margin-right: 35px;
  }
  .custom-select .list-langs {
    padding: 7px 26px;
    width: auto;
  }
}
@media (max-width: 480px) {
  header .mobile-navbar .languages {
    padding-bottom: 70px;
  }
}
.section-main-news .row {
  justify-content: space-between;
}

.section-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #f7f8f9;
}

@media (max-width: 768px) {
  .section-info {
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
  }
}
.section-info .col {
  max-width: 300px;
}

.section-info .author-info {
  width: 50%;
  display: flex;
  margin-bottom: -47px;
}

@media (max-width: 768px) {
  .section-info .author-info {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f8f9;
    padding-bottom: 16px;
  }
}
.section-info .author-info .img-wrap {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-info .author-info .img-wrap {
    text-align: center;
  }
}
.section-info .author-info .text {
  margin-left: 80px;
}

@media (max-width: 992px) {
  .section-info .author-info .text {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .section-info .author-info .text {
    margin-top: 18px;
  }
}
.section-info .author-info .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.section-info .author-info .text-gray {
  color: #bdbdbd;
}

.section-info .author-info .desc {
  font-size: 14px;
  color: #404851;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.section-info .subscribe {
  flex: 0 0 50%;
  background-color: #f7f8f9;
  padding: 24px;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .section-info .subscribe {
    margin-top: 16px;
    margin-left: 0;
  }
}
.section-info .subscribe .row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .section-info .subscribe .row {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .section-info .subscribe .btn-subscribe {
    margin-top: 24px;
  }
}
.section-info .subscribe .title {
  font-size: 24px;
  line-height: 29px;
}

.section-info .subscribe .subtitle {
  font-size: 14px;
  color: #404851;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.section-info .subscribe .caption {
  font-size: 14px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 12px;
}

.section-news {
  padding: 16px 0 50px;
}

@media (max-width: 1200px) {
  .section-news > .row {
    flex-direction: column;
  }
}
.section-news .col .row {
  justify-content: space-between;
  align-items: center;
}

.section-news .col-left {
  flex: 0 0 58%;
  padding-right: 16px;
}

@media (max-width: 1200px) {
  .section-news .col-left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.section-news .col-left .banner {
  margin-top: 10px;
}

.section-news .col-right {
  flex: 0 0 42%;
  padding-left: 16px;
}

@media (max-width: 1200px) {
  .section-news .col-right {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.section-news .col-right .banner {
  margin: 12px 0;
}

.section-news .link-more-news {
  margin-top: 42px;
}

.section-news .earlier-news {
  padding-bottom: 16px;
  border-bottom: 1px solid #f7f8f9;
}

.section-news .earlier-news .row {
  padding: 30px 0 6px;
}

.section-news .earlier-news .article:not(:first-child) {
  border-top: 1px solid #f7f8f9;
}

.block-follow {
  border-bottom: 1px solid #f7f8f9;
  padding: 22px 0 16px;
}

@media (max-width: 480px) {
  .block-follow {
    padding-bottom: 30px;
  }
}
.block-follow .follow-info {
  display: flex;
  align-items: center;
  margin: 16px -8px 0;
}

.block-follow .item-follow {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  align-items: center;
  flex: 1 1 auto;
  height: 78px;
  background-color: #f7f8f9;
  font-weight: 500;
  line-height: 21px;
  margin: 0 8px;
}

.block-follow .item-follow .data {
  margin-left: 5px;
}

.block-subscribe {
  padding: 32px 0;
}

.block-subscribe.block-subscribe__article {
  display: none;
  padding: 0 0 45px;
  text-align: center;
}
.block-subscribe.block-subscribe__article img {
  max-height: 550px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .block-follow .follow-info {
    display: grid;
    grid-template-columns: 40% 40%;
    row-gap: 25px;
    margin: 16px 0 0;
  }
  .block-follow .item-follow {
    width: 100px;
    margin: 0;
    height: 60px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .block-subscribe {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .block-subscribe {
    display: flex;
    justify-content: center;
  }
  .block-subscribe.block-subscribe__article {
    margin: 0 auto;
    max-width: 400px;
    display: block;
  }
  .block-follow .item-follow {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .block-subscribe {
    display: none;
  }
}
.block-subscribe .subscribe-info {
  background-color: #0051bd;
  padding: 48px 48px 0 48px;
}

.block-subscribe .title {
  color: #f7f8f9;
  line-height: 47px;
  letter-spacing: 0.02em;
  padding-bottom: 48px;
}

.block-subscribe img {
  flex-shrink: 0;
  align-self: flex-end;
}

.block-subscribe .form-subscribe {
  background-color: #f7f8f9;
  max-width: 561px;
  padding: 48px;
  margin: 0 auto;
}

.block-subscribe .btn {
  width: 100%;
  margin-top: 24px;
}

.block-statistic {
  padding: 48px 0 36px;
}

.block-statistic .list-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
  margin-top: 18px;
}

.block-statistic .list-tabs {
  overflow-x: scroll;
}

.block-statistic .list-tabs a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: #bdbdbd;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 22px 0;
  transition: all 0.3s ease;
}

.block-statistic .list-tabs a.active, .block-statistic .list-tabs a:hover {
  color: #0051bd;
  border-color: #0051bd;
}

.block-statistic .list-data .item-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  letter-spacing: 0.2px;
  color: #020c15;
}

.block-statistic .list-data .item-data.active .caption {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.block-statistic .list-data .item-data.active .caption:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0051bd;
  border-radius: 50%;
  margin-left: 7px;
  flex-shrink: 0;
}

.block-statistic .list-data .item-data:nth-child(even) {
  background-color: #f7f8f9;
}

.block-statistic .list-data .item-data .text-red {
  color: #eb5757;
}

.block-statistic .list-data .item-data .text-green {
  color: #27ae60;
}

.block-statistic .list-data .values {
  margin: 0 -8px;
}

.block-statistic .list-data .values span {
  padding: 0 8px;
}

.block-statistic #chart {
  background-color: #f7f8f9;
  margin-top: 24px;
}

@media (max-width: 480px) {
  .block-statistic .list-tabs a {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-archive {
  padding-top: 16px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .page-archive {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .page-archive .row:not(.row-top) {
    flex-direction: column;
  }
}
.page-archive .col-left {
  flex: 0 0 60%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .page-archive .col-left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.page-archive .col-left > .block-filters {
  display: none;
}

@media (max-width: 768px) {
  .page-archive .col-left > .block-filters {
    display: block;
  }
}
.page-archive .col-right {
  flex: 0 0 40%;
  padding-left: 16px;
}

@media (max-width: 768px) {
  .page-archive .col-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-archive .banner {
    display: none;
  }
}
.page-archive .block-filters {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .page-archive .block-filters {
    padding-bottom: 0;
  }
}
.page-archive .filter-archive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  margin: 0 -16px;
}

@media (max-width: 480px) {
  .page-archive .filter-archive {
    flex-direction: column;
  }
}
.page-archive .filter-archive .form-group {
  margin: 0;
}

.page-archive .filter-archive label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
  letter-spacing: 0.2px;
}

.page-archive .filter-archive .form-group {
  width: 50%;
  display: block;
  padding: 0 16px;
}

@media (max-width: 480px) {
  .page-archive .filter-archive .form-group {
    width: 100%;
  }
}
.page-archive .filter-archive .form-group:last-child {
  border-left: 1px solid rgba(189, 189, 189, 0.2);
}

@media (max-width: 480px) {
  .page-archive .filter-archive .form-group:last-child {
    margin-top: 16px;
  }
}
.page-archive .custom-select {
  position: relative;
}

.page-archive .custom-select:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-left-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  transform: rotate(-90deg);
  margin: auto;
  pointer-events: none;
}

.page-archive .filter-select {
  width: 100%;
  font-size: 14px;
  color: #020c15;
  height: 41px;
  background-color: #fff;
  border: 0;
  margin-top: 4px;
  padding: 0 24px 0 16px;
  -webkit-appearance: none;
  appearance: none;
}

.page-about .row-about {
  border-top: 1px solid #f7f8f9;
  padding: 16px 0 48px;
}

@media (max-width: 992px) {
  .page-about .row-about {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .page-about .row-about {
    padding-top: 0;
  }
}
.page-about .col-left {
  flex: 0 0 58%;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .page-about .col-left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.page-about .col-right {
  flex: 0 0 42%;
  padding-left: 15px;
  border-left: 1px solid #f7f8f9;
}

@media (max-width: 992px) {
  .page-about .col-right {
    flex: 0 0 100%;
    padding-left: 0;
    border-left: 0;
  }
}
.page-about .block-subscribe {
  padding: 16px 0 0;
}

@media (max-width: 480px) {
  .page-about .block-subscribe {
    display: block;
  }
  .page-about .block-subscribe .subscribe-info {
    padding: 16px 16px 0;
    overflow: hidden;
    position: relative;
  }
  .page-about .block-subscribe img {
    max-width: 50%;
    position: absolute;
    right: -32px;
  }
  .page-about .block-subscribe .title {
    max-width: 50%;
    line-height: 31px;
  }
  .page-about .block-subscribe .form-subscribe {
    padding: 30px 16px 16px;
  }
  .page-about .block-subscribe .form-control {
    margin: 4px 0;
  }
  .page-about .block-subscribe .form-group {
    display: block;
    margin: 0;
  }
  .page-about .block-subscribe .form-group .form-control {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-about .block-follow {
  padding-top: 0;
}

.section-top-about {
  position: relative;
  padding: 32px 0 28px 119px;
}

@media (max-width: 768px) {
  .section-top-about {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .section-top-about {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .section-top-about .row {
    flex-direction: column;
  }
}
.section-top-about .title {
  display: inline;
  font-family: "Cera Pro", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 38px;
}

@media (max-width: 480px) {
  .section-top-about .title {
    font-size: 41px;
    line-height: 37px;
  }
}
.section-top-about .title:after {
  width: 11px;
  height: 11px;
  bottom: 12px;
  right: -16px;
}

.section-top-about .desc {
  line-height: 29px;
  letter-spacing: 0.02em;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .section-top-about .desc {
    padding-right: 45px;
  }
}
@media (max-width: 480px) {
  .section-top-about .desc {
    margin-top: 20px;
  }
}
.section-top-about .desc p + p {
  margin-top: 16px;
}

.section-top-about .btn-subscribe {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .section-top-about .btn-subscribe {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .section-top-about .col-text {
    position: relative;
    margin-top: 25px;
  }
}
.section-top-about .col-text:before {
  content: "";
  display: block;
  width: 111px;
  height: 333px;
  background-image: url(/wp-content/themes/ubn/assets/images/img-ellipse-about.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 75px;
  left: 0;
}

@media (max-width: 768px) {
  .section-top-about .col-text:before {
    width: 46px;
    height: 115px;
    background-image: url(/wp-content/themes/ubn/assets/images/img-ellipse.svg);
    top: 0;
    left: auto;
    right: -24px;
  }
}
@media (max-width: 480px) {
  .section-top-about .col-text:before {
    right: -16px;
  }
}
.section-top-about .col-img {
  flex: 0 0 54%;
  position: relative;
  padding: 24px 0;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .section-top-about .col-img {
    order: -1;
    flex: 0 0 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .section-top-about .col-img {
    padding: 16px 0;
  }
}
.section-top-about .col-img:before {
  content: "";
  display: block;
  width: 85%;
  height: 430px;
  background-color: #f7f8f9;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: -1;
}

@media (max-width: 768px) {
  .section-top-about .col-img:before {
    right: auto;
    left: -24px;
  }
}
@media (max-width: 480px) {
  .section-top-about .col-img:before {
    height: 225px;
    left: -16px;
  }
}
.section-top-about .col-img img {
  height: 383px;
}

@media (max-width: 778px) {
  .section-top-about .col-img img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .section-top-about .col-img img {
    height: 193px;
  }
}
@media (max-width: 992px) {
  .block-about-us {
    padding-bottom: 48px;
    border-bottom: 1px solid #f7f8f9;
  }
}
.block-about-us .desc {
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 26px;
}

@media (max-width: 480px) {
  .block-about-us .desc {
    margin-top: 24px;
  }
}
.block-about-us .list-reviews {
  margin-top: 32px;
}

.block-about-us .item-review {
  display: flex;
  align-items: flex-start;
  background-color: #f7f8f9;
  border-left: 4px solid #0051bd;
  padding: 24px 28px;
}

@media (max-width: 480px) {
  .block-about-us .item-review {
    flex-direction: column;
    padding: 24px 16px 16px;
  }
}
.block-about-us .item-review + .item-review {
  margin-top: 24px;
}

@media (max-width: 480px) {
  .block-about-us .item-review + .item-review {
    margin-top: 16px;
  }
}
.block-about-us .item-review .text {
  margin-left: 24px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #000;
}

@media (max-width: 480px) {
  .block-about-us .item-review .text {
    margin-left: 0;
    margin-top: 16px;
  }
}
.block-about-us .item-review .review {
  font-style: italic;
}

.block-about-us .item-review .author {
  font-weight: 600;
  margin-top: 24px;
}

.block-about-us .contact-info {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000;
  margin-top: 64px;
}

@media (max-width: 480px) {
  .block-about-us .contact-info {
    margin-top: 48px;
  }
}
.block-about-us .contact-info a {
  color: #0051bd;
}

.block-team .team-member {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #f7f8f9;
}

@media (max-width: 992px) {
  .block-team .team-member {
    flex-direction: column;
    align-items: center;
  }
}
.block-team .team-member .img {
  width: 206px;
  height: 206px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .block-team .team-member .img {
    width: 100%;
    height: 193px;
  }
}
.block-team .team-member .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-team .team-member .text {
  margin-left: 32px;
}

@media (max-width: 992px) {
  .block-team .team-member .text {
    margin-left: 0;
    margin-top: 16px;
  }
}
.block-team .team-member .member-name {
  font-size: 18px;
  font-weight: 600;
  color: #0051bd;
  line-height: 21px;
  letter-spacing: 0.01em;
}

.block-team .team-member .member-info {
  font-size: 14px;
  line-height: 22px;
  color: #404851;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

@media (max-width: 992px) {
  .page-privacy-policy .row {
    flex-direction: column;
  }
}
.page-privacy-policy .col-left {
  flex: 0 0 58%;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .page-privacy-policy .col-left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.page-privacy-policy .col-right {
  flex: 0 0 42%;
  padding-left: 15px;
}

.page-privacy-policy .col-right.col-right--categories {
  flex-basis: auto;
}

.page-privacy-policy .col-left.col-left--categories {
  flex-basis: auto;
}

@media (max-width: 992px) {
  .page-privacy-policy .col-right {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.page-privacy-policy .policy-info {
  padding: 32px 0 60px;
}

@media (max-width: 992px) {
  .page-privacy-policy .policy-info {
    padding-bottom: 5px;
  }
}
.page-privacy-policy .policy-info .title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}

.page-privacy-policy .policy-info .desc {
  line-height: 29px;
  color: #404851;
  letter-spacing: 0.02em;
}

.page-privacy-policy .policy-info .desc p {
  margin-top: 16px;
}

.page-privacy-policy .policy-info .item-info + .item-info {
  margin-top: 48px;
}

.policy-info strong, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 500;
  max-width: 400px;
}

.single-news__article p {
  display: inline;
}

.policy-info.article .list-tags {
  margin-top: 15px;
}

.page-privacy-policy .block-subscribe {
  overflow: hidden;
}

@media (max-width: 480px) {
  .page-privacy-policy .block-subscribe {
    display: block;
  }
  .page-privacy-policy .block-subscribe .subscribe-info {
    padding: 16px 16px 0;
    overflow: hidden;
    position: relative;
  }
  .page-privacy-policy .block-subscribe img {
    max-width: 50%;
    position: absolute;
    right: -32px;
  }
  .page-privacy-policy .block-subscribe .title {
    max-width: 50%;
    line-height: 31px;
  }
  .page-privacy-policy .block-subscribe .form-subscribe {
    padding: 30px 16px 16px;
  }
  .page-privacy-policy .block-subscribe .form-control {
    margin: 4px 0;
  }
  .page-privacy-policy .block-subscribe .form-group {
    display: block;
    margin: 0;
  }
  .page-privacy-policy .block-subscribe .form-group .form-control {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-search {
  padding-top: 16px;
}

@media (max-width: 768px) {
  .page-search {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .page-search .row:not(.row-top) {
    flex-direction: column;
  }
}
.page-search .col-left {
  flex: 0 0 60%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .page-search .col-left {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.page-search .col-right {
  flex: 0 0 40%;
  padding-left: 16px;
}

@media (max-width: 768px) {
  .page-search .col-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-search .banner {
    display: none;
  }
}
@media (max-width: 768px) {
  .block-advanced-search .search-result {
    margin-top: 8px;
  }
}
.block-advanced-search .form-search {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 6px 6px 6px 16px;
  margin-top: 16px;
}

@media (max-width: 480px) {
  .block-advanced-search .form-search {
    height: 50px;
    padding-right: 16px;
  }
}
.block-advanced-search .form-search + .block-filters {
  display: none;
}

@media (max-width: 768px) {
  .block-advanced-search .form-search + .block-filters {
    display: block;
  }
}
.block-advanced-search .form-search .form-control {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  height: auto;
  background-color: transparent;
  margin: 0;
  padding: 0 16px;
}

.block-advanced-search .form-search .form-group {
  flex: 1 1 auto;
  margin: 0;
}

.block-advanced-search .form-search .icon-close {
  border: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-close.svg);
  cursor: pointer;
}

.block-advanced-search .form-search .bnt-send {
  flex: 0 0 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
}

@media (max-width: 480px) {
  .block-advanced-search .form-search .bnt-send {
    display: none;
  }
}
.block-filters {
  background-color: #f7f8f9;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .block-filters {
    margin: 16px -24px 0;
  }
}
.block-filters .filter-mobile {
  display: none;
}

.block-filters .filter-mobile.open {
  display: block;
  padding-bottom: 16px;
}

.block-filters .btn-filter-mobile {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #0051bd;
  text-transform: uppercase;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.block-filters .btn-filter-mobile:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-filter.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 9px;
}

.block-filters .row {
  justify-content: space-between;
}

.block-filters .row-top {
  border-color: rgba(189, 189, 189, 0.2);
}

@media (max-width: 768px) {
  .block-filters .row-top {
    border: 0;
  }
}
@media (max-width: 480px) {
  .block-filters .row-top {
    padding: 16px 0;
  }
}
.block-filters .title {
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 480px) {
  .block-filters .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.block-filters .btn-filter {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0 12px;
}

@media (max-width: 480px) {
  .block-filters .btn-filter {
    width: 50%;
    height: 52px;
    line-height: 52px;
    margin: 0 7px;
  }
}
.block-filters .btn-filter.btn-clear {
  color: #eb5757;
}

@media (max-width: 480px) {
  .block-filters .btn-filter.btn-clear {
    color: #fff;
    background-color: #eb5757;
  }
}
.block-filters .btn-filter.btn-apply {
  color: #0051bd;
}

@media (max-width: 480px) {
  .block-filters .btn-filter.btn-apply {
    color: #fff;
    background-color: #0051bd;
  }
}
.block-filters .group-btn {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}

@media (max-width: 480px) {
  .block-filters .group-btn {
    margin: 32px -7px 0;
  }
}
.block-filters .filter-dates, .block-filters .filter-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

@media (max-width: 480px) {
  .block-filters .filter-dates, .block-filters .filter-tags {
    flex-direction: column;
  }
}
.block-filters .filter-dates .form-group, .block-filters .filter-tags .form-group {
  margin: 0;
}

@media (max-width: 768px) {
  .block-filters .filter-dates {
    border-top: 1px solid rgba(189, 189, 189, 0.2);
  }
}
.block-filters .filter-dates label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
  letter-spacing: 0.2px;
}

.block-filters .filter-dates .form-control {
  max-width: 240px;
  height: 42px;
  background-color: #fff;
  font-size: 14px;
  color: #020c15;
  margin: 0;
}

@media (max-width: 480px) {
  .block-filters .filter-dates .form-control {
    max-width: 100%;
  }
}
.block-filters .filter-dates .form-group {
  display: block;
}

@media (max-width: 480px) {
  .block-filters .filter-dates .form-group {
    width: 100%;
  }
}
.block-filters .filter-dates .form-group:last-child {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .block-filters .filter-dates .form-group:last-child {
    margin-left: 0;
    margin-top: 16px;
  }
}
.block-filters .filter-dates .form-group-date {
  display: flex;
  align-items: center;
  margin-top: 5px;
  background-color: #fff;
  padding-right: 16px;
}

.block-filters .filter-tags {
  align-items: flex-start;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}

.block-filters .filter-tags .caption {
  font-size: 14px;
  line-height: 16px;
  color: #404851;
  letter-spacing: 0.2px;
}

.block-filters .filter-tags .text-gray {
  color: #bdbdbd;
  font-style: italic;
}

.block-filters .filter-tags .form-group {
  margin: 5px 0 0;
  background-color: #fff;
  position: relative;
}

.block-filters .filter-tags .form-group .icon-search {
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-search-dark.svg);
  background-position: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

.block-filters .filter-tags .form-group .form-control {
  background-color: transparent;
  height: 42px;
  font-size: 12px;
  margin: 0;
  padding: 0 16px 0 33px;
  border: 1px solid transparent;
}

.block-filters .filter-tags .form-group .form-control:focus {
  border-color: #0051bd;
}

.block-filters .filter-tags .list-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px -2px 0;
}

.block-filters .filter-tags .item-tag {
  padding: 8px 6px;
  border: 1px solid #bdbdbd;
  margin: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: lowercase;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}

.block-filters .filter-tags .selected-tags {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .block-filters .filter-tags .selected-tags {
    margin-left: 0;
    margin-top: 30px;
  }
}
.block-filters .filter-tags .selected-tags .list-tags {
  margin-top: 5px;
}

.block-filters .filter-tags .selected-tags .item-tag {
  background-color: #fff;
  border-color: #fff;
  color: #0051bd;
}

.block-statistic > div.tabs-content:not(.active) {
  display: none;
  order: 1;
}

.tabs-content {
  transition: all 0.4s;
}

.earlier-news .article .title-article {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-top: 16px;
}

input[type=email].error, input[type=text].error {
  border: 1px solid red;
}

input[type=checkbox].error + .check {
  border: 1px solid red;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  max-width: 389px;
}

header .nav-link--active a {
  border-color: #0051bd;
}

.today-news .article .title-article:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0051bd;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}

.block-archive .article .title-article:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0051bd;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}

.page-single-news .article .title-article:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0051bd;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}

.form-group .mc-field-group {
  flex: 1;
  margin: 8px;
}

.block-subscribe .form-group {
  margin-top: -8px;
}

.form-group .mc-field-group--nomargin {
  margin-left: 0;
}

.form-group .mc-field-group--nomargin input {
  margin-left: 0;
}

#mc_embed_signup div.mce_inline_error {
  display: none !important;
}

.clear .response {
  margin-top: 20px;
  padding: 10px;
}

#mce-success-response {
  border: 1px solid green;
}

#mce-error-response {
  border: 1px solid red;
}

.modal-wrapper .form-group .mc-field-group {
  margin: 0;
}

.modal-wrapper .form-group .mc-field-group--nomargin {
  margin-right: -28px;
}

@media (max-width: 780px) {
  .modal-subscribe .form-group {
    margin-right: 0;
  }
  .modal-wrapper .form-group .mc-field-group--nomargin {
    margin: 0;
  }
}
.remodal-is-opened .modal-subscribe {
  display: inline-block;
}

.modal-wrapper .remodal-close {
  right: 0;
  top: 0;
  left: unset;
}

.modal-wrapper .mc-field-group {
  display: flex;
}

.clear {
  display: flex;
  margin-bottom: 15px;
}

.section-news .remodal-close {
  display: none;
}

.block-subscribe .remodal-close {
  display: none;
}

.news-categories {
  width: 100%;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.news-categories__list {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
  padding: 4px 0 5px 0;
}

.news-categories__item:not(:last-child) {
  margin-right: 15px;
}

.news-categories__item {
  color: #0051bd;
}

.news-categories__item.active {
  color: #757575;
}

.news-categories__item:hover {
  color: #020c15;
}

.news-categories__title {
  text-transform: uppercase;
  margin-right: 32px;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .news-categories__item {
    font-size: 14px;
  }
}
.news-categories__item:last-child {
  margin-right: 0;
  position: relative;
  z-index: 5;
}

.news-categories__item:last-child::before {
  content: "";
  padding: 0 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 30.7px;
  background: #070F52;
  z-index: -1;
}

.section-main-news .row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 976px) {
  .section-main-news .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 876px) {
  .section-main-news .row .col-left {
    margin-bottom: 30px;
  }
  .news-categories__title {
    display: none;
  }
}
.category-top .row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1400px) {
  .category-top .row .col-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .category-top .row {
    flex-wrap: wrap;
  }
}
.category-main .block-subscribe {
  display: block;
}

.overflow {
  overflow: auto;
  max-width: 100%;
}

.page-single-news .row {
  flex-wrap: wrap;
  padding-top: 80px;
}

.page-single-news .block-subscribe {
  display: block;
}

.single-news__article {
  flex: 0 0 58%;
  padding-right: 15px;
}

.single-news__article .desc {
  margin-top: 0;
  margin-bottom: 16px;
}

.page-single-news .block-subscribe {
  padding-top: 8px;
}

@media (max-width: 992px) {
  .page-single-news .row {
    padding-top: 30px;
  }
  .single-news__article {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.single-news__mail-wrapper {
  flex: 0 0 42%;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .single-news__mail-wrapper {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.post-nav-block {
  width: 100%;
}

.post-nav__title {
  margin-top: 32px;
  margin-bottom: 32px;
}

.post-nav__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 66px;
}

.post-nav__item {
  width: 40%;
  max-width: 50%;
  flex: 1;
  padding: 34px 24px;
  background: #f7f8f9;
}

.post-nav__item:first-child {
  margin-right: 32px;
}

.post-nav__link {
  font-weight: 600;
  text-transform: uppercase;
  color: #0051bd;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.post-nav__link--prev:before {
  content: "";
  display: block;
  transform: rotate(180deg);
  width: 14px;
  height: 10px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 9px;
}

.post-nav__link--next:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-image: url(/wp-content/themes/ubn/assets/images/icons/i-arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 9px;
}

.post-nav__item-title {
  margin-bottom: 16px;
  max-width: 560px;
  font-weight: 900;
}

.post-nav__item-title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0051bd;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}

.post-nav__item .list-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1px -8px 0;
}

.post-nav__item .list-tags li {
  margin: 0 8px;
}

.post-nav__item .list-tags a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #bdbdbd;
  letter-spacing: 0.01em;
  text-transform: lowercase;
}

@media (max-width: 992px) {
  .post-nav__item {
    flex: 0 0 100%;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .post-nav__item-title {
    max-width: 100%;
  }
  .post-nav__items {
    margin-bottom: 0;
  }
  .single-news__mail-wrapper {
    order: 3;
  }
}
.single-reports .section-news {
  padding-top: 60px;
}

.blue-small-title {
  text-transform: uppercase;
  color: #0051bd;
  font-weight: 600;
}

.single-report__article .blue-small-title p {
  margin-bottom: 0;
}

@media (max-width: 672px) {
  .single-report__article .row.row-top {
    display: none;
  }
}
.gray-date {
  color: #bdbdbd;
  font-size: 18px;
}

.large-title {
  display: block;
  line-height: 47px;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}

@media (max-width: 400px) {
  .large-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .earlier-reports__item .blue-small-title {
    width: 100%;
  }
  .earlier-reports__item .gray-date {
    width: 100%;
    order: 3;
    margin-top: 16px;
  }
  .single-reports .block-subscribe {
    display: block;
  }
  .reports-archive .block-subscribe {
    display: block;
  }
}
.single-report__article .desc p {
  display: block;
}

.single-report__number p {
  margin-bottom: 0;
}

.single-report__article .desc h3 {
  font-size: 24px;
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 16px;
}

.single-report__article .desc h4 {
  font-size: 18px;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 32px;
}

.single-report__article .desc .grey-title {
  margin-bottom: 0;
  line-height: 140%;
}

@media (max-width: 400px) {
  .single-report__article .desc h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.single-report__article p {
  margin-bottom: 32px;
}

.single-report__article img {
  margin-bottom: 32px;
  display: block;
}

.single-report__article ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #0051bd;
  margin-right: 7px;
  margin-bottom: 3px;
}

.single-report__article figure {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 32px 0;
}

.single-report__article figure img {
  margin-right: 32px;
  margin-bottom: 0;
}

.single-report__article figcaption {
  font-weight: 600;
}

.earlier-reports .row-top {
  margin-bottom: 16px;
}

.earlier-reports__item {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.earlier-reports__item .small-title-dot {
  width: 100%;
  margin-top: 16px;
}

.small-title-dot:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0051bd;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}

.small-title-dot {
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
}

.middle-title {
  font-weight: 600;
  margin-bottom: 7px;
}

.grey-title {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 19.6px;
}

.reports-archive .earlier-reports__item {
  margin-bottom: 32px;
}

.reports-year__title {
  margin-bottom: 32px;
  margin-top: 32px;
}

.opinion-header {
  background: #f7f8f9;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
}

.opinion-header__left {
  margin-right: 32px;
}

.opinion-author_img {
  margin-bottom: 0;
  max-width: 70px;
  max-height: 70px;
}

.opinion-author_img {
  border-radius: 50%;
}

.single-report__article blockquote {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  background-color: #f7f8f9;
  border-left: 4px solid #0051bd;
  padding: 32px;
  font-style: italic;
  margin-bottom: 34px;
  width: 440px;
}

.single-report__article blockquote p {
  margin-bottom: 0;
}

.single-report__article blockquote:before {
  content: "";
  min-width: 32px;
  height: 27px;
  display: block;
  margin-right: 30px;
  background: url("/wp-content/themes/ubn/assets/images/quotes.svg");
}

.single-opinion__article .desc a {
  text-decoration: none;
  color: #0051bd;
  margin-bottom: 16px;
  font-weight: 500;
}

.single-opinion__article .row-top {
  border: none;
}

.opinion__item {
  display: block;
  margin-bottom: 16px;
}

.opinion-body {
  padding: 0 32px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.opinion-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
  max-width: 100%;
}

.opinion-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.opinion-footer .link-all {
  font-size: 18px;
}

.opinion-footer .link-all:after {
  display: none;
}

.d-none {
  display: none;
}

@media (max-width: 750px) {
  .single-opinion__article .opinion-header {
    margin-top: 70px;
  }
  .single-report__article.single-opinion__article .row.row-top {
    display: block;
  }
  .single-opinion__article .gray-date {
    font-size: 14px;
  }
  .single-report__article .desc h3.middle-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .single-report__article .desc .grey-title {
    font-size: 14px;
  }
  .single-report__article .large-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .single-report__article blockquote {
    max-width: 100%;
  }
  .earlier-opinions .row-top {
    display: none;
  }
  .opinion-body {
    padding: 0 16px 16px;
  }
  .opinion-footer .link-all {
    font-size: 14px;
  }
  .opinion-footer .gray-date {
    font-size: 14px;
  }
}
.opinions-page-title {
  margin: 32px 0 48px;
}

.opinion__item {
  border: 1px solid #f7f8f9;
  flex-direction: column;
  display: flex;
}

.opinions-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.opinions-items .opinion__item {
  width: 100%;
  max-width: calc(50% - 16px);
}

.opinions-items .opinion__item:nth-child(2n-1) {
  margin-right: 32px;
}

.opinion-item__excerpt {
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .opinions-items .opinion__item {
    max-width: 100%;
  }
  .opinions-items .opinion__item:nth-child(2n-1) {
    margin-right: 0;
  }
  .opinions-archive .block-subscribe {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  main .main-article-top .article-img img {
    min-width: 100%;
  }
}
.sidebar-col .banner img {
  min-width: 424px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar-col .banner img {
    min-width: auto;
    min-height: auto !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-col .banner img {
    min-width: auto;
  }
}
.top-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.btn {
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.btn_contained--blue {
  background: #0051BD;
  color: #FFF;
}
.btn_contained--blue:hover {
  background: #0049a4;
}
.btn_contained--green {
  background: #009758;
  color: #FFF;
}
.btn_contained--green:hover {
  background: #01854f;
}
.btn_outlined--blue {
  border: 1px solid #0051BD;
  background: transparent;
  color: #0051BD;
}
.btn_outlined--blue:hover {
  background: rgba(3, 71, 162, 0.1);
}
.btn_outlined--green {
  border: 1px solid #009758;
  background: transparent;
  color: #009758;
}
.btn_outlined--green:hover {
  background: rgba(0, 151, 88, 0.08);
}

.loader {
  display: none;
  width: 25px;
  height: 25px;
  border: 3px solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader.loading {
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sticky-wrap-bottom {
  display: none;
}

.bottom-banner {
  display: none;
  width: 100%;
  height: 516px;
  border-top: 4px solid #85B9FF;
  background: url("./img/layout/bottom-banner/bottom-banner-bg.png") center right no-repeat;
  background-size: cover;
  box-shadow: 0px -25px 40px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1170px) {
  .bottom-banner {
    height: 600px;
  }
}
.bottom-banner.sticky {
  position: fixed;
  bottom: -2px;
  width: 100%;
  z-index: 100;
}
.bottom-banner.active {
  opacity: 1;
  visibility: visible;
}
.bottom-banner__wrapper {
  max-width: 1440px;
  height: 100%;
  padding: 100px 24px 0;
  margin: 0 auto;
}
.bottom-banner__title {
  max-width: 1109px;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 122%;
}
.bottom-banner__title span {
  color: #F2C94C;
}
.bottom-banner__descr {
  max-width: 782px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.bottom-banner__btn {
  margin-top: 48px;
  position: relative;
  width: 376px;
  height: 66px;
  border-radius: 5px;
  background: #F6C657;
  color: #020C15;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.08px;
}
.bottom-banner__close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 105;
}
@media (max-width: 1240px) {
  .bottom-banner__title {
    font-size: 28px;
  }
  .bottom-banner__descr {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .bottom-banner {
    height: 400px;
  }
  .bottom-banner__wrapper {
    padding: 55px 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bottom-banner__title {
    text-align: center;
  }
  .bottom-banner__descr {
    margin: 30px auto 0;
    text-align: center;
  }
  .bottom-banner__btn-block {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .bottom-banner__title {
    font-size: 24px;
  }
  .bottom-banner__descr {
    margin-top: 24px;
    font-size: 14px;
  }
  .bottom-banner__btn-block .btn {
    margin-top: 30px;
    width: 330px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .bottom-banner {
    height: 300px;
  }
  .bottom-banner__wrapper {
    padding: 25px 45px;
    gap: 30px;
  }
  .bottom-banner__title {
    font-size: 20px;
  }
  .bottom-banner__descr {
    display: none;
  }
  .bottom-banner__btn-block .btn {
    margin-top: 0;
  }
  .bottom-banner__close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 375px) {
  .bottom-banner {
    height: 300px;
  }
  .bottom-banner__wrapper {
    padding: 30px 16px;
    gap: 15px;
  }
  .bottom-banner__title {
    font-size: 19px;
  }
}

.header {
  padding-top: 0;
}
.header__top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 215px;
}
@media (max-width: 768px) {
  .header__top {
    height: 50px;
  }
  .header .logo {
    justify-content: center;
  }
  .header .logo img {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .header__top {
    padding: 0 16px;
  }
}

.primary-nav {
  height: 100%;
}
.primary-nav__list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.primary-nav__link {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1.5px solid #FFF;
  transition: 0.2s ease-in;
}
.primary-nav__link:last-child {
  margin-left: 24px;
}
.primary-nav__link:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #E2E2E2;
}
.primary-nav__link:hover {
  border-color: #0D50BD;
}
.primary-nav__link_support {
  color: #0051BD;
  font-weight: 500;
}
.primary-nav__link_active {
  border-color: #0D50BD;
}
@media (max-width: 1024px) {
  .primary-nav {
    width: 140px;
  }
  .primary-nav__link {
    display: none;
  }
  .primary-nav__link:last-child {
    display: block;
    margin-left: 0;
  }
  .primary-nav__link:last-child::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .primary-nav {
    width: 50px;
  }
  .primary-nav__link:last-child {
    display: none;
  }
}

.header .secondary-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .secondary-menu__search {
  width: 80px;
  font-size: 16px;
}
.header .secondary-menu__search .icon {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("./img/layout/header/icon/i-search.svg") center center no-repeat;
}
.header .secondary-menu__search span {
  padding-bottom: 3px;
  border-bottom: 1.5px solid #FFF;
  transition: 0.2s ease-in;
}
.header .secondary-menu__search:hover span {
  border-color: #0D50BD;
}
.header .secondary-menu__search_active span {
  border-color: #0D50BD;
}
.header .secondary-menu__search_mobile {
  display: none;
}
@media (max-width: 576px) {
  .header .secondary-menu__search {
    display: none;
  }
  .header .secondary-menu__search span {
    display: none;
  }
  .header .secondary-menu__search_mobile {
    display: block;
    width: 50px;
  }
  .header .secondary-menu__search_mobile .icon {
    width: 25px;
    height: 25px;
  }
}
.header .secondary-menu .languages {
  height: 19px;
}
.header .secondary-menu .languages .custom-select {
  margin: 0;
  height: 100%;
}
.header .secondary-menu .languages .custom-select .selected-lang {
  padding: 0;
  height: 100%;
}
.header .secondary-menu .languages .custom-select .selected-lang::after {
  transform: none;
  margin-top: 4px;
  margin-left: 0;
  background-image: url("./img/layout/header/icon/i-arrow.svg");
}
.header .secondary-menu .languages .custom-select.show .selected-lang::after {
  transform: rotate(180deg);
}
.header .secondary-menu .languages .lang {
  position: relative;
  top: 1px;
  display: block;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
}
.header .secondary-menu .languages .list-langs {
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
}
.header .secondary-menu .languages .item-lang {
  justify-content: flex-start;
}
.header .secondary-menu__btn {
  width: 146px;
  height: 44px;
  border-radius: 0;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.header .secondary-menu .btn-menu {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMjQgMTAyNDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9Il94MzVfMSI+PHJlY3QgaGVpZ2h0PSI2MCIgaWQ9IlhNTElEXzQ2XyIgd2lkdGg9Ijc2OCIgeD0iMTI4IiB5PSIyMjAiLz48cmVjdCBoZWlnaHQ9IjYwIiBpZD0iWE1MSURfMzRfIiB3aWR0aD0iNTY4IiB4PSIxMjgiIHk9IjQ4MSIvPjxyZWN0IGhlaWdodD0iNjAiIGlkPSJYTUxJRF8zM18iIHdpZHRoPSI3NjgiIHg9IjEyOCIgeT0iNzQzIi8+PC9nPjxnIGlkPSJYTUxJRF8xXyIvPjxnIGlkPSJYTUxJRF8yXyIvPjxnIGlkPSJYTUxJRF8zXyIvPjxnIGlkPSJYTUxJRF80XyIvPjxnIGlkPSJYTUxJRF81XyIvPjwvc3ZnPg==");
}
@media (max-width: 1024px) {
  .header .secondary-menu {
    gap: 10px;
  }
  .header .secondary-menu .languages, .header .secondary-menu__btn {
    display: none;
  }
  .header .secondary-menu .btn-menu {
    display: block;
  }
}

.categories {
  height: 49px;
  border-top: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0px 5px 15px -6px #DCDCDC;
}
.categories__list {
  max-width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
}
.categories__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #0D50BD;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.1s ease-in;
}
.categories__item:hover::after {
  opacity: 1;
}
.categories__item_active::after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .categories__item {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .categories {
    height: 63px;
  }
  .categories__list {
    width: 100%;
    height: 62px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 15px 24px;
  }
  .categories__list::-webkit-scrollbar {
    height: 3px;
    width: 100vw;
  }
  .categories__list::-webkit-scrollbar-thumb {
    background: #020C15;
    border-radius: 10px;
  }
  .categories__item {
    margin: 0 24px;
    white-space: nowrap;
    font-size: 16px;
  }
  .categories__item:first-child {
    margin-left: 0;
  }
  .categories__item:last-child {
    margin-right: 0;
  }
  .categories__item::after {
    bottom: -2px;
  }
}
@media (max-width: 576px) {
  .categories {
    height: 50px;
  }
  .categories__list {
    padding: 10px 16px;
    height: 49px;
  }
  .categories__item {
    margin: 0 16px;
    font-size: 14px;
  }
}

.header .mobile-navbar.show {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .mobile-navbar .wrapper {
  width: 100%;
  padding: 24px 24px 0;
  justify-content: normal;
  height: auto;
  min-height: initial;
}
.header .mobile-navbar .nav-header {
  align-items: flex-start;
  border: none;
}
.header .mobile-navbar .nav-header .logo img {
  width: 167px;
}
.header .mobile-navbar .nav-header .icon {
  width: 20px;
  height: 20px;
  background: url("./img/layout/header/icon/i-close.svg") center center no-repeat;
}
.header .mobile-navbar .form-search {
  margin-top: 50px;
  max-width: 768px;
  width: 100%;
  padding: 13px 16px;
  background: #f8f8f8;
  height: 46px;
}
.header .mobile-navbar .form-search__group {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.header .mobile-navbar .form-search .icon {
  position: relative;
  top: -1px;
  margin: 0;
  width: 16px;
  height: 16px;
}
.header .mobile-navbar .form-search__submit {
  padding: 0;
  border: none;
  background: transparent;
}
.header .mobile-navbar .form-search__input {
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
}
.header .mobile-navbar .form-search__input::placeholder {
  color: #020C15;
  font-size: 16px;
  font-weight: 400;
}
.header .mobile-navbar .nav-body {
  margin-top: 58px;
}
.header .mobile-navbar .nav-body .mobile-nav {
  padding: 0;
  border-top: none;
}
.header .mobile-navbar .nav-body .mobile-nav a {
  margin-bottom: 24px;
  padding: 0;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.header .mobile-navbar .languages {
  margin-top: 98px;
  max-width: 510px;
  padding: 0;
  border: none;
}
.header .mobile-navbar .languages .custom-select {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mobile-navbar .languages .custom-select.show .selected-lang::after {
  display: none;
}
.header .mobile-navbar .languages .custom-select.show .list-langs {
  display: flex;
}
.header .mobile-navbar .languages .custom-select .list-langs {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
  justify-content: space-between;
  background: none;
}
.header .mobile-navbar .languages .custom-select .list-langs .item-lang {
  padding: 0;
}
.header .mobile-navbar .languages .custom-select .list-langs .item-lang .lang::after {
  display: none;
}
.header .mobile-navbar .languages .selected-lang {
  padding: 0;
  padding-right: 34px;
}
.header .mobile-navbar .languages .selected-lang::after {
  position: relative;
  margin-top: 3px;
}
.header .mobile-navbar .languages .lang {
  position: relative;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header .mobile-navbar .languages .lang::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #0D50BD;
  transform: translateX(-50%);
  transition: 0.1s ease-in;
}
.header .mobile-navbar__btn {
  margin-top: 51px;
  text-align: center;
}
.header .mobile-navbar__btn .btn {
  max-width: 500px;
  width: 100%;
  height: 51px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.header .mobile-navbar .nav-footer {
  padding: 17px 24px 31px;
  background: #F7F8FA;
  flex: 1;
}
.header .mobile-navbar .nav-footer .social {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.header .mobile-navbar .nav-footer .social ul {
  gap: 30px;
  width: 100%;
  margin: 0;
}
.header .mobile-navbar .nav-footer .social ul li {
  margin: 0;
}
.header .mobile-navbar .nav-footer .social .icon-twitter {
  width: 30px;
  height: 30px;
  background: url("./img/layout/header/icon/i-twitter-blue.svg") center center no-repeat;
}
.header .mobile-navbar .nav-footer .social .icon-linkedin {
  width: 30px;
  height: 30px;
  background: url("./img/layout/header/icon/i-linkedin-blue.svg") center center no-repeat;
}
.header .mobile-navbar .nav-footer .title {
  position: relative;
}
.header .mobile-navbar .nav-footer .title::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 12px;
  width: 7px;
  height: 7px;
  background-color: #0D50BD;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .header .mobile-navbar .logo {
    max-width: 167px;
  }
  .header .mobile-navbar .social .title {
    font-size: 36px;
    line-height: normal;
  }
}

.support-banner {
  position: relative;
  width: 100%;
  min-height: 251px;
  background: url("./img/pages/content-single-page/banner-bg.png") center center no-repeat;
  background-size: cover;
}
.support-banner__wrapper {
  max-width: 100%;
  height: 100%;
  padding: 67px 54px;
  margin: 0 auto;
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: space-between;
}
.support-banner__info {
  max-width: 909px;
}
.support-banner__title {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 114%;
}
.support-banner__title br {
  display: none;
}
.support-banner__descr {
  margin-top: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.support-banner__btn {
  position: relative;
  width: 222px;
  height: 54px;
  border-radius: 0;
  background: #00B071;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.support-banner__payment-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 220px;
  height: 40px;
  background: url("./img/pages/content-single-page/payment-icons.svg") center center no-repeat;
  transform: scale(0.5);
  background-size: 220px 40px;
}
@media (max-width: 1240px) {
  .support-banner__wrapper {
    flex-direction: column;
  }
  .support-banner__title {
    text-align: center;
  }
  .support-banner__descr {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .support-banner__wrapper {
    padding: 55px 16px;
    gap: 45px;
  }
  .support-banner__title {
    font-size: 26px;
  }
  .support-banner__title br {
    display: block;
  }
  .support-banner__descr {
    margin-top: 20px;
    font-size: 14px;
  }
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block {
  max-width: 716px;
  width: 100% !important;
  padding-right: 0 !important;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block {
    max-width: 610px;
  }
}
.wp-block-woocommerce-checkout .wc-block-components-form {
  padding: 50px 37px 46px 28px;
  background: #F7F8F9;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  padding-left: 111px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading {
  margin: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading .wc-block-components-title {
  color: #3B3B3B;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.31px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading .wc-block-components-checkout-step__title::before {
  content: "";
  left: -92px;
  width: 58px;
  height: 58px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__container::after {
  top: unset;
  bottom: 19px;
  left: -92px;
  border-left: 1px solid #D3D4D4;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__title::before {
  background: url("./img/pages/report-checkout-page/step-one.svg") center center no-repeat;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__container::after {
  height: 68%;
  border-left: 1px solid #014AAA;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__title::before {
  background: url("./img/pages/report-checkout-page/step-two-gray.svg") center center no-repeat;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__container::after {
  height: 89%;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__billing-fields.is-filled .wc-block-components-checkout-step__title::before {
  background: url("./img/pages/report-checkout-page/step-two-blue.svg") center center no-repeat;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__billing-fields.is-filled .wc-block-components-checkout-step__container::after {
  border-left: 1px solid #014AAA;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__payment-method .wc-block-components-checkout-step__title::before {
  background: url("./img/pages/report-checkout-page/step-three-gray.svg") center center no-repeat;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__payment-method .wc-block-components-checkout-step__container::after {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__payment-method.is-filled .wc-block-components-checkout-step__title::before {
  background: url("./img/pages/report-checkout-page/step-three-blue.svg") center center no-repeat;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__description {
  margin: 10px 0 30px;
  color: #020C15;
  font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input {
  margin-top: 10px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input.has-error input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input.has-error input {
  border: 1px solid #FF0014 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input.has-error label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input.has-error label {
  color: #F00 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input input {
  padding-left: 16px !important;
  background: #FFF !important;
  border: none !important;
  border-radius: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input input:focus {
  box-shadow: 0 0 0 1px #404851 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input label {
  left: 1.1625em !important;
  line-height: 2.2 !important;
  color: rgba(64, 72, 81, 0.6) !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input .wc-block-components-validation-error,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-state-input .wc-block-components-validation-error {
  color: #F00;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-country-input .components-form-token-field__suggestions-list {
  min-width: 100.3% !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-address-form {
  padding-bottom: 36px !important;
  gap: 0 10px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control {
  margin-top: 24px;
  border: none;
  background: #FFF;
  border-radius: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__option {
  padding: 16px 15px 24px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-payment-method-label {
  color: #020C15;
  font-size: 18px;
  font-weight: 600;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content {
  padding: 0 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .wc-block-gateway-container {
  margin-bottom: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .wc-block-gateway-input {
  border: none;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .CardBrandIcon-container,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .wc-inline-card-element label {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .CardField-number {
  width: 260px;
  height: 52px;
  background: #F7F8F9;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note {
  margin: 60px 0 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note .wc-block-components-checkbox__input {
  width: 20px;
  height: 20px;
  border-radius: 2.5px;
  border: 1px solid #767676;
  background: #FFF;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note .wc-block-components-checkbox__mark {
  fill: #767676;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note .wc-block-components-checkbox__label {
  color: #404851;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.7em;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms {
  margin: 0 0 17px;
  color: #020C15;
  font-size: 14px;
  line-height: 170%;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-return-to-cart-button {
  padding-left: calc(24px + 0.75em);
  color: #979898;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-return-to-cart-button svg {
  fill: #979898;
  transition: all 0.2s ease-in-out;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-return-to-cart-button:hover {
  color: #353B3B;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-return-to-cart-button:hover svg {
  fill: #353B3B;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-place-order-button {
  width: 200px;
  border-radius: 5px;
  border: 1.5px solid #01834B;
  opacity: 0.9;
  background: transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  color: #01834B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-place-order-button:hover {
  background: #009758;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-place-order-button:hover .wc-block-components-button__text {
  color: #FFF;
}
@media (max-width: 576px) {
  .wp-block-woocommerce-checkout .wc-block-components-form {
    padding: 40px 20px 30px 20px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms {
    margin-bottom: 25px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__actions_row {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-return-to-cart-button {
    display: block !important;
  }
}

.report-checkout__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 24px 120px;
}
.report-checkout__title {
  color: #3B3B3B;
  font-size: 48px;
  font-weight: 700;
}
.report-checkout__content {
  margin-top: 58px;
}
.report-checkout .wc-block-components-sidebar-layout {
  justify-content: space-between;
}
.report-checkout .wc-block-checkout-empty {
  max-width: 768px;
  margin: 0 auto;
}
.report-checkout .wc-block-checkout-empty .wc-block-checkout-empty__description {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .report-checkout__title {
    text-align: center;
  }
  .report-checkout .wc-block-components-sidebar-layout {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .report-checkout__wrapper {
    padding: 40px 24px 80px;
  }
  .report-checkout__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .report-checkout__wrapper {
    padding: 40px 16px 80px;
  }
  .report-checkout__title {
    text-align: left;
  }
  .report-checkout .wc-block-checkout-empty {
    padding: 0;
  }
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
  max-width: 622px;
  width: 100%;
  padding-left: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper {
  padding: 20px 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type {
  padding-top: 0;
  border-top: none;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-panel__button[aria-expanded=true] {
  position: relative;
  margin-bottom: 47px;
  padding-bottom: 21px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-panel__button[aria-expanded=true]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D3D4D4;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-panel__button[aria-expanded=true] .wc-block-components-panel__content {
  padding-bottom: 38px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-panel__button {
  cursor: pointer;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary__button-text {
  color: #3B3B3B;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.31px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary-item__image {
  width: 115px;
  height: 100px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary-item__image img {
  max-width: 115px;
  width: 115px;
  height: 100px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  contain: content;
  min-height: 29px;
  min-width: 29px;
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.31px;
  box-shadow: none;
  border: 2px solid #C6C6C6;
  background: #F7F8F9;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-product-name {
  color: #020C15;
  font-size: 18px;
  font-weight: 700;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary-item__individual-price {
  display: none;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-order-summary-item__description {
  margin-bottom: 0;
  padding: 0 18px 0 45px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-product-metadata__description {
  color: #020C15;
  font-size: 16px;
  line-height: 150%;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:first-of-type .wc-block-components-product-price {
  color: #3B3B3B;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.31px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-panel {
  padding: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0;
  color: #3B3B3B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.31px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .has-error input {
  border: 1px solid #FF0014 !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .has-error label {
  color: #F00 !important;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input {
  border-radius: 5px;
  border: 1px solid #D3D4D4;
  background: #FFF;
  color: #000;
  letter-spacing: 0.2px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-validation-error {
  color: #F00;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
  border-radius: 5px;
  border: 1.5px solid #01834B;
  opacity: 0.9;
  background: transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button .wc-block-components-button__text {
  color: #01834B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:hover {
  background: #009758;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:hover .wc-block-components-button__text {
  color: #FFF;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  color: #3B3B3B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.31px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:last-of-type {
  padding-top: 28px;
}
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:last-of-type .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper:last-of-type .wc-block-components-totals-item__value {
  color: #3B3B3B;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.31px;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
    max-width: 510px;
  }
}
@media (max-width: 576px) {
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 115px auto; /* Перша колонка 115px, друга автоматично розрахована */
    grid-template-rows: auto auto; /* Автоматична висота рядків */
    column-gap: 25px; /* Відступи між елементами */
    row-gap: 15px;
  }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    padding: 0 !important;
  }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    grid-column: 1/span 2;
  }
}

.report-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.report-filters__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.report-filters__by-category, .report-filters__by-year {
  display: flex;
  align-items: center;
  gap: 15px;
}
.report-filters__name {
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.report-filters__btn {
  width: 130px;
  height: 56px;
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  color: #252B42;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.report-filters__btn--year {
  width: 100px;
}
.report-filters__btn.active {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #014AAA;
  background: #014AAA;
  color: #FFF;
}
.report-filters__btn.active::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -1px;
  left: 3px;
  width: 17.5px;
  height: 7.5px;
  background: url("./img/pages/report-page/icon-close.svg") center center no-repeat;
}
.report-filters__loader {
  border: 3px solid #0051BD;
  border-bottom-color: transparent;
}
.report-filters__switchers {
  display: flex;
  gap: 33px;
}
.report-filters__switcher {
  position: relative;
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.report-filters__switcher::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #737373;
}
@media (max-width: 1200px) {
  .report-filters {
    gap: 28px;
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .report-filters {
    gap: 0;
    align-items: end;
    flex-direction: row;
  }
  .report-filters__wrapper {
    position: relative;
    align-items: start;
    flex-direction: column;
  }
  .report-filters__by-year .report-filters__name {
    margin-right: 31px;
  }
  .report-filters__loader {
    position: absolute;
    right: 50px;
    bottom: 15px;
  }
  .report-filters__switchers {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .report-filters {
    display: none;
    margin: 10px 20px 0;
    align-items: start;
    flex-direction: column;
    padding: 15px 12px 20px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
  }
  .report-filters__by-category, .report-filters__by-year {
    display: block;
  }
  .report-filters__by-year .report-filters__name {
    margin-right: 0;
  }
  .report-filters__name {
    font-size: 14px;
  }
  .report-filters__btn {
    margin-top: 15px;
    margin-right: 10px;
    width: 89px;
    height: 40px;
  }
  .report-filters__btn--year {
    width: 84px;
  }
  .report-filters__btn.active {
    display: inline-flex;
  }
  .report-filters__loader {
    left: 190px;
    bottom: -57px;
  }
  .report-filters__switchers {
    margin-top: 35px;
  }
}

.report-filters-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 8px 11px 8px 11px;
  margin: 0 20px;
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  color: #252B42;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.report-filters-mobile svg {
  transition: all 0.3s ease-in-out;
}
.report-filters-mobile.open svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .report-filters-mobile {
    display: flex;
  }
}

.report-item {
  max-width: 1220px;
  width: 100%;
  display: flex;
  gap: 83px;
}
.report-item--main {
  max-width: 1392px;
  justify-content: center;
  padding: 42px 14px;
  border: 1px solid #002F6C;
  background: #F9F9F9;
}
.report-item__left {
  max-width: 408px;
  width: 100%;
}
.report-item__thumb {
  position: relative;
  width: 100%;
  height: 248px;
  background: url("./img/pages/report-page/report-thumb.png") center center no-repeat;
  background-size: cover;
}
.report-item__thumb::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: 43px;
  height: 29px;
  background: url("./img/pages/report-page/ubn-network.svg") center center no-repeat;
  z-index: 5;
}
.report-item__category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
  height: 40px;
  padding: 11px 17px;
  white-space: nowrap;
  background: linear-gradient(90deg, #002F6C 0%, #005BD2 100%);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.report-item__category--quarterly {
  color: #3C3C3C;
  background: linear-gradient(90deg, #F6C657 0%, #FBDC94 100%);
}
.report-item__category--surveys {
  color: #3C3C3C;
  background: linear-gradient(90deg, #B2B8D9 0%, #C8CCE5 34%, #D6D7EB 60%, #CFCFE6 84%, #EEF 97%);
}
.report-item__info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report-item__date, .report-item__preview {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0051BD;
  font-size: 15px;
  font-weight: 500;
}
.report-item__preview {
  gap: 8px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.report-item__preview svg path {
  transition: 0.2s ease-in-out;
}
.report-item__preview:hover {
  color: #000000;
}
.report-item__preview:hover svg path {
  stroke: #000000;
}
.report-item__name {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.report-item__right {
  display: flex;
  flex-direction: column;
  max-width: 730px;
  width: 100%;
}
.report-item__title * {
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.report-item__descr {
  margin-top: 17px;
  font-size: 16px;
  line-height: 150%;
}
.report-item__footer {
  display: flex;
  gap: 98px;
  margin-top: auto;
}
.report-item__price {
  color: #000;
  font-size: 48px;
  font-weight: 500;
}
.report-item__price::before {
  content: "$";
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.report-item__price--per-year::after {
  content: "/per year";
  position: relative;
  left: 5px;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 500;
}
.report-item__btn {
  padding: 0 49px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.report-item__btn:hover {
  background: #009758;
  color: #FFF;
}
@media (max-width: 1024px) {
  .report-item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .report-item__left {
    max-width: 730px;
  }
  .report-item__footer {
    margin-top: 24px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .report-item {
    gap: 0;
  }
  .report-item--main {
    padding: 20px 14px;
  }
  .report-item__left {
    max-width: 100%;
  }
  .report-item__thumb {
    max-height: 167px;
    object-fit: cover;
  }
  .report-item__info {
    margin-top: 14px;
  }
  .report-item__date, .report-item__preview {
    font-size: 12px;
  }
  .report-item__name {
    margin-top: 10px;
    font-size: 20px;
  }
  .report-item__right {
    align-items: start;
  }
  .report-item__title * {
    margin-top: 20px;
    font-size: 14px;
  }
  .report-item__descr {
    margin-top: 10px;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
  }
  .report-item__footer {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .report-item__price {
    font-size: 36px;
  }
  .report-item__btn {
    padding: 0 40px;
    height: 43px;
    border-radius: 8px;
  }
  .report-item__btn--main {
    padding: 0 12px;
  }
}

.report__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 38px 0 120px;
}
.report__main-item {
  margin-top: 30px;
  padding: 0 10px;
}
.report__list {
  max-width: 1220px;
  width: 100%;
  padding: 0 24px;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.report__list-empty {
  color: #3B3B3B;
  font-size: 48px;
  font-weight: 700;
}
.report__pagination {
  position: relative;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.report__pagination-loader {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #002F6C;
  border-bottom-color: transparent;
}
.report__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  color: rgba(161, 161, 161, 0.88);
  font-family: Stolzl, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.report__pagination .page-numbers:hover {
  color: #002F6C;
}
.report__pagination .page-numbers.dots:hover {
  color: rgba(161, 161, 161, 0.88);
}
.report__pagination .page-numbers.current {
  color: #002F6C;
  border-radius: 4px;
  border: 1px solid #002F6C;
}
.report__pagination .prev:hover svg path,
.report__pagination .next:hover svg path {
  fill: #002F6C;
}
@media (max-width: 1024px) {
  .report__list-empty {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .report__wrapper {
    padding: 35px 0 80px;
  }
  .report__list {
    margin-top: 30px;
    padding: 0 20px;
  }
  .report__list-empty {
    font-size: 24px;
  }
  .report__pagination {
    margin-top: 0;
  }
}

.report-preview {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.report-preview.active {
  opacity: 1;
  pointer-events: all;
}
.report-preview__content {
  max-width: 815px;
  max-height: 608px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.report-preview__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -18px;
  right: -35px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.report-preview__close:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
}
.report-preview__prev, .report-preview__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 7px;
  border: 1px solid #FFF;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.report-preview__prev:hover, .report-preview__next:hover {
  background: rgba(0, 0, 0, 0.15);
}
.report-preview__prev.disabled, .report-preview__next.disabled {
  border: 1px solid rgba(255, 255, 255, 0.37);
}
.report-preview__prev.disabled svg path, .report-preview__next.disabled svg path {
  fill: rgba(255, 255, 255, 0.37);
}
.report-preview__prev {
  left: -130px;
}
.report-preview__next {
  right: -130px;
}
@media (max-width: 1200px) {
  .report-preview__content {
    max-width: 728px;
    max-height: 535px;
  }
}
@media (max-width: 1024px) {
  .report-preview__content {
    max-width: 670px;
  }
  .report-preview__navs {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .report-preview__prev, .report-preview__next {
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .report-preview__content {
    max-height: none;
    height: auto;
  }
  .report-preview__close {
    top: -35px;
    right: 10px;
  }
}

.report-preview-buy {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.report-preview-buy.active {
  opacity: 1;
  pointer-events: all;
}
.report-preview-buy__content {
  max-width: 680px;
  max-height: 475px;
  width: 100%;
  height: 100%;
  padding: 70px 32px 41px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.report-preview-buy__content::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 283px;
  height: 140px;
  background: url("./img/pages/support-page/ubn-opacity.png");
  z-index: -1;
}
.report-preview-buy__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -35px;
  right: -35px;
  cursor: pointer;
}
.report-preview-buy__close:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
}
.report-preview-buy__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.report-preview-buy__product {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.report-preview-buy__product img {
  width: 60px;
  height: 40px;
  object-fit: cover;
}
.report-preview-buy__product p {
  color: #000;
  font-family: Stolzl, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.report-preview-buy__price {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}
.report-preview-buy__price::before {
  content: "$";
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.report-preview-buy__price--per-year::after {
  content: "/per year";
  position: relative;
  left: 5px;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 500;
}
.report-preview-buy__btn {
  margin-top: 24px;
  width: 286px;
  height: 62px;
}
.report-preview-buy__btn:hover {
  color: #FFF;
  opacity: 0.9;
  background: #009758;
}
@media (max-width: 768px) {
  .report-preview-buy__content {
    max-width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .report-preview-buy__close {
    top: 15px;
    right: 15px;
  }
  .report-preview-buy__close svg path {
    stroke: #A4A4A4;
  }
}
@media (max-width: 576px) {
  .report-preview-buy__title {
    font-size: 24px;
  }
  .report-preview-buy__product {
    display: flex;
    flex-direction: column;
  }
  .report-preview-buy__product img {
    width: 70px;
    height: 50px;
  }
}

.subscribe-company__wrapper {
  max-width: 1440px;
  margin: 47px auto 0;
  padding: 0 24px 110px;
}
.subscribe-company__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 133.3%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.subscribe-company__title span {
  color: #0051BD;
}
.subscribe-company__list-logo {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 8.6px;
}
.subscribe-company__info {
  margin-top: 20px;
  color: #818396;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .subscribe-company__wrapper {
    margin-top: 110px;
    padding: 0 16px 100px;
  }
  .subscribe-company__logo img {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  .subscribe-company__wrapper {
    padding-bottom: 40px;
  }
  .subscribe-company__list-logo {
    column-gap: 20px;
  }
  .subscribe-company__logo img {
    max-width: 100px;
  }
}

.subscribe-congratulations {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 8%;
  width: 100%;
  min-height: 90vh;
  padding-bottom: 60px;
  background: #F7F9FD;
  z-index: 10000;
}
.subscribe-congratulations.hide {
  display: none;
}
.subscribe-congratulations__title {
  margin-top: 36px;
  color: #0051BD;
  font-size: 56px;
  font-weight: 600;
}
.subscribe-congratulations__text {
  max-width: 559px;
  margin-top: 20px;
  color: #020C15;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
}
.subscribe-congratulations__text b {
  font-weight: 600;
}
.subscribe-congratulations__contact {
  margin-top: 10px;
  color: #020C15;
  text-align: center;
  font-size: 18px;
}
.subscribe-congratulations__contact a {
  color: #0051BD;
  font-weight: 600;
}
.subscribe-congratulations__link {
  margin-top: 40px;
  padding-bottom: 2px;
  color: #0051BD;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 81, 189, 0.6);
}
@media (max-width: 768px) {
  .subscribe-congratulations {
    padding: 20% 16px;
  }
  .subscribe-congratulations__title {
    font-size: 40px;
  }
}

.corporate-modal {
  display: none;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.corporate-modal.active {
  display: block;
}
.corporate-modal__content {
  max-width: 724px;
  max-height: 845px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.corporate-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.corporate-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.corporate-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 433px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
.corporate-modal__input {
  margin-bottom: 16px;
  max-width: 442px;
  width: 100%;
}
.corporate-modal__input input {
  width: 100%;
  height: 66px;
  padding: 26px 24px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
}
.corporate-modal__input input::placeholder {
  opacity: 0.5;
}
.corporate-modal .error {
  display: none;
  margin-top: 6px;
  color: red;
  font-size: 14px;
}
.corporate-modal.error-empty_name .empty-name {
  display: block;
}
.corporate-modal.error-contain_numbers .contain-number {
  display: block;
}
.corporate-modal.error-user_already_exists .email-exist {
  display: block;
}
.corporate-modal.error-has_invalid_emails .invalid-email {
  display: block;
}
.corporate-modal.error-emails_not_in_one_domain .not-same-domain {
  display: block;
}
.corporate-modal.error-empty_user_email .empty-user-email {
  display: block;
}
.corporate-modal.error-has_invalid_user_email .invalid-user-email {
  display: block;
}
.corporate-modal.error-empty_email .empty-email {
  display: block;
}
.corporate-modal.error-unconfirmed .error-confirm-checked {
  display: block;
}
.corporate-modal__textarea {
  max-width: 442px;
  width: 100%;
  margin-bottom: 10px;
}
.corporate-modal__textarea textarea {
  resize: none;
  max-height: 268px;
  min-height: 268px;
  width: 100%;
  padding: 20px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.corporate-modal__textarea textarea::placeholder {
  opacity: 0.5;
}
.corporate-modal.error-too_many_emails .many-email {
  display: block;
  margin-bottom: 6px;
}
.corporate-modal .emails_not_in_one_domain .not-same-domain {
  display: block;
  margin-bottom: 6px;
}
.corporate-modal.error-has_already_subscribed_emails .corporate-modal__textarea textarea {
  max-height: 190px;
  min-height: 190px;
}
.corporate-modal.error-has_already_subscribed_emails .emails-has-subscribtion {
  display: block;
  margin-bottom: 6px;
  max-height: 60px;
  overflow-y: scroll;
}
.corporate-modal__btn {
  position: relative;
  margin-top: 24px;
  max-width: 442px;
  width: 100%;
  height: 66px;
}
.corporate-modal__btn.loading .loader {
  display: inline-block;
}
.corporate-modal__btn .loader {
  display: none;
  position: absolute;
  top: 30%;
  right: 25%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-height: 850px) {
  .corporate-modal__content {
    max-width: 670px;
    max-height: 650px;
    padding: 40px 60px 0;
    overflow: auto;
  }
  .corporate-modal__title {
    font-size: 32px;
  }
  .corporate-modal__subtitle {
    margin: 7px 0 15px;
    font-size: 20px;
  }
  .corporate-modal__input {
    margin-bottom: 10px;
  }
  .corporate-modal__input input {
    height: 45px;
    padding: 8px 24px;
  }
  .corporate-modal__textarea {
    max-height: initial;
  }
  .corporate-modal__textarea textarea {
    max-height: 190px;
    min-height: 190px;
  }
  .corporate-modal.error-has_already_subscribed_emails .corporate-modal__textarea textarea {
    max-height: 130px;
    min-height: 130px;
  }
}
@media (max-width: 768px) {
  .corporate-modal__content {
    max-width: 100%;
    max-height: 100%;
    padding: 30px 16px;
    justify-content: center;
    border-radius: 0;
  }
  .corporate-modal__title {
    font-size: 27px;
    max-width: 100%;
  }
  .corporate-modal__subtitle {
    font-size: 16px;
  }
  .corporate-modal__btn {
    margin-top: 50px;
  }
}

.exclusive-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.exclusive-modal.active {
  display: block;
}
.exclusive-modal__content {
  max-width: 724px;
  max-height: 574px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.exclusive-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.exclusive-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.exclusive-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 433px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
.exclusive-modal__input {
  margin-bottom: 16px;
  max-width: 442px;
  width: 100%;
}
.exclusive-modal__input input {
  width: 100%;
  height: 66px;
  padding: 26px 24px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
}
.exclusive-modal__input input::placeholder {
  opacity: 0.5;
}
.exclusive-modal__input:last-of-type {
  margin-bottom: 0;
}
.exclusive-modal .error {
  display: none;
  margin-top: 6px;
  color: red;
  font-size: 14px;
}
.exclusive-modal.error-empty_name .empty-name {
  display: block;
}
.exclusive-modal.error-contain_numbers .contain-number {
  display: block;
}
.exclusive-modal.error-user_already_exists .email-exist {
  display: block;
}
.exclusive-modal.error-empty_email .empty-email {
  display: block;
}
.exclusive-modal.error-has_invalid_emails .invalid-email {
  display: block;
}
.exclusive-modal.error-has_invalid_user_email .invalid-user-email {
  display: block;
}
.exclusive-modal.error-unconfirmed .error-confirm-checked {
  display: block;
}
.exclusive-modal__btn {
  position: relative;
  margin-top: 24px;
  max-width: 442px;
  width: 100%;
  height: 66px;
}
.exclusive-modal__btn.loading .loader {
  display: inline-block;
}
.exclusive-modal__btn .loader {
  display: none;
  position: absolute;
  top: 30%;
  right: 25%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .exclusive-modal__content {
    max-width: 100%;
    max-height: 100%;
    padding: 30px 16px;
    justify-content: center;
    border-radius: 0;
  }
  .exclusive-modal__title {
    font-size: 27px;
    max-width: 100%;
  }
  .exclusive-modal__subtitle {
    font-size: 16px;
  }
  .exclusive-modal__btn {
    margin-top: 50px;
  }
}

.subscribe-features {
  padding: 99px 0;
}
.subscribe-features__wrapper {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.subscribe-features__img {
  height: 539px;
  width: 100%;
}
.subscribe-features__block {
  margin-left: auto;
}
.subscribe-features__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 133.3%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.subscribe-features__subtitle {
  max-width: 644px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 133.3%;
}
.subscribe-features__list-item {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.subscribe-features__inner {
  padding: 28px;
  width: 349px;
  height: 228px;
  border-radius: 16px;
  border: 1px solid rgba(0, 81, 189, 0);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1301px) {
  .subscribe-features__inner.active {
    border: 1px solid rgba(0, 81, 189, 0.3);
    background-color: rgba(51, 139, 255, 0.03);
  }
}
.subscribe-features__item-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133.3%;
}
.subscribe-features__item-descr {
  margin-top: 4px;
  font-size: 18px;
  line-height: 133.3%;
}
@media (max-width: 1300px) {
  .subscribe-features {
    text-align: center;
  }
  .subscribe-features__wrapper {
    margin: 50px auto 0;
  }
  .subscribe-features__img {
    display: none;
  }
  .subscribe-features__block {
    margin: 0 auto;
  }
  .subscribe-features__list-item {
    column-gap: 60px;
    row-gap: 50px;
  }
  .subscribe-features__item {
    margin: 0 auto;
  }
  .subscribe-features__inner {
    padding: 0;
    width: auto;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .subscribe-features__wrapper {
    padding: 0 16px;
  }
  .subscribe-features__list-item {
    column-gap: 50px;
    row-gap: 70px;
  }
  .subscribe-features__item {
    width: 100%;
    max-width: 284px;
  }
  .subscribe-features__item-title {
    margin-top: 18px;
    font-size: 20px;
  }
  .subscribe-features__item-descr {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .subscribe-features__wrapper {
    padding: 0 16px;
  }
  .subscribe-features__list-item {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
}
@media (max-width: 375px) {
  .subscribe-features__title {
    font-size: 20px;
  }
  .subscribe-features__subtitle {
    font-size: 16px;
  }
}
.subscribe-features .promo {
  position: relative;
  background: linear-gradient(180deg, #090D27 0%, rgba(19, 21, 37, 0) 100%);
  z-index: 0;
}
.subscribe-features .promo-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .subscribe-features .promo-wrapper {
    padding: 40px 25px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .subscribe-features .promo-wrapper {
    max-height: 100%;
    padding: 60px 20px;
  }
}
@media (max-width: 576px) {
  .subscribe-features .promo-wrapper {
    padding: 194px 20px 60px;
  }
}
.subscribe-features .promo-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.subscribe-features .promo-bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  object-position: left;
  z-index: -1;
}
.subscribe-features .promo-bg img._first-hide {
  opacity: 0;
}
.subscribe-features .promo-bg::before {
  content: "";
  display: none;
  position: absolute;
  top: 56px;
  left: -21px;
  width: 115%;
  height: 100%;
  background: linear-gradient(0deg, #090D27 15%, rgba(19, 21, 37, 0) 100%);
  z-index: 0;
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .subscribe-features .promo-bg {
    object-position: right top;
  }
}
@media (max-width: 768px) {
  .subscribe-features .promo-bg {
    object-position: right center;
  }
}
@media (max-width: 576px) {
  .subscribe-features .promo-bg {
    max-height: 295px;
  }
  .subscribe-features .promo-bg::before {
    display: block;
  }
}

@media (max-width: 1200px) {
  .subscribe-roadmap {
    display: none;
  }
}

.individual-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.individual-modal.active {
  display: block;
}
.individual-modal__content {
  max-width: 724px;
  max-height: 585px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.individual-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.individual-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.individual-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 433px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
.individual-modal__input {
  margin-bottom: 16px;
  max-width: 442px;
  width: 100%;
}
.individual-modal__input input {
  width: 100%;
  height: 66px;
  padding: 26px 24px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
}
.individual-modal__input input::placeholder {
  opacity: 0.5;
}
.individual-modal__input:last-of-type {
  margin-bottom: 0;
}
.individual-modal .error {
  display: none;
  margin-top: 6px;
  color: red;
  font-size: 14px;
}
.individual-modal.error-empty_name .empty-name {
  display: block;
}
.individual-modal.error-contain_numbers .contain-number {
  display: block;
}
.individual-modal.error-user_already_exists .email-exist {
  display: block;
}
.individual-modal.error-empty_email .empty-email {
  display: block;
}
.individual-modal.error-has_invalid_emails .invalid-email {
  display: block;
}
.individual-modal.error-has_invalid_user_email .invalid-user-email {
  display: block;
}
.individual-modal.error-unconfirmed .error-confirm-checked {
  display: block;
}
.individual-modal__btn {
  position: relative;
  margin-top: 24px;
  max-width: 442px;
  width: 100%;
  height: 66px;
}
.individual-modal__btn.loading .loader {
  display: inline-block;
}
.individual-modal__btn .loader {
  display: none;
  position: absolute;
  top: 30%;
  right: 25%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .individual-modal__content {
    max-width: 100%;
    max-height: 100%;
    padding: 30px 16px;
    justify-content: center;
    border-radius: 0;
  }
  .individual-modal__title {
    font-size: 27px;
    max-width: 100%;
  }
  .individual-modal__subtitle {
    font-size: 16px;
  }
  .individual-modal__btn {
    margin-top: 50px;
  }
}

.subscribe-plan__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 116px 24px 34px;
}
.subscribe-plan__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.subscribe-plan__subtitle {
  max-width: 400px;
  width: 100%;
  margin: 8px auto 0;
  padding: 0 16px;
  color: #181818;
  text-align: center;
  font-size: 18px;
  line-height: 155%;
}
.subscribe-plan .switcher-price {
  max-width: 328px;
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
  position: relative;
}
.subscribe-plan .switcher-price__annual, .subscribe-plan .switcher-price__monthly {
  padding: 15px 50px;
  border-radius: 16px;
  border: 1.5px solid #CAD0DC;
  background: #FFF;
  color: #585E66;
  font-size: 18px;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.subscribe-plan .switcher-price__annual.active, .subscribe-plan .switcher-price__monthly.active {
  border-color: #79A3DD;
  background: rgba(0, 81, 189, 0.08);
  color: #0051BD;
  font-weight: 600;
}
.subscribe-plan .switcher-price__annual {
  border-radius: 16px 0 0 16px;
}
.subscribe-plan .switcher-price__annual.active {
  border-color: rgba(0, 151, 88, 0.3);
  background: linear-gradient(90deg, rgba(1, 130, 75, 0.1) 0%, rgba(4, 193, 113, 0.1) 100%);
  color: #029858;
}
.subscribe-plan .switcher-price__annual.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  width: 56px;
  height: 30px;
  background: url("./img/pages/subscribe-page/discount-icon.svg") center center no-repeat;
}
.subscribe-plan .switcher-price__monthly {
  border-radius: 0 16px 16px 0;
}
.subscribe-plan .switcher-price__monthly.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  width: 56px;
  height: 30px;
  background: url("./img/pages/subscribe-page/discount-disable-icon.svg") center center no-repeat;
}
.subscribe-plan__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 19px;
}
.subscribe-plan__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 434px;
  height: 545px;
  border-radius: 16px;
  background: #FFF;
}
.subscribe-plan__item_individual {
  height: 556px;
  border: 1px solid rgba(0, 151, 88, 0.3019607843);
  box-shadow: 0px 15px 35px 0px rgba(17, 128, 81, 0.15);
}
.subscribe-plan__item_corporate {
  height: 539px;
  border: 1px solid rgba(5, 76, 183, 0.4);
}
.subscribe-plan__item_enterprise {
  position: relative;
  top: 77px;
  height: 615px;
  border: 1px solid rgba(5, 76, 183, 0.4);
}
.subscribe-plan__item_annual .subscribe-plan__item-header_annual {
  display: flex;
}
.subscribe-plan__item_annual .subscribe-plan__item-price_annual {
  display: block;
}
.subscribe-plan__item_annual .subscribe-plan__item-option_annual {
  display: block;
}
.subscribe-plan__item_monthly .subscribe-plan__item-header_monthly {
  display: flex;
}
.subscribe-plan__item_monthly .subscribe-plan__item-price_monthly {
  display: block;
}
.subscribe-plan__item_monthly .subscribe-plan__item-price-old {
  display: none;
}
.subscribe-plan__item_monthly .subscribe-plan__item-price_enterprise {
  margin-top: 43px;
}
.subscribe-plan__item_monthly .subscribe-plan__item-option_monthly {
  display: block;
}
.subscribe-plan__report {
  display: block;
  position: absolute;
  top: 95px;
  right: -58px;
  height: 210px;
  text-align: center;
  background: #FFF;
}
.subscribe-plan__report_mobile {
  display: none;
  position: static;
  margin-top: 24px;
  height: auto;
}
.subscribe-plan__report div {
  color: #155BC6;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dotted #155BC6;
}
.subscribe-plan__report svg {
  position: relative;
  top: 2px;
}
.subscribe-plan__item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 65px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2.21px;
  text-transform: uppercase;
}
.subscribe-plan__item-header::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -13px;
  width: 50.5%;
  height: 20px;
  transform: rotate(3.5deg);
  background: #FFF;
}
.subscribe-plan__item-header::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -13px;
  width: 50.5%;
  height: 20px;
  transform: rotate(-3.5deg);
  background: #FFF;
}
.subscribe-plan__item-header_individual {
  background: linear-gradient(270deg, #04C674 -2.13%, #007544 108.12%), #118051;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.subscribe-plan__item-header_corporate {
  background: linear-gradient(65deg, rgba(99, 116, 160, 0.2) 2.03%, rgba(64, 82, 178, 0.2) 9.26%, rgba(142, 156, 228, 0.2) 30.52%, rgba(129, 142, 209, 0.2) 39.57%, rgba(177, 187, 240, 0.2) 63.01%, rgba(141, 144, 221, 0.2) 68.86%, rgba(56, 59, 149, 0.2) 92.47%, rgba(70, 64, 132, 0.2) 98.43%);
  color: rgba(93, 93, 116, 0.9);
}
.subscribe-plan__item-header_enterprise {
  display: flex;
  background: linear-gradient(274deg, rgba(161, 199, 255, 0.4) -12.02%, rgba(161, 199, 255, 0.08) -12.01%, rgba(180, 212, 255, 0.4) 103.09%);
  color: rgba(5, 76, 183, 0.82);
}
.subscribe-plan__item-price {
  display: none;
  position: relative;
  margin-top: 15px;
  font-size: 68px;
  font-weight: 500;
  line-height: 90%;
  text-transform: capitalize;
}
.subscribe-plan__item-price span {
  font-size: 52px;
}
.subscribe-plan__item-price_individual {
  font-size: 74px;
  font-weight: 500;
}
.subscribe-plan__item-price_individual span {
  font-size: 52px;
}
.subscribe-plan__item-price_individual > span:first-child {
  font-size: 60px;
}
.subscribe-plan__item-period {
  position: absolute;
  bottom: 16px;
  right: -40px;
  width: 27px;
  color: #9C9C9C;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  text-transform: none;
}
.subscribe-plan__item-type {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.subscribe-plan__item-type_corporate {
  color: rgba(93, 93, 116, 0.85);
}
.subscribe-plan__item-type_individual {
  margin-top: 10px;
  color: #118051;
}
.subscribe-plan__item-type_enterprise {
  color: rgba(5, 76, 183, 0.82);
}
.subscribe-plan__item-additions-corporate {
  margin-top: 24px;
  color: rgba(93, 93, 116, 0.82);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.subscribe-plan__item-additions-individual {
  margin-top: 40px;
  color: #007D48;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.subscribe-plan__item-additions-enterprise {
  margin: 24px auto 0;
  color: rgba(5, 76, 183, 0.82);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.subscribe-plan__item-option {
  display: none;
  max-width: 176px;
  margin: 13px auto 0;
  color: rgba(29, 29, 29, 0.9);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
}
.subscribe-plan__item-divider {
  margin-top: 20px;
  width: 64px;
  height: 1px;
  background: #757589;
}
.subscribe-plan__item-divider-individual {
  margin-top: 26px;
  width: 64px;
  height: 1px;
  background: rgba(17, 128, 81, 0.6);
}
.subscribe-plan__item-divider-enterprise {
  margin-top: 17px;
  width: 64px;
  height: 1px;
  background: rgba(224, 156, 0, 0.5);
}
.subscribe-plan__item-descr {
  margin-top: 19px;
  max-width: 250px;
  color: #020C15;
  text-align: center;
  font-size: 20px;
  line-height: 141%;
}
.subscribe-plan__item-descr span {
  font-weight: 600;
}
.subscribe-plan__features_corporate .subscribe-plan__item-feature::before {
  background: url("./img/pages/subscribe-page/check-grey.svg") center center no-repeat;
}
.subscribe-plan__features_enterprise .subscribe-plan__item-feature::before {
  background: url("./img/pages/subscribe-page/check-blue.svg") center center no-repeat;
}
.subscribe-plan__features_individual .subscribe-plan__item-feature::before {
  background: url("./img/pages/subscribe-page/check-green.svg") center center no-repeat;
}
.subscribe-plan__item-feature {
  position: relative;
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 124.563%;
}
.subscribe-plan__item-feature:not(:first-child) {
  margin-top: 6px;
}
.subscribe-plan__item-feature::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18.3px;
  height: 18.3px;
}
.subscribe-plan__item-feature .icon {
  vertical-align: middle;
  font-size: 19px;
}
.subscribe-plan__title {
  padding: 0 16px;
}
.subscribe-plan__list {
  padding: 0 16px;
  gap: 35px;
}
.subscribe-plan__item-btn {
  margin-top: 26px;
  width: 268px;
  height: 54px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 2px;
}
.subscribe-plan__item-btn_corporate {
  color: #5D5D74;
  border: 1.5px solid rgba(93, 93, 116, 0.4);
  opacity: 0.9;
  background: rgba(141, 144, 221, 0.03);
}
.subscribe-plan__item-btn_corporate:hover {
  background: rgba(93, 93, 116, 0.1);
}
.subscribe-plan__item-btn_individual {
  margin-top: 21px;
}
.subscribe-plan__item-btn_enterprise {
  margin-top: 30px;
}
.subscribe-plan__item-footer {
  margin-top: 21px;
  width: 100%;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #E2FFE3;
  color: #009758;
  font-weight: 600;
  line-height: 153.308%;
}
.subscribe-plan__unsubscribe {
  margin-top: 111px;
  color: #66717A;
  text-align: center;
  font-size: 16px;
}
.subscribe-plan__unsubscribe a {
  padding-bottom: 2px;
  color: #091627;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #091627;
  transition: 0.1s ease-in;
}
.subscribe-plan__unsubscribe a:hover {
  color: #0051BD;
  border-bottom: 1px solid #0051BD;
}
@media (max-width: 1480px) {
  .subscribe-plan__report {
    right: -37px;
  }
}
@media (max-width: 1300px) {
  .subscribe-plan__list {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
  .subscribe-plan__report {
    right: -58px;
  }
}
@media (max-width: 576px) {
  .subscribe-plan__wrapper {
    padding: 100px 0 50px;
  }
  .subscribe-plan .switcher-price .switcher-price__annual.active::before,
  .subscribe-plan .switcher-price .switcher-price__monthly.active::before {
    left: -15px;
  }
  .subscribe-plan__list {
    gap: 35px;
  }
  .subscribe-plan__item {
    width: 100%;
  }
  .subscribe-plan__item_individual, .subscribe-plan__item_corporate {
    border-bottom: none;
  }
  .subscribe-plan__item_enterprise {
    height: 770px;
  }
  .subscribe-plan__report_desktop {
    display: none;
  }
  .subscribe-plan__report_mobile {
    display: block;
  }
  .subscribe-plan__item-period {
    bottom: 10px;
  }
  .subscribe-plan__features {
    margin-left: 0;
  }
  .subscribe-plan__item-feature {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .subscribe-plan__title {
    font-size: 20px;
  }
}

.subscribe-promo {
  position: relative;
  transition: opacity 0.3s linear;
}
.subscribe-promo__bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 960px;
  max-height: 890px;
  width: 100%;
  height: 100%;
  background: url("./img/pages/subscribe-page/promo-bg.png") -1% bottom no-repeat;
}
@media (max-width: 1764px) {
  .subscribe-promo__bg {
    max-width: 830px;
    max-height: 757px;
  }
}
@media (max-width: 1520px) {
  .subscribe-promo__bg {
    max-width: 760px;
    max-height: 650px;
  }
}
@media (max-width: 1260px) {
  .subscribe-promo__bg {
    max-width: 730px;
  }
}
@media (max-width: 1200px) {
  .subscribe-promo__bg {
    display: none;
    background: none;
  }
}
.subscribe-promo__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 208px 24px 202px;
}
.subscribe-promo__info {
  position: relative;
  z-index: 1;
}
.subscribe-promo__info-title {
  position: relative;
  font-size: 52px;
  font-weight: 600;
  line-height: 107.7%;
  text-transform: capitalize;
}
.subscribe-promo__info-title span {
  position: absolute;
  left: -54px;
}
.subscribe-promo__info-subtitle {
  max-width: 586px;
  margin-top: 20px;
  color: #0051BD;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.subscribe-promo__info-descr {
  max-width: 558px;
  margin-top: 12px;
  font-size: 20px;
  line-height: 140%;
}
.subscribe-promo__info-btns {
  margin-top: 28px;
  display: flex;
  gap: 16px;
}
.subscribe-promo__info-btn {
  width: 100%;
  max-width: 300px;
  height: 69px;
}
.subscribe-promo__info-trial {
  margin-top: 24px;
  line-height: 140%;
}
@media (max-width: 1520px) and (min-width: 1201px) {
  .subscribe-promo__wrapper {
    padding: 208px 77px 202px;
  }
}
@media (max-width: 1200px) {
  .subscribe-promo__info {
    margin: 0 auto;
    max-width: 607px;
    text-align: center;
  }
  .subscribe-promo__info__subtitle {
    margin: 20px auto 0;
  }
  .subscribe-promo__info__descr {
    margin: 12px auto 0;
  }
  .subscribe-promo__info__btns {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .subscribe-promo__wrapper {
    padding: 110px 24px 80px;
  }
  .subscribe-promo__info [data-aos=fade-right] {
    opacity: 1 !important;
    transform: translateZ(0);
  }
  .subscribe-promo__info-btns [data-aos=fade-zoom-in] {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .subscribe-promo__wrapper {
    padding: 80px 24px 60px;
  }
  .subscribe-promo__info-title {
    font-size: 44px;
  }
  .subscribe-promo__info-title span {
    left: -5px;
    height: 47px;
  }
  .subscribe-promo__info-title span svg {
    height: 100%;
  }
  .subscribe-promo__info-descr br {
    display: none;
  }
}
@media (max-width: 655px) {
  .subscribe-promo__info-title span {
    display: none;
  }
  .subscribe-promo__info-btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .subscribe-promo {
    padding: 0 16px;
  }
  .subscribe-promo__wrapper {
    padding: 80px 0;
  }
  .subscribe-promo__info-title {
    font-size: 32px;
  }
  .subscribe-promo__info-subtitle {
    font-size: 18px;
  }
  .subscribe-promo__info-descr {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .subscribe-promo__info-descr br {
    display: none;
  }
}
@media (max-width: 425px) {
  .subscribe-promo__info-title {
    font-size: 29px;
  }
  .subscribe-promo__info-subtitle {
    font-size: 16px;
  }
  .subscribe-promo__info-descr {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .subscribe-promo__info-title {
    font-size: 24px;
  }
  .subscribe-promo__info-subtitle {
    font-size: 14px;
  }
  .subscribe-promo__info-descr {
    font-size: 14px;
  }
}

.subpilot-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.subpilot-modal.active {
  display: block;
}
.subpilot-modal__content {
  max-width: 724px;
  max-height: 534px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.subpilot-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.subpilot-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.subpilot-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 433px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
.subpilot-modal__input {
  margin-bottom: 16px;
  max-width: 442px;
  width: 100%;
}
.subpilot-modal__input input {
  width: 100%;
  height: 66px;
  padding: 26px 24px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
}
.subpilot-modal__input input::placeholder {
  opacity: 0.5;
}
.subpilot-modal__input:last-of-type {
  margin-bottom: 0;
}
.subpilot-modal .error {
  display: none;
  margin-top: 6px;
  color: red;
  font-size: 14px;
}
.subpilot-modal.error-empty_name .empty-name {
  display: block;
}
.subpilot-modal.error-contain_numbers .contain-number {
  display: block;
}
.subpilot-modal.error-has_already_subscribed_emails .email-exist {
  display: block;
}
.subpilot-modal.error-empty_email .empty-email {
  display: block;
}
.subpilot-modal.error-invalid_email .invalid-email {
  display: block;
}
.subpilot-modal__btn {
  margin-top: 24px;
  max-width: 442px;
  width: 100%;
  height: 66px;
}
@media (max-width: 768px) {
  .subpilot-modal__content {
    max-width: 100%;
    max-height: 100%;
    padding: 30px 16px;
    justify-content: center;
    border-radius: 0;
  }
  .subpilot-modal__title {
    font-size: 27px;
    max-width: 100%;
  }
  .subpilot-modal__subtitle {
    font-size: 16px;
  }
  .subpilot-modal__btn {
    margin-top: 50px;
  }
}

.subscribe.hide {
  display: none;
}

.individual-modal__checkbox,
.corporate-modal__checkbox,
.exclusive-modal__checkbox {
  display: flex;
}
.individual-modal__checkbox input,
.corporate-modal__checkbox input,
.exclusive-modal__checkbox input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
}
.individual-modal__checkbox label,
.corporate-modal__checkbox label,
.exclusive-modal__checkbox label {
  margin-left: 8px;
  font-size: 14px;
  color: #626262;
}

.unsubscribe-modal {
  display: none;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.unsubscribe-modal.active {
  display: block;
}
.unsubscribe-modal__content {
  max-width: 724px;
  max-height: 452px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.unsubscribe-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.unsubscribe-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.unsubscribe-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 530px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
.unsubscribe-modal__input {
  margin-bottom: 16px;
  max-width: 442px;
  width: 100%;
  height: 66px;
  padding: 26px 24px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 18px;
  font-weight: 500;
}
.unsubscribe-modal__input::placeholder {
  opacity: 0.5;
}
.unsubscribe-modal__btn {
  margin-top: 24px;
  width: 442px;
  height: 66px;
}
@media (max-width: 768px) {
  .unsubscribe-modal__content {
    padding: 35px 25px 35px;
    max-width: 400px;
    max-height: 410px;
  }
  .unsubscribe-modal__content::before {
    top: 20px;
    left: 10px;
  }
  .unsubscribe-modal__title {
    font-size: 32px;
    max-width: 80%;
  }
  .unsubscribe-modal__subtitle {
    font-size: 15px;
  }
  .unsubscribe-modal__feature {
    display: block;
    margin: 25px auto 0;
    width: 100%;
  }
  .unsubscribe-modal__feature:last-of-type {
    margin-left: 0;
  }
  .unsubscribe-modal__feature:last-of-type::before {
    display: none;
  }
  .unsubscribe-modal__btn {
    margin-top: auto;
    width: 100%;
    height: 66px;
  }
  .unsubscribe-modal .support-modal__close {
    top: 15px;
    right: 15px;
  }
}

.unsubscribe-send-modal {
  display: none;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(8, 24, 45, 0.7);
}
.unsubscribe-send-modal.active {
  display: block;
}
.unsubscribe-send-modal__content {
  max-width: 724px;
  max-height: 274px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 80px 60px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.unsubscribe-send-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.unsubscribe-send-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.unsubscribe-send-modal__subtitle {
  margin: 7px 0 24px;
  max-width: 553px;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 137.5%;
}
@media (max-width: 768px) {
  .unsubscribe-send-modal__content {
    padding: 70px 16px 35px;
    max-width: 350px;
    max-height: 320px;
  }
  .unsubscribe-send-modal__title {
    font-size: 32px;
    max-width: 80%;
  }
  .unsubscribe-send-modal__subtitle {
    font-size: 15px;
  }
}

.support {
  overflow-x: hidden;
}
.support__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 24px 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support__info {
  position: relative;
  max-width: 598px;
}
.support__team {
  max-width: 539px;
  margin-left: 26px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.support__team-item {
  width: 115px;
  height: 115px;
  margin-left: -26px;
}
.support__team-item--last {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C2DBFB;
  border-radius: 100%;
  color: #0051BD;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.support__info-title {
  position: relative;
  margin: 45px 0 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 132.143%;
}
.support__info-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -83px;
  width: 59px;
  height: 46px;
  background: url("./img/pages/support-page/quote-mark.svg");
  z-index: -1;
}
.support__info-descr {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
}
.support__info-gratitude {
  margin-top: 25px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 177.778%;
}
.support__info-gratitude span {
  font-weight: 500;
}
@media (max-width: 1420px) {
  .support__info-title::before {
    display: none;
  }
}
@media (max-width: 1240px) {
  .support__wrapper {
    flex-direction: column;
    gap: 90px;
  }
}
@media (max-width: 650px) {
  .support__wrapper {
    padding: 60px 16px;
    gap: 60px;
  }
  .support__team {
    margin: 0 auto;
    padding-left: 26px;
    max-width: 440px;
    justify-content: center;
  }
  .support__info-title {
    font-size: 24px;
    text-align: center;
  }
  .support__info-descr {
    font-size: 16px;
    text-align: center;
  }
  .support__info-gratitude {
    font-size: 16px;
    text-align: center;
  }
}

.payment-block {
  max-width: 352px;
  position: relative;
  margin-bottom: 10px;
}
.payment-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -165px;
  transform: translateY(-50%);
  width: 1076px;
  height: 682px;
  background-image: url("./img/pages/support-page/support-bg.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.payment-block__title {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.payment-block__info {
  max-width: 330px;
  margin: 8px auto 0;
  color: #242424;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.payment-block__info span {
  color: #0051BD;
}
.payment-block__donation-amounts {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.payment-block__option {
  width: 170px;
  height: 72px;
  border-radius: 5px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  font-size: 24px;
  font-weight: 600;
  color: #676D73;
  line-height: normal;
  word-spacing: -4px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.payment-block__option:hover {
  border-color: #0051BD;
  color: #0051BD;
  background: #f8faff;
}
.payment-block__option.active {
  color: #0051BD;
  border: 1px solid #0051BD;
  background: #ECF3FF;
}
.payment-block__option-custom {
  width: 170px;
  height: 72px;
  border-radius: 5px;
  padding: 0 16px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  color: #020C15;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  text-transform: none;
}
.payment-block__option-custom::before {
  content: "$";
  position: relative;
  color: #020C15;
}
.payment-block__option-custom::placeholder {
  text-align: center;
  opacity: 0.9;
  word-spacing: 0;
}
.payment-block__option-custom::-webkit-outer-spin-button, .payment-block__option-custom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment-block__error {
  display: none;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: red;
}
.payment-block__checkbox {
  margin-top: 24px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-user-select: none;
          user-select: none;
}
.payment-block__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.payment-block__checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #0051BD;
}
.payment-block__checkbox input:checked ~ .checkmark {
  background-color: #FFF;
}
.payment-block__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.payment-block__checkbox input:checked ~ .checkmark:after {
  display: block;
}
.payment-block__checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #0051BD;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.payment-block__btn {
  margin-top: 42px;
  width: 352px;
  height: 69px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}
@media (max-width: 1240px) {
  .payment-block::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .payment-block__donation-amounts {
    flex-direction: column;
    align-items: center;
  }
  .payment-block__option, .payment-block__option-custom {
    width: 100%;
  }
  .payment-block__btn {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .payment-block__checkbox {
    font-size: 14px;
  }
  .payment-block__btn {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .payment-block__title {
    font-size: 30px;
  }
}
.payment-block > div[style^=border-radius] {
  border-radius: 0 !important;
}
.payment-block #dgx-donate-container {
  display: none !important;
}

.support-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(13, 13, 13, 0.8);
  transition: 0.2s ease-in-out;
}
.support-modal.loading {
  pointer-events: none;
  opacity: 0.8;
}
.support-modal.active {
  visibility: visible;
  opacity: 1;
}
.support-modal__content {
  max-width: 602px;
  max-height: 570px;
  width: 100%;
  height: 100%;
  padding: 70px 80px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.support-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 24px;
  cursor: pointer;
}
.support-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.support-modal__amount {
  margin-top: 5px;
  text-align: center;
  color: #0051BD;
  font-size: 58px;
  font-weight: 600;
  line-height: normal;
}
.support-modal__amount span {
  font-weight: 500;
}
.support-modal__period {
  display: none;
  color: #757C83;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.support-modal__email {
  margin-top: 34px;
  width: 100%;
  padding: 24px 25px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.support-modal__email::placeholder {
  opacity: 0.6;
}
.support-modal__btn-paypal {
  margin-top: 24px;
  position: relative;
  max-width: 442px;
  width: 100%;
  height: 66px;
  border: none;
  border-radius: 5px;
  background: #F6C657;
  cursor: pointer;
}
.support-modal__btn-paypal:hover {
  background: rgb(239, 171, 23);
}
.support-modal__btn-paypal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 32px;
  transform: translate(-50%, -50%);
  background: url("./img/pages/support-page/paypal.svg");
}
.support-modal__btn-card {
  margin-top: 16px;
  position: relative;
  max-width: 442px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-transform: none;
}
.support-modal__btn-card::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 24px;
  height: 18px;
  background: url("./img/pages/support-page/card.svg");
}
@media (max-width: 768px) {
  .support-modal__content {
    padding: 70px 16px 80px;
    max-width: 350px;
    max-height: 520px;
  }
  .support-modal__title {
    font-size: 32px;
  }
  .support-modal__amount {
    font-size: 52px;
  }
}

.appreciate-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(13, 13, 13, 0.8);
}
.appreciate-modal.active {
  display: block;
}
.appreciate-modal__content {
  max-width: 602px;
  max-height: 320px;
  width: 100%;
  height: 100%;
  padding: 70px 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.appreciate-modal__content::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 283px;
  height: 140px;
  background: url("./img/pages/support-page/ubn-opacity.png");
  z-index: -1;
}
.appreciate-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 24px;
  cursor: pointer;
}
.appreciate-modal__title {
  max-width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.appreciate-modal__subtitle {
  margin-top: 15px;
  max-width: 368px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 137.5%;
}
.appreciate-modal__feature {
  margin-top: 22px;
  max-width: 160px;
  display: inline-block;
  position: relative;
}
.appreciate-modal__feature:last-of-type {
  margin-left: 80px;
}
.appreciate-modal__feature:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 1px;
  height: 79px;
  background: #C7C7C7;
}
.appreciate-modal__feature-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.appreciate-modal__feature-text {
  margin-top: 13.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}
.appreciate-modal__btn {
  margin-top: 24px;
  width: 286px;
  height: 62px;
}
@media (max-width: 768px) {
  .appreciate-modal__content {
    padding: 70px 16px 35px;
    max-width: 350px;
    max-height: 320px;
  }
  .appreciate-modal__content::before {
    top: 20px;
    left: 10px;
  }
  .appreciate-modal__title {
    font-size: 32px;
    max-width: 80%;
  }
  .appreciate-modal__subtitle {
    font-size: 15px;
  }
  .appreciate-modal__feature {
    display: block;
    margin: 25px auto 0;
    width: 100%;
  }
  .appreciate-modal__feature:last-of-type {
    margin-left: 0;
  }
  .appreciate-modal__feature:last-of-type::before {
    display: none;
  }
}

.support__switcher {
  display: block;
  max-width: 270px;
  margin: 28px auto 0;
  cursor: pointer;
}
.support__switcher-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
          appearance: none;
}
.support__switcher-button {
  display: inline-block;
  position: relative;
  padding-left: 56px;
}
.support__switcher-button::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: #FFF;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s, left 0.3s;
}
.support__switcher-button::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 24px;
  border-radius: 18px;
  background-color: #BCBCBC;
  transition: background-color 0.3s;
}
.support__switcher-option {
  color: #6A6A6A;
  font-size: 17px;
  font-weight: 500;
}
.support__switcher-option:first-child {
  margin-right: 16px;
}
.support__switcher-option_active-monthly {
  color: #0051BD;
}

.support__switcher-input:checked + .support__switcher-option {
  color: #0051BD;
}

.support__switcher-input:checked + .support__switcher-button::before {
  background-color: #0051BD;
}

.support__switcher-input:checked + .support__switcher-button::after {
  background-color: white;
  left: 21px;
}
/*# sourceMappingURL=main.css.map*/