/* promo price fix */
.card_promo .price-container {
  color: white;
  font-size: 18px;
  line-height: 120%;
  max-width: 515px;
  margin: 8px 0 44px 0; }

/**/
/* promos add styles */
.promo-anons {
  margin-top: 80px;
  padding: 20px 30px 15px 30px;
  box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.13);
  background: linear-gradient(90deg, #192d6e, #2b4083 56.25%, #4d63aa 100%);
  max-width: 360px; }

.quize .promo-anons {
  margin-top: 40px; }

.quize .primary-quiz-btn {
  margin-top: 26px; }

.card_promo .promo-anons {
  margin-top: 20px; }

.promo-anons-title {
  font-size: 20px;
  line-height: 23px;
  color: white;
  margin: 0 0 20px 0; }

.promo-anons p {
  #color: #fbcb60;
  font-weight: 500;
  line-height: 19px; }

.card_promo .promo-anons p {
  font-size: 20px;
  line-height: 120%;
  color: white; }

.promo-anons a {
  color: #A9A9A9;
  text-decoration: underline; }

.promo-anons a:hover {
  color: white; }

.service_item.rel {
  position: relative; }

.service-item-anons {
  position: absolute;
  right: 0;
  top: 32px;
  padding: 6px 10px;
  color: #192D6E;
  background: #FBCB60;
  font-size: 14px;
  font-weight: 500; }

.promo-anons.mob {
  display: none; }

.promo .promo_services.mob {
  display: none; }

ol.promo-main-list {
  list-style-type: none;
  counter-reset: num;
  margin: 0 auto 40px auto;
  padding: 15px 0 0 0;
  font-size: 18px;
  #column-count: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: 1200px; }

ol.promo-main-list .li-wrapper {
  width: 100%; }

ol.promo-main-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 125%;
  gap: 20px;
  #color: #4D63AA; }

ol.promo-main-list li:not(:last-child) {
  margin-bottom: 45px; }

ol.promo-main-list li::before {
  content: counter(num);
  counter-increment: num;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #1A1A1A;
  color: #fff;
  text-align: center;
  #line-height: 120%;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 100%;
  flex-shrink: 0; }

ol.promo-main-list .li-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 10px; }

ol.promo-main-list li p {
  margin: 0;
  line-height: 133%; }

ol.promo-main-list li p:not(:last-child) {
  margin-bottom: 20px; }

ol.promo-main-list ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: disc; }

ol.promo-main-list ul li {
  display: list-item;
  margin: 0; }

ol.promo-main-list ul li:not(:last-child) {
  margin-bottom: 6px; }

ol.promo-main-list ul li::before {
  display: none; }

ol.promo-main-list ul li::marker {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #192D6E; }

.main.promo-wrapper {
  padding: 100px 0 0 0;
  background: linear-gradient(164.12deg, #e3eaff 10.708%, white 114.654%);
  margin: 0; }

.main.promo-wrapper h1 {
  color: #192d6e;
  text-align: left;
  margin-bottom: 30px; }

.main.promo-wrapper article {
  padding-bottom: 50px; }

.promo-feedback {
  padding: 40px 0;
  background: #4D63AA; }

.promo-feedback .sect_form_content {
  margin: 0 auto 0 0; }

.promo-wrapper .inside-products.alt {
  margin-bottom: 30px;
  padding: 0; }

.promo-wrapper .service_item {
  background: white; }

.service_list_intro {
  margin: 0 0 20px 0; }

.promo_subtitle {
  margin: 0 auto 30px auto;
  max-width: 1200px;
  text-align: center; }

.service-promo-info {
  padding: 80px 0; }

.service-promo-info h1 {
  color: #192d6e; }

.promo-feedback .form .h3 {
  max-width: initial; }

.promo-feedback .sh-form-main-text-up {
  right: initial !important; }

.promo-feedback .text-center {
  text-align: left; }

.promo-feedback .input-cheked__text a {
  color: white; }

.promo-details p {
  margin-top: 0;
  margin-bottom: 1rem; }

.promo-details h2 {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 768px) {
  ol.promo-main-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .promo_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .promo .promo_wrap .container {
    position: initial;
    width: 100%; }

  .promo .promo_inner {
    position: initial; }

  .promo .promo_info {
    max-width: initial;
    z-index: 1; }

  .promo .promo_services {
    z-index: 1; }

  .promo-anons {
    max-width: 380px; }

  ol.promo-main-list {
    column-count: 1;
    padding: 0 20px 0 20px;
    max-width: 600px;
    margin: 0 auto; }

  .promo-feedback .sect_form_content {
    margin: 0 auto; }

  .quize .primary-quiz-btn {
    max-width: 380px; } }
@media screen and (max-width: 575px) {
  .promo-anons {
    display: none; }

  .promo-anons.mob {
    display: block; }

  .promo .promo_services {
    display: none; }

  .promo .promo_services.mob {
    display: block; }

  .promo .promo_services {
    margin-top: 30px; }

  .promo-anons {
    margin-top: 25px; } }
@media screen and (max-width: 460px) {
  ol.promo-main-list {
    padding: 0; }

  .card_specific_item .card_specific__value {
    min-width: 90px;
    font-size: 15px;
    max-width: 100%; }

  .card_specific__block div:first-child {
    width: auto;
    font-size: 15px; } }
@media screen and (max-width: 340px) {
  .card_promo_title {
    font-size: 24px; } }
@media screen and (max-width: 340px) {
  .card_specific_item .card_specific__value {
    font-size: 14px; }

  .card_specific__line {
    display: none; }

  .card_specific__block div:first-child {
    font-size: 14px; } }
.card_promo {
  min-height: 400px; }

/* end promos */
@media screen and (max-width: 991px) {
  .section-block {
    padding: 60px 0 0 0; }

  .modal-youtube-container {
    width: 80%;
    height: 450px; }

  .card_options_info .video-block {
    width: 80%;
    margin: auto; } }
@media screen and (max-width: 767px) {
  .card_promo .price-container {
    margin: 10px 0 70px 0; }

  .team-wrap .section-block {
    width: calc((100% - 60px) / 3); }

  .team-slider {
    overflow: hidden; }

  .modal-youtube-container {
    width: 80%;
    height: 350px; }

  .modal-youtube-container.vertical {
    width: 70vw;
    height: 70vh; }

  .card_options_item__inner {
    margin: auto; }

  .card_options_info .video-block:not(:last-child) {
    margin-bottom: 15px; } }
@media screen and (max-width: 575px) {
  .team-wrap .section-block {
    width: calc((100% - 30px) / 2); }

  .modal-youtube-container {
    width: 95%;
    height: 350px; }

  .promo {
    background: url("../img/main-bg-mobile.jpg") no-repeat center center/cover; }

  .promo__bg {
    display: none; }

  .promo__bg:after {
    display: none; }

  .shtori-constr-container.first .shtori-constr-block img {
    max-height: 250px;
    width: auto;
    object-fit: contain; } }
@media screen and (max-width: 460px) {
  .modal-youtube-container {
    width: 95%;
    height: 300px; } }
@media screen and (max-width: 400px) {
  .team-wrap .section-wrapper {
    gap: initial;
    height: initial;
    flex-wrap: initial; }

  .team-wrap .section-block {
    width: 100%;
    padding: 25px 45px;
    border-radius: 14px;
    background: #FBFAFC;
    height: inherit; }

  .team-slider-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 12px; }

  .person-phone {
    margin-top: auto; }

  .team-slider-index {
    font-size: 20px;
    color: #192D6E; }

  .team-arrow-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 64px; }

  .card_promo .price-container {
    margin: 10px 0 60px 0; } }
@media screen and (max-width: 360px) {
  .modal-youtube-container {
    width: 95%;
    height: 250px; }

  .shtori-constr-container {
    flex-wrap: wrap; }

  .shtori-constr-block {
    width: 100%; }

  .shtori-constr-container.first .shtori-constr-block {
    margin-bottom: 15px; } }

/*# sourceMappingURL=add-styles-action.css.map */
