@charset "UTF-8";
.page-manuals {
  background: #DEF1FD;
  padding: 60px 0;
  margin-bottom: 60px;
}
.page-manuals h1 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}
.page-manuals .sub-title {
  color: #315470;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 40px 0;
}

.manuals-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -22px;
  row-gap: 40px;
}
.manuals-items .manuals-items-box {
  width: 100%;
  max-width: 50%;
  padding: 0 22px;
}

.manuals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 30px 20px;
  background: #FFF;
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}
.manuals-item a, .manuals-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #CE0058;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.manuals-item a:hover, .manuals-item a:active, .manuals-item a:focus, .manuals-item button:hover, .manuals-item button:active, .manuals-item button:focus {
  color: #fff;
  background: #702082;
  background: -webkit-gradient(linear, left top, right top, from(rgb(112, 32, 130)), to(rgb(238, 39, 55)));
  background: linear-gradient(90deg, rgb(112, 32, 130) 0%, rgb(238, 39, 55) 100%);
}

.manuals-item-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.manuals-item-wraper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.manuals-item-wraper .icon img {
  max-width: 43px;
  min-width: 43px;
  width: 100%;
  height: auto;
}
.manuals-item-wraper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
.manuals-item-wraper .content h3 {
  color: #315471;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.manuals-item-wraper .content span {
  color: #6B6A6A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.section-title:after {
  display: none !important;
}

.section-possibilities {
  padding: 60px 0;
  background: #DEF1FD;
}
.section-possibilities h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 60px 0;
}
.section-possibilities a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 380px;
  height: 58px;
  background: #CE0058;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 60px auto 0 auto;
}
.section-possibilities a:hover, .section-possibilities a:active, .section-possibilities a:focus {
  color: #fff;
  background: #702082;
  background: -webkit-gradient(linear, left top, right top, from(rgb(112, 32, 130)), to(rgb(238, 39, 55)));
  background: linear-gradient(90deg, rgb(112, 32, 130) 0%, rgb(238, 39, 55) 100%);
}

.possibilities-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -30px;
}
.possibilities-wraper .possibilities-box {
  width: 100%;
  max-width: 50%;
  padding: 0 30px;
}

.possibilities-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.possibilities-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #315471;
  background: #fff;
  height: 58px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.possibilities-nav button:active, .possibilities-nav button:hover, .possibilities-nav button:focus {
  text-decoration: none;
}
.possibilities-nav button.active {
  color: #fff !important;
}
.possibilities-nav button:nth-child(1).active {
  background: #315470;
}
.possibilities-nav button:nth-child(2).active {
  background: #702082;
}
.possibilities-nav button:nth-child(3).active {
  background: #62B5E5;
}
.possibilities-nav button:nth-child(4).active {
  background: #CE0058;
}

.possibilities-content {
  display: none;
}
.possibilities-content.active {
  display: block;
}
.possibilities-content p {
  color: #315471;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 22px 0;
}
.possibilities-content h3 {
  color: #315471;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 16px 0;
}
.possibilities-content ul {
  color: #121212;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.possibilities-content ul li {
  position: relative;
  padding-left: 19px;
}
.possibilities-content ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #CE0058;
  position: absolute;
  top: 7px;
  left: 3px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
  margin-top: 30px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.footer-bottom .footer-box {
  width: 100%;
  padding: 0 20px;
  max-width: 30%;
}
.footer-bottom .footer-box:nth-child(2) {
  max-width: 50%;
}
.footer-bottom .footer-box:nth-child(3) {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.footer-copyright p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.footer-copyright span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.footer-links p {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer-links p a {
  text-decoration-line: underline;
}
.footer-links p a:hover, .footer-links p a:active, .footer-links p a:focus {
  text-decoration: none;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer-social a .icon svg {
  width: 17px;
  height: 17px;
}

.ruby-border--btn {
  background: #315470;
  border: #315470;
  color: #fff;
}
.ruby-border--btn:before {
  -webkit-filter: grayscale(1) brightness(1000%);
          filter: grayscale(1) brightness(1000%);
}

.section-hilding-about {
  padding-bottom: 80px;
}
.section-hilding-about h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}
.section-hilding-about .sub-title {
  color: #315470;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin: 0 0 40px 0;
}
.section-hilding-about .sub-title p {
  margin: 0;
}
.section-hilding-about .sub-title b {
  font-weight: 500;
  color: #CE0058;
}

.about-hilding-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -7px;
}
.about-hilding-wraper .about-hilding-box {
  width: 100%;
  max-width: 25%;
  padding: 0 7px;
}

.about-hilding-item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 220px;
  background: #DEF1FD;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-hilding-item.image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.about-hilding-item.image .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  z-index: 3;
  position: relative;
  margin: 0;
}
.about-hilding-item.image .title b {
  font-size: 38px;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
}
.about-hilding-item.image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 84, 112, 0.8)), to(rgba(49, 84, 112, 0.8)));
  background: linear-gradient(0deg, rgba(49, 84, 112, 0.8) 0%, rgba(49, 84, 112, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-hilding-item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-hilding-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-hilding-item .title {
  color: #315470;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 10px;
}
.about-hilding-item .title b {
  color: #315470;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.about-hilding-item .description {
  color: #315470;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.section-leadership {
  padding-bottom: 80px;
}
.section-leadership h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 30px 0;
}
.section-leadership .sub-title {
  color: #315470;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
}
.section-leadership .sub-title p {
  margin: 0;
}

.leadership-image {
  margin-bottom: 20px;
}
.leadership-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.leadership-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -8px;
}
.leadership-wraper .leadership-box {
  max-width: 33.33%;
  width: 100%;
  padding: 0 8px;
}
.leadership-wraper .leadership-box:nth-child(1) .leadership-item {
  border: 2px solid #702082;
  color: #702082;
}
.leadership-wraper .leadership-box:nth-child(1) .leadership-item .image {
  margin-bottom: -10px;
}
.leadership-wraper .leadership-box:nth-child(2) .leadership-item {
  border: 2px solid #62B5E5;
  color: #62B5E5;
}
.leadership-wraper .leadership-box:nth-child(2) .leadership-item .image {
  margin-bottom: -5px;
}
.leadership-wraper .leadership-box:nth-child(3) .leadership-item {
  border: 2px solid #CE0058;
  color: #CE0058;
}
.leadership-wraper .leadership-box:nth-child(3) .leadership-item .image img {
  max-height: 12px;
}

.leadership-item {
  padding: 12px 16px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.leadership-item .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.leadership-item .title .title-wraper {
  padding-left: 35px;
  position: relative;
}
.leadership-item .title .number {
  font-size: 46.406px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -43%);
          transform: translate(0, -43%);
}
.leadership-item .title p {
  margin: 0;
}
.leadership-item .image img {
  max-height: 37px;
  width: auto;
  height: auto;
}

.section-scale {
  padding-bottom: 80px;
}
.section-scale h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}
.section-scale .sub-title {
  color: #315470;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}
.section-scale .sub-title p {
  margin: 0;
}
.section-scale .sub-title b {
  font-weight: 500;
  color: #CE0058;
}

.scale-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  row-gap: 30px;
  margin: 0 -10px;
}
.scale-wraper .scale-box {
  padding: 0 10px;
  width: 100%;
  max-width: 25%;
}

.scale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.scale-item .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.scale-item p {
  margin: 0;
  color: #315470;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.section-presence {
  padding-bottom: 80px;
}
.section-presence h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}
.section-presence .sub-title {
  color: #315470;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 40px 0;
}
.section-presence .sub-title b {
  color: #CE0058;
  font-weight: 500;
}
.section-presence .sub-title p {
  margin: 0;
}
.section-presence .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-financial {
  padding-bottom: 80px;
}
.section-financial h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}
.section-financial .sub-title {
  color: #315470;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 40px 0;
}
.section-financial .sub-title p {
  margin: 0;
}
.section-financial .sub-title b {
  font-weight: 500;
  color: #CE0058;
}

.financial-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -10px;
}
.financial-wraper .financial-box {
  width: 100%;
  max-width: 33.33%;
  padding: 0 10px;
}

.financial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px 15px 20px;
  height: 220px;
  width: 100%;
  position: relative;
}
.financial-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 84, 112, 0.85)), to(rgba(49, 84, 112, 0.85)));
  background: linear-gradient(0deg, rgba(49, 84, 112, 0.85) 0%, rgba(49, 84, 112, 0.85) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.financial-item .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.financial-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.financial-item .title {
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 13px;
  border-bottom: 2px solid #fff;
  width: 100%;
}
.financial-item .description {
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.financial-item .description b {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.section-development {
  padding-bottom: 80px;
}
.section-development h2 {
  color: #315470;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 40px 0;
}

.development-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -26px;
}
.development-wraper .development-box {
  width: 100%;
  max-width: 50%;
  padding: 0 26px;
}

.development-content {
  color: #315470;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.development-content p {
  margin: 0 0 13px 0;
}
.development-content p:last-child {
  margin-bottom: 0;
}
.development-content b {
  font-weight: 500;
  color: #CE0058;
}

.development-image {
  height: 100%;
}
.development-image img {
  width: 100%;
  height: 100%;
  overflow: cover;
}

.owner-block-owner img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main-slider--section {
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .about-hilding-item .title {
    font-size: 18px;
  }
  .about-hilding-item .title b {
    font-size: 25px;
  }
}
.ecosystem-feed .section-title {
  margin-bottom: 30px;
}
.ecosystem-feed .image {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.ecosystem-feed .image img {
  max-width: 634px;
  width: 100%;
  height: auto;
}
.ecosystem-feed .about-button {
  margin: 0 auto;
  margin-top: -50px;
}

.sidebar-navigation {
  margin-bottom: 40px;
}
.sidebar-navigation .sidebar-navigation-item {
  border-bottom: 1px solid #D9D9D9;
}
.sidebar-navigation a {
  display: block;
  padding: 10px 0;
  color: #315470;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.sidebar-navigation a:hover, .sidebar-navigation a:active, .sidebar-navigation a:focus, .sidebar-navigation a.active {
  text-decoration: none;
  color: #62B5E5;
}
.sidebar-navigation.mobile {
  display: none;
}

.blockqutes-post {
  background: #DEF1FD;
  padding: 30px;
  margin: 35px 0;
}
.blockqutes-post h3 {
  color: #315470;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 30px 0;
}
.blockqutes-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  background: #CE0058;
  max-width: 240px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}
.blockqutes-post a:hover, .blockqutes-post a:active, .blockqutes-post a:focus {
  color: #fff;
  background: #702082;
  background: -webkit-gradient(linear, left top, right top, from(rgb(112, 32, 130)), to(rgb(238, 39, 55)));
  background: linear-gradient(90deg, rgb(112, 32, 130) 0%, rgb(238, 39, 55) 100%);
}

.modal_manuals .demo-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow: hidden;
}
.modal_manuals .demo-left img {
  max-width: 472px;
  max-height: unset;
  margin-right: 0 !important;
  margin-left: 10% !important;
}

.smals-text {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.modal-block {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
  background: rgba(0, 0, 0, 0.5019607843);
  display: none;
  padding: 100px 15px;
  overflow-y: auto;
}
.modal-block.open {
  display: block;
}
.modal-block .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-block .modal-wrap {
  max-height: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.modal-block .modal-wrap .modal-box {
  height: auto !important;
  position: relative !important;
  top: 0;
}
.modal-block .modal-wrap .modal-box:nth-child(1) {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
.modal-block .modal-wrap .modal-box:nth-child(1) img {
  margin-left: 10%;
  margin-right: 0;
}
.modal-block .modal-wrap .modal-box.right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.tg-right {
  padding: 200px 60px;
}

.call-left {
  padding-bottom: 40px;
}

.call-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#subscribe-modal .call-right {
  width: 390px;
}

#subscribe-modal .modal-wrap {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#subscribe-modal .call-left {
  right: 0 !important;
  left: unset;
}
@media screen and (max-width: 767px) {
  #subscribe-modal .call-left {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  #subscribe-modal .call-right {
    background: none !important;
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
    width: 100%;
  }
  #subscribe-modal .call-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

@media (max-width: 640px) {
  .item-choice {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .choice-list li br {
    display: none !important;
  }
  .choice-list li .br-mobile {
    display: none !important;
  }
  .agree-hr br,
  .wpcf7-list-item-label br {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .modal-block .modal-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-block .modal-wrap .modal-box:nth-child(1) {
    position: relative !important;
    padding: 20px;
  }
  .modal-block .modal-wrap .modal-box:nth-child(1) img {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: unset !important;
  }
  .modal-block .modal-wrap .modal-box:nth-child(2) {
    position: unset !important;
  }
  .modal-block .modal-wrap .tg-left {
    display: block;
    padding: 0 !important;
    height: 300px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .modal-block .modal-wrap .tg-left img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    max-width: unset !important;
  }
  .modal-block .modal-wrap .call-right {
    height: 150px !important;
  }
  .modal-block .modal-wrap .call-right img {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: unset !important;
  }
  .modal-block .modal-wrap .modal-box:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
  .modal-block {
    padding: 30px 15px;
  }
  .tg-right {
    max-width: 100%;
    padding: 30px;
  }
  body .modal-block .modal-wrap .call-right {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  body .modal-block .modal-wrap .call-left {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    position: unset !important;
  }
  .modal-block .modal-wrap .modal-box:nth-child(1) {
    position: unset !important;
  }
  #modal_manuals .demo-left {
    display: none !important;
  }
  .modal-block .wpcf7-list-item-label br {
    display: none;
  }
  .modal-block .intl-tel-input {
    margin-bottom: 12px;
  }
  .modal-block form .wpcf7-form-control-wrap input {
    height: 30px;
    font-size: 14px;
    padding-left: 11px;
  }
  .modal-block .wpcf7-list-item label {
    padding-left: 30px;
  }
  .modal-block .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
  .modal-block input[type=submit] {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .modal-block .checkbox-985 {
    margin-bottom: 5px !important;
  }
  .modal-block .agree-hr {
    padding-left: 30px;
  }
  .modal-block .wpcf7-acceptance label {
    margin-bottom: 0;
  }
  #subscribe-modal .acceptance-143, #subscribe-modal .acceptance-882 {
    display: block;
    margin-bottom: 20px !important;
  }
  #tg-modal .tg-left {
    display: none !important;
  }
  #tg-modal .tg-title {
    font-size: 20px;
    padding-right: 40px;
  }
  #tg-modal .tg-text {
    font-size: 16px;
  }
  #tg-modal a {
    max-width: 100%;
    width: 100%;
  }
  #subscribe-modal .call-left {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  #subscribe-modal .call-right {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
  }
  #subscribe-modal .wpcf7-list-item label {
    padding-left: 30px;
    left: 0;
  }
  #subscribe-modal .demo-form input[type=checkbox] {
    left: 0;
  }
  #call-modal .wpcf7-list-item label {
    padding-left: 30px;
    left: 0;
  }
  #call-modal .acceptance-143, #call-modal .acceptance-882 {
    display: block;
    margin-bottom: 12px;
  }
  #call-modal .demo-form input[type=checkbox] {
    left: 0;
  }
  #modal_consultation .wpcf7-list-item label, #modal_questions .wpcf7-list-item label, #modal_manuals .wpcf7-list-item label, #modal_demo .wpcf7-list-item label {
    padding-left: 30px;
    left: 0;
  }
  #modal_consultation .acceptance-143, #modal_consultation .acceptance-882, #modal_questions .acceptance-143, #modal_questions .acceptance-882, #modal_manuals .acceptance-143, #modal_manuals .acceptance-882, #modal_demo .acceptance-143, #modal_demo .acceptance-882 {
    display: block;
    margin-bottom: 12px;
  }
  #modal_consultation .demo-form input[type=checkbox], #modal_questions .demo-form input[type=checkbox], #modal_manuals .demo-form input[type=checkbox], #modal_demo .demo-form input[type=checkbox] {
    left: 0;
  }
  #modal_consultation input[type=submit], #modal_questions input[type=submit], #modal_manuals input[type=submit], #modal_demo input[type=submit] {
    border: none;
  }
  .modal-block form .wpcf7-form-control-wrap input[type=checkbox] {
    height: 18px;
  }
  #modal_manuals .acceptance-143, #modal_manuals .acceptance-882 {
    display: block;
    margin-bottom: 32px;
  }
  #modal_manuals .demo-form .agree-hr {
    top: -25px;
  }
  .modal-block form .wpcf7-form-control-wrap input[type=checkbox] {
    width: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-manuals {
    padding: 0;
    margin: 0 0 30px 0;
    background: none;
  }
  .page-manuals h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    margin: 0 0 20px 0;
  }
  .page-manuals .sub-title {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 20px 0;
  }
  .page-manuals .sub-title br {
    display: none;
  }
  .manuals-items {
    background: #DEF1FD;
    padding: 30px 15px;
    margin: 0 -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .manuals-items .manuals-items-box {
    padding: 0;
    max-width: 100%;
  }
  .manuals-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px;
  }
  .manuals-item a, .manuals-item button {
    max-width: 100%;
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
  .manuals-item-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .manuals-item-wraper .content {
    row-gap: 6px;
  }
  .manuals-item-wraper .content h3 {
    font-size: 16px;
  }
  .manuals-item-wraper .content span {
    font-size: 12px;
  }
  .section-possibilities {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .section-possibilities h2 {
    font-size: 26px;
    line-height: 120%;
    margin: 0 0 20px 0;
  }
  .section-possibilities a {
    height: 44px;
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .possibilities-wraper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .possibilities-wraper .possibilities-box {
    max-width: 100%;
    padding: 0;
  }
  .possibilities-nav {
    row-gap: 12px;
  }
  .possibilities-nav button {
    height: 44px;
    font-size: 16px;
  }
  .possibilities-content p {
    font-size: 15.5px;
    margin-bottom: 20px;
  }
  .possibilities-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .possibilities-content ul {
    font-size: 14px;
    row-gap: 14px;
  }
  .possibilities-content ul li {
    position: relative;
    padding-left: 19px;
  }
  .possibilities-content ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
    left: 3px;
  }
  .footer-bottom {
    margin: 0;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .footer-bottom .footer-box {
    padding: 0;
    max-width: 100% !important;
  }
  .footer-bottom .footer-box:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-bottom .footer-box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-bottom .footer-box:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .footer-links p {
    font-size: 13px;
  }
  .section-hilding-about {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .section-hilding-about h2 {
    font-size: 24px;
    line-height: 110%;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .section-hilding-about .sub-title {
    font-size: 14px;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .about-hilding-wraper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .about-hilding-wraper .about-hilding-box {
    padding: 0;
    max-width: 100%;
  }
  .about-hilding-item {
    min-height: 180px;
  }
  .about-hilding-item.image .title {
    font-size: 16px;
  }
  .about-hilding-item.image .title b {
    font-size: 28px;
  }
  .about-hilding-item .title {
    font-size: 16px;
    line-height: 110%;
  }
  .about-hilding-item .title b {
    font-size: 28px;
    line-height: 110%;
  }
  .about-hilding-item .title br {
    display: block;
  }
  .about-hilding-item .description {
    font-size: 16px;
  }
  .about-hilding-item .description br {
    display: block;
  }
  .section-leadership {
    padding-bottom: 45px;
  }
  .section-leadership h2 {
    text-align: left;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 12px 0;
  }
  .section-leadership .sub-title {
    text-align: left;
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  .leadership-image {
    height: 160px;
    margin-bottom: 12px;
  }
  .leadership-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .leadership-wraper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .leadership-wraper .leadership-box {
    padding: 0;
    max-width: 100%;
  }
  .leadership-wraper .leadership-box:nth-child(1) .leadership-item {
    border: 2px solid #702082;
    color: #702082;
  }
  .leadership-wraper .leadership-box:nth-child(1) .leadership-item .image {
    margin-bottom: -10px;
    margin-left: -10px;
  }
  .leadership-wraper .leadership-box:nth-child(1) .leadership-item .image img {
    max-height: 24px;
  }
  .leadership-wraper .leadership-box:nth-child(2) .leadership-item {
    border: 2px solid #62B5E5;
    color: #62B5E5;
  }
  .leadership-wraper .leadership-box:nth-child(2) .leadership-item .image {
    margin-bottom: -5px;
  }
  .leadership-wraper .leadership-box:nth-child(2) .leadership-item .image img {
    max-height: 24px;
  }
  .leadership-wraper .leadership-box:nth-child(3) .leadership-item {
    border: 2px solid #CE0058;
    color: #CE0058;
  }
  .leadership-wraper .leadership-box:nth-child(3) .leadership-item .image img {
    max-height: 9px;
  }
  .leadership-item {
    padding: 14px 14px;
    height: 120px;
  }
  .leadership-item .title {
    font-size: 16px;
  }
  .leadership-item .title .title-wraper {
    padding-left: 35px;
    position: relative;
  }
  .leadership-item .title .number {
    font-size: 46.406px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -43%);
            transform: translate(0, -43%);
  }
  .leadership-item .title p {
    margin: 0;
  }
  .leadership-item .title br {
    display: block;
  }
  .leadership-item .image img {
    max-height: 37px;
    width: auto;
    height: auto;
  }
  .section-scale {
    padding-bottom: 45px;
  }
  .section-scale h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .section-scale .sub-title {
    font-size: 14px;
    text-align: left;
    margin: 0 0 12px 0;
  }
  .scale-wraper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .scale-wraper .scale-box {
    max-width: 100%;
    padding: 0;
  }
  .scale-item {
    row-gap: 4px;
  }
  .scale-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scale-item p {
    font-size: 16px;
    line-height: 130%;
  }
  .scale-item p br {
    display: block;
  }
  .section-presence {
    padding-bottom: 45px;
  }
  .section-presence h2 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .section-presence .sub-title {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .section-presence .sub-title br {
    display: block;
  }
  .section-financial {
    padding-bottom: 45px;
  }
  .section-financial h2 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .section-financial .sub-title {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .section-financial .sub-title br {
    display: block;
  }
  .financial-wraper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .financial-wraper .financial-box {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .financial-item {
    padding: 16px 12px;
    height: 140px;
  }
  .financial-item .title {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .financial-item .description {
    font-size: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: -8px;
  }
  .financial-item .description b {
    font-size: 36px;
    -webkit-transform: none;
            transform: none;
  }
  .section-development {
    padding-bottom: 45px;
  }
  .section-development h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 12px 0;
  }
  .development-wraper {
    row-gap: 12px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .development-wraper .development-box {
    padding: 0;
    max-width: 100%;
  }
  .development-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 6px;
  }
  .development-content p:last-child {
    margin-bottom: 0;
  }
  .development-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .ecosystem-feed .about-button {
    margin: 0 auto;
    margin-top: -40px;
  }
  .sidebar-navigation.desctop {
    display: none;
  }
  .sidebar-navigation.mobile {
    display: block;
  }
  .digest-block, .success-story-block, .product-block {
    margin-bottom: 5px;
  }
  .news-content, .story-content {
    padding-top: 40px;
  }
  .tooltip {
    top: 0;
  }
  .blockqutes-post {
    padding: 20px;
    margin: 20px 0;
  }
  .blockqutes-post h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .blockqutes-post a {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navigation.active {
    max-height: 500px;
    -webkit-transition: 0.8s max-height;
    transition: 0.8s max-height;
  }
}
/* 1. Убираем любые рамки с оберток чекбоксов */
span.wpcf7-not-valid.wpcf7-acceptance,
span.wpcf7-not-valid.wpcf7-checkbox {
  border: none !important;
  padding: 0 !important;
}

/* 2. Подсвечиваем ТОЛЬКО сам квадратик чекбокса, без зазоров */
.wpcf7-not-valid input[type=checkbox] {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 2px #ff0000 !important;
          box-shadow: 0 0 0 2px #ff0000 !important;
  border-radius: 2px;
  border: none !important;
}

/* 3. Подсветка телефона и стандартных полей (ФИО, Email) */
input.wpcf7-not-valid,
input.wpcf7-phonetext.wpcf7-not-valid {
  border: 2px solid #ff0000 !important;
}

.swiper-clients .swiper-wrapper {
  /* ПОЛНОСТЬЮ ОТКЛЮЧАЕМ МЫШЬ И ТАЧИ */
  pointer-events: none !important;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* Левая часть (текст) - прячем левее */
.main-about--section .about-content {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* Правая часть (верхние плашки) - прячем правее */
.main-about--section .about-digits .experience,
.main-about--section .about-digits .success-project {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* Плитки с процентами внизу - прячем ниже и слегка уменьшаем */
.main-about--section .indicators .item {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

/* Кнопка демо - прячем ниже */
.main-about--section .about-button {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* --- ЗАДЕРЖКИ (Эффект водопада) --- */
.main-about--section .about-content {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-about--section .about-digits .experience {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main-about--section .about-digits .success-project {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* 4 плитки выплывают по очереди */
.main-about--section .indicators .item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-about--section .indicators .item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main-about--section .indicators .item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.main-about--section .indicators .item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.main-about--section .about-button {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* --- КОНЕЧНОЕ СОСТОЯНИЕ (Когда JS добавляет класс .is-visible) --- */
.main-about--section.is-visible .about-content,
.main-about--section.is-visible .about-digits .experience,
.main-about--section.is-visible .about-digits .success-project,
.main-about--section.is-visible .about-button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); /* Возвращаем на родные места */
}

.main-about--section.is-visible .indicators .item {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); /* Возвращаем размер и позицию */
}

/* Анимация первого блока на странице "О холдинге" */
/* --- НАЧАЛЬНОЕ СОСТОЯНИЕ (Блоки спрятаны) --- */
.section-hilding-about h2,
.section-hilding-about .sub-title,
.section-hilding-about .about-hilding-box {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

/* --- ЗАДЕРЖКИ (Эффект водопада) --- */
.section-hilding-about h2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.section-hilding-about .sub-title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* Карточки выплывают по очереди */
.section-hilding-about .about-hilding-box:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-hilding-about .about-hilding-box:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-hilding-about .about-hilding-box:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-hilding-about .about-hilding-box:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section-hilding-about .about-hilding-box:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-hilding-about .about-hilding-box:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-hilding-about .about-hilding-box:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.section-hilding-about .about-hilding-box:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* --- КОНЕЧНОЕ СОСТОЯНИЕ (Когда JS добавляет класс .is-visible) --- */
.section-hilding-about.is-visible h2,
.section-hilding-about.is-visible .sub-title,
.section-hilding-about.is-visible .about-hilding-box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --- ФИКС ОТСТУПОВ ДЛЯ ЦИФР --- */
.sertificate-top-section .num span.js-counter {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}

/* --- НАЧАЛЬНОЕ СОСТОЯНИЕ (Блоки спрятаны) --- */
/* Левая колонка - прячем левее */
.sertificate-top-section .column-one {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* Центральная колонка - прячем ниже */
.sertificate-top-section .column-two {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* Правая колонка - прячем правее */
.sertificate-top-section .column-tree {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* Внутренние карточки (item) - прячем ниже и слегка уменьшаем */
.sertificate-top-section .item {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

/* --- ЗАДЕРЖКИ (Эффект водопада) --- */
.sertificate-top-section .column-one {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sertificate-top-section .column-two {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.sertificate-top-section .column-tree {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* Внутренние элементы центральной колонки */
.sertificate-top-section .column-two .item-1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sertificate-top-section .column-two .item-2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.sertificate-top-section .column-two .item-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.sertificate-top-section .column-two .item-4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* Внутренние элементы правой колонки */
.sertificate-top-section .column-tree .item-1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.sertificate-top-section .column-tree .item-2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.sertificate-top-section .column-tree .item-3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* --- КОНЕЧНОЕ СОСТОЯНИЕ (Когда JS добавляет класс .is-visible) --- */
.sertificate-top-section.is-visible .column-one,
.sertificate-top-section.is-visible .column-two,
.sertificate-top-section.is-visible .column-tree {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); /* Возвращаем на родные места */
}

.sertificate-top-section.is-visible .item {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); /* Возвращаем размер и позицию */
}

@media screen and (max-width: 1100px) {
  #modal_demo .acceptance-143, #modal_consultation .acceptance-143, #modal_questions .acceptance-143 {
    margin-bottom: 20px !important;
  }
  .owner-block-owner {
    max-height: unset;
  }
}
@media screen and (max-width: 620px) {
  .leadership-image {
    background: url("/wp-content/themes/hamilton-apps/img/leadership-image-mobile.jpg");
    background-size: cover;
    background-position: center;
  }
  .leadership-image img {
    display: none;
  }
  .about-hilding-item .image {
    background: url("/wp-content/themes/hamilton-apps/img/about-hilding-item-mobile.jpg");
    background-size: cover;
    background-position: center top;
  }
  .about-hilding-item .image img {
    display: none;
  }
}
.news-section .news-item {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}
.news-section .news-item .data-block {
  padding: 20px 10px;
  padding-bottom: 7px;
  padding-top: 0;
}
.news-section .news-item .item-content {
  padding: 18px 10px;
  padding-top: 0;
}

.about-container {
  overflow: visible;
}

.content-bottom .docs, .content-bottom .raports,
.success-project, .item-choice {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.owner-block-owner img,
.ecosystem-left .top, .ecosystem-left .bottom, .ecosystem-right .top, .ecosystem-right .bottom {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.why-block--left img {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.decision-left .top {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.decision-left .bottom, .decision-right .top {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.decision-right .bottom img {
  -webkit-box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
          box-shadow: 0 1.707px 1.707px 0 rgba(13, 20, 48, 0.04), 0 13.653px 47.785px 0 rgba(13, 20, 48, 0.06), 0 3.413px 10.24px 0 rgba(13, 20, 48, 0.06);
}

.new-section-news .news-item .desc-bold {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  display: block;
  margin-top: 10px;
}
.new-section-news .news-item .ruby-btn {
  height: 44px;
  max-width: 335px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section-tab-description .content-tab--left {
    height: 350px;
  }
  .section-tab-description .content-tab--left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: unset;
    -o-object-position: top;
       object-position: top;
    max-width: unset;
  }
}
.swiper-sert .item-choice {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new-section-news-two .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.new-section-news-two .news-item .item-image {
  max-height: unset;
  height: unset;
}
.new-section-news-two .news-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-section-news-two .news-item .news-data {
  padding: 0;
}
.new-section-news-two .news-item .ruby-btn {
  margin-top: 20px;
}

@media screen and (max-width: 620px) {
  .swiper-stories .item-story {
    width: auto !important;
  }
}
.item-story .content b,
.item-story .content strong {
  font-weight: 400;
  color: #CE0058;
}

.item-agreement .bottom {
  max-width: 1100px;
}

.two-agreement-slider .item-agreement:nth-child(3) .bottom {
  max-width: 1100px !important;
}

.thrid-slide .bottom {
  max-width: 900px !important;
}

@media (max-width: 550px) {
  .our-clients {
    height: 120px;
    padding-top: 20px;
  }
}
br.br-dectopes {
  display: block;
}

br.br-mobiles {
  display: none;
}

@media screen and (max-width: 991px) {
  br.br-dectopes {
    display: none;
  }
  br.br-mobiles {
    display: block;
  }
  .tabs-block--content .block-item .mobile-image {
    display: block;
  }
}
.section-simular-material {
  padding-bottom: 120px;
  margin-top: -20px;
}
.section-simular-material .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.similar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 36.2px;
     -moz-column-gap: 36.2px;
          column-gap: 36.2px;
  row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.similar-tags a {
  background-color: #DEF1FD;
  color: #315470;
  padding: 6px 10px 5.5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .section-simular-material {
    padding-bottom: 60px;
    margin-top: -60px;
  }
  .similar-tags {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 15px;
  }
}
.collapsed-wraper {
  position: relative;
}

.collapsed-item {
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
}
.collapsed-item.open .collapsed-item-content {
  display: block;
  z-index: 10;
}
.collapsed-item.not-title .collapsed-item-content-title {
  display: none;
}
.collapsed-item.not-title .collapsed-item-content-center {
  height: 100% !important;
}
.collapsed-item:nth-child(1) {
  border-top: 2px solid #d9d9d9;
}
.collapsed-item:nth-child(1) .collapsed-item-title:after {
  background-image: url("../../img/offer1.svg");
}
.collapsed-item:nth-child(1) .collapsed-item-content-desc:before {
  background-image: url("../../img/offer1.svg");
}
.collapsed-item:nth-child(2) .collapsed-item-title:after {
  background-image: url("../../img/offer2.svg");
}
.collapsed-item:nth-child(2) .collapsed-item-content-desc:before {
  background-image: url("../../img/offer2.svg");
}
.collapsed-item:nth-child(3) .collapsed-item-title:after {
  background-image: url("../../img/offer3.svg");
}
.collapsed-item:nth-child(3) .collapsed-item-content-desc:before {
  background-image: url("../../img/offer3.svg");
}
.collapsed-item .collapsed-item-title {
  position: relative;
  color: #315470;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  padding: 27px 80px 27px 10px;
}
.collapsed-item .collapsed-item-title:after {
  content: "";
  width: 34px;
  height: 34px;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.collapsed-item .collapsed-item-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #fff;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-title {
  color: #315470;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  padding: 27px 0px 27px 10px;
  margin: 0;
  border-bottom: 2px solid #d9d9d9;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: calc(100% - 84px);
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc {
  padding: 15px 0;
  padding-left: 68px;
  position: relative;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc:before {
  content: "";
  width: 34px;
  height: 34px;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  display: block;
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 10px 0;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 b {
  font-weight: 500;
  color: #CE0058;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc p {
  color: #315470;
  font-size: 19px;
  line-height: 130%;
  font-weight: 500;
  margin: 0;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc b {
  font-weight: 500;
  color: #CE0058;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li {
  font-size: 19px;
}
.collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li span {
  top: 4px;
}

@media screen and (max-width: 991px) {
  .collapsed-item {
    border-bottom: 1.4px solid #d9d9d9;
    cursor: pointer;
  }
  .collapsed-item.open .collapsed-item-content {
    display: block;
    z-index: 10;
  }
  .collapsed-item.not-title .collapsed-item-content-title {
    display: none;
  }
  .collapsed-item.not-title .collapsed-item-content-center {
    height: 100% !important;
  }
  .collapsed-item:nth-child(1) {
    border-top: 1.4px solid #d9d9d9;
  }
  .collapsed-item:nth-child(1) .collapsed-item-title:after {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-item:nth-child(1) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-item:nth-child(2) .collapsed-item-title:after {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-item:nth-child(2) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-item:nth-child(3) .collapsed-item-title:after {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-item:nth-child(3) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-item .collapsed-item-title {
    position: relative;
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
  }
  .collapsed-item .collapsed-item-title:after {
    content: "";
    width: 22px;
    height: 22px;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-item .collapsed-item-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #fff;
    border-top: 1.4px solid #d9d9d9;
    border-bottom: 1.4px solid #d9d9d9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-title {
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
    margin: 0;
    border-bottom: 1.4px solid #d9d9d9;
    display: none;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 100%;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc {
    padding: 10px 0;
    padding-left: 55px;
    position: relative;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc:before {
    content: "";
    width: 22px;
    height: 22px;
    left: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 b {
    font-weight: 400;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc p {
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc b {
    font-weight: 400;
    color: #CE0058;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li span {
    top: 1px;
  }
  .collapsed-smile .collapsed-item {
    border-bottom: 1.4px solid #d9d9d9;
    cursor: pointer;
  }
  .collapsed-smile .collapsed-item.open .collapsed-item-content {
    display: block;
    z-index: 10;
  }
  .collapsed-smile .collapsed-item.not-title .collapsed-item-content-title {
    display: none;
  }
  .collapsed-smile .collapsed-item.not-title .collapsed-item-content-center {
    height: 100% !important;
  }
  .collapsed-smile .collapsed-item:nth-child(1) {
    border-top: 1.4px solid #d9d9d9;
  }
  .collapsed-smile .collapsed-item:nth-child(1) .collapsed-item-title:after {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(1) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(2) .collapsed-item-title:after {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(2) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(3) .collapsed-item-title:after {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(3) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-smile .collapsed-item .collapsed-item-title {
    position: relative;
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-title:after {
    content: "";
    width: 22px;
    height: 22px;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #fff;
    border-top: 1.4px solid #d9d9d9;
    border-bottom: 1.4px solid #d9d9d9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-title {
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
    margin: 0;
    border-bottom: 1.4px solid #d9d9d9;
    display: none;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 100%;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc {
    padding: 10px 0;
    padding-left: 40px;
    position: relative;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc:before {
    content: "";
    width: 22px;
    height: 22px;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 b {
    font-weight: 400;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc p {
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc b {
    font-weight: 400;
    color: #CE0058;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li span {
    top: 1px;
  }
}
@media screen and (max-width: 373px) {
  .collapsed-smile .collapsed-item {
    border-bottom: 1.4px solid #d9d9d9;
    cursor: pointer;
  }
  .collapsed-smile .collapsed-item.open .collapsed-item-content {
    display: block;
    z-index: 10;
  }
  .collapsed-smile .collapsed-item.not-title .collapsed-item-content-title {
    display: none;
  }
  .collapsed-smile .collapsed-item.not-title .collapsed-item-content-center {
    height: 100% !important;
  }
  .collapsed-smile .collapsed-item:nth-child(1) {
    border-top: 1.4px solid #d9d9d9;
  }
  .collapsed-smile .collapsed-item:nth-child(1) .collapsed-item-title:after {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(1) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer1.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(2) .collapsed-item-title:after {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(2) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer2.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(3) .collapsed-item-title:after {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-smile .collapsed-item:nth-child(3) .collapsed-item-content-desc:before {
    background-image: url("../../img/offer3.svg");
  }
  .collapsed-smile .collapsed-item .collapsed-item-title {
    position: relative;
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-title:after {
    content: "";
    width: 22px;
    height: 22px;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #fff;
    border-top: 1.4px solid #d9d9d9;
    border-bottom: 1.4px solid #d9d9d9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-title {
    color: #315470;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 55px 13px 6px;
    margin: 0;
    border-bottom: 1.4px solid #d9d9d9;
    display: none;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 100%;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc:before {
    content: "";
    width: 22px;
    height: 22px;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    display: block;
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 {
    font-size: 12.5px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc h3 b {
    font-weight: 400;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc p {
    font-size: 12.5px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc b {
    font-weight: 400;
    color: #CE0058;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li {
    font-size: 12.5px;
    margin-bottom: 5px;
  }
  .collapsed-smile .collapsed-item .collapsed-item-content .collapsed-item-content-desc .sertificate-list li span {
    top: 1px;
  }
}
.success-front {
  height: 370px;
}

.item-success.swiper-slide-next > .success-front {
  height: 410px;
}

@media (max-width: 768px) {
  .item-success.swiper-slide-active > .success-front {
    top: 0px;
  }
  .item-success.swiper-slide-prev > .success-front {
    top: 0;
  }
  .item-success.swiper-slide-next > .success-front {
    height: 355px;
    top: 0;
  }
}
.news-image-carousel {
  margin: 20px 0;
}
.news-image-carousel .choice-navigations {
  margin-top: 20px;
}

.zoom-news-image {
  height: 450px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.zoom-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 620px) {
  .zoom-news-image {
    height: 300px;
  }
  .news-image-carousel .swiper-pagination,
  .news-image-carousel .swiper-pagination-success,
  .news-image-carousel .swiper-pagination-decision {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 520px) {
  .news-image-carousel .choice-navigations {
    margin-top: 10px;
  }
  .news-image-carousel .swiper-pagination,
  .news-image-carousel .swiper-pagination-success,
  .news-image-carousel .swiper-pagination-decision {
    display: none !important;
  }
}
.items-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}
.items-form-checkbox .item-form-checkbox {
  width: 100%;
  max-width: 100%;
}

.item-form-checkbox .wpcf7-list-item {
  display: block !important;
}
.item-form-checkbox .wpcf7-not-valid .icon {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 2px #ff0000 !important;
          box-shadow: 0 0 0 2px #ff0000 !important;
  border-radius: 2px;
  border: none !important;
}
.item-form-checkbox label {
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.item-form-checkbox label .wpcf7-list-item-label {
  padding-left: 39px;
  position: relative;
  display: block;
}
.item-form-checkbox label input {
  display: none !important;
}
.item-form-checkbox label input:checked + .wpcf7-list-item-label .icon:after {
  opacity: 1;
}
.item-form-checkbox label .icon {
  z-index: 1;
  display: block;
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #A8A8A8;
  overflow: hidden;
}
.item-form-checkbox label .icon:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-position: center;
  background-image: url("../../img/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #315470;
  opacity: 0;
}
.item-form-checkbox label a {
  text-decoration: underline;
}

@media screen and (max-width: 620px) {
  .item-form-checkbox label br {
    display: none;
  }
}
.modal-block label {
  padding-left: 0 !important;
}
.modal-block span.wpcf7-form-control-wrap.acceptance-143 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1100px) {
  #modal_demo .acceptance-143, #modal_consultation .acceptance-143, #modal_questions .acceptance-143 {
    margin-bottom: 0 !important;
  }
  #subscribe-modal .acceptance-143, #subscribe-modal .acceptance-882 {
    margin-bottom: 0 !important;
  }
}
.feedback-section .item-form-checkbox label .wpcf7-list-item-label {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .feedback-section .items-form-checkbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .item-form-checkbox label .wpcf7-list-item-label {
    padding-left: 30px;
  }
  .sidebar-item .item-link .ruby-btn {
    max-width: 100%;
    width: 100% !important;
  }
}
.two-agreement-slider .item-agreement:nth-child(3) .bottom {
  max-width: 1100px !important;
}

.two-agreement-slider .item-agreement:nth-child(3) .bottom {
  max-width: 1040px;
}

.small-text {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.item-story .content b, .item-story .content strong {
  color: #CE0058;
  font-weight: 400;
}

.agreement-section-two .two-agreement-slider .item-agreement:nth-child(3) .bottom {
  max-width: 1200px !important;
}

.agreement-section-twos .two-agreement-slider .item-agreement[data-swiper-slide-index="1"] .bottom {
  max-width: 1050px !important;
}

.agreement-section-twos .two-agreement-slider .item-agreement[data-swiper-slide-index="2"] .bottom {
  max-width: 1000px !important;
}