@charset "UTF-8";
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #181821;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: #000;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.light {
  font-family: "Gilroy Light";
}

.regular {
  font-family: "Gilroy";
}

.medium, .section_contacts .map_block .contacts .contact a,
.section_contacts .map_block .contacts .contact p, .dropdown .question .default-submenu, .guide_block .guide_descr, .example_elem .example li p, .actual_elem .actual_descr, .actual_elem .actual_subtitle, .section_profit .profit_descr, .section_profit .profit_year, .section_about_ipo .descr, .possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side .left_side__date, .about_item .about_descr .about_descr__main, .section_main .main_descr, .main_nav li a, .form_input input, .modal.thx-modal .modal_descr {
  font-family: "Gilroy Medium";
}

.semibold, .section_error .btn_error, .cert_block .cert_elem span, .how_elem .how_descr, .section_comparison .grafic_descr .grafic_descr__elem, .mob_nav ul li .mob_nav__links, .logo span, .btn_black, .btn_blue, .check {
  font-family: "Gilroy Semibold";
}

.bold, .section_error .subtitle_error, .section_error .title_error, .section_contacts .map_block .contacts .contacts_title, .dropdown .question .title_dropdown, .example_elem .example_title, .cert_block .cert_elem p, .certificate_block .cert_left p, .how_elem .how_title, .how_elem .how_num, .actual_elem .actual_name, .benefist_elem .benefist_descr p, .section_profit .profit_item .profit_procents, .possibility_elem .possibility_elem__footer .possibility_elem__footer__right, .possibility_elem .possibility_elem__footer .possibility_elem__footer__left, .possibility_elem .possibility_elem__body .possibility_elem__body__item .price, .possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side, .about_item .about_descr .about_descr__head, .btn_green, .title, .modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic .case_grafic__title, .modal.case-modals .modal-dialog .modal-content .modal_case__title p, .modal .modal_title {
  font-family: "Gilroy Bold";
}

.extrabold, .guide_block .guide_title, .benefist_elem .benefist_title, .section_profit .profit_elem .profit_name, .possibilities_slider__block .slider_title__block .slider_title, .possibility_elem .possibility_elem__header .possibility_name, .section_main .main_title {
  font-family: "Gilroy ExtraBold";
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

a {
  text-decoration: none;
}

#scroll {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99999;
}
#scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%), #C4C4C4;
  border-radius: 12px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  #scroll a {
    width: 30px;
    height: 30px;
  }
}
#scroll a:hover {
  box-shadow: 0px 0px 20px rgba(39, 149, 254, 0.5);
}
#scroll a img {
  display: block;
}
@media (max-width: 991px) {
  #scroll a img {
    width: 8px;
    height: 8px;
    object-fit: contain;
  }
}

.modal {
  z-index: 10000;
}
.modal .close {
  position: absolute;
  right: 42px;
  top: 32px;
  z-index: 3;
  opacity: 1;
}
@media (max-width: 991px) {
  .modal .close {
    top: 15px;
    right: 15px;
  }
}
.modal .close img {
  display: block;
  max-width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .modal .close img {
    max-width: 10px;
    height: 10px;
  }
}
.modal .modal-dialog {
  max-width: 400px;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 75px 50px 65px 50px;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    padding: 20px;
  }
}
.modal .modal_title {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #181821;
}
@media (max-width: 991px) {
  .modal .modal_title {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.modal .modal_title span {
  color: #1083FE;
}
.modal .btn {
  min-width: 100%;
  margin: 15px 0 25px 0;
}
@media (max-width: 991px) {
  .modal .btn {
    margin: 15px 0;
  }
}
.modal.case-modals .close {
  right: 32px;
  top: 32px;
}
.modal.case-modals .modal-dialog {
  max-width: 730px;
  border: none;
  border-radius: 0;
}
.modal.case-modals .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  background: #181821;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 767px) {
  .modal.case-modals .modal-dialog .modal-content {
    padding: 10px;
  }
}
.modal.case-modals .modal-dialog .modal-content .modal_case__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__title span {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 30px rgba(16, 131, 254, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 25px 0 0;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__title span img {
  display: block;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__title p {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modal.case-modals .modal-dialog .modal-content .modal_case__wrapper {
    flex-direction: column;
  }
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic {
  width: 100%;
  max-width: 391px;
  padding: 25px 25px 55px 25px;
  background: #FFFFFF;
  border-radius: 15px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic {
    max-width: 100%;
    margin: 0 0 10px;
    padding: 10px 20px;
  }
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic .case_grafic__title {
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  margin: 0 0 40px;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic .modal_grafic {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .case_grafic .descr {
  font-size: 14px;
  line-height: 17px;
  color: #181821;
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .possibility_elem {
  width: 100%;
  max-width: 295px;
}
@media (max-width: 767px) {
  .modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .possibility_elem {
    max-width: 100%;
  }
}
.modal.case-modals .modal-dialog .modal-content .modal_case__wrapper .possibility_elem:hover {
  transform: scale(1);
}
.modal.case-modal1 .modal-dialog .modal-content .modal_case__title span {
  background: #0168BB;
  box-shadow: 0px 10px 30px rgba(1, 104, 187, 0.2);
}
.modal.case-modal3 .modal-dialog .modal-content .modal_case__title span {
  background: #FF474E;
  box-shadow: 0px 10px 30px rgba(224, 86, 91, 0.2);
}
.modal.case-modal4 .modal-dialog .modal-content .modal_case__title span {
  background: #4A89DC;
  box-shadow: 0px 10px 30px rgba(74, 137, 220, 0.2);
}
.modal.thx-modal .modal-content {
  border: none;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 75px 50px 0px 50px;
}
@media (max-width: 991px) {
  .modal.thx-modal .modal-content {
    padding: 20px 20px 0 20px;
  }
}
.modal.thx-modal .modal_title {
  margin: 0 0 15px;
}
.modal.thx-modal .modal_descr {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #181821;
  margin: 0 0 44px;
  opacity: 0.7;
}
.modal.thx-modal img {
  display: block;
  margin: 0 auto;
}
.modal.politics-modal .close {
  top: 10px;
  right: 10px;
}
.modal.politics-modal .modal-dialog {
  max-width: 90%;
  border: none;
  border-radius: 0;
}
.modal.politics-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 767px) {
  .modal.politics-modal .modal-dialog .modal-content {
    padding: 10px;
  }
}
.modal.politics-modal .modal-dialog .modal-content h3 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .modal.politics-modal .modal-dialog .modal-content h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.modal.politics-modal .modal-dialog .modal-content p {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .modal.politics-modal .modal-dialog .modal-content p {
    font-size: 12px;
  }
}

.check {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #181821;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .check p {
    font-size: 12px;
  }
}
.check a {
  display: inline-flex;
  color: #3395F7;
  border-bottom: 1px dashed #1083FE;
}
@media (max-width: 991px) {
  .check a {
    font-size: 12px;
  }
}
.check a:hover {
  border-color: transparent;
}
.check:nth-last-child(1) {
  margin: 0;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark {
  background: #1083FE;
  border-color: #3395F7;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #DEE7F1;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .check .checkmark {
    width: 20px;
    height: 20px;
  }
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 45%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.form_input {
  background: #F9F9FF;
  border-radius: 12px;
  min-height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
.form_input input {
  background: #F9F9FF;
  min-height: 50px;
  width: 100%;
  padding: 0 10px 0 35px;
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  border-radius: 12px;
  opacity: 0.5;
}
.form_input input:focus {
  border: 1px solid #1083FE;
  opacity: 1;
  color: #000;
}

.slick-arrow {
  display: none !important;
}

.slick-slide:active, .slick-slide:focus {
  outline: none;
}

.section__sliderNav--arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 115px;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows {
    max-width: 90px;
  }
}
.section__sliderNav--arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 249, 255, 0.1);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button {
    width: 40px;
    height: 40px;
  }
}
.section__sliderNav--arrows button:hover {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
}
.section__sliderNav--arrows img {
  display: block;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows img {
    width: 8px;
    height: 13px;
    object-fit: contain;
  }
}

body {
  position: relative;
}

.title {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px;
    text-align: center;
  }
}
.title span {
  color: #1587FE;
}
.title b {
  color: #181821;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.btn_blue {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 20px rgba(39, 149, 254, 0.2);
  border-radius: 10px;
  min-width: 257px;
  min-height: 50px;
  border: 1px solid transparent;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .btn_blue {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    min-height: 40px;
  }
}
.btn_blue:hover {
  color: #fff;
}
.btn_black {
  font-size: 16px;
  line-height: 19px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  min-height: 50px;
  min-width: 188px;
  color: #fff;
}
@media (max-width: 991px) {
  .btn_black {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    min-height: 40px;
  }
}
.btn_black:hover {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  color: #fff;
}
.btn_social {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  width: 35px;
  height: 35px;
}
.btn_social svg {
  display: block;
}
.btn_social:hover {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 20px rgba(39, 149, 254, 0.2);
}
.btn_green {
  background: #4CAF50;
  box-shadow: 0px 10px 30px rgba(16, 131, 254, 0.2);
  border-radius: 12px;
  padding: 0 30px;
  min-width: 180px;
  min-height: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .btn_green {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    min-height: 40px;
  }
}
.btn_green:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.logo:hover {
  color: #fff;
  opacity: 0.5;
}
.logo img {
  display: block;
  margin: 0 20px 0 0;
  width: 100%;
  max-width: 32px;
  height: 45px;
  object-fit: contain;
}
.main_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main_nav {
    display: none;
  }
}
.main_nav li {
  margin: 0 50px 0 0;
}
.main_nav li:nth-last-child(1) {
  margin: 0;
}
.main_nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.main_nav li a:hover {
  opacity: 0.5;
}

header {
  background: #181821;
  padding: 15px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .btn_blue {
  min-width: 173px;
  min-height: 35px;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 991px) {
  header .container .btn_blue {
    display: none;
  }
}

.menu_box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu_box {
    display: inline-flex;
  }
}
.menu_box.is-active {
  z-index: 9;
}

.mob_nav {
  position: absolute;
  right: 0px;
  top: 74px;
  background: #181821;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 20px 10px;
  border-top: 1px solid #1083FE;
  box-shadow: 0px 10px 20px rgba(39, 149, 254, 0.2);
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10000;
}
.mob_nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mob_nav ul li {
  margin: 0 0 15px;
}
.mob_nav ul li .mob_nav__links {
  font-size: 16px;
  color: #fff;
  transition: width 0.3s;
}
.mob_nav ul li .mob_nav__links:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
.mob_nav ul li .mob_nav__links:hover:after {
  width: 100%;
}
.mob_nav ul li .btn_blue {
  display: flex;
  margin: 30px 0 0 0;
}
.mob_nav .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  margin-top: 10px;
}
.mob_nav .social li {
  margin: 0 15px 0 0;
}
.mob_nav .social li:nth-last-child(1) {
  margin: 0;
}

.hamburger {
  display: block;
}
.hamburger .line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 16px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background: #fff;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background: #fff;
}

.section_main {
  background: #181821;
  padding: 212px 0 189px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .section_main {
    padding: 175px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_main {
    padding: 125px 0 0 0;
  }
}
.section_main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 75px;
  width: 50%;
  height: 100%;
  background: url("/local/templates/pro/assets/img/main_bg.webp") left no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (max-width: 1365px) {
  .section_main:before {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .section_main:before {
    width: 100%;
  }
}
.section_main:after {
  content: "";
  position: absolute;
  right: -325px;
  top: -294px;
  width: 1061px;
  height: 1061px;
  background: url("/local/templates/pro/assets/img/main_bg_ellipse.webp") center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1365px) {
  .section_main:after {
    right: -200px;
    width: 600px;
    height: 600px;
    top: -50px;
  }
}
@media (max-width: 991px) {
  .section_main:after {
    right: -150px;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.section_main .long_arr_main {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 20px;
  z-index: 20;
}
@media (max-width: 991px) {
  .section_main .long_arr_main {
    display: none;
  }
}
.section_main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .section_main .container {
    flex-direction: column;
  }
}
.section_main .container .main_person {
  position: absolute;
  right: 100px;
  top: -192px;
  display: block;
  object-fit: contain;
  z-index: 3;
}
@media (max-width: 1365px) {
  .section_main .container .main_person {
    width: 400px;
    height: 580px;
    right: 50px;
    top: inherit;
    bottom: -215px;
  }
}
@media (max-width: 991px) {
  .section_main .container .main_person {
    display: none;
  }
}
.section_main .container .main_person_mob {
  display: none;
}
@media (max-width: 991px) {
  .section_main .container .main_person_mob {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .section_main .container .main_person_mob {
    max-width: 250px;
  }
}
.section_main .container .main_left {
  max-width: 610px;
}
@media (max-width: 991px) {
  .section_main .container .main_left {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 0 10px;
  }
}
.section_main .main_subtitle {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section_main .main_subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_main .main_subtitle {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
    letter-spacing: 1.1;
  }
}
.section_main .main_title {
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section_main .main_title {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .section_main .main_title {
    font-size: 32px;
    line-height: 36px;
  }
}
.section_main .main_title span {
  color: #1889FE;
}
@media (max-width: 991px) {
  .section_main .main_title span {
    display: block;
  }
}
.section_main .main_descr {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_main .main_descr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_main .main_descr {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) {
  .section_main .main_descr br {
    display: none;
  }
}
.section_main .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section_main .btn_wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section_main .btn_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section_main .btn_wrapper .btn {
    min-width: 290px;
  }
}
.section_main .btn_wrapper .btn_blue {
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .section_main .btn_wrapper .btn_blue {
    margin: 0 0 20px;
  }
}
.section_main .social {
  z-index: 4;
  position: relative;
}
@media (max-width: 991px) {
  .section_main .social {
    display: none;
  }
}
.section_main .social li {
  margin: 0 0 25px;
}
.section_main .social li:nth-last-child(1) {
  margin: 0;
}

.section_about {
  padding: 135px 0 120px 0;
}
@media (max-width: 991px) {
  .section_about {
    padding: 50px 0;
  }
}
.section_about .row {
  margin: -25px;
}
@media (max-width: 1365px) {
  .section_about .row {
    margin: -10px;
  }
}
.section_about .row [class*=col-] {
  padding: 25px;
}
@media (max-width: 1365px) {
  .section_about .row [class*=col-] {
    padding: 10px;
  }
}

.about_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about_item {
    flex-direction: column;
    align-items: center;
  }
}
.about_item .about_image {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 20px rgba(39, 149, 254, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .about_item .about_image {
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
  }
}
.about_item .about_image img {
  display: block;
}
@media (max-width: 767px) {
  .about_item .about_image img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
}
.about_item .about_descr {
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .about_item .about_descr {
    width: 100%;
    max-width: 300px;
  }
}
.about_item .about_descr .about_descr__head {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  color: #181821;
}
@media (max-width: 767px) {
  .about_item .about_descr .about_descr__head {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    min-height: 35px;
  }
}
.about_item .about_descr .about_descr__main {
  font-size: 12px;
  line-height: 16px;
  color: #181821;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .about_item .about_descr .about_descr__main {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }
}

.section_possibilities {
  background: #181821;
  padding: 130px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_possibilities {
    padding: 50px 0;
  }
}
.section_possibilities .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.possibilities .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  width: 100%;
}
.possibilities .row {
  margin: -25px -10px;
}
.possibilities .row [class*=col-] {
  padding: 25px 10px;
}

.possibility_elem {
  display: block;
  transition: 0.3s all ease;
}
.possibility_elem:hover {
  transform: scale(1.02);
}
.possibility_elem:hover .img_block {
  box-shadow: none !important;
}
.possibility_elem:hover .possibility_elem__footer__right {
  box-shadow: none !important;
}
.possibility_elem .possibility_elem__header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 15px;
}
.possibility_elem .possibility_elem__header .img_block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 15px;
  margin: 0 25px 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__header .img_block {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 15px 0 0;
  }
}
.possibility_elem .possibility_elem__header .img_block img {
  display: inline-block;
}
.possibility_elem .possibility_elem__header .img_block__blue {
  background: #0168BB;
  box-shadow: 0px 10px 30px rgba(1, 104, 187, 0.2);
}
.possibility_elem .possibility_elem__header .img_block__lightblue {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 30px rgba(16, 131, 254, 0.2);
}
.possibility_elem .possibility_elem__header .img_block__red {
  background: #FF474E;
  box-shadow: 0px 10px 30px rgba(224, 86, 91, 0.2);
}
.possibility_elem .possibility_elem__header .img_block__dullblue {
  background: #4A89DC;
  box-shadow: 0px 10px 30px rgba(74, 137, 220, 0.2);
}
.possibility_elem .possibility_elem__header .possibility_name {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__header .possibility_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.possibility_elem .possibility_elem__body {
  border-radius: 15px 15px 0px 0px;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.possibility_elem .possibility_elem__body .possibility_elem__body__item {
  background: #fff;
  padding: 25px;
  margin: 0 0 2px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__body .possibility_elem__body__item {
    padding: 15px 10px;
  }
}
.possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side {
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side {
    font-size: 14px;
    line-height: 17px;
  }
}
.possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side .left_side__date {
  margin: 3px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: rgba(24, 24, 33, 0.5);
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__body .possibility_elem__body__item .left_side .left_side__date {
    font-size: 10px;
  }
}
.possibility_elem .possibility_elem__body .possibility_elem__body__item .price {
  font-size: 20px;
  line-height: 24px;
  color: #181821;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__body .possibility_elem__body__item .price {
    font-size: 16px;
    line-height: 20px;
  }
}
.possibility_elem .possibility_elem__footer {
  background: linear-gradient(92.16deg, rgba(16, 131, 254, 0.1) 0.29%, rgba(39, 149, 254, 0.1) 100%);
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
  width: 100%;
  padding: 23px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__footer {
    padding: 15px 10px;
    flex-direction: column;
    justify-content: center;
  }
}
.possibility_elem .possibility_elem__footer .possibility_elem__footer__left {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__footer .possibility_elem__footer__left {
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.possibility_elem .possibility_elem__footer .possibility_elem__footer__right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 9px 8px 16px;
  background: #4CAF50;
  box-shadow: 0px 10px 30px rgba(76, 175, 80, 0.2);
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  min-width: 113px;
  min-height: 40px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__footer .possibility_elem__footer__right {
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    min-height: 30px;
    min-width: 100%;
  }
}
.possibility_elem .possibility_elem__footer .possibility_elem__footer__right img {
  display: inline-block;
  margin: 0 0 0 8px;
}
@media (max-width: 991px) {
  .possibility_elem .possibility_elem__footer .possibility_elem__footer__right img {
    width: 9px;
    height: 12px;
    object-fit: contain;
  }
}

.possibilities_slider__block {
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .possibilities_slider__block {
    margin: 0 0 20px;
  }
}
.possibilities_slider__block .slider_title__block {
  margin: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .possibilities_slider__block .slider_title__block {
    margin: 0 0 20px;
  }
}
.possibilities_slider__block .slider_title__block .slider_title {
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .possibilities_slider__block .slider_title__block .slider_title {
    font-size: 18px;
    line-height: 22px;
  }
}

.possibilities_slider .slick-list {
  overflow: visible;
}
.possibilities_slider .slider_item {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.possibilities_slider .slider_item img {
  display: block;
}

.section_about_ipo {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section_about_ipo {
    padding: 320px 0 50px 0;
  }
}
.section_about_ipo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/local/templates/pro/assets/img/about_ipo_bg.webp") left no-repeat;
  background-size: cover;
}
@media (max-width: 1365px) {
  .section_about_ipo:before {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .section_about_ipo:before {
    width: 100%;
    height: 300px;
    background: url("/local/templates/pro/assets/img/about_ipo_bg.webp") center no-repeat;
    background-size: cover;
  }
}
.section_about_ipo .left_side {
  max-width: 504px;
}
@media (max-width: 991px) {
  .section_about_ipo .left_side {
    max-width: 100%;
  }
}
.section_about_ipo .title {
  margin: 0 0 35px;
}
.section_about_ipo .descr {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section_about_ipo .descr {
    margin: 0 0 10px;
    text-align: center;
  }
}
.section_about_ipo .descr:nth-last-child(1) {
  margin: 0;
}
.section_about_ipo .btn_blue {
  margin: 45px 0 0 0;
}
@media (max-width: 991px) {
  .section_about_ipo .btn_blue {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    max-width: 290px;
  }
}

.section_profit {
  padding: 120px 0 172px 0;
  background: #181821;
}
@media (max-width: 991px) {
  .section_profit {
    padding: 50px 0;
  }
}
.section_profit .profit_year {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section_profit .profit_year {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
  }
}
.section_profit .profit_elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section_profit .profit_elem {
    margin: 0 0 15px;
  }
}
.section_profit .profit_elem .profit_name {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .section_profit .profit_elem .profit_name {
    max-width: 60px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section_profit .profit_item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 12px;
  width: calc(100% - 105px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section_profit .profit_item {
    height: 30px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .section_profit .profit_item {
    height: 20px;
  }
}
.section_profit .profit_item .profit_procents {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section_profit .profit_item .profit_procents {
    font-size: 16px;
    line-height: 20px;
  }
}
.section_profit .profit_item .profit {
  margin: 0 25px 0 0;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_profit .profit_item .profit {
    height: 100%;
    margin: 0 10px 0 0;
  }
}
.section_profit .profit_item .profit:hover {
  transform: scale(1.05);
}
.section_profit .profit_item .profit .profit_img {
  display: block;
  width: 0%;
  height: 50px;
}
@media (max-width: 991px) {
  .section_profit .profit_item .profit .profit_img {
    height: 100%;
  }
}
.section_profit .profit_item .profit .profit_img__anim {
  animation: line 2.5s linear 1 alternate 0.5s forwards;
}
.section_profit .profit_item .profit_green {
  box-shadow: 0px 10px 30px rgba(76, 175, 80, 0.2);
}
.section_profit .profit_item .profit_blue {
  box-shadow: 0px 10px 30px rgba(16, 131, 254, 0.2);
}
@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.section_profit .profit_descr {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .section_profit .profit_descr {
    font-size: 12px;
    line-height: 16px;
  }
}

.section_comparison {
  padding: 68px 0 120px 0;
}
@media (max-width: 991px) {
  .section_comparison {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .section_comparison .container {
    padding: 0;
  }
}
.section_comparison .title {
  text-align: center;
  padding: 0 15px;
}
.section_comparison img {
  width: 100%;
  display: block;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_comparison img {
    margin: 0 0 20px;
  }
}
.section_comparison .grafic_descr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section_comparison .grafic_descr {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
  }
}
.section_comparison .grafic_descr .grafic_descr__elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  margin: 0 65px 0 0;
}
@media (max-width: 991px) {
  .section_comparison .grafic_descr .grafic_descr__elem {
    margin: 0 0 10px;
  }
}
.section_comparison .grafic_descr .grafic_descr__elem span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #fff;
  margin: 0 15px 0 0;
}
.section_comparison .grafic_descr .grafic_descr__elem span.lightblue {
  border-color: #87C1FF;
  box-shadow: 0px 4px 4px rgba(16, 131, 254, 0.2);
}
.section_comparison .grafic_descr .grafic_descr__elem span.blue {
  border-color: #429DFF;
  box-shadow: 0px 4px 4px rgba(16, 131, 254, 0.2);
}
.section_comparison .grafic_descr .grafic_descr__elem span.green {
  border-color: #4CAF50;
  box-shadow: 0px 4px 4px rgba(76, 175, 80, 0.2);
}

.section_benefists {
  padding: 120px 0;
  background: #181821;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section_benefists {
    padding: 50px 0;
  }
}
.section_benefists:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -600px;
  width: 1000px;
  height: 1000px;
  background: url("/local/templates/pro/assets/img/main_bg_ellipse.webp") center no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  z-index: 1;
}
.section_benefists .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.benefists_block {
  margin: 0 0 40px;
  z-index: 2;
  position: relative;
}
.benefists_block .row {
  margin: 0 -20px;
}
@media (max-width: 1365px) {
  .benefists_block .row {
    margin: -15px;
  }
}
.benefists_block .row [class*=col-] {
  padding: 0 20px;
}
@media (max-width: 1365px) {
  .benefists_block .row [class*=col-] {
    padding: 15px;
  }
}

.benefist_elem {
  width: 100%;
  transition: 0.3s all ease;
}
.benefist_elem:hover {
  transform: scale(1.05);
}
.benefist_elem__green .benefist_title {
  background: #4CAF50;
  box-shadow: 0px 10px 30px rgba(76, 175, 80, 0.3);
}
.benefist_elem__green .after {
  background: #4CAF50;
  box-shadow: 0px 10px 30px rgba(76, 175, 80, 0.3);
}
.benefist_elem__red .benefist_title {
  background: #CB2027;
  box-shadow: 0px 10px 30px rgba(203, 32, 39, 0.3);
}
.benefist_elem__red .after {
  background: #CB2027;
  box-shadow: 0px 10px 30px rgba(203, 32, 39, 0.3);
}
.benefist_elem .benefist_title {
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0 13px;
}
@media (max-width: 1365px) {
  .benefist_elem .benefist_title {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
}
.benefist_elem .benefist_descr p {
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  display: block;
  margin: 0 0 2px;
  background: #fff;
  padding: 0 25px;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .benefist_elem .benefist_descr p {
    font-size: 13px;
    line-height: 17px;
    padding: 0 30px 0 10px;
    min-height: 50px;
  }
}
.benefist_elem .benefist_descr p:nth-child(1) {
  border-radius: 15px 15px 0px 0px;
}
.benefist_elem .benefist_descr p:nth-last-child(1) {
  border-radius: 0px 0px 15px 15px;
}
.benefist_elem .benefist_descr p .after {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media (max-width: 991px) {
  .benefist_elem .benefist_descr p .after {
    right: -10px;
    width: 30px;
    height: 30px;
  }
}
.benefist_elem .benefist_descr p .after img {
  display: block;
}
@media (max-width: 991px) {
  .benefist_elem .benefist_descr p .after img {
    width: 10px;
    object-fit: contain;
  }
}

.section_actual {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section_actual {
    padding: 50px 0;
  }
}
.section_actual .title {
  text-align: center;
}
@media (max-width: 991px) {
  .section_actual .row {
    margin: -10px;
  }
}
@media (max-width: 991px) {
  .section_actual .row [class*=col-] {
    padding: 10px;
  }
}

.actual_elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F9F9FF;
  border-radius: 15px;
  padding: 30px 50px;
  transition: 0.3s all ease;
}
@media (max-width: 1365px) {
  .actual_elem {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .actual_elem {
    padding: 20px 10px;
  }
}
.actual_elem:hover {
  box-shadow: 0px 0px 30px rgba(39, 149, 254, 0.4);
}
.actual_elem:hover .btn_blue {
  border-color: #1587FE;
  background: transparent;
  color: #1587FE;
}
.actual_elem .actual_img {
  display: inline-block;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .actual_elem .actual_img {
    margin: 0 0 10px;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}
.actual_elem .actual_name {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #181821;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .actual_elem .actual_name {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
.actual_elem .actual_subtitle {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 0 0 10px;
  color: #181821;
}
@media (max-width: 991px) {
  .actual_elem .actual_subtitle {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 17px;
  }
}
.actual_elem .actual_descr {
  font-size: 16px;
  line-height: 19px;
  color: rgba(24, 24, 33, 0.5);
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .actual_elem .actual_descr {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.actual_elem .actual_descr img {
  display: inline-block;
}
@media (max-width: 991px) {
  .actual_elem .actual_descr img {
    width: 10px;
    height: 10px;
    object-fit: contain;
  }
}
.actual_elem .btn_blue {
  min-width: 176px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .actual_elem .btn_blue {
    min-width: 100%;
  }
}

.section_about_ipo_black {
  background: #181821;
  position: relative;
  overflow: hidden;
}
.section_about_ipo_black:before {
  background: url("/local/templates/pro/assets/img/about_ipo_bg_black.webp") left no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_about_ipo_black:before {
    width: 100%;
    height: 300px;
    background: url("/local/templates/pro/assets/img/about_ipo_bg_black.webp") center no-repeat;
    background-size: cover;
  }
}
.section_about_ipo_black:after {
  content: "";
  position: absolute;
  left: -500px;
  bottom: -500px;
  width: 1000px;
  height: 1000px;
  background: url("/local/templates/pro/assets/img/main_bg_ellipse.webp") center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .section_about_ipo_black:after {
    display: none;
  }
}
.section_about_ipo_black .descr {
  color: #fff;
  opacity: 0.7;
}
.section_about_ipo_black .container {
  position: relative;
  z-index: 2;
}

.section_how {
  padding: 120px 0 280px 0;
}
@media (max-width: 991px) {
  .section_how {
    padding: 50px 0 50px 0;
  }
}
.section_how .title {
  text-align: center;
}

.how_block .row {
  margin: -10px;
}
.how_block .row [class*=col-] {
  padding: 10px;
}

.how_elem {
  padding: 20px;
  background: #F9F9FF;
  border-radius: 14px;
  height: 100%;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .how_elem {
    padding: 20px 10px;
  }
}
.how_elem:hover {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  transition: 0.3s all ease;
}
.how_elem:hover .how_num {
  color: #1e8efe;
  background: #fff;
}
.how_elem:hover .how_title {
  color: #fff;
}
.how_elem:hover .how_descr {
  color: #fff;
  opacity: 1;
}
.how_elem .how_num {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 30px rgba(16, 131, 254, 0.2);
  border-radius: 15px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .how_elem .how_num {
    font-size: 18px;
    line-height: 22px;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
}
.how_elem .how_title {
  font-size: 20px;
  line-height: 24px;
  color: #181821;
  margin: 0 0 15px;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .how_elem .how_title {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.how_elem .how_descr {
  font-size: 14px;
  line-height: 16px;
  color: #181821;
  opacity: 0.7;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .how_elem .how_descr {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
}

.section_certificate {
  background: #181821;
  overflow: visible !important;
}
.section_certificate .container {
  position: relative;
  padding-top: 217px;
  padding-bottom: 69px;
}
@media (max-width: 991px) {
  .section_certificate .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.certificate_block {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  border-radius: 20px;
  padding: 68px 38px 45px 85px;
  position: absolute;
  top: -159px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .certificate_block {
    padding: 50px 20px 50px 50px;
  }
}
@media (max-width: 991px) {
  .certificate_block {
    padding: 20px;
    position: static;
    margin: 0 0 30px;
  }
}
.certificate_block .cert_left p {
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .certificate_block .cert_left p {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .certificate_block .cert_left p {
    font-size: 18px;
    line-height: 20px;
  }
}
.certificate_block .cert_right {
  display: block;
}
@media (max-width: 1365px) {
  .certificate_block .cert_right {
    width: 400px;
    height: 220px;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .certificate_block .cert_right {
    display: none;
  }
}
.certificate_block .cert_right_mob {
  display: none;
}
@media (max-width: 991px) {
  .certificate_block .cert_right_mob {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .certificate_block .btn {
    display: flex;
    margin: 0 auto;
    max-width: 290px;
  }
}

.cert_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cert_block .cert_elem {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 2px dashed rgba(255, 255, 255, 0.1);
}
.cert_block .cert_elem:nth-last-child(1) {
  border: none;
}
.cert_block .cert_elem p {
  min-height: 70px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #1889FE;
}
@media (max-width: 991px) {
  .cert_block .cert_elem p {
    font-size: 22px;
    line-height: 26px;
    min-height: 30px;
  }
}
.cert_block .cert_elem span {
  max-width: 190px;
  min-height: 50px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cert_block .cert_elem span {
    font-size: 13px;
    line-height: 17px;
  }
}

.section_examples {
  padding: 120px 0;
  background: linear-gradient(180deg, #1083FE 0%, #181821 100%);
}
@media (max-width: 991px) {
  .section_examples {
    padding: 50px 0;
  }
}

.examples_block .row {
  margin: -10px;
}
.examples_block .row [class*=col-] {
  padding: 10px;
}

.example_elem {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
}
@media (max-width: 1365px) {
  .example_elem {
    padding: 20px 10px;
  }
}
.example_elem .example_title {
  font-size: 20px;
  line-height: 24px;
  color: #181821;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .example_elem .example_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
.example_elem .example li {
  margin: 0 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .example_elem .example li {
    margin: 0 0 10px;
  }
}
.example_elem .example li:nth-last-child(1) {
  margin: 0;
}
.example_elem .example li p {
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  position: relative;
  width: calc(100% - 39px);
}
@media (max-width: 991px) {
  .example_elem .example li p {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 30px);
  }
}
.example_elem .example li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  background: #4CAF50;
  box-shadow: 0px 10px 30px rgba(76, 175, 80, 0.3);
  border-radius: 5px;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .example_elem .example li span {
    width: 15px;
    height: 15px;
  }
}
.example_elem .example li span img {
  display: block;
  width: 9px;
  height: 9px;
  object-fit: contain;
}

.section_partners {
  padding: 120px 0 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_partners {
    padding: 50px 0;
  }
}
.section_partners .section__sliderNav--arrows button {
  background: #f9f9ff;
}
.section_partners .section__sliderNav--arrows button:hover {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
}
.section_partners .section__sliderNav--arrows button:hover img {
  filter: invert(100%) sepia(4%) saturate(2%) hue-rotate(315deg) brightness(115%) contrast(100%);
}
.section_partners .title {
  margin: 0;
}
@media (max-width: 991px) {
  .section_partners .title {
    margin: 0 0 25px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section_partners .slider_title__block {
    flex-direction: column;
    align-items: flex-start;
  }
}

.partner_slider .slick-list {
  overflow: visible;
}
.partner_slider .slick-track {
  display: flex;
  align-items: center;
}
.partner_slider .slider_item {
  margin: 0 90px 0 0;
}
@media (max-width: 991px) {
  .partner_slider .slider_item {
    margin: 0 30px 0 0;
  }
}
.partner_slider .slider_item img {
  display: block;
  opacity: 0.6;
  transition: 0.3s all ease;
}
.partner_slider .slider_item img:hover {
  opacity: 1;
}

.section_guide {
  padding: 80px 0 0 0;
  margin: 0 0 -115px;
}
@media (max-width: 991px) {
  .section_guide {
    padding: 0;
  }
}

.guide_block {
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  border-radius: 20px;
  padding: 65px 85px;
  position: relative;
}
@media (max-width: 1365px) {
  .guide_block {
    padding: 30px;
  }
}
.guide_block:before {
  content: "";
  position: absolute;
  right: 132px;
  bottom: 35px;
  width: 369px;
  height: 338px;
  background: url("/local/templates/pro/assets/img/guide.webp") center no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (max-width: 1365px) {
  .guide_block:before {
    right: 80px;
    bottom: 15px;
    width: 280px;
    height: 240px;
  }
}
@media (max-width: 991px) {
  .guide_block:before {
    display: none;
  }
}
.guide_block .guide_title {
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .guide_block .guide_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.guide_block .guide_descr {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .guide_block .guide_descr {
    font-size: 12px;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .guide_block .btn {
    max-width: 290px;
    display: flex;
    margin: 0 auto;
  }
}

.section_quiz {
  background: #181821;
  padding: 235px 0 120px 0;
}

.section_questions {
  padding: 120px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_questions {
    padding: 50px 0;
  }
}
.section_questions .container {
  display: flex;
  justify-content: space-between;
}
.section_questions .container>div{
  position: relative;

  width: 100%;


}
.section_questions .container> .dropdown{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.section_questions .container> .dropdown li{
  margin: 0px 10px 15px;
  width: calc((100% / 2) - 20px);
  flex: 0 0 calc((100% / 2) - 20px);

}
.section_guide{
  overflow: visible !important;
}
@media (max-width: 991px) {
  .section_questions .container {
    flex-direction: column;
  }
  .section_questions .container .dropdown{
    margin: 0px;
  }
  .section_questions .container .dropdown li{
    margin: 0px 0px 15px;
    width: 100%;
    flex: 0 1 100%;
  }
}

.dropdown {
  position: relative;
  width: calc((100% / 2) - 10px);
}
@media (max-width: 991px) {
  .dropdown {
    width: 100%;
  }
}
.dropdown .question {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .dropdown .question {
    margin: 0 0 10px;
  }
}
.dropdown .question.active .title_dropdown span img {
  transform: rotate(0deg);
}
.dropdown .question .title_dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%), #C4C4C4;
  border-radius: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  min-height: 55px;
  padding: 0 20px 0 30px;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown {
    padding: 0 15px;
    font-size: 13px;
    line-height: 20px;
  }
}
.dropdown .question .title_dropdown:hover {
  box-shadow: 0px 0px 30px rgba(39, 149, 254, 0.4);
}
.dropdown .question .title_dropdown span {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown span {
    width: 25px;
    height: 25px;
  }
}
.dropdown .question .title_dropdown span img {
  display: block;
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown span img {
    width: 10px;
    height: 8px;
    object-fit: contain;
  }
}
.dropdown .question .default-submenu {
  display: none;
  padding: 15px 30px 30px 30px;
  background: #F9F9FF;
  border-radius: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #181821;
}
@media (max-width: 991px) {
  .dropdown .question .default-submenu {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }
}

.section_contacts {
  margin: 0 0 -136px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_contacts {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .section_contacts .container {
    padding: 0;
  }
}
.section_contacts .map_block {
  position: relative;
}
.section_contacts .map_block .contacts {
  position: absolute;
  padding: 25px 30px 15px 30px;
  left: 45px;
  top: 20px;
  bottom: 20px;
  background: rgba(24, 24, 33, 0.8);
  border-radius: 14px;
  max-width: 426px;
  backdrop-filter: blur(26px);
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts {
    padding: 10px;
    left: 0px;
    top: inherit;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    border-radius: 0px;
  }
}
.section_contacts .map_block .contacts .contacts_title {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts .contacts_title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
  }
}
.section_contacts .map_block .contacts .contact {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts .contact {
    margin: 0 0 5px;
  }
}
.section_contacts .map_block .contacts .contact span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: linear-gradient(92.16deg, #1083FE 0.29%, #2795FE 100%);
  box-shadow: 0px 10px 20px rgba(39, 149, 254, 0.2);
  border-radius: 10px;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts .contact span {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
}
.section_contacts .map_block .contacts .contact span img {
  display: block;
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts .contact span img {
    width: 10px;
    height: 10px;
    object-fit: contain;
  }
}
.section_contacts .map_block .contacts .contact a,
.section_contacts .map_block .contacts .contact p {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: calc(100% - 50px);
}
@media (max-width: 991px) {
  .section_contacts .map_block .contacts .contact a,
.section_contacts .map_block .contacts .contact p {
    font-size: 12px;
    line-height: 14px;
    width: calc( 100% - 30px);
  }
}
.section_contacts .map_block .contacts .contact a:hover {
  text-decoration: underline;
}

.footer_top {
  padding: 186px 0 50px 0;
  background: #181821;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer_top {
    padding: 186px 0 20px 0;
  }
}
.footer_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer_top .container {
    flex-direction: column;
  }
}
.footer_top .logo:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .footer_top .logo {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .footer_top .main_nav__footer {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .footer_top .main_nav__footer li {
    margin: 0 0 10px;
  }
}
.footer_top .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer_top .social {
    margin-top: 30px;
  }
}
.footer_top .social li {
  margin: 0 25px 0 0;
}
.footer_top .social li:nth-last-child(1) {
  margin: 0;
}

.footer_bottom {
  padding: 25px 0 15px 0;
  background: #181821;
}
@media (max-width: 991px) {
  .footer_bottom {
    padding: 10px;
  }
}
.footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer_bottom .container {
    flex-direction: column;
  }
}
.footer_bottom a:hover {
  opacity: 0.7;
}
.footer_bottom .copyright {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .footer_bottom .copyright {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
.footer_bottom .logo_jw img {
  display: block;
}

.section_error {
  min-height: 100vh;
}
.section_error .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}
.section_error .title_error {
  font-size: 144px;
  line-height: 174px;
  color: #181821;
  margin: 0 0 19px;
}
@media (max-width: 991px) {
  .section_error .title_error {
    font-size: 100px;
    margin: 0 0 10px;
  }
}
.section_error .title_error span {
  color: #1083FE;
}
.section_error .subtitle_error {
  font-size: 24px;
  line-height: 29px;
  color: #181821;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .section_error .subtitle_error {
    margin: 0 0 30px;
  }
}
.section_error .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section_error .btn_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .section_error .btn_blue {
    margin: 0 0 20px;
    min-width: 250px;
  }
}
.section_error .btn_error {
  min-width: 192px;
  min-height: 50px;
  background: #F9F9FF;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 19px;
  color: #181821;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .section_error .btn_error {
    min-width: 250px;
    margin: 0;
  }
}
.section_error .btn_error:hover {
  border-color: #181821;
  background: transparent;
}

.section {
  overflow: hidden;
}

.ymaps-2-1-79-traffic,
.ymaps-2-1-79-listbox_align_right {
  display: none !important;
}

body {
  font-family: sans-serif;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.empty_content {
  flex: 1;
  /* если содержимое body меньше высоты окна, то section будет растянут до нужной величины */
  white-space: pre-line;
  -ms-flex-preferred-size: auto;
}

/*# sourceMappingURL=app.css.map */


/*NEW*/
.example{
  padding-left: 0px;
}