/* @import "bootstrap/scss/bootstrap"; */
  @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

  /*
    575.98
    768—991.98
    992—1199.98
    1200

    @media (max-width:575.98) {}
    @media (max-width:991.98) {}
    @media (max-width:1199.8px) {}
    @media (min-width:1199.9px) {}
  */
  :root {
    --geen-color: #83DA40;
    --secondary-color: #00C3B8;
    --secondary-color-202: #202125;
    --secondary-color-353: #353744;
    --blue-grey-color: #EBF9FE;
    --main-font: 'Rubik', sans-serif;
    --montserrat-font: 'Montserrat', sans-serif;
    --inter-font: 'Inter', sans-serif;
    --roboto-font: 'Roboto', sans-serif;
    --temp-path: 'http://b-plus.unic-test.ru/local/templates/busines-in-plus/assets/';
  }

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

  .button-breef {
    background-color: var(--secondary-color);
    border: 0;
    padding: 10px 37px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin: 0 15px;
    flex-shrink: 0;
  }

  .nav-item {
    padding-right: 12px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .nav-link {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    color: var(--secondary-color-202) !important;
    --bs-nav-link-hover-color: var(--geen-color);
    --bs-nav-link-color: var(--geen-color);
  }

  .nav-link:hover,
  .dropdown-item:hover {
    color: var(--geen-color);
  }

  .active .nav-link {
    color: var(--geen-color) !important;
  }

  .dropdown-menu {
    background: #fff;
    border-radius: 4px;
  }

  .nav img {
    max-width: 100%;
  }

  .--header__button {
    padding: 7px;
  }
  .head-container.page404 {
    background-color: #25272E;
  }

  .page404 .nav-link {
    color: white !important;
  }

  .page404 li.nav-item:hover .nav-link {
    color: var(--geen-color) !important;
  }
  .page404 .bread-crumbs ul li a {
    color: white;
  }
  main.page404 {
    background-color: #25272E;
  }
  .page404 .content {
    font-weight: 700;
    font-size: 30px;
    line-height: 191%;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .page404 .main_link {
    font-weight: 400;
    font-size: 22px;
    line-height: 191%;
    /*text-transform: lowercase;*/
    text-decoration: underline;
    color: var(--geen-color);
    margin-bottom: 66px;
  }
  .page404_pict {
    max-width: 100%;
  }

  .bg-bree {
    position: absolute;
    height: 989px;
    /* top: -100px; */
    width: 100%;
    background: linear-gradient(0deg, #1AB5CA 34.32%, #FFF 34.32%);
    /* background: url('../img/Vector\ 1.svg'); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    z-index: -1;
  }
  .bg-bree:after{
    content: "";
    background: #FFF;
    width: 100%;
    height: 34.42%;
    position: absolute;
    bottom: 0;

    border-radius: 40% 0 0 0/100% 0 0 0;
  }

  .bg-bree:before {
    content: "";
    width: 100%;
    height: 65.78%;
    background: linear-gradient(0deg, #1AB5CA 34.32%, rgba(12, 219, 206, 0) 80.8%);;
    position: absolute;
    top: 0;

    border-radius: 0 0 27% 0/0 0 60% 0;
  }
  .bg-fos-big {
    position: absolute;
    height: 140%;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, #c0fefa 26.34%, rgba(255, 255, 255, 0) 26.34%);
    background-repeat: no-repeat;
    z-index: -1;
  }
  .bg-fos-big:after{
    content: "";
    background: #FFF;
    width: 100%;
    height: 26.34%;
    position: absolute;
    top: 0;

    border-radius: 0 0 27% 0/0 0 60% 0;
  }

  .bg-fos-big:before {
    content: "";
    width: 100%;
    height: 73.8%;
    background: linear-gradient(180deg, #c0fefa 42.34%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;

    border-radius: 40% 0 0 0/100% 0 0 0;
  }
  .header-buttons a:not(:last-child) {
    margin-right: 5px;
  }

  .pos-rel {
    position: relative;
  }

  .auto-sistem-promo {
    margin-top: 165px;
    padding: 30px 0;
    width: 600px;
    height: 350px;
  }

  .auto-sistem-promo-title {
    font-family: var(--main-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }

  .auto-sistem-promo-desc {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
  }

  .default-button,
  .auto-sistem-promo-button,
  .auto-sistem-promo-button-new,
  .advantages-img-text button,
  .opportunities-img button,
  .man-text-button,
  .events-button,
  .find-out-form-submit,
  .footer-contact button,
  .footer .footer-form button,
  .footer .footer-form .footer-form-file-but,
  .events-page-button,
  .clients .be-form-button,
  .modal-modal-feedback-breef .be-form-button,
  .opport-row-text-but,
  .cb_reg_create_account_button {
    width: 259px;
    /* height: 59px; */
    border: 2px solid transparent;
    border-radius: 30px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    padding: 20px 10px;
    text-transform: uppercase;
  }

  .default-button:hover,
  .auto-sistem-promo-button:hover,
  .auto-sistem-promo-button-new:hover,
  .advantages-img-text button:hover,
  .opportunities-img button:hover,
  .man-text-button:hover,
  .events-button:hover,
  .find-out-form-submit:hover,
  .footer-contact button:hover,
  .footer .footer-form button:hover,
  .events-page-button:hover,
  .clients .be-form-button:hover,
  .modal-modal-feedback-breef .be-form-button:hover,
  .opport-row-text-but:hover,
  .cb_reg_create_account_button:hover {
    border: 2px solid #00C4B8;
    background-color: unset;
    color: #353744;
    box-sizing: revert;
  }
  .footer .footer-form .footer-form-file-but:hover{
    cursor:pointer;
    color: #353744;
  }
  .auto-sistem-promo-button,
  .auto-sistem-promo-button-new {
    margin-top: 30px;
    background-color: #FFFFFF;
    color: var(--secondary-color);
  }
  .auto-sistem-promo-button:hover,
  .auto-sistem-promo-button-new:hover {
    margin-top: 30px;
    background-color: var(--geen-color);
    color: #FFFFFF;
  }

  .advantages {
    padding-top: 80px;
  }

  .advantages-img {
    width: 370px;
    margin-right: 30px;
  }

  .advantages-img img {
    margin-bottom: 40px;
    width: 370px;
    height: 252px;
    border-radius: 10px;
  }

  .advantages-img-text span {
    font-family: var(--montserrat-font);
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0px;
  }

  .advantages-img-text button {
    background-color: var(--secondary-color);
    color: #FFFFFF;
    margin-top: 10px;
  }

  .advantages-text {
    width: calc(75% - 16px) !important;
  }

  .advantages-text-title,
  .tarif .black {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
  }

  .advantages-text-title span {
    font: var(--inter-font);
    color: var(--secondary-color);
  }

  .advantages-text-sub {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }

  .advantages-text-blocks {
    margin-top: 40px;
  }

  .advantages-text-blocks-b:hover {
    color: #FFFFFF;
    background-color: var(--geen-color);
  }

  .advantages-text-blocks-b:nth-child(2) {
    margin-left: 50px;
  }

  .advantages-text-blocks-b:nth-child(3) {
    margin-left: 100px;
  }

  /* font-family: var(--main-font); */
  .advantages-text-blocks-b {
    padding: 18px 18px 18px 27px;
    width: 87%;
    /* height: 66px; */
    border-radius: 5px;
    background-color: #FFFFFF;
    color: var(--secondary-color-353);
    position: relative;
    margin-bottom: 23px;
    font-family: var(--montserrat-font);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }

  .advantages-text-blocks-b::after {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    border-radius: 5px;
    background-color: var(--geen-color);
    position: absolute;
    left: 0;
    top: 0;
  }

  .base-title,
  .opportunities-title,
  .with-title,
  .why-title,
  .events-title,
  .what-say-title,
  .find-out-text-title,
  .base-title-for-pages,
  .events-page-title,
  .event-page-title,
  .contacts-title,
  .clients-title,
  .client-title,
  .about-title,
  .opport-title,
  .clients .be-title,
  .client-review-title {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--secondary-color-353);
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  .base-title span,
  .opportunities-title span,
  .with-title span,
  .why-title span,
  .events-title span,
  .what-say-title span,
  .find-out-text-title span,
  .base-title-for-pages span,
  .events-page-title span,
  .event-page-title span,
  .contacts-title span,
  .clients-title span,
  .client-title span,
  .about-title span,
  .opport-title span,
  .clients .be-title span,
  .what-say-title span,
  .client-review-title span {
    color: var(--secondary-color);
    font-family: var(--inter-font);
  }

  .opportunities {
    position: relative;
    padding: 130px 0px;
  }
  .link-body-emphasis img.logo-m {
    display: none;
  }

  .man .man-text>.bg-3-img{
    display:none;
  }
  @media (max-width:1300px) {
    /* .bg-contacts {
      top: -38px !important;
    } */

    .advantages-text-blocks-b {
      width: 91% !important;
    }
  }

  @media (max-width:1199.8px) {

    .opportunities .second-bg {
      height: 1109px;
    }

  }

  @media (min-width:1199.9px) {

    .opportunities .second-bg {
      /*! height: 989px; */
      height: 110%;
    }
  }

  .opportunities .second-bg {
    position: absolute;
    width: 100%;
    /* background: url('../img/Vector 2.svg'); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* top: 125px; */
    background: linear-gradient(0deg, rgba(3, 252, 237, 0.25) 30.34%, #FFF 30.34%, rgba(255, 255, 255, 0) 100%);
  }

  .opportunities .second-bg:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 30.34%;
    background: #FFF;
    bottom: 0;
    border-radius: 0 40% 0 0 / 0 100% 0 0;
  }

  .opportunities .second-bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 69.70%;
    background: linear-gradient(0deg, rgba(3, 252, 237, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    border-radius: 0 0 0 40% / 0 0 0 100%;
  }
  .opportunities-list {
    flex: 1 1 33%;
  }
  .opportunities-list-li:not(:last-child) {
    padding-bottom: 40px;
  }

  .opportunities-list-li {
    cursor: pointer;
    list-style: none;
  }

  .opportunities-list-li span {
    padding-left: 11px;
    position: relative;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2.7999999523px;
  }

  .opportunities-list-li span::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 26px;
    height: 3.5px;
    background: var(--secondary-color);
    margin-top: -1px;
    left: -15px;
    margin-left: -13px;
    display: block;
    transition: 0.2s;
    border-radius: 2px;
    transform: rotate(0deg);
  }

  .opportunities-list-li span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 26px;
    height: 3px;
    background: var(--secondary-color);
    margin-top: -1px;
    left: -15px;
    margin-left: -13px;
    display: block;
    transition: 0.2s;
    border-radius: 2px;
    transform: rotate(-90deg);
  }

  .opportunities-list-li.active .opportunities-list-li-text {
    display: block;
  }

  .opportunities-list-li.active span::before {
    transform: none;
  }

  .opportunities-list-li.active span::after {
    transform: none;
  }

  .opportunities-list-li-text {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-top: 11px;
    width: 428px;
  }

  .opportunities-img {
    text-align: center;
  }

  .opportunities-img img {
    width: 100%;
  }

  .opportunities-img button {
    background-color: var(--secondary-color);
    color: #FFFFFF;
    margin-top: 30px;
  }

  .with-img {
    margin-right: 30px;
  }

  .with-stat {
    width: 75%;
  }

  .with-stat-block-b:nth-child(2) {
    margin-left: 50px;
  }

  .with-stat-block-b {
    position: relative;
    padding: 5px 0;
    font-family: var(--main-font);
    align-items: end;
  }

  .with-stat-block-b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: 10px;
    background-color: var(--blue-grey-color);
    z-index: 0;
  }

  .with-stat-block-b p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 10px;
    height: 10px;
    background-color: #83DA40;
    z-index: 1;
    transition: width 1s ease;
  }

  /* Определяем ключевые кадры для анимации */


  .with-stat-block-b-l {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left;
  }

  .with-stat-block-b-r {
    color: var(--secondary-color);
    font-size: 55px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: right;
    white-space:nowrap;
  }

  .with-stat-block-b-r span {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
  }

  .bg-3 {
    position: relative;
  }

  .bg-3-img {
    position: absolute;
    height: 100%;
    /*! top: -70px; */
    width: 100%;
    /*! background: url('http://b-plus.unic-test.ru/local/templates/busines-in-plus/assets/css/../img/Vector 3.svg'); */
    background-repeat: no-repeat;
    /*! background-size: cover; */
    z-index: -1;
    background: linear-gradient(180deg, #1AB5CA 25%, #FFF 25%);
  }

  .bg-3-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25.1%;
    background: #FFF;
    border-radius: 0% 0% 40% 0% / 0% 0% 100% 0px;
  }
  .bg-3-img:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75.1%;
    background: linear-gradient(180deg, #1AB5CA 37%, #0CDBCE 60.24%, rgba(12, 219, 206, 0) 88.8%);
    border-radius: 40% 0% 0% 0% / 30% 0% 0% 0px;
  }

  .why {
    margin-top: 130px;
    padding: 0 150px;
  }

  .why-tabs {
    padding: 0;
  }

  .why-tabs-tab {
    justify-content: center;
    align-items: center;
    width: 143px;
    height: 59px;
    border-radius: 30px;
    border: 2px solid var(--secondary-color);
    list-style: none;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    background: #fff;
    cursor: pointer;
  }

  .why-tabs-tab:not(:last-child) {
    margin-right: 20px;
  }

  .why-tabs-tab.active,
  .why-tabs-tab:hover {
    border: 2px solid var(--geen-color);
    color: #fff;
    background-color: var(--geen-color);
  }

  .why-content {
    display: none;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
  }

  .why-content.active {
    display: block;
  }

  .man {
    font-family: var(--main-font);
  }
  .man.d-flex{
    justify-content: center;
    align-items: flex-end;
  }
  .man-text {
    /*! margin-top: 170px; */
    color: #fff;
    width: 600px;
    /*! margin-right: auto; */
  }

  .man-text-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }

  .man-text-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 60px;
  }

  .man-text-button {
    background-color: #fff;
    color: var(--secondary-color);
  }

  .man-img {
    /* transform: rotate(180deg); */
  }

  .man-img img {
    width: 100%;
  }

  .tarif .black {
    text-align: left;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    color: var(--secondary-color-353);
    margin-bottom: 40px;
  }

  /* span {
    color: var(--secondary-color);
    font-family: var(--inter-font);
  } */

  .tarif {
    margin-top: 15px;
  }

  .tarif-title {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

  .tarif-block:not(:last-child) {
    margin-right: 31px;
  }

  .tarif-block {
    overflow: hidden;
    width: 25%;
    border-radius: 25px;
    font-family: var(--main-font);
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .tarif-block-title {
    background-color: var(--geen-color);
    color: #FFFFFF;
    padding: 17px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
  }

  .tarif-block-price {
    text-decoration: none;
    color: var(--bs-body-color) !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    padding: 15px 0 7px;
    background-color: var(--blue-grey-color);
  }

  .tarif-block-price p {
    font-size: 16px;
    line-height: 25px;
    margin: 5px 0 0;
  }

  .tarif-block-text {
    background-color: #fff;
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    /* height: 297px; */
    /* margin-bottom: 5px; */
  }

  .tarif-block-text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 4px;
    color: var(--secondary-color-353);
  }

  .tarif-block-text a {
    color: var(--secondary-color-353);
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
  }

  .tarif-block-text span.c666 {
    color: #666666;
  }

  .tarif-block-text span.disabled {
    color: #828F95;
    text-decoration: line-through;
  }

  .tarif-block-text span.one_img_dots,
  .tarif-block-text span.two_img_dots,
  .tarif-block-text span.tree_img_dots {
    position: relative;
  }

  .tarif-block-text span.tree_img_dots::after {
    content: url('../img/3-dot.svg');
    position: absolute;
    right: 15px;
    top: 0;
  }

  .tarif-block-text span.two_img_dots::after {
    content: url('../img/two-dot.svg');
    position: absolute;
    right: 15px;
    top: 0;
  }

  .tarif-block-text span.one_img_dots::after {
    content: url('../img/Group\ 73.svg');
    position: absolute;
    right: 15px;
    top: 0;
  }

  .swiper-wrapper {
    height: min-content !important;
  }

  .modal-modal-feedback-form .find-out-form-submit {
    background-color: var(--secondary-color);
    border-radius: 30px;
    border: none;
  }

  .tarif-block-text-button {
    width: 100%;
    height: 56px;
    border-radius: 30px;
    border: 2px solid #00C4B8;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    background-color: var(--secondary-color);
    color: #fff;
    margin-top: 20px;
  }

  .tarif-block-text-button:hover {
    border: 2px solid #00C4B8;
    background-color: unset;
    color: #353744;
    box-sizing: revert;
  }

  .events {
    margin-top: 70px;
  }

  .events-block:not(:last-child) {
    margin-right: 30px;
  }

  .events-block {
    text-decoration: none;
    width: 33%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-family: var(--main-font);
    height: 300px;
  }

  .events-block-data {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    right: 21px;
    top: 16px;
    color: #fff;
  }

  .events-block-img {
    height: 231px;
  }

  .opport-row-img img,
  .events-block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #vozmojnosti_block_38 {
    height:60vw;
    max-width: 720px;
    max-height: 405px;
    min-height: 240px;
    min-width: 80%;
  }
  @media (max-width: 1200px) {
    #vozmojnosti_block_38 {
      max-width: 100%;
    }
  }

  .events-block-text {
    padding: 12px 15px;
  }

  .events-block-text-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Добавляем троеточие в конце, если текст не помещается */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Максимальное количество строк */
    -webkit-box-orient: vertical;
  }

  .events-block-text-sub {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Добавляем троеточие в конце, если текст не помещается */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Максимальное количество строк */
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .events-button {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background-color: var(--secondary-color);
  }

  .what-say {
    margin-top: 60px;
  }

  .what-say .swiper {
    padding: 20px;
    margin: -20px;
    padding-bottom: 50px;
  }

  .what-say .swiper-pagination {
    bottom: 0 !important;
    right: 50%;
    /* transform: translateX(50%); */
  }

  .what-say .swiper-pagination span {
    margin-right: 5px;
  }

  .what-say .swiper-pagination-bullet {
    background: var(--geen-color) !important;
    opacity: 1 !important;
  }

  .what-say .swiper-pagination-bullet-active {
    background: #00C3B8 !important;
  }

  .what-say-block {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .what-say-block-img {
    width: 234px;
    flex-shrink: 0;
  }

  .what-say-block-img img {
    width: 100%;
    height: 331px;
  }

  .what-say-block-content {
    padding: 15px;
  }

  .what-say-block-content-title {
    font-family: var(--inter-font);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }

  .what-say-block-content-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
  }

  .what-say-block-content-text p {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
  }

  .what-say-block-content-text a {
    color: var(--secondary-color);
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }

  .find-out {
    margin: 60px 0;
  }

  .find-out .d-flex {
    justify-content: space-between;
  }

.find-out .d-flex.reverse {
  flex-direction: row-reverse;
}

  .find-out-text {
    width: 470px;
    margin-right: 30px;
  }

  .find-out-text-title {
    margin-bottom: 5px;
    text-align: left;
  }

  .find-out-text-sub {
    font-family: var(--inter-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
  }

  .find-out-form-row {
    display: flex;
    justify-content: space-between;
  }

  .find-out-form-row input:first-child {
    margin-right: 20px;
  }

  .find-out-form-row input {
    width: 323px;
    height: 47px;
    padding: 16px 20px;
  }

  .find-out-form-comment {
    height: 132px;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .find-out-form-submit {
    background-color: var(--secondary-color);
    color: #fff;
    margin-top: 20px;
  }

  .map {
    background: url('../img/image\ 1.png');
    height: 497px;
    position: relative;
  }

  .map-window {
    width: 491px;
    height: fit-content;
    border-radius: 11px;
    background-color: #fff;
    font-family: var(--main-font);
    padding: 22px;
    top: 90px;
    position: absolute;
  }

  .map-window-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--secondary-color-202);
  }

  .map-window-adress {
    color: var(--secondary-color-353);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 40px;
  }

  .map-window-text {
    color: var(--secondary-color-353);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .map-window-phone {
    color: var(--secondary-color-353);
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .map-window-email {
    font-family: var(--montserrat-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--secondary-color);
    margin-bottom: 30px;
    display: block;
  }

  .map-window-icons a {
    margin-right: 15px;
  }

  footer {
    background-color: #25272E;
  }

  .footer {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }

  .footer-contact {
    /*! width: 269px; */
  }

  .footer-contact-img img {
    width: 260px;
    height: 61.59px;
  }

  .footer-contact-text {
    color: #FFFFFF;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }

  .footer-contact-icons-i {
    text-decoration: none;
    margin-right: 15px;
  }

  .footer-contact button {
    background-color: var(--geen-color);
    color: #fff;
    margin: 20px 0;
    width: 197px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
  }
  .footer-contact-item._email{
    line-height: 1;
  }
  .footer-contact-item._phone a {
    /*! font-family: Montserrat; */
    font-weight: 600;
    font-size: 18px;
    line-height: 164%;
    text-align: right;

    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*line-height: 29.26px;*/
    /*text-align: left;*/
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-contact-item._email a {
    /*! font-family: Montserrat; */

    font-size: 12px;
    line-height: 164%;
    font-weight: 600;

    /*font-size: 18px;*/
    /*font-weight: 700;*/
    /*line-height: 21.94px;*/
    /*text-align: left;*/
    /*color: rgba(0, 195, 184, 1);*/
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer__top {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer ul {
    padding: 0;
    margin-left: 40px !important;
  }

  .footer ul li {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 20px;
    list-style: none;
  }

  .footer ul li a {
    text-decoration: none;
    color: var(--blue-grey-color);
  }

  .footer .footer-form {
    /*! margin-left: auto; */
  }

  .footer .footer-form {
    color: #FFFFFF;
  }

.footer .footer-form-title {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 2.7999999523px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }

  .footer .footer-form-name::placeholder {
    color: #ffffff;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .footer .footer-form-name {
    background-color: #2C2E36 !important;
    color: #FFFFFF !important;
    width: 465px;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    border-radius: 30px;
    padding-left: 22px;
    border: none;
    margin-bottom: 15px;
    height: 50px;
  }

  .footer .footer-form-file span {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
  }

  .footer .footer-form-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2C2E36;
    color: #FFFFFF;
    border-radius: 30px;
    padding-left: 22px;
    width: 465px;
  }

  .footer .footer-form-file-but {
    color: #FFFFFF;
    background-color: var(--secondary-color) !important;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 0 !important;
    width: 197px !important;
    text-align: center;
  }

  .footer .footer-form .footer-form-submit {
    margin-top: 20px;
    background-color: #131313;
    color: #FFFFFF;
    font-family: var(--main-font);
    width: 197px !important;
    height: 59px;
    border: none;
    border-radius: 30px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
  }

  .basement {
    padding: 13px 0;
    color: var(--blue-grey-color);
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #EBF9FE;
    opacity: 0.5;
  }

  .basement span {
    margin-right: 30px;
  }

  .basement a {
    color: var(--blue-grey-color);
  }
  .subfooter {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
  }
  @media (max-width: 480px) {
    .subfooter {
      flex-direction: column;
      row-gap: 10px;
    }
  }
  .base-input,
  .find-out-form-row input,
  .find-out-form-comment {
    border-radius: 30px;
    background-color: var(--blue-grey-color);
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    border: none;
  }

  .bread-crumbs ul {
    padding: 0;
    display: flex;
    margin: 40px 0;
  }

  .bread-crumbs ul li {
    list-style: none;
  }

  .bread-crumbs ul li a {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: var(--secondary-color-353);
    text-decoration: none;
  }

  .bread-crumbs ul li .bread-crumbs_link {
    padding-right: 11px;
    position: relative;
    margin-right: 4px;
  }

  .bread-crumbs ul li .bread-crumbs_link::after {
    content: '>';
    position: absolute;
    right: 0px;
    font-family: var(--main-font);
    top: 0px;
    font-size: 14px;
    color: var(--secondary-color-353);
  }

  .base-title-for-pages,
  .events-page-title,
  .event-page-title,
  .contacts-title,
  .clients-title,
  .client-title,
  .about-title,
  .opport-title {
    text-align: left;
    text-transform: uppercase;
  }

  .events-page {
    margin-bottom: 50px;
  }

  /* .events-page-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .events-page-row-l {
    flex-grow: 1;
    max-width: 600px;
    max-height: 300px;
  }*/
  /* .events-page-row-r {
    flex-grow: 2;
    max-height: 742px;
  } */

  .events-page-row {
    /* display: grid;
    grid-auto-flow: dense;
    gap: 10px; */
    /* grid-auto-columns: 1fr; */
  }

  /* .events-page-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  } */

  /* .events-page-row-l {
    width: 671px;
  }

  .events-page-row-r {
    height: 540px;
    flex-basis: 468px;
    max-width: 468px;
  } */


  .grid-item--width2 {
    width: 620px;
    height: 500px;
    margin-right: 20px;
  }

  /* .grid-item--height2 {
    width: 480px;
    height: 742px;
  } */

  /* @media () {} */

  .events-page-row-l-block,
  .events-page-row-r-block {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* Элементы располагаются вертикально */
    flex-basis: calc(50% - 15px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-family: var(--main-font);
    /* margin-right: 20px; */
    margin-bottom: 30px;
  }

  .events-page-row-l-block-data,
  .events-page-row-r-block-data {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    right: 21px;
    top: 16px;
    color: #fff;
  }

  .events-page-row-l-block-img {
    border-radius: 4px;
    overflow: hidden;
  }

  .events-page-row-l-block-img img {
    width: 100%;
  }

  .events-page-row-l-block-text,
  .events-page-row-r-block-text {
    padding: 12px 15px;
  }

  .events-page-row-l-block-text-title,
  .events-page-row-r-block-text-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 12px;
    color: var(--secondary-color-202);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .events-page-row-l-block-text-sub,
  .events-page-row-r-block-text-sub {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
    color: var(--secondary-color-353);
    /* max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .events-page-row-r-block {
    /* margin-bottom: 30px; */
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-family: var(--main-font);
  }

  .events-page-row-r-block-data {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    right: 21px;
    top: 16px;
    color: #fff;
  }

  .events-page-row-r-block-img {
    border-radius: 4px;
    overflow: hidden;
  }

  .events-page-row-r-block-img img {
    width: 100%;
  }

  .events-page-row-r-block-text {
    padding: 12px 15px;
  }

  .events-page-row-r-block-text-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 12px;
  }

  .events-page-row-r-block-text-sub {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
  }

  .events-page-button {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    color: #fff;
    background-color: var(--secondary-color);
  }

  .event-page-row {
    margin-bottom: 30px;
    display: flex;
  }

  .event-page-row-cart {
    font-family: var(--main-font);
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width: 242px;
    margin-right: 60px;
  }

  .event-page-row-cart-date .circle {
    margin-left: 36px;
  }

  .event-page-row-cart-text:hover {
    color: #83da40 !important;
  }
  .event-page-row-cart-text {
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 30px 0 10px;
    display: block;
  }

  .event-page-row-cart-next,
  .event-page-row-cart-prev{
    position: relative;
    padding-right: 23px;
    margin-bottom: 12px;
    text-decoration: none;
    color: var(--secondary-color-353);
    display: block;
  }

  .event-page-row-cart-next::after,
  .event-page-row-cart-prev::after {
    content: url('../img/Vector.svg');
    position: absolute;
    top: 3px;
    right: 0;
    transform: translateY(-2px);
  }
  .event-page-row-cart-prev::after {
    transform:translateY(-4px) rotate(180deg);
  }

  .event-page-row-cart-share {
    padding-top: 20px;
    margin-bottom: 7px;
    border-top: 2px solid #00C3B8;
  }

  .event-page-row-cart-icons a:last-child {
    margin-right: 0;
  }

  .event-page-row-info {
    width: 870px;
    margin-bottom: 50px;
  }

  .event-page-row-info-img,
  .client-page-row-info-img {
    flex-shrink: 0;
    margin-bottom: 44px;
    /* width: 270px;
    height: 270px; */
    border-radius: 4px;
    border: 1px solid #BACFD2;
    margin-right: 30px;
  }

  .client-page-row-info-img {
    width: 270px;
    height: 270px;
  }

  .client-page-row-info-img img,
  .event-page-row-info-img img {
    object-fit: cover;
    width: 100%;
  }

  .event-page-row-info-text {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .event-page .img-container {
    margin: 0 35px 80px;
    max-width: calc(100vw - 30px);
  }

  .event-page .img-container .d-flex {
    gap: 10px;
  }

  .event-page .img-container a {
    min-width: min-content;
    max-width: 300px;
    max-height: 220px;
    border-radius: 4px;
    overflow: hidden;
  }

  .event-page .img-container a img {
    max-width: 100%;
    max-height: 100%;
    height: 220px;
    object-fit: cover;
  }

  .circle {
    position: relative;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    border: 2px solid #fff;
    outline: 2px solid #0CDBCE;
    background-color: #d6edf2;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }

  .circle::before {
    z-index: 5;
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
    position: absolute;
    border: 18px solid #e2f2f6;
    border-radius: 50%;
    pointer-events: none;
    content: "";
  }

  .circle span {
    z-index: 6;
    position: absolute;
    top: 62px;
    right: 22px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }

  .contacts {
    padding-bottom: 50px;
  }

  .contacts-row {
    margin-bottom: 80px;
  }

  .contacts-row-block-title {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--secondary-color-353);
    margin-bottom: 10px;
  }

  .contacts-row-block .f,
  .contacts-row-block .f a {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #000 !important;
    text-decoration: none;
  }

  .contacts-row-block .s,
  .contacts-row-block .s a {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #000 !important;
    text-decoration: none;
  }

  .contacts-row-block .t .t a {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: var(--secondary-color-353);
  }

  .contacts-row-block-info .d-flex {
    margin-top: 7px;
  }

  .contacts .find-out {
    margin-bottom: 0;
  }

  .contacts .find-out-text {
    align-content: center;
  }
  .contacts .find-out-text-title {
    text-align: left;
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;

  }

  .contacts .find-out-text-title span {
    color: #fff;
    margin-bottom: 10px;
  }


  .contacts .find-out-form-row input,
  .contacts .find-out-form-comment {
    background-color: #fff;
  }

  .contacts .find-out-form-submit {
    background-color: var(--geen-color);
  }

  .clients-row {
    display: flex;
    gap: 0 30px;
    min-height: 480px;
  }

  .clients-row-img {
    flex: 1 1 870px;
    /*! margin-right: 30px; */
  }

  .clients-row-img img {
    width: 100%;
  }

  .clients-row-text {
    flex: 1 1 270px;
    display:none;
  }

  .clients-row-text-title {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .clients-row-text-sub {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .clients .bg-clients {
    position: absolute;
    bottom: -300px;
    height: 100%;
    width: 100%;
    background: url('../img/contacts/Vector\ 2.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .clients .pos-rel {
    padding: 50px 0 100px;
  }

  .logos {
    gap: 30px
  }

  .logos-block {
    text-decoration: none;
    background: transparent;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
    max-width: 187px;
    color: var(--secondary-color-202);
  }

  .logos-block span {
    background: transparent;
    margin-top: 5px;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
  }

  .logos-block img {
    object-fit: cover;
    width: 170px;
    height: 130px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .clients .logos {
    gap: 30px;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
  }

  .clients .logos span {
    margin-top: 7px;
  }

  .clients .logos img {
    flex-shrink: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .clients .events-button {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    color: #fff;
    background-color: var(--secondary-color);
  }

  /* .clients .be {
    margin-bottom: 70px;
  } */

  .clients .be-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .clients .be-form-row,
  .clients .be-form-captcha {
    display: flex;
    gap: 35px;
  }

  .modal-modal-feedback .find-out-form-submit {
    margin: 0 auto;
  }

  .modal-modal-comment {
    border: #BACFD2 1px solid;
    border-radius: 15px;
    padding: 13px;
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    height: 132px;
    width: 100%;
    padding: 20px;
  }

  .modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105;
    top: 0;
    background-color: rgba(43, 40, 40, 0.6)
  }

  .modal-alert-success .alert-success {
    margin-bottom: 0;
    background-color: var(--blue-grey-color);
  }

  .modal-modal-feedback-form .close,
  .modal-modal-feedback-form .close {
    content: url('../img/new-img/X.png');
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .modal-modal-feedback,
  .modal-modal-feedback-breef,
  .modal-alert-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    z-index: 106;
    border-radius: 10px;
  }

  .modal-modal-feedback,
  .modal-alert-success {
    background-color: #FFFFFF;
  }
  .modal-modal-feedback-form {
    width: 501px;
    /* height: 495px; */
    border-radius: 10px;
    padding: 33px 66px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .modal-modal-feedback-breef .modal-modal-feedback-form {
    width: auto;
    height: auto;
  }

  .modal-modal-feedback-title {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }

  .clients .be-form-row input,
  .modal-modal-input {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    border: #BACFD2 1px solid;
    border-radius: 15px;
    padding: 13px;
  }

  .clients .be-form .e-2 input {
    flex-basis: 50%;
  }

  .clients .be-form .e-3 input {
    flex-basis: 33%;
  }



  .clients .be-form-chek,
  .find-out .be-form-chek,
  .be-form-chek-modal {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--secondary-color-353);
  }

  .find-out .be-form-chek a,
  .clients .be-form-chek a,
  .be-form-chek-modal a {
    color: var(--secondary-color-353);
  }
  .find-out .be-form-chek a{
    /* color: white; */
  }
  .find-out .be-form-chek {
    margin-top: 20px;
    /* color: white; */
  }

  .clients .be-form-button,
  .modal-modal-feedback-breef .be-form-button {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    color: #fff;
    background-color: var(--secondary-color);
  }

  .client-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .client-img img {
    max-width: 100%;
    height: 100%;
  }

  .client-info {
    margin-bottom: 44px;
  }

  .client-info-city {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }

  .client-info-sity {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--secondary-color);
  }

  .client-info-about {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
  }

  .client-info-text {
    font-family: var(--roboto-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
  }

  .client-text {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .client-text-row {
    display: flex;
    margin: 30px 0;
    gap: 30px;
  }

  .client-text-row .client-text-row-img {
    max-width: 645px;
    max-height: 353px;
    flex-shrink: 0;
    height: 350px;
  }

  .client-text-row .rounded {
    max-width: 645px;
    max-height: 353px;
    border-radius: 3px;
    display: block;
    /* margin-right: 56px; */
  }

  .client-galery-sub {
    margin-bottom: 30px;
    font-family: var();
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .client h3 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px 0;
  }

  .client-galery {
    margin-bottom: 90px;
  }

  .client-galery .swiper-slide {
    width: 270px;
    height: 185px;
    margin: 0 auto;
  }

  .client-galery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .client-galery .swiper-button-prev {
    left: -40px;
    color: var(--secondary-color);
  }

  .client-galery .swiper-button-next {
    right: -40px;
    color: var(--secondary-color);
  }

  .client-review {
    margin-bottom: 83px;
    position: relative;
  }

  .client-review-bg {
    position: absolute;
    top: -360px;
    height: 110%;
    width: 100%;
    background: url('../img/bg-clients.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .client-review .d-flex {
    position: relative;
    gap: 30px;
    z-index: 10;
  }

  .client-review-block {
    background: #fff;
    flex-basis: 31.5%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
  }

  .client-review-block-title {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .client-review-block-text {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  /* .about .client-review-bg {
    height: 50vh;
  } */

  [data-fancybox] {
    position: relative;
  }

  [data-fancybox]:hover:before {
    transition: all 0.3 ease;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    content: '';
    background: rgba(0, 0, 0, 0.4);
  }

  [data-fancybox]:hover::after {
    content: url('../img/Group 60.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
  }

  .f-button:nth-child(3),
  .is-close-btn,
  button[data-fancybox-toggle-thumbs],
  button[data-fancybox-toggle-slideshow],
  /* button[data-fancybox-close]:last-child, */
  button[data-panzoom-action="iterateZoom"] {
    display: none !important;
  }

  @media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1169px;
    }
  }

  /* animation */
  .auto-sistem-spinner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 595px;
    height: 595px;
  }

  .auto-sistem-spinner::after {
    /* content: 'Управляй по-новому'; */
    /* content: url(../img/new-img/xe.png); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    /* font-family: 'Rubik';
    font-size: 28px;
    font-weight: 500;
    line-height: 42.66px;
    color: #fff;
    text-align: center;
    width: 150px; */
  }

  .auto-sistem-spinner {
    position: relative;
  }

  .rotating-element:hover {
    /* animation: rotate 6.8s linear infinite; */
  }

  .rotating-element {}

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(-360deg);
    }
  }

  .auto-sistem-spinner-img img {
    width: 100%;
  }

  .google-visualization-tooltip {
    max-width: 300px;
    /* Установите максимальную ширину всплывающего окна */
    max-height: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
  }

  .conv-cont .text {
    width: 200px;
    text-align: left;
    margin-top: 7px;
  }

  .conv-cont {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: var(--main-font);
    color: var(--secondary-color-353);
  }

  .conv-cont-main {
    text-align: center;
    color: var(--secondary-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
  }
  .sub-conv-cont-main{
    text-align: center;
  }
  .conv-cont-text {
    text-align: left;
  }

  .about {
    height: min-content;
  }

  .about .about-image {
    /*! padding: 75px 0 35px; */
    /*! max-width: 670px; */
  }

  .about .about-image img {
    width: 100%;
  }

  .about-m {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about .m-lr {
    margin: 0 30px;
  }

  .about-text-w {
    max-width: 669px;
  }

  .about-text, .sert-text {
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
  }

  .about-text {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .about.container {
    margin-bottom: 32px;
  }

  .m-t-30 {
    margin-top: 30px;
  }

  .bg-gr {
    position: relative;
    font-family: var(--main-font);
  }

  .bg-gr::before {
    content: "";
    position: absolute;
    top: -32px;
    right: 8px;
    width: 50px;
    height: 42px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAxCAYAAABODiB6AAAAAXNSR0IArs4c6QAABXhJREFUaEPNmQtMU1cYx89tS6GjqCCPghZBQIGOh4wZZM7EyENwBiHDGEDDzIZLjMsWIG4x20jUxEXMtmxS0DHJFBls1E1GcDCDwoREWsZ4WkaB8m4ZpTxKoaW9yym0uyDQ9ra35SRNe+893/l+57vn/r+v9yDAwk2tRgcQBDDXcjurUIFZxSKQKeG3CohkCk23sdkF4GZPBbE+zvCwELEkc49EhnJeiDUuIZAMQipVS98KlV6UzAhPcMR7u8ii0GkP2lGRbEEv3Hod0oIY4EywB7Ao9MGi5xU0Cvmt9aDoVDKwt1n6iOcUL0U/ZrcTyDrgZVloQ0N8rqozXjyjqFy9ZDYt9IWqrqTJeVX5Wsso2JUOcqP3bK5If1DFj5fMKyu1wAw6FYzPLbypUiP18C75ONEAOy5g80CnV3Yw7ABpVDA5p1lFcH272FPfu3Us8LvoezwUnoOyd/fEq5sHOqdOMPFsQOqkXfcZ+3ZIk1kMR3ishYYT4SSHWB86g8u1YcodG+qE0nAt8Okgd3A62J2EIIgmwlpo+Ls6Ncz60FefCXhP+qRhWGC5coR6LjxcqT2XWNaCapXE6pG+XC8orhNKU7RwMbu3Axm66Jbzhu9S2lxuqQ/aUPFySv8hgWW9SH/8mP8uf0J+WxtBH8dXAN2WEpkb5de4Ws/fr+xEBZNyzWl2vL91oLOq+YljMiUHK210W1ICO471cK0ElFnDR1tFs5pL16P8LA994VF31KRcUYMFplHJibfiA39ZL2NerhNM1w1IHeB1WDRZtPY4++sLDyoFHcZq8Y4tdh9+e9T/641SfHQxLx2g4I7FoZPLUPJ+pnCxWjCh48uK2AVifZ0NCtyhoqamQBd6eMROh3yDDAwtdNbrl1PWQWX6bZX82CGyx0rbjITicP6w69JiNaJZBLqgeXDi506xLtvB5CEaI9GzYxkyI1h1XQmH/vzJP4UNQ9NnsVr8r0y17Ytonyk8wNCGUGhYZg7NLJRjtRioSTvzj+8dxgtMKPQ7DzvDlCo1DyttakBiFZ9gdZoCTBh0GqcdlmItWGAFCnxLE4MEpgITAp1RwXcmkdTjWC1G1MhrnFMhzeYAJgT6emM/ileLDZ2U+R5EFEWKWkeUxW1jZKwWnwnxMJ+P5YHNNuBt3tB0WZdIUx/AtrqQNzSKhvQzC/SNxv6KR4IJ3fsMWBdnR3qZZey1JmHywFef9mZyRdO5WC0mydQOeSdZRqdnQ6Js8oP4aW3PqT7pfMkKaVOr9pYmhXYbCoCnH+5If1YrSO2Vyu9hgVUoGn4/MZiHB8QYG1zQF2sEB6cUinqsFtNI4Oj9t0N/N8Y53r5GQ2fX9jFc7ZBRorV4owkZBV3A5drYUNynStrHaERrsVmgc2r77Ny2UIScLrErFrhXskDLOew9j/dW47EzONLspsE/OHzxEa0TorXY5EizuQO51b2STKwW2yAU5jfxfkN4ImWqjd5IF/CGLtUPSK9gpY1KJkUVHmc9NtU5XvsNofObBy/+KZy6hgV2sKWk5MUFlOB1aA67daFvPh9KbxufuYPVYncH6vm8uMA8czg2ZYw1oW809O9TI6AZq8Uf7fdUxe9xoZjizFy2L0Ffqxd4emylCe+2jup8wDKTiLoY7yRWQF952sNkbLH7u7RDpHkDDxsEHp5b8P7kgHc/XifmtlsBXdI+2v59ywgLq8WKReBx6ZDX/2E3NwGO8XTQJW0j5WVd4iSsFtNskNe/jPHn4hiXUBPkt+7xv2qFklDt+1/oDW6F0ankRPYGr18JpdIzOILdhNEB25JOsuNYP1kTbMM0jt3uimRuA8Mz8pSvYqybPPQFC4E7Rwl+LotNI9Osm8cCCP2bpA/G0Ov/AUYENK6EXpQGAAAAAElFTkSuQmCC);
    background-image: unset;
    z-index: 1;
  }

  .bg-gr {
    background: linear-gradient(270deg, #83DA40 0%, rgba(12, 219, 206, 0) 95.88%);
  }

  .client-text-row-img {
    position: relative;
    /* height: 100%;
    width: 100%; */
    display: block;
    height: 100%;
  }

  .opport-row-img {
    flex-shrink: 0;
    /*max-width: 568px;*/
    /*height: 320px;*/
    /*border-radius: 4px;*/
  }

  .about .opport-row-img {
    /*! height: auto; */
  }

  .about-m img {
      /* height: 100%; */
      width: 100%;
      display: block;
  }

  .about-m .m-lr {
    max-width: 230px;
  }

  .mw-870 {
    max-width: 870px;
    /*! margin-bottom: 90px; */
  }

  .opport-row {
    display: flex;
    font-family: var(--main-font);
    gap: 30px;
  }

  .about .client-galery {
    margin-bottom: 40px;
  }

  .opport-row .ord-2 {
    order: 2;
  }

  .opport-row-text-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }

  .opport-row-text-sub {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .opport-row-text-but {
    color: #FFFFFF;
    background: var(--secondary-color);
  }

  .opport-img {
    max-width: 568px;
  }

  .opport-img img {
    width: 100%;
  }

  .hidden {
    display: none;
  }

  #map {
    width: 100%;
    height: 500px;
  }

  /* .p-r-p-0 .swiper-button-lock {
    display: block;
  } */

  .p-r-p-0 .pos-rel {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -30px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .slide-video {
    position: relative;
  }

  .slide-video video {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
  }

  .slide-video::after {
    content: url('../img/events/playar2.png');
    position: absolute;
    /* width: 50px;
    height: 50px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
  }

  .swiper-slide {
    height: max-content !important;
  }

  /* .swiper-slide #video-js{
    width: 100%;
    height: 100%;
  } */
  /* .fancybox__content {
    height: 100%!important;
  } */

  .f-thumbs__viewport {
    display: none;
  }

  .lvl-1 .tree-2 {
    display: none;
  }

  .catalog-section-list {
    /*max-width: 570px;*/
    height: fit-content;
  }

  .catalog-section-list h2 {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .elements {
    list-style: disc;
  }

  .obuch {
    /*gap: 120px;*/
    gap: 30px;
    margin-bottom: 60px;
  }

  .obuch img {
    width: 100%;
    height: auto;
  }

  .obuch .catalog-section-list {
    border: 1px solid #BACFD2;
  }

  .tree-1 .element a {
    color: #828F95;
    text-decoration: none;
  }

  .obuch .catalog-section-list .elements {
    display: none;
    color: #828F95;
    text-decoration: none;
  }

  .lvl-1 {
    border-top: 1px solid #BACFD2;
    border-bottom: 1px solid #BACFD2;
  }

  .tree-1 .lvl-1 {
    position: relative;

    list-style: none;
    z-index: 100;
  }

  .lvl-2 {
    list-style: none;
  }

  .elements li:hover {
    color: #00C3B8 !important;
  }

  .tree-2 a:hover {
    color: #00C3B8 !important;
  }

  .tree-2 .lvl-2 a {
    color: #828F95;
    text-decoration: none;
  }

  .tree-1>.lvl-1>a {
    position: relative;
    padding: 25px;
    padding-left: 50px;
    display: block;
    color: #202125;
    text-decoration: none;
  }

  .tree-1 {
    margin: 0;
    padding: 0;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
  }

  .tree-1 .lvl-1 a::after {
    content: url(../img/events/plus.svg);
    position: absolute;
    top: 25px;
    left: 15px;
    transition: all 0.5s ease;
    z-index: 99;
    pointer-events: none;
  }

  .tree-1 .lvl-1.active a::after {
    content: url(../img/events/minus.svg);
  }

  .take-me {}

  .search-form form .sub,
  .search-form form input:last-child {
    padding: 15px 35px;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #83DA40;
    border: none;
    color: #FFFFFF;
  }

  .search-page {
    margin-bottom: 30px;
  }

  .search-page .news-list-obch ul {
    margin: 0;
  }

  .search-page .news-list-obch {
    padding: 20px !important;
  }

  .search-form form .inp,
  .search-form form input:first-child {
    font-family: 'Rubik';
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 14px;
    width: 100%;
    border: none;
    color: #828F95;
    outline: none;
  }

  .search-form form {
    max-width: 100%;
    display: flex;
    border: 1px solid #BACFD2;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .obuch-cont2 {
    /*flex-basis: 569px;*/
    flex-basis: 33%;
  }

  .obuch-cont {
    /*flex-basis: 569px;*/
    flex-basis: 67%;
  }

  .news-list-obch {
    /* margin: 55px 0; */
    padding: 35px;
    padding-bottom: 15px;
    border: 1px solid #BACFD2;
    border-radius: 5px;
  }

  .news-list-obch button {
    background-color: #00C3B8;
    border: 0;
    padding: 22px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    flex-shrink: 0;
    font-family: 'Rubik';
    text-align: center;
    width: 100%;
    margin-top: 30px;
    color: #FFFFFF;
  }

  .news-list-obch ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }

  .news-item-obuch .obuch-date {
    font-weight: 600;
    color: #353744;
  }

  .news-item-obuch:hover a,
  .news-item-obuch:hover .obuch-date {
    color: #00C3B8;
  }

  .news-item-obuch::marker {
    color: #00C3B8;
  }

  .news-item-obuch {
    margin-left: 20px;
  }

  .news-item-obuch a {
    color: #828F95;
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
  }

  .news-list-obuch-title {
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    /* margin-top: 30px; */
  }

  .some-section1 {
    max-width: 670px;
  }

  .catalog-section .fff {
    gap: 30px;
    justify-content: space-between;
  }

  .some-section .catalog-section-list {
    border: 1px solid #BACFD2;
  }

  .fff .search-form {
    margin-bottom: 35px;
  }

  .elem-obuch {
    flex-basis: 666px;
  }

  .elem {
    gap: 30px;
  }

  header {
    position: relative;
  }

  .mobile-breef {
    display: none;
  }

  .op-but {
    display: none;
  }

  .tarif .tarif-slider {
    display: none;
  }

  .tree-2 .lvl-2 a {
    color: #828F95 !important;
    text-decoration: none;
  }

  .compp {
    margin-bottom: 60px;
  }

  @media (max-width:1251px) {

    /* .grid-item {
      width: auto;
    } */
    .modal-modal-feedback-breef {
      height: 100vh;
      overflow: scroll
    }

    .grid-item--width2 {
      width: 530px;
      height: 450px;
      margin-right: 20px;
    }

    /* .grid-item--height2 {
      width: 380px;
      height: 642px;
    } */

    .clients .clients-row {
      flex-direction: column-reverse;
    }

    .clients-row-text {
      display:none;
      margin-bottom: 20px;
      flex: 1 1 170px;
    }

    .clients-row-img {
      margin-right: 0;
      flex: 1 1 370px;
    }

    .clients .bg-clients {
      background-size: contain;
      bottom: -360px;
    }
  }

  @media (max-width:1250px) {
    .bg-contacts {
      top: -30px;
      height: 120%;
      position: absolute;
      width: 100%;
      background: url('../img/bg-cn.svg');
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }
  }
  @media (min-width:1251px) {
    .bg-contacts {
      position: absolute;
      bottom: 0px;
      height: 110%;
      width: 100%;
      background: url('../img/bg-cn.svg');
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }
  }
  @media (min-width: 1400px) {
    .bg-contacts {
      position: absolute;
      bottom: 0px;
      height: 118%;
      width: 100%;
      background: url('../img/bg-cn.svg');
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }
  }


  @media (max-width:1199.8px) {
    .modal-modal-feedback-breef {
      height: auto;
      overflow: auto
    }

    .events-page-row-l-block-img {
      overflow: unset;
    }

    .grid-item--width2 {
      width: 300px;
      height: 400px;
    }

    /* .grid-item--height2 {
      width: 200px;
      height: 400px;
    } */

    .about .about-m {
      flex-direction: column;
    }

    .about-m .m-lr {
      max-width: 100%;
    }

    .opport .opport-row {
      flex-direction: column-reverse;
    }

    .opport .opport-row:first-child .opport-row-text {
      order: 2;
    }

    header {
      position: relative;
    }

    .link-body-emphasis img.logo-text {
      display: none;
    }

    .h-logo {
      height: 60px;
      width: 110px;
    }
  }

  /* /.bx-sb-b24-feature-table__row */
  .bx-sb-b24-feature-table__features_subsection:last-child .bx-sb-b24-feature-table__column {
    /* border-radius: 25px; */
    border-radius: 3px 3px 18px 18px;
    overflow: hidden;
  }

  .no-grid {
    display: flex !important;
  }

  .grid-1 {
    display: none !important;
  }

  /* .lvl-2 > a {
    pointer-events:none;
  } */
  .news-list-obch-butt {
    background-color: #00C3B8;
    border: 0;
    padding: 22px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    flex-shrink: 0;
    font-family: 'Rubik';
    text-align: center;
    width: 100%;
    margin-top: 30px;
    color: #FFFFFF;
  }

  .what-say-block-content-text-inn {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 188px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    text-align: left;
    color: #828F95;
  }
  .footer .menu_wrp .footer-contact {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 164%;
    text-align: right;
  }
  /* #myChart {
  height: 359px !important; width:100vw!important;} */
  @media (max-width:991.98px) {
    .link-body-emphasis::after {
      /* content: url('../img/new-img/log.png'); */
      /* position: absolute; */
      /* top: -10px; */
    }

    .link-body-emphasis {
      position: relative;
    }

    .link-body-emphasis img.logo-plus {
      display: none;
    }

    .link-body-emphasis img.logo-m {
      display: block;
    }

    .find-out .be-form-chek,.find-out .be-form-chek a {
      color: #000;
    }
    .client-galery .swiper-button-prev {
      left: 5px;
    }

    .client-galery .swiper-button-next {
      right: 5px;
    }

    .bg-gr::before {
      top: -32px;
      right: -12px;
      background-image: unset;
    }

    .events-page-row {
      flex-direction: column;
      gap: 20px;
    }

    .events-page-row-l {
      max-width: 100% !important;
    }

    .events-page-row-r {
      /* height: 540px; */
      /* flex-basis: 468px; */
      max-width: 100% !important;
    }

    .events-page-row-l-block-text-sub {
      font-size: 14px;
      font-weight: 300;
      line-height: 17px;
      letter-spacing: 0em;
      color: var(--secondary-color-353);
      max-height: 85px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .event-page-row-cart {
      display: flex;
      margin: 0;
      width: 100%;
      gap: 10px;
      justify-content: center;
    }
    .event-page-row-cart-text {
      margin: 0 0 10px 0;
    }
    .event-page-row-cart-date .circle {
      margin: 0;
    }

    .obuch {
      margin-bottom: 30px;
    }

    .obuch {
      gap: 30px;
    }

    .about .about-image {
      padding: 20px 0px;
    }

    .h {
      overflow-x: scroll;
      width: 100vw
    }

    .h-logo {
      height: 82px;
      width: 110px;
    }

    .about-m a {
      max-width: fit-content;
    }

    .about-m {
      margin-bottom: 20px;
    }

    .about .client-galery {
      margin-bottom: 20px;
    }

    .about-m .d-flex {
      margin-bottom: 20px;
      justify-content: center;
      gap: 20px;
      align-items: center;
      /* flex-direction: column; */
    }

    .mw-870 {
      margin-bottom: 35px;
    }

    .client-review-bg {
      top: -220px;
    }

    /*
    #myChart {
      width: 100vw !important;
      height: auto!important;
    } */

    .head-container {
      background-image: url('../img/new-img/bg-head.png') !important;
    }

    .auto-sistem-spinner {
      display: none;
    }

    .with-stat {
      width: 100%;
    }

    .with-img {
      display: none;
    }

    .why {
      margin-top: 45px;
      padding: 0 !important;
    }

    .bx-top-nav {
      display: none;
    }

    .navbar {
      position: absolute !important;
      right: 0;
      top: 35px;
      background-image: url('../img/new-img/burger.svg');
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
    }

    .clients .bg-clients {
      background-size: contain;
      bottom: -340px;
    }

    .clients .pos-rel {
      padding: 20px 0 20px;
    }

    .cl .client-galery .swiper-button-next,
    .cl .client-galery .swiper-button-prev {
      display: none;
    }

    .find-out .d-flex .find-out-text {
      width: 100%;
    }

    .p-r-p-0 .pos-rel {
      margin: 0;
    }

    .find-out .d-flex {
      flex-direction: column;
      gap: 20px;
    }
    .find-out .d-flex.reverse{
      flex-direction: column;
    }
    .man .man-text-sub {
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
    }

    .man .man-text-title {
      font-size: 30px;
      font-weight: 700;
      line-height: 25px;
    }

    .man .man-text {
      width: 100%;
      margin-top: 60px;
    }

    .auto-sistem-promo {
      margin-top: 0px;
      height: auto;
    }

    .man .man-img {
      display: none;
    }

    .advantages {
      margin-top: 40px;
    }

    .container-fluid .collapse {
      position: absolute;
      top: -50px;
      left: 0;
      transform: translate(-180px, 0px);
      /* Используйте значение 0 или положительное значение */
      padding: 15px 30px;
      /* max-width: 100%; */
      background-color: #fff;
      animation: fadein 0.5s;
      z-index: 1000;
    }

    .container-fluid .navbar-nav {
      position: relative;
    }

    .opportunities #platforms {
      display: none;
    }

    .opportunities-list-li span {}

    .opportunities-list-li-text {
      width: 100%;
      font-size: 18px;
      font-weight: 400;
      line-height: 21.33px;
      letter-spacing: 0.03em;
    }

    .container-fluid .navbar-nav::before {
      content: url('../img/new-img/X.png');
      position: absolute;
      top: 0px;
      right: -15px;
    }

    .find-out-form-row input,
    .find-out-form-comment {
      border: 1px solid #BACFD2;
    }

    .container-fluid {
      background-color: #fff;
      position: relative;
    }

    .dropdown .dropdown-menu {
      display: block;
      border: none;
    }

    .dropdown-item {
      padding-left: 0;
      font-family: var(--main-font);
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    }

    .find-out .find-out-text-title span {
      font-family: var(--main-font);
      font-size: 22px;
      font-weight: 700;
      line-height: 26.07px;
      letter-spacing: 0em;
      text-align: center;
      color: var(--secondary-color-353);
    }

    .dropdown-menu {
      padding: 0;
    }

    .dropdown-toggle::after {
      display: none;
    }

    .advantages {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .opportunities {
      padding: 0;
      padding-top: 45px;
    }
    .opportunities .d-flex{
      flex-direction: column;
    }
    .footer {
      flex-direction: column;
      justify-content: center;
      /* align-items: center; */
      gap: 15px;
    }

    .footer .footer-form {
      margin: 0;
    }

    .footer .footer-form-name,
    .footer .footer-form-file {
      width: 100%;
    }

    .events .d-flex .events-block {
      width: 100%;
    }

    .events .d-flex {
      flex-direction: column;
      gap: 20px;
    }

    .tarif {
      margin-top: 40px !important;
    }

    .base-title,
    .opportunities-title,
    .with-title,
    .why-title,
    .events-title,
    .what-say-title,
    .find-out-text-title,
    .base-title-for-pages,
    .events-page-title,
    .event-page-title,
    .contacts-title,
    .clients-title,
    .client-title,
    .about-title,
    .opport-title,
    .clients .be-title,
    .client-review-title {
      font-family: var(--main-font);
      font-size: 22px;
      font-weight: 700;
      line-height: 26.07px;
      letter-spacing: 0em;
      text-align: center;
      color: var(--secondary-color-353);
      margin-bottom: 20px;
    }

    .advantages-img {
      margin: 0;
      width: 100%;
      height: auto;
    }

    .advantages-img img {
      width: 100%;
      height: auto;
    }

    .advantages-img-text {
      display: flex;
      flex-direction: column;
    }

    .bg-bree {
      /* width: 100vw; */
      height: 552px;
      top: 0;
      /* background: url('../img/new-img/bg1.png'); */
      background-repeat: no-repeat;
      background-size: contain;
    }

    header .button-breef {
      display: none;
    }

    .mobile-breef {
      display: block !important;
      margin: 0;
      width: 100%;
    }

    .auto-sistem-promo-title {
      margin-bottom: 20px;
      width: 259px;
      font-size: 20px;
      font-weight: 700;
      line-height: 23.7px;
      color: var(--secondary-color-353);
    }

    .auto-sistem-promo-desc {
      font-size: 14px;
      font-weight: 400;
      line-height: 16.59px;
      color: var(--secondary-color-353);
    }

    .auto-sistem-promo-button,
    .auto-sistem-promo-button-new {
      background: #83DA40;
      color: #fff;
    }

    .what-say-block-content-text-inn {
      overflow: hidden;
      text-overflow: ellipsis;
      height: 133px;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.59px;
      text-align: left;
      color: #828F95;
    }

    .what-say-block-content {
      padding: 5px;
    }

    .what-say-block-content-title {
      font-size: 12px;
      font-weight: 700;
      line-height: 19.36px;
      text-align: center;
      margin-bottom: 5px;
    }

    .what-say-block-img {
      width: 141px;
      height: 200px;
      gap: 0px;
      border-radius: 4px 0px 0px 0px;
      opacity: 0px;
    }

    .what-say-block-img img {
      height: 100%;
    }

    .what-say .swiper {
      padding: 5px;
      margin: -5px;
      padding-bottom: 50px;
    }

    .events-block-text-sub,
    .events-page-row-l-block-text-sub {
      max-height: 85px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .events-block {
      height: auto;
    }

    .tarif-title {
      font-size: 22px;
      font-weight: 700;
      line-height: 26.07px;
      text-align: center;
      color: #353744;
    }

    .compp {
      margin-bottom: 40px;
    }

    .with {
      margin-top: 120px;
    }

    .bg-3-img {
      width: 100vw;
      height: 250px;
      top: 155px;
      /*! background: url('../img/new-img/bg1.png'); */
      background-repeat: no-repeat;
      background-size: cover;
    }

    .opportunities .second-bg {
      position: absolute;
      width: 100%;
      background: url('/public/img/new-img/sector2.png');
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      bottom: -85px;
      top: unset;
      height: 200px;
    }

    .man-text-button {
      background: #83DA40;
      margin: 0 auto;
      display: block;
      color: #fff;
    }

    .op-but {
      padding: 22px;
      display: block;
      color: #FFFFFF;
      text-transform: uppercase;
      background-color: var(--secondary-color);
      max-width: 259px;
      margin: 0 auto;
      margin-top: 30px;
      border-radius: 30px;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 15px;
      text-decoration: none;
    }

    .tarif .d-flex {
      display: none !important;
    }

    .tarif .tarif-slider {
      display: block;
    }

    .tarif-block {
      width: 80%;
      margin: 0 auto;
    }

    .tarif .tarif-slider .swiper-button-prev:after {
      content: url('../img/new-img/tarif-prev.png');
    }

    .tarif .tarif-slider .swiper-button-next:after {
      content: url('../img/new-img/farif-nex.png');
      /* color: #FFFFFF;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); */
    }

    .tarif .tarif-slider .swiper-button-next {
      right: 0;
    }

    .tarif .tarif-slider .swiper-button-prev {
      left: 0px
    }

    .tarif .tarif-slider {
      overflow: hidden;
      position: relative;
    }

    .opport-row-text-but {
      margin: 0 auto;
      display: block;
    }

    .bread-crumbs ul {
      margin: 20px 0;
    }

    .contacts .contacts-row {
      flex-direction: column;
      gap: 20px;
    }

    .bg-contacts {
      position: absolute;
      top: 0px;
      height: 860px;
      width: 100%;
      background: url(/public/img/bg-cn.svg);
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }

    .conv-cont .text {
      width: 150px;
      text-align: left;
      margin-top: 7px;
    }

    .conv-cont {
      position: relative;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      font-family: var(--main-font);
      color: var(--secondary-color-353);
      text-align: center;
    }

    .conv-cont-main {
      color: var(--secondary-color);
      font-size: 26px;
      font-weight: 600;
      line-height: 25px;
      letter-spacing: 0em;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
    }

    .events-page-row-l-block {
      height: auto;
      width: auto;
      max-height: 525px;
    }

    .no-grid {
      display: none !important;
    }

    .grid-1 {
      display: flex !important;
    }

    .logos-block {
      width: 30%;
      max-width: unset;
    }

    .logos-block img {
      width: 100%;
    }

    .clients .clients-title {
      text-align: left;
    }

    .event-page-row {
      margin-bottom: 20px;
    }

    .event-page-row-info-img {
      margin-bottom: 20px;
    }

    .bread-crumbs ul {
      flex-wrap: wrap;
    }

    .bread-crumbs ul li {
      flex-shrink: 0;
    }

    .event-page-row {
      flex-direction: column-reverse;
    }

    .event-page-row-info {
      width: auto;
      /* flex-shrink: 0; */
    }

    .event-page-title {
      text-align: left;
    }

    .event-page .event-page-row-info-img {
      margin-right: 0;
    }

    .event-page .img-container {
      margin: 0 auto;
      width: 100%;
      --bs-gutter-x: 1.5rem;
      padding-right: calc(var(--bs-gutter-x)* .5);
      padding-left: calc(var(--bs-gutter-x)* .5);
      max-width: fit-content;
      margin-bottom: 20px;
    }

    .event-page .img-container a {
      max-width: max-content;
      height: auto;
    }

    .map-window {
      width: 331px;
      height: fit-content;
      border-radius: 11px;
      background-color: #fff;
      font-family: var(--main-font);
      padding: 22px;
      top: 260px;
      position: absolute;
      padding: 18px;
    }
    .modal-modal-feedback-title{
      text-transform: uppercase;
      font-family: var(--main-font);
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: center;
    }
    .map-window-adress {
      margin-bottom: 10px;
    }

    .map-window-title {
      display: none;
    }

    .map-window-text {
      font-size: 16px;
      font-weight: 300;
      line-height: 18.96px;
      text-align: left;
      margin-bottom: 5px;
    }

    .map-window-phone {
      font-size: 24px;
      font-weight: 700;
      line-height: 28.44px;
      text-align: left;
      margin-bottom: 5px;
    }

    .map-window-email {
      font-size: 16px;
      font-weight: 300;
      line-height: 19.5px;
      margin-bottom: 10px;
    }

    .map-window-icons {
      display: none !important;
    }

    .compare-title {
      margin-top: 30px;
      margin-bottom: 20;
    }

    .cl .d-flex,
    .cl .client-text-row {
      flex-direction: column;
    }

    .cl .client-text-row {
      flex-direction: column;
      gap: 20px;
      margin: 20px 0;
    }

    .event-page-row-info-img {
      margin-right: 0;
    }

    .cl .client-title {
      text-align: left !important;
    }

    .client-text-row .rounded {
      max-width: unset;
      max-height: unset;
      width: 100%;
    }

    .client-text-row .client-text-row-img {
      max-width: 100%;
      max-height: 100%;
    }

    .client-review-block {
      flex-basis: 100%;
    }

    .swiper-wrapper {
      height: fit-content;
    }
    .footer .menu_wrp .footer-contact {
      text-align: left;
    }
    .tarif-block-price s {
      color: grey;
      font-size: smaller;
    }
  }

  .event-page .event-page-row-info-img {
    border: none;
    width: auto;
    height: auto;
  }

  @media (max-width:774px) {

    .h1,
    h1 {
      margin-bottom: 20px;
    }

    .search-form form {
      margin-bottom: 20px;
    }

    .obuch {
      flex-direction: column-reverse;
      gap: 20px;
    }

    .logos-block {
      width: 45%;
      max-width: unset;
    }

    .logos-block img {
      width: 100%;
    }

    .clients .bg-clients {
      background-size: contain;
      bottom: -560px;
    }

    .events-page-row-l-block {
      max-height: 630px;
    }

    .clients .be-form-row {
      gap: 20px;
      flex-direction: column;
    }

    .clients .be-form {
      gap: 20px;
    }

    .opport-row {
      gap: 20px;
    }

    .opport-row-img {
      height: auto;
    }

    .why-tabs {
      overflow-x: auto;
      white-space: nowrap;
      padding-bottom: 10px;
    }

    .why-tabs-tab {
      padding: 20px;
    }

    .man .man-text-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 23.7px;
      text-align: left;
    }

    .man .man-text-sub {
      color: #353744;
    }

    .client-review-bg {
      top: -145px;
      background-size: contain;
    }

    .grid-item--width2 {
      max-height: 409px;
    }

    /* .grid-item--height2 {
      max-height: 545px;
    } */

    .event-page-row-cart {
      width: 100%;
      margin-right: 0;
    }
  }

  @media (max-width:575.98px) {
    .what-say-block-content-text-inn {
      max-height: 115px;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: auto;
    }

    .modal-modal-feedback-form .find-out-form-submit {
      height: auto;
    }

    .modal-modal-feedback-form {
      width: auto;
      height: auto;
      border-radius: 10px;
      padding: 15px 30px;
    }

    .event-page-row {
      align-items: baseline;
    }

    .bread-crumbs ul li {
      flex-shrink: 1;
    }

    .clients .bg-clients {
      background-size: contain;
      bottom: -550px;
    }

    .grid-item--width2 {
      max-height: 409px;
    }

    /*
    .grid-item--height2 {
      max-height: 545px;
    } */

    .grid {
      flex-direction: column;
    }

    .events-page-row-l-block {
      width: 100%;
      flex-shrink: 0;
      /* max-height: auto; */
      /* height: auto; */
    }

    .about-m .d-flex {
      flex-direction: column;
    }

    .client-review-bg {
      top: -85px;
      background-size: contain;
    }

    .container-fluid .collapse {
      left: -180px;
      transform: unset;
    }

    .bg-3-img {
      top: -35%;
      /*! background: url('../img/new-img/bg3.png'); */
      background-size: cover;
      left: calc(var(--bs-gutter-x) * -0.5);
    }
    .man .man-text > .bg-3-img{
      display:block;
    }
    .bg-bree {
      width: 100vw;
      height: 193px;
      top: 271px;
      /* background: url('../img/new-img/bg1.png'); */
      background-repeat: no-repeat;
      background-size: cover;
    }

    .auto-sistem-promo {
      width: 259px;
    }

    .find-out .find-out-form-row {
      flex-direction: column;
    }

    .find-out-form-row input:first-child {
      margin: 0;
      margin-bottom: 20px;
    }

    .find-out-form-row input {
      width: 100%;
    }

    .find-out .find-out-text-title {
      text-align: left;
    }

    .find-out-form {
      text-align: center;
    }

    .find-out {
      margin: 50px 0;
    }

    .what-say {
      margin-top: 50px;
    }

    .bg-gr::before {
      top: -30px;
      right: -31px;
    }

    .advantages-text {
      width: 100% !important;
    }

    .advantages-text-blocks-b {
      width: 100%!important;
      font-size: 21px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      padding: 10px;
      padding-left: 15px;
      font-family: var(--main-font);
    }


    .advantages-text-blocks-b:nth-child(2),
    .advantages-text-blocks-b:nth-child(3) {
      margin-left: 0px;
    }

    .advantages-text-title,
    .tarif .black {
      font-size: 22px;
      font-weight: 700;
      line-height: 26.07px;
      text-align: center;
    }

    .footer {
      padding-top: 0px;
    }

    .footer .footer-form-title {
      margin-bottom: 20px;
      width: 90%;
    }

    .footer .footer-form-name,
    .footer .footer-form-file span {
      font-weight: 400;
    }

    .footer-form .footer-form-file-but {
      padding: 20px 10px;
      width: 172px !important;
    }

    .with {
      margin-top: 40px;
    }

    .basement {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-bottom: 35px;
    }

    .basement span {
      margin-top: 20px;
    }

    .find-out-text-sub {
      color: #828F95;
    }

    .advantages-text-blocks {
      margin-top: 20px;
    }

    .with-stat-block-b-l {
      font-size: 14px;
      font-weight: 300;
      line-height: 16.59px;
      text-align: left;
      width: 230px;
    }

    .with-stat-block-b-r {
      display: flex;
      align-items: end;
      font-size: 36px;
      font-weight: 300;
      line-height: 42.66px;
      text-align: right;
    }

    .with-stat-block-b {
      align-items: end;
      justify-content: space-between;
    }

    .with-stat-block {
      text-align: end;
    }

    .with .with-stat-block-b p,
    .with .with-stat-block-b p::after {
      bottom: -5px;
    }

    .with-stat-block-b::after {
      bottom: -5px;
    }

    .with-stat-block-b-r span {
      font-size: 16px;
      font-weight: 300;
      line-height: 32px;
      text-align: right;
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__features .bx-sb-b24-feature-table-header__title {
      font-size: 14px;
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__header {
      padding: 20px 0px 10px;
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__features .bx-sb-b24-feature-table-header__title {}

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__header {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table-feature-body__content {
      height: 100%;
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__row.bx-sb-b24-feature-table__features_section.section-hidden .bx-sb-b24-feature-table-feature-sidebar.bx-sb-b24-feature-table-feature-sidebar_section:before {
      /* transform: rotate(180deg) */
      top: 30px;
    }

    .man .man-text {
      position: relative;
    }

    .bg-3>.bg-3-img {
        display:none;
    }
}

  .bx-sb-b24-feature-table .bx-sb-b24-feature-table__columns {
    justify-content: right;
  }

  .footer-form-submit,
  .download-brif,
  .footer .footer-form-title,
  .footer-form .footer-form-file-but {
    text-transform: uppercase;
  }

  .compare-title {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 700;
    line-height: 28.44px;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40;
  }

  @media (min-width: 1200px) {
    .bx-sb-b24-feature-table .bx-sb-b24-feature-table__column:last-child {
      margin: 0;
    }
  }

  .bx-sb-b24-feature-table .bx-sb-b24-feature-table__inner {
    padding: 0;
  }

  @keyframes fadein {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @media (max-width: 1200px) {
    .bx-sb-b24-feature-table .bx-sb-b24-feature-table-feature-sidebar.bx-sb-b24-feature-table-feature-sidebar_subsection.withChildren:before,
    .bx-sb-b24-feature-table .bx-sb-b24-feature-table-feature-sidebar.bx-sb-b24-feature-table-feature-sidebar_section:before {
      right: unset;
      left: 0px;
      /* margin-left: 23px; */
    }

    .bx-sb-b24-feature-table .bx-sb-b24-feature-table-feature-sidebar.bx-sb-b24-feature-table-feature-sidebar_subsection.withChildren .bx-sb-b24-feature-table-feature-sidebar__message,
    .bx-sb-b24-feature-table .bx-sb-b24-feature-table-feature-sidebar.bx-sb-b24-feature-table-feature-sidebar_section .bx-sb-b24-feature-table-feature-sidebar__message {
      padding-left: 23px;
    }
  }

  /* bx-sb-b24-feature-table__features_subsection */
  .bx-sb-b24-feature-table__features_section,
  .bx-sb-b24-feature-table__features_subsection {
    position: relative;
  }

  .bx-sb-b24-feature-table__features_section:hover::after,
  .bx-sb-b24-feature-table__features_subsection:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #00C3B8;
    opacity: 0.1;
    border-radius: 10px;
  }

  .bx-sb-b24-feature-table .bx-sb-b24-feature-table-tooltip-hover:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGvSURBVHgBlVO7TgJBFD3zQOIaMdFEbWzsTSxMUAoTEypN6KX1A+z1J+jtLS1ItJKWJcbG+AeSGCDBCIbFwDLjneERYB/CKTb37px75r6GIQzPD1sQyT04chMDOPafEC30/DYSsobjbH0+hM141fIqPlqHYHwLcdDwwNZdZDLdoFDlKQXFTgCewEJQfXDt4vi8bTw+yWQpERuasDFlip0Iff4sKTIlpqkVMKW9PO7Cl0cBjlI71ItrouyTt0aNeYfgBbIbAa7ouBxa7ETcdkMiB5TzPV1XsIJK3YZSveSehM825mY3gi7SpwPGKvZ8oPPQNrsgVuSmJFIqPCFWmthKX9J3m0othnIZHI7/YEQ08mSVINldFI1D0HLFQSNL5dUhWCGa47epR/4XmHQiSUyTgG6MNyUUPbQ5ZLKKWLA0NTkdz0GNI51tQqtmuAbtj8aJXYMo+KqLs4uatE6y/4auOIWQcoakafyCXUWKDHwf3wPXmMPCj3IefjuuPVgUhmticjlvmPw0XosOegnz7lZjRUwrmlTFSCQoNIZ5f33sAjI1WVizJh5N2KHhmL7O4Q+mgZBjoNkDtAAAAABJRU5ErkJggg==")
  }

  /* .bx-sb-b24-feature-table-feature:hover{
    background-color: #00C3B8;
  }  */
  .events-page-row-l {
    max-width: 59%;
  }

  .events-page-row-r {
    /* height: 540px; */
    /* flex-basis: 468px; */
    max-width: 37%;
  }

  .events-page-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .bx-ios input,
  .bx-ios select,
  .bx-ios textarea {
        font-size: 16px; /* Обещание Safari: без масштабирования! */
    }
  /*}*/
