/****************specialView***************/
.squareBox.spcNoImage {
  border-color: #022f5e;
  background: url("../img/iconImg.png") 11px 7px no-repeat;
}
.squareBox.spcSetImage {
  background: url("../img/iconImg.png") -41px 7px no-repeat !important;
}

.noImage img {
  display: none !important;
}
.noImage img.eye_icon {
  display: block !important;
}
.noImage .spheresList li span {
  background-image: none !important;
}

.blackAndWhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
  -webkit-filter: grayscale(100%) invert(100%);
  -moz-filter: grayscale(100%) invert(100%);
  -ms-filter: grayscale(100%) invert(100%);
  -o-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}
.icon_accessibility:hover {
  cursor: pointer;
}

.specialViewArea {
  padding: 10px 20px 20px 20px;
  width: 265px;
  right: 0;
  top: 60px;
  color: #000;
}
.appearance {
  margin-bottom: 10px;
  clear: both;
  display: table;
  width: 100%;
}
.squareBox {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 27px;
  font-weight: bolder;
  cursor: pointer;
  background: #022f5e;
  border: 2px solid #022f5e;
  color: #fff;
}
.specialTitle {
  /*border-bottom: 1px solid #a84f4a;*/
  font-size: 18px;
}
.squareAppearances {
  float: left;
  margin-right: 5px;
}
/*.squareAppearances .specialBoxList li a{*/
/*color: #000;*/
/*}*/
.squareBox.spcNormal {
  background: #022f5e;
  /*border-color: #454a88;*/
}
.squareBox.spcWhiteAndBlack {
  background: #828282;
  border-color: #353535;
}
.squareBox.spcDark {
  background: #3e3e3e;
  border-color: #777777;
}
.fontSmaller {
  font-size: 24px;
}
.fontBigger {
  font-size: 26px;
}

.defaultSlider {
  height: 4px !important;
  background: #b7b7b7;
  border: none;
}
.defaultSlider span {
  border-radius: 50%;
  outline: none;
  background: #ffffff !important;
  cursor: pointer !important;
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  -ms-border-shadow: 0px 0px 5px #ccc;
  /*cursor: pointer !important;*/
  margin-bottom: 10px;
}
.sliderZoom {
  margin: 15px 0 20px 0;
}
.sliderText {
  margin-bottom: 20px;
}
.defaultSlider span:focus,
.defaultSlider span:hover {
  border-color: #d3d3d3;
}
.defaultSlider .ui-slider-range {
  background: #022f5e;
}

/******************speciel_box*****************/

.speciel_box span {
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.speciel_box {
  display: inline-block;
  color: #333333 !important;
}
.speciel_relative {
  display: inline-block;
  position: relative;
}
.specialBoxList {
  display: inline-block;
  margin: 0 0 0 28px;
}
.specialBoxList li {
  list-style: none;
  display: inline-block;
}
.specialBoxList li a {
  color: #fff;
  display: inline-block;
}
.specialBoxList li a span {
  position: relative;
  top: -23px;
  width: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
  line-height: 1.3;
}
.specialBoxList li:hover a {
  text-decoration: underline;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.specialBoxList li i {
  position: relative;
  font-size: 16px;
  margin: 0 10px 0 5px;
  color: #545454;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
html,
body {
  position: relative;
  background-color: #f4f5fb;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/**********************************************/

.wrapper {
  position: relative;
}

.has_width {
  width: 1640px;
}

.bg_image {
  position: relative;
  /* overflow: hidden; */
  /*padding: 65px 0;*/
  padding-top: 230px;
}
.bg_image:before {
  content: "";
  background: url("../img/bg_before_img.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************************************/

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}

.header.active {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(219, 219, 219, 1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(219, 219, 219, 1);
  box-shadow: 0px 4px 5px 0px rgba(219, 219, 219, 1);
}

.header .row {
  width: 1610px;
  display: flex;
  align-items: center;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.header .col-md-6 {
  position: relative;
}
.header_right {
  float: right;
}
a.left_sidebar {
  position: relative;
  display: contents;
  cursor: pointer;
}
a.left_sidebar img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
a.header_logo {
  margin-left: 80px;
}
a.header_logo,
a.footer_logo {
  position: relative;
  display: inline-block;
  font-family: "Montserrat-Bold";
  font-size: 30px;
  color: #022f5e;
  line-height: 1.2;
  text-decoration: none;
  padding-left: 55px;
}
a.header_logo img,
a.footer_logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.header_logo span i,
a.footer_logo span i {
  display: block;
  font-size: 18px;
  font-style: normal;
}
a.my_constitution {
  border-radius: 10px;
  display: inline-block;
  padding: 20px 30px;
  margin-right: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
a.my_constitution:hover {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.lang {
  display: inline-block;
}

.lang li.dropdown > a {
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 20px 20px 60px #00000066;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 50px;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #123074;
  text-decoration: none;
}
.lang .dropdown .dropdown-menu {
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 20px 20px 60px #00000066;
  border: none;
  width: 65px;
  min-width: auto;
  margin: 0;
  padding: 0;
}
.lang .dropdown .dropdown-menu {
  padding: 0;
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #123074;
}
.lang .dropdown .dropdown-menu li a {
  padding: 10px 10px;
  color: #123074;
  transition: all 0.3s ease-in-out;
}
.lang .dropdown .dropdown-menu li a:hover {
  background-color: #123074;
  color: #fff;
}
a.enter_link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 50px;
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 20px 20px 60px #00000066;
  border-radius: 5px;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #123074;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
a.enter_link:hover {
  background-color: #123074;
  color: #fff;
}
a.enter_link span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  fill: #123074;
  transition: all 0.3s ease-in-out;
}
a.enter_link:hover span img {
  display: none;
}
a.enter_link:hover span:before {
  content: "";
  background: url("../img/user_icon_white.svg") no-repeat;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/**********************************************/

.offer_b {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 362px;
  background: transparent linear-gradient(180deg, #123075 0%, #092056 100%) 0 0 no-repeat padding-box;
  border: 1px solid #00000000;
  border-radius: 18px;
  padding: 20px 72px;
  /* margin-top: 220px; */
}
.pad_l {
  padding: 10px 72px 0 272px;
  border-right: 1px solid #fff;
}
.offer_img {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.offer_title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 28px;
  color: #ffffff;
  line-height: 1.3;
}
.offer_min_text {
  display: block;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #fff;
  margin: 15px 0 25px 0;
}
a.send_offer_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 203px;
  height: 50px;
  background: transparent linear-gradient(256deg, #fa2b56 0%, #f91c3d 100%) 0 0 no-repeat padding-box;
  box-shadow: 20px 20px 60px #00000066;
  border-radius: 5px;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin: 20px 0;
  padding: 10px 15px;
}
a.send_offer_link:hover {
  opacity: 0.9;
}
.pad_r {
  padding: 0 50px;
}
.info_cons {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
}
.info_cons i {
  font-family: "Montserrat-Regular";
  font-style: normal;
}
.offer_vote_list {
  position: relative;
  margin: 20px 0 10px 0;
}
/*.offer_vote_list:after {*/
/*  content: '';*/
/*  background-color: #c0dfff;*/
/*  width: 1px;*/
/*  height: 62px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 45%;*/
/*  transform: translate(-50%, -45%);*/
/*}*/
.offer_vote_list li {
  width: 45%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 62px;
}
/*.offer_vote_list li:last-child {*/
/*  padding: 0 0 0 92px;*/
/*}*/
.offer_vote_list li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*.offer_vote_list li:last-child img {*/
/*  left: 30px;*/
/*}*/
.offer_vote_list li span {
  display: revert;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #c0dfff;
}
.offer_vote_list li span i {
  display: block;
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-size: 30px;
  line-height: 1.3;
}

/**********************************************/

.usefull_links {
  display: block;
  background-color: #fff;
}
.usef_links_title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 1.2;
  color: #022f5e;
  text-align: center;
}
.usef_links_list {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 150px;
  margin: 50px 0 30px 0;
}
.usef_links_list li {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.usef_links_list li a {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1.3;
}
.usef_links_list li a.list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.usef_links_list li a.list_img:hover {
  transform: scale(1.08);
}

/**********************************************/

.footer {
  display: block;
  background-color: #fff;
}
.footer_in {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 435px;
  background: transparent linear-gradient(180deg, #123075 0%, #092056 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #00000000;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 30px;
  padding: 20px 100px;
}
a.footer_logo {
  color: #80addc;
}
.footer_min_t {
  display: block;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #80addc;
}
.social_network {
  display: inline-block;
  margin: 55px 0 15px 0;
}
.social_network li {
  display: inline-block;
  margin-right: 10px;
}
.social_network li a img {
  transition: all 0.3s ease-in-out;
}
.social_network li a:hover img {
  transform: scale(1.07);
}
a.uzf_logo {
  display: table;
  margin: 0 auto;
}
a.uzf_logo img {
  transition: all 0.3s ease-in-out;
}
a.uzf_logo:hover img {
  transform: scale(1.08);
}
.chart_b {
  background-color: #fff;
  padding: 20px 0;
}
.chart_title_p {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 26px;
  color: #0d2763;
  line-height: 1.3;
  text-align: center;
  margin: 50px 0 0 0;
}
.chart_title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 26px;
  color: #0d2763;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 20px 0;
}
.chart_title i {
  display: block;
  font-family: "Montserrat-Italic";
  font-style: normal;
}
.highcharts-credits {
  display: none;
}
.highchart_b_list {
  width: 100%;
  text-align: center;
  margin: 72px 0 100px 0;
}
.highchart_b_list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  margin: 0 15px;
}
/*.highchart_b_list li:first-child {*/
/*  font-family: "Montserrat-Regular";*/
/*  font-size: 18px;*/
/*  color: #4a4949;*/
/*  line-height: 1.3;*/
/*  padding-left: 105px;*/
/*  margin-right: 50px;*/
/*  text-align: left;*/
/*}*/
/*.highchart_b_list li:first-child span {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  transform: translateY(-50%);*/
/*}*/
#container,
#container2,
#container3,
#container4,
#container5{
  width: 100%;
  height: 240px;
}
#container .highcharts-title,
#container2 .highcharts-title,
#container3 .highcharts-title,
#container4 .highcharts-title ,
#container5 .highcharts-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#container .highcharts-title p,
#container2 .highcharts-title p,
#container3 .highcharts-title p,
#container4 .highcharts-title p,
#container5 .highcharts-title p{
  display: inline-block;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 28px;
  color: #6669a3;
}
.highchart_b_title {
  display: block;
  font-family: "Montserrat-Regular";
  font-size: 22px;
  color: #4a4949;
  text-align: center;
  line-height: 1.3;
}

/* suggestions */

.suggestions {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: "Montserrat", sans-serif;
  min-height: 50vh;
}

.suggestions h1,
.suggestions h2,
.suggestions h3,
.suggestions h4,
.suggestions h5,
.suggestions h6,
.suggestions p {
  margin: 0;
}

.sugggestion__wrapper {
  display: flex;
  min-height: 10vh;
  padding-left: 5rem;
  padding-right: 5rem;
  gap: 2rem;
}

.sugggestion__wrapper .suggestion__content {
  width: 100% !important;
}

.suggestion__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #022f5e;
}

/* suggestion controllers */

.controller__wrapper {
  position: sticky;
  align-self: flex-start;
  top: 0;
  z-index: 2;
}

.suggestion__controller {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
  border-radius: 8rem;
  width: max-content;
  margin-top: 8rem;
  margin-right: auto;
  padding: 1.5rem 1rem;
}

.suggestion__controller .controller span,
.controller__content .content span {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #cecece;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  cursor: pointer;
}

.controller span.active {
  background-color: #fa274f;
}

.controller__content {
  position: absolute;
  top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  width: max-content;
  max-width: 80rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s ease-in-out;
}

.suggestion__controller:hover + .controller__content,
.controller__content:hover {
  opacity: 1;
  pointer-events: all;
}

.controller__content .content {
  display: grid;
  grid-template-columns: 5% 95%;
  gap: 1rem;
  cursor: pointer;
}
.suggestion__list .suggestion .header__id,
.suggestion__controller .controller span,
.controller__content .content span {
  position: relative;
}
.suggestion__list .suggestion:nth-of-type(1) .header__id::before,
.suggestion__controller .controller:nth-of-type(1) span:before,
.controller__content .content:nth-of-type(1) span:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.suggestion__list .suggestion:nth-of-type(1) .header__id::before {
  width: 9px;
  height: 9px;
  background-color: #585858;
}

.controller__content .content.active span {
  background-color: #00acee;
  transition: all 0.3s ease-in-out;
}

.controller__content .content.active p,
.controller__content .content:hover p {
  color: #00acee;
  transition: all 0.3s ease-in-out;
}

.controller__content .content p {
  width: 100%;
  height: max-content;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  font-size: 1.3rem;
  text-transform: uppercase;
  word-break: keep-all;
}

/* suggestion content */

.suggestion__list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.suggestion__list .suggestion {
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}

.suggestion .suggestion__header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 2.5rem 1.5rem;
  padding-right: 0;
}

.suggestion .suggestion__header .collapse__button img {
  width: 1.4rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.suggestion .suggestion__header .collapse__button.active img {
  transform: rotate(-90deg);
}

.suggestion__header > div {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.suggestion__header .red_line {
  position: absolute;
  left: calc(1.5rem + 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60%;
  background-color: #cecece;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.suggestion__header:has(.collapse__button.active) .red_line {
  background-color: #fa274f;
}

.suggestion__header .header__id {
  width: 30px;
  margin-left: 3rem;
  font-size: 3rem;
  color: #3f3f3f;
  text-align: center;
}

.suggestion__header .header__title {
  font-size: 2rem;
  font-weight: bold;
  color: #585858;
}

.suggestion__header .header__title span {
  font-weight: 400;
}

.suggestion__header .header__last {
  padding-right: 5rem;
}

.suggestion__header .header__last > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #5c95d1;
}

.suggestion__header .header__last h5 {
  font-size: 2.4rem;
  font-weight: bold;
}

.suggestion__header .header__last img {
  width: 3rem;
}

.suggestions .vertical_line {
  width: 1px;
  height: 2rem;
  background-color: #bebebe;
}

.suggestions .vertical_line.vertical_line--1x {
  height: 4rem;
}
.suggestions .vertical_line.vertical_line--2x {
  height: 5rem;
}

/* chapters */

.chapters__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.suggestion.noChapters .chapters__wrapper .chapter {
  all: unset;
}

.suggestion.noChapters .chapters__wrapper .articles__wrapper {
  max-height: max-content;
  margin-left: 3rem;
  margin-right: 3rem;
}

/*.suggestion.noChapters .article {*/
/*  margin-top: 0;*/
/*}*/

.suggestion.noChapters .article:first-child {
  margin-top: 2rem;
}

.chapter {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  border-radius: 2rem;
  padding-bottom: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

.chapter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 3rem;
  padding-bottom: 0;
}

.chapter__header .collapse__button img {
  width: 1rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.chapter__header .collapse__button.active img {
  transform: rotate(-90deg);
}

.chapter__first {
  font-size: 1.6rem;
  font-weight: bold;
  color: #585858;
  text-transform: uppercase;
}

.chapter__header .chapter__last {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
}

.chapter__header .chapter__last > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #a8a8a8;
}

.chapter__header .chapter__last h5 {
  font-size: 1.6rem;
  font-weight: bold;
}

/* articles */

.articles__wrapper {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.article {
  gap: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.article:first-child {
  margin-top: 2rem;
}

.article:last-child {
  margin-bottom: 2rem;
}

.article__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.article .article__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 2rem 3rem;
}

.article__header .collapse__button img,
.introduction__header .collapse__button img {
  width: 1rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.article__header .collapse__button.active img,
.introduction__header .collapse__button.active img {
  transform: rotate(-90deg);
}

.article__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.article__content .article__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 3rem 2rem 3rem;
  overflow: hidden;
}

.article__footer .glyphicon {
  margin-right: 1rem;
}

.article__footer h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #585858;
}

.article__footer h3 span {
  font-size: 2rem;
}

.article__footer p {
  padding: 1rem 3rem;
  background-color: #5c95d1;
  border: 1px solid #5186be;
  border-radius: 5px;
  color: #fff;
}

.article__footer p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.article__description {
  margin-top: 1rem;
  padding-right: 15px;
  text-align: justify;
}

/* article form */

.article__form {
  border: 1px solid #c9c9c9;
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.article__form .form__fullname {
  margin-top: 2rem;
  color: #585858;
  font-size: 2rem;
}

.article__form .form__title {
  margin-top: 1rem;
  color: #585858;
  font-size: 2rem;
}

.article__form #editor {
  margin-top: 2rem;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 15rem;
  min-height: 5vh;
  padding: 10px;
  border-radius: 5px;
  border-color: #949494;
  outline-color: #949494;
  transition: box-shadow 0.3s ease;
}

.article__form #editor:focus {
  box-shadow: 0 0 10px rgba(148, 148, 148, 0.3);
}

.article__form div:has(button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.article__form .help-block {
  margin-top: 1rem;
}

.article__form form > div .form-group {
  margin-bottom: 0;
  cursor: pointer;
}

.article__form .form__btn {
  position: relative;
  background: #033e9a;
  padding: 0.7rem 5rem;
  border-radius: 5px;
  font-family: "Roboto-Medium";
  font-size: 1.6rem;
  color: #fff;
  outline: none;
  border: 2px solid #033e9a;
  transition: background 0.3s linear;
}

.article__form .form__btn:hover {
  background: #022d74;
}

.article__form .form__btn img {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.article__form .form__btn:hover img {
  transform: translateY(-50%) translateX(30%);
}

.article__form .form__select {
  display: flex;
  flex-direction: column;
}

.article__form .form__select label {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 400;
}

.article__form .form__select select {
  padding: 0.8rem 1rem;
  border-color: #949494;
  outline-color: #949494;
  border-radius: 5px;
  cursor: pointer;
}

/* suggestion results */

.suggestion__results {
  margin: 2rem;
  /* margin-top: 0rem; */
}

.suggestion__results .results__wrapper {
  max-height: 80vh;
  margin-top: 3rem;
  padding-top: 2rem;
  overflow-y: auto;
  padding-right: 0.5em;
}

.suggestion__results .results__wrapper::-webkit-scrollbar {
  width: 0.5em;
}

.suggestion__results .results__wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 5px;
}

.suggestion__results .results__wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgb(141, 141, 141);
}

.suggestion__results .results__wrapper::-webkit-scrollbar-thumb:active {
  background-color: rgb(112, 112, 112);
}

.suggestion__results .result:nth-child(1) {
  margin-top: 1rem;
}

.suggestion__results .result {
  margin-top: 3rem;
}

.suggestion__results .results__title {
  color: #585858;
  font-size: 2.5rem;
  font-weight: bold;
}

.suggestion__results .result__header,
.suggestion__results .result__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.suggestion__results .result__title {
  position: relative;
  font-size: 1.8rem;
}

.suggestion__results .result__title span {
  position: absolute;
  font-size: 1rem;
  top: -110%;
  left: 102%;
  padding: 0.8rem 1.6rem;
  background-color: #fa274f;
  border-radius: 9px 9px 9px 0px;
  color: #fff;
}

.suggestion__results .result__date {
  font-size: 1.3rem;
}

.suggestion__results .result__content {
  position: relative;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: #dedede;
}

.suggestion__results .result__content::before {
  position: absolute;
  content: "";
  top: calc(0% - 0.8rem);
  left: 3%;
  transform: rotate(45deg);
  background-color: #dedede;
  width: 1.6rem;
  height: 1.6rem;
}

.suggestion__results .result__footer {
  margin-top: 2rem;
}

.suggestion__results .result__footer .result__status {
  position: relative;
  padding: 0.8rem 4rem;
  border-radius: 5px;
  font-family: "Roboto-Medium";
  font-size: 1.2rem;
  color: #fff;
  outline: none;
  border: none;
}

.suggestion__results .result.success .result__footer .result__status {
  background-color: #78af68;
}

.suggestion__results .result.failure .result__footer .result__status {
  background-color: #fa274f;
}

.suggestion__results .result.new .result__footer .result__status {
  background-color: #ccc;
}

.suggestion__results .result.process .result__footer .result__status {
  background-color: #fae191;
}

.suggestion__results .result__footer .result__status img {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}

.suggestion__results .result.success .result__footer .result__status img {
  content: url("../img/checked.svg");
}

.suggestion__results .result.failure .result__footer .result__status img {
  content: url("../img/times.svg");
}

.suggestion__results .result.process .result__footer .result__status img {
  content: url("../img/process.png");
}

.suggestion__results .result.new .result__footer .result__status img {
  display: none;
}

.suggestion__results .result__footer .result__likes {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.suggestion__results .result__footer .result__likes img {
  width: 1.5rem;
}

/* // suggestions */
.register_square {
  display: inline-block !important;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 30px;
  width: 30%;
  background-color: #4825c2;
}

/* introduction */

.introduction {
  padding: 0 4rem 2rem 4rem;
}

.introduction__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #585858;
  text-transform: uppercase;
}

.introduction .introduction__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.introduction__content .introduction__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem 0 1rem 0;
}

.introduction__footer h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #585858;
}

.introduction__footer h3 span {
  font-size: 2rem;
}

.introduction__footer p {
  padding: 1rem 3rem;
  background-color: #5c95d1;
  border: 1px solid #5186be;
  border-radius: 5px;
  color: #fff;
}

.introduction__footer p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.introduction__footer .glyphicon {
  margin-right: 1rem;
}
.article__footer button,
.introduction__footer button {
  padding: 1rem 3rem;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  font-family: "Montserrat-Regular";
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.article__footer button[data-target="#offer_modal"],
.introduction__footer button[data-target="#offer_modal"] {
  background-color: #5c95d1;
  border: 1px solid #5186be;
}
.article__footer button[data-target="#offer_modal"].active.focus,
.article__footer button[data-target="#offer_modal"].active:focus,
.article__footer button[data-target="#offer_modal"].active:hover,
.article__footer button[data-target="#offer_modal"]:active.focus,
.article__footer button[data-target="#offer_modal"]:active:focus,
.article__footer button[data-target="#offer_modal"]:active:hover,
.open > .dropdown-toggle.article__footer button[data-target="#offer_modal"].focus,
.open > .dropdown-toggle.article__footer button[data-target="#offer_modal"]:focus,
.open > .dropdown-toggle.article__footer button[data-target="#offer_modal"]:hover,
.introduction__footer button[data-target="#offer_modal"].active.focus,
.introduction__footer button[data-target="#offer_modal"].active:focus,
.introduction__footer button[data-target="#offer_modal"].active:hover,
.introduction__footer button[data-target="#offer_modal"]:active.focus,
.introduction__footer button[data-target="#offer_modal"]:active:focus,
.introduction__footer button[data-target="#offer_modal"]:active:hover,
.open > .dropdown-toggle.introduction__footer button[data-target="#offer_modal"].focus,
.open > .dropdown-toggle.introduction__footer button[data-target="#offer_modal"]:focus,
.open > .dropdown-toggle.introduction__footer button[data-target="#offer_modal"]:hover,
.article__footer button[data-target="#offer_modal"]:hover,
.introduction__footer button[data-target="#offer_modal"]:hover {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: 1px solid #5186be;
  color: #5186be;
}
.article__footer button[data-target="#offer_modal"].active,
.article__footer button[data-target="#offer_modal"]:active,
.open > .dropdown-toggle.article__footer button[data-target="#offer_modal"],
.introduction__footer button[data-target="#offer_modal"].active,
.introduction__footer button[data-target="#offer_modal"]:active,
.open > .dropdown-toggle.introduction__footer button[data-target="#offer_modal"] {
  background-color: transparent;
  border: 1px solid #5186be;
  box-shadow: none;
  outline: none;
  color: #5186be;
}

.introduction__description {
  margin-top: 1rem;
}

/* introduction form */

.introduction__form {
  border: 1px solid #c9c9c9;
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.introduction__form .form__fullname {
  margin-top: 2rem;
  color: #585858;
  font-size: 2rem;
}

.introduction__form .form__title {
  margin-top: 1rem;
  color: #585858;
  font-size: 2rem;
}

.introduction__form #editor {
  margin-top: 2rem;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 15rem;
  min-height: 5vh;
  padding: 10px;
  border-radius: 5px;
  border-color: #949494;
  outline-color: #949494;
  transition: box-shadow 0.3s ease;
}

.introduction__form #editor:focus {
  box-shadow: 0 0 10px rgba(148, 148, 148, 0.3);
}

.introduction__form div:has(button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.introduction__form .help-block {
  margin-top: 1rem;
}

.introduction__form form > div .form-group {
  margin-bottom: 0;
  cursor: pointer;
}

.introduction__form .form__btn {
  position: relative;
  background: #033e9a;
  padding: 0.7rem 5rem;
  border-radius: 5px;
  font-family: "Roboto-Medium";
  font-size: 1.6rem;
  color: #fff;
  outline: none;
  border: 2px solid #033e9a;
  transition: background 0.3s linear;
}

.introduction__form .form__btn:hover {
  background: #022d74;
}

.introduction__form .form__btn img {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.introduction__form .form__btn:hover img {
  transform: translateY(-50%) translateX(30%);
}

.introduction__form .form__select {
  display: flex;
  flex-direction: column;
}

.introduction__form .form__select label {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 400;
}

.introduction__form .form__select select {
  padding: 0.8rem 1rem;
  border-color: #949494;
  outline-color: #949494;
  border-radius: 5px;
  cursor: pointer;
}

/************offer_modal************/
#offer_modal,
#article_info_modal,
#event_modal {
  padding: 0 !important;
}
#offer_modal .modal-dialog,
#article_info_modal .modal-dialog,
#event_modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1273px;
  margin: 0 !important;
  overflow: hidden;
}
#event_modal .modal-dialog {
  width: 500px;
  text-align: center;
}
#offer_modal .modal-dialog .modal-content,
#article_info_modal .modal-dialog .modal-content,
#event_modal .modal-dialog .modal-content {
  background-color: #f6f7fb !important;
  border-radius: 20px;
}
#offer_modal .modal-dialog .modal-content:before,
#article_info_modal .modal-dialog .modal-content:before {
  content: "";
  background: url("../img/modal_before.svg") no-repeat;
  width: 1273px;
  height: 838px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#offer_modal .modal-header,
#article_info_modal .modal-header,
#event_modal .modal-header {
  border-bottom: none;
  padding: 10px 10px 0 10px;
}
#offer_modal .modal-body,
#article_info_modal .modal-body,
#event_modal .modal-body {
  padding: 25px 55px 30px 55px;
}
#offer_modal .modal-header .close,
#article_info_modal .modal-header .close,
#event_modal .modal-header .close {
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  font-size: 30px;
  opacity: 1;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
#offer_modal .modal-header .close:hover,
#article_info_modal .modal-header .close:hover,
#event_modal .modal-header .close:hover {
  opacity: 0.8;
}
.modal_title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #585858;
  line-height: 1.3;
  text-transform: uppercase;
}
.offer_box {
  margin: 10px 0 20px 0;
}
.offer_text {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
  padding: 0 25px 0 0;
  text-align: justify;
}
.offer_text p {
  margin-bottom: 15px;
}
#offer_modal .xscroll {
  /*height: 580px;*/
  overflow: hidden;
  outline: none;
}
#offer_modal .nicescroll-rails {
  background: #e6e6e6;
}
.modalNoPadding {
  padding: 0 15px 0 10px;
}
.hasLeftMargin {
  margin: 0 0 0 8px;
}
.modal_form .form-group label {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 12px;
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.modal_form .modalNoPadding .form-group input,
.modal_form .form-group select,
.modal_form .form-group textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bebebe !important;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  height: 42px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.modal_form .form-group textarea {
  resize: none;
  height: 176px;
}
.modal_form .form-check {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.modal_form .form-group .form-check input {
  display: inline-block;
  width: auto;
  height: auto;
}
.modal_form .form-group .form-check label {
  display: inline-block;
  text-transform: inherit;
  margin-top: 15px;
}
.modal_send_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 203px;
  height: 50px;
  background-color: #033e9a !important;
  border: 1px solid #033e9a !important;
  border-radius: 5px;
  outline: none;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #fff !important;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 50px 0 0 auto;
}
.modal_send_btn:hover {
  background-color: transparent !important;
  color: #033e9a !important;
}
.modal_send_btn:before {
  content: "";
  background: url("../img/right_arrow.svg") no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.modal_send_btn:hover:before {
  background: url("../img/right_arrow_blue.svg") no-repeat;
}
.message_ic {
  display: block;
  margin: 0 0 20px 0;
}
.event_text {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #4a4949;
  line-height: 1.3;
  margin-bottom: 25px;
}
input[type="checkbox"] {
  -ms-transform: scale(1.7); /* IE */
  -moz-transform: scale(1.7); /* FF */
  -webkit-transform: scale(1.7); /* Safari and Chrome */
  -o-transform: scale(1.7); /* Opera */
  padding: 10px;
  margin: 3px;
  margin-right: 10px;
}

/*!****************specialView***************!*/
.squareBox.spcNoImage {
  border-color: #022f5e;
  background: url("../img/iconImg.png") 11px 7px no-repeat;
}
.squareBox.spcSetImage {
  background: url("../img/iconImg.png") -41px 7px no-repeat !important;
}

.noImage img {
  display: none !important;
}
.noImage img.eye_icon {
  display: block !important;
}
.noImage .spheresList li span {
  background-image: none !important;
}

.blackAndWhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
  -webkit-filter: grayscale(100%) invert(100%);
  -moz-filter: grayscale(100%) invert(100%);
  -ms-filter: grayscale(100%) invert(100%);
  -o-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}
.icon_accessibility:hover {
  cursor: pointer;
}

.specialViewArea {
  padding: 10px 20px 20px 20px;
  width: 265px;
  right: 0;
  top: 60px;
  color: #000;
}
.appearance {
  margin-bottom: 10px;
  clear: both;
  display: table;
  width: 100%;
}
.squareBox {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 27px;
  font-weight: bolder;
  cursor: pointer;
  background: #022f5e;
  border: 2px solid #022f5e;
  color: #fff;
}
.specialTitle {
  /*border-bottom: 1px solid #a84f4a;*/
  font-size: 18px;
}
.squareAppearances {
  float: left;
  margin-right: 5px;
}
/*.squareAppearances .specialBoxList li a{*/
/*color: #000;*/
/*}*/
.squareBox.spcNormal {
  background: #022f5e;
  /*border-color: #454a88;*/
}
.squareBox.spcWhiteAndBlack {
  background: #828282;
  border-color: #353535;
}
.squareBox.spcDark {
  background: #3e3e3e;
  border-color: #777777;
}
.fontSmaller {
  font-size: 24px;
}
.fontBigger {
  font-size: 26px;
}

.defaultSlider {
  height: 4px !important;
  background: #b7b7b7;
  border: none;
}
.defaultSlider span {
  border-radius: 50%;
  outline: none;
  background: #ffffff !important;
  cursor: pointer !important;
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -o-box-shadow: 0px 0px 5px #ccc;
  -ms-border-shadow: 0px 0px 5px #ccc;
  /*cursor: pointer !important;*/
  margin-bottom: 10px;
}
.sliderZoom {
  margin: 15px 0 20px 0;
}
.sliderText {
  margin-bottom: 20px;
}
.defaultSlider span:focus,
.defaultSlider span:hover {
  border-color: #d3d3d3;
}
.defaultSlider .ui-slider-range {
  background: #022f5e;
}

/*!******************speciel_box*****************!*/
.speciel_box span {
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.speciel_box {
  display: inline-block;
  color: #333333 !important;
}
.speciel_relative {
  display: inline-block;
  position: relative;
}
.specialBoxList {
  display: inline-block;
  margin: 0 0 0 28px;
}
.specialBoxList li {
  list-style: none;
  display: inline-block;
}
.specialBoxList li a {
  color: #fff;
  display: inline-block;
}
.specialBoxList li a span {
  position: relative;
  top: -23px;
  width: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
  line-height: 1.3;
}
.specialBoxList li:hover a {
  text-decoration: underline;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.specialBoxList li i {
  position: relative;
  font-size: 16px;
  margin: 0 10px 0 5px;
  color: #545454;
}

/* article info modal */

.article_info_modal iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.article_btn_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.article_btn_group button[data-target=".article_info_modal"] {
  background-color: #78af68;
  border: 1px solid #639155;
  color: #fff;
}

.article_btn_group button[data-target=".article_info_modal"]:hover {
  background-color: transparent;
  color: #78af68;
}

.article__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 2rem;
}

.article__loader img {
  width: 32px;
  opacity: 0.5;
}

.article__loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.article__header.loading .article__title,
.article__header.loading .article__description,
.introduction__header.loading .introduction__title,
.introduction__header.loading .introduction__description {
  opacity: 0.5;
}

.sidebar_b {
  position: absolute;
  top: 100%;
  left: 2%;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 400px;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 5;
}

.sidebar_b.sidebar_active {
  opacity: 1;
  pointer-events: all;
}

.download_title {
  background: transparent linear-gradient(180deg, #123075 0%, #092056 100%) 0 0 no-repeat padding-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding: 25px 35px 15px 35px;
}
.download_title span {
  display: block;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.download_list {
  text-align: center;
  margin-top: 10px;
}
.download_list li {
  display: inline-block;
  margin: 5px 6px;
}
.download_list li a {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #fff;
}
.download_list li a img {
  width: 13px;
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.sidebar_list li {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sidebar_list li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #123074;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #123074;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 10px 65px 10px 35px;
}
.sidebar_list li:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar_list li a img {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.sidebar_list li a:hover,
.sidebar_list li.active a {
  background: transparent linear-gradient(180deg, #123075 0%, #092056 100%) 0 0 no-repeat padding-box;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sidebar_list li a:hover img:before {
  content: "";
  background: url("../img/arrow-back_sidebar_white.svg") no-repeat;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sidebar_list_in {
  display: none;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  height: auto;
  /* padding: 25px 0; */
  margin-left: -5px;
}
.sidebar_list li:hover .sidebar_list_in {
  display: block;
}
.sidebar_list_in li a {
  border-bottom: 0;
  text-transform: none;
  min-height: auto;
}

.faq {
  position: relative;
  /*padding: 0 150px 50px 150px;*/
  margin-top: -90px;
}
.faq .panel {
  box-shadow: none;
  border: 0;
  border-radius: 12px !important;
}
.faq .panel-body {
  position: relative;
  display: table-cell;
  height: 120px;
  color: #4b4b4b;
  vertical-align: middle;
  padding: 10px 10px 10px 100px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
  -moz-box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
  box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
}
.faq .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.faq .panel-title {
  width: 100%;
  min-height: 100px;
  position: relative;
  display: table;
}
.faq .panel-title > .small,
.faq .panel-title > .small > a,
.faq .panel-title > a,
.faq .panel-title > small,
.faq .panel-title > small > a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding: 10px 10px 10px 100px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #4b4b4b;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  text-decoration: none;
  line-height: 1.3;
}
.faq .panel-title > a {
  background-color: #022f5e;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
  -moz-box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
  box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
  color: #fff;
}
.faq .panel-title > a .faqImg {
  filter: brightness(0) invert(1);
}
.faq .panel-title > a.collapsed {
  background-color: transparent;
  box-shadow: none;
  color: #4b4b4b;
}
.faq .panel-title > a.collapsed .faqImg {
  filter: brightness(1) invert(0);
}
.faqImg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-left: 20px;
}
.faq .collapse.in {
  width: 100%;
  display: table;
  min-height: 120px;
}

/**************************************/

.information_instructions {
  position: relative;
  margin-top: -90px;
}
.title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 26px;
  color: #0d2763;
  line-height: 1.3;
  margin: 50px 0 20px 0;
}

.info_img {
  position: relative;
  overflow: hidden;
  display: block;
  height: 165px;
}
.info_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.instruc_text {
  background-color: #ffffff;
  padding: 20px 25px;
  height: 100%;
  margin-bottom: 30px;
}
.instruc_text .instruc_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #4a4949;
  line-height: 1.3;
  margin-bottom: 10px;
}
.instruc_text span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #4a4949;
  line-height: 1.3;
  margin-bottom: 10px;
}
a.read_more {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #0d2763;
  line-height: 1.3;
}
.pagination_b {
  text-align: center;
  margin-bottom: 20px;
}
.pagination_b .pagination > li > a,
.pagination_b .pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #0d2763;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  color: #0d2763;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.pagination_b .pagination > li > a:hover,
.pagination_b .pagination > li > span:hover {
  background-color: #4161aa;
  color: #fff;
}
.pagination_b .pagination > li.active a {
  background-color: #0d2763;
  color: #fff;
}
.pagination_b .pagination > li.active a:hover {
  background-color: transparent;
  color: #0d2763;
}

/**********************************************/

.information_instructions_in .info_img {
  height: 900px;
}
.information_instructions_in .instruc_text .instruc_title {
  font-size: 32px;
  height: auto;
  -webkit-line-clamp: inherit;
}
a.instruction_card {
  position: relative;
  display: inline-block;
  background: #f7f8fc;
  border-radius: 5px;
  width: 225px;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
}
.instruction_card_title {
  height: auto !important;
  margin-bottom: 0 !important;
}
.instruction_card_title i {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instruction_card_title img:nth-of-type(1),
.instruction_card_title img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.instruction_card_title img:nth-of-type(1) {
  left: 15px;
  right: auto;
}
.instruction_card_title p {
  font-size: 12px;
  margin-bottom: 0;
}
.instruc_text > p {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #4a4949;
  line-height: 1.3;
}
.share_list li {
  display: inline-block;
  margin-right: 10px;
}
.share_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #022f5e;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.share_list li a:hover {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

/****************************************/

.boxScheme {
  width: 100%;
  position: relative;
  margin: 15px 0 25px 0;
  padding: 0 150px;
}
.boxScheme:before {
  content: "";
  background-color: #8b8b8b;
  width: 2px;
  min-height: 310px;
  position: absolute;
  top: 15px;
  left: 155px;
  transform: translate(-50%, 0);
  margin: 0 0 0 131px;
}
.schemeBox {
  width: 100%;
  min-height: 155px;
  display: inline-block;
  position: relative;
}
.stage {
  float: right;
  position: absolute;
  top: 60px;
  transform: translate(0, -50%);
}
.stage .stage_img {
  background-color: #fff;
  float: right;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.blackAndWhiteInvert .stage .stage_img {
  background-color: #000;
}
.stage .stageText {
  width: 212px;
  font-family: "Montserrat-Bold";
  line-height: 1.3;
  color: #6669a3;
}
.stage .stageText span {
  display: block;
  text-align: center;
  width: 70px;
  font-size: 22px;
}
.stage .stageText .withSpan2 {
  font-size: 14px;
  display: block;
  text-align: center;
  width: 70px;
}
.stageBox {
  margin: 40px 0 0 0;
}
.stage_text {
  padding: 5px 0 5px 200px;
  line-height: 1.2;
  font-size: 13px;
}
.stage_text span {
  display: block;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0 0 6px 0;
  color: #022f5e;
  border-bottom: 1px solid #022f5e;
}
.stage_text > div {
  padding: 0 13px 0 0;
}
.stageLink li {
  display: inline-block;
  list-style: none;
  padding: 0 13px 0 0;
  margin: 0 0 15px 0;
}
.stageLink li .stageLinkImg {
  float: left;
  position: relative;
}
.stageLink li .stageLinkImg svg {
  fill: #022f5e;
}
.stageLink li .stageLinkImg .stageNumberBox {
  position: absolute;
  bottom: -7px;
  right: -5px;
  background-color: #022f5e;
  padding: 5px 6px 0 6px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
}
.stageLink li .stageLinkText {
  display: table;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #353535;
}
.stageLink li .stageLinkText > p {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: #000;
  margin: 0 0 5px 0;
}

/*******************************************/

.alphabet_form input {
  width: 95%;
  height: 60px;
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
  outline: none;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  padding: 10px 20px;
}
.alph_btn {
  background-color: #0d2763;
  border: 1px solid #0d2763;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 4.6%;
  height: 60px;
  color: #fff;
  transition: all 0.3s ease;
}
.alph_btn.btn.focus,
.alph_btn.btn:focus,
.alph_btn.btn:hover {
  background: transparent !important;
  color: #0d2763 !important;
  outline: none;
  box-shadow: none;
}

.faq.alphabet_b .panel-title > .small,
.faq.alphabet_b .panel-title > .small > a,
.faq.alphabet_b .panel-title > a,
.faq.alphabet_b .panel-title > small,
.faq.alphabet_b .panel-title > small > a {
  padding: 15px 30px 15px 30px;
}
.faq.alphabet_b .panel-body {
  padding: 15px 30px 15px 30px;
  border: none !important;
}

.faq.alphabet_b .panel-title > a .word_title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.faq.alphabet_b .panel-title > a.collapsed .word_title {
  color: #0d2763;
}
.faq.alphabet_b .collapse.in,
.faq.alphabet_b .collapsing {
  background-color: #022f5e;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.faq.alphabet_b .panel-title > a {
  box-shadow: none;
}
.faq.alphabet_b .collapse.in .panel-body,
.faq.alphabet_b .collapsing .panel-body {
  color: #fff;
}
.alphabet_list {
  margin: 15px 0 25px 0;
}
.alphabet_list li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
  cursor: pointer;
}
.alphabet_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #0d2763;
  border-radius: 5px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #0d2763;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.alphabet_list li.active a {
  background-color: #0d2763;
  color: #fff;
}
.alphabet_list li a:hover {
  border: 2px solid #0d2763;
}

/* narrator */

.narrator {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #376dbf;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: grid;
  place-items: center;
  border: none;
  outline: none;
  color: #ccc;
  box-shadow: 2px 2px 1px rgba(11, 34, 70, 0.7);
  z-index: 10;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0;
  border-radius: 4px;
  pointer-events: none;
  transform: scale(0);
  z-index: 99;
}

.narrator.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.narrator.playing {
  pointer-events: all;
  animation: narratorPlaying 1.5s ease-in-out infinite;
}

.narrator.playing:hover img {
  content: url("/img/volume-mute.svg");
}

.narrator.loading {
  pointer-events: none;
}

.narrator.loading img {
  content: url("/img/narrator-loader.svg");
}

.narrator.loading:active {
  transform: translate(0);
  box-shadow: 2px 2px 1px rgba(11, 34, 70, 0.7);
}

.narrator:hover {
  background-color: #21539e;
}

.narrator:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 rgba(16, 65, 129, 0.5);
}

.narrator img {
  width: 90%;
  object-fit: cover;
}

.narrator audio {
  display: none;
}

@keyframes narratorPlaying {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
.audio_block{
  background: transparent linear-gradient(180deg, #123075 0%, #092056 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 0;
  display: none;
  z-index: 5;
}
.audio_block audio{
  width: 77%;
  display: table;
  margin: 0 auto;
}
.audio_block.active{
  display: block;
}
.x_close{
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.x_close:hover{
  opacity: 0.7;
}
.x_close i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.x_close i:first-child{
  transform:
          translate(-50%, -54%)
          rotate(45deg);
}
.x_close i:last-child{
  transform:
          translate(-50%, -54%)
          rotate(-45deg);
}
.article_btn_group button.click_div {
  background-color: #78af68;
  border: 1px solid #639155;
  color: #fff;
}
.mob_app a{
  display: table;
  margin: 25px auto 0 auto;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  text-decoration: none !important;
}
.mob_app a img{
  transition: all 0.3s ease-in-out;
}
.mob_app a:hover img{
  transform: scale(1.07);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.instruc_text > ul > li {
  list-style: inherit;
}
#my-captcha-image{
  cursor: pointer;
}