@font-face {
  font-family: 'corpid';
  font-display: auto;
  src: url("/h/assets/fonts/MTSSans-Black.otf") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'corpid';
  font-display: auto;
  src: url("/h/assets/fonts/MTSSans-Medium.otf") format("woff");
  font-weight: 500;
  font-style: normal;
}

.mark-item {
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 1px 0 1px 0;
    align-items: baseline;
    cursor: pointer;
}

.mark-item {
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
}

.mark-item .mark-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mark-item .mark-title h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;   
}

.mark-item:hover > .mark-title h2 {
    color: #138d9f;
}

.mark-item:hover .mark-title svg {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.mark-container.small {
    padding-bottom: 40px;
    padding-top: 40px;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 1px 0 1px 0;
}

.mark-container.small .mark-title {
    font-size: 20px;
    line-height: 130%;
    text-align: justify;
    color: #6E7782;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mark-container.small .mark-title h2 {
    display: inline-block;
    height: 25px;
}

.mark-container.small .mark-title::after {
    content: "+";
    color: #ADADAD;
    display: block;
    position: relative;
    font-size: 20px;
}

.mark-container.small .mark-title.active h2 {
    color: #292929;
}

.mark-container.small .mark-title:hover h2 {
    color: #0097FD!important;
    border-bottom: 1px dotted #0097FD;
}

.mark-container.small .mark-content{
    padding-top: 30px;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #58595B;
}

.mark-container.small .mark-content p {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #58595B;
}

p.textmark {
	font-size: 18px;
	text-align: justify;
	color: #292929;
}

.is-global-header .gh-phone {
    font-size: 15px;
}

.js-header-form-search .fmo-cross {
  display: block;
  position: absolute;
  z-index: 599;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMV…soJwLZgh+SX5M/FH9q/ln8u3nB8JLjRcvLnjYObT3avLT9b3j8Ea21VSSPAAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.js-form-header-close:hover {
  fill: #138d9f;
}
body {
  margin: 0;
  padding: 0;
}
.page-action {
  background-color: #ffffff;
  font-family: "corpid";
}
.page-action *:before,
.page-action *:after,
.page-action * {
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
.page-action-title {
  padding: 80px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #292929;
}
@media screen and (max-width: 745px) {
  .page-action-title {
    padding: 30px 0;
    font-size: 24px;
    line-height: 130%;
  }
}
.page-content {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1250px) {
  .page-content {
    width: 100%;
    max-width: 900px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 745px) {
  .page-content {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
  }
}
.page-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #292929;
  margin: 25px 0;
}
@media screen and (max-width: 745px) {
  .page-content p {
    font-size: 14px;
    line-height: 150%;
    margin: 20px 0;
  }
}
.action-header {
  position: relative;
  height: 600px;
  padding-top: 95px;
  padding-bottom: 62px;
}
.action-header .is-rub {
  font-family: "rouble";
  transform: translateY(13%);
}
.action-header .page-content {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 745px) {
  .action-header {
    padding-top: 27px;
    min-height: 480px;
    height: auto;
  }
}
.action-header-bg {
  background-image: url(img/action-page-bg.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 430px) {
  .action-header-bg {
    background-image: url(img/page-action-mob-bg.png);
    background-position: bottom center;
  }
}
.action-header-type {
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #19b6cc;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 47px;
}
@media screen and (max-width: 745px) {
  .action-header-type {
    height: 25px;
    margin: auto;
    margin-bottom: 80px;
    font-size: 14px;
    width: 65px;
  }
}
.action-header-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}
@media screen and (max-width: 745px) {
  .action-header-subtitle {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.action-header-title {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 745px) {
  .action-header-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.action-header-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .action-header-row {
    display: block;
  }
}
.action-header-right {
  position: relative;
  padding-left: 45px;
}
.action-header-right:before {
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  width: 4px;
  background-color: #19b6cc;
  left: 0;
  top: 0;
}
@media screen and (max-width: 745px) {
  .action-header-right {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .action-header-right:before {
    top: 0;
    left: 50%;
    width: 25px;
    height: 1px;
    transform: translateX(-50%);
  }
}
.action-header-price {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 45px;
}
.action-header-price span {
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width: 745px) {
  .action-header-price {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .action-header-price span {
    font-size: 14px;
  }
}
.action-header-price-old {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 30px;
  color: #dddddd;
  position: relative;
}
.action-header-price-old:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  left: 0;
}
@media screen and (max-width: 745px) {
  .action-header-price-old {
    font-size: 16px;
    text-align: center;
  }
  .action-header-price-old span {
    font-size: 10px;
  }
}
.action-header-price-old span {
  font-weight: normal;
  font-size: 18px;
}
.action-header-timeworked {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
@media screen and (max-width: 745px) {
  .action-header-timeworked {
    text-align: center;
    top: 62px;
    width: 100%;
    bottom: auto;
    font-size: 11px;
  }
}
.action-steps {
  margin-top: 40px;
  counter-reset: steps_num;
}
@media screen and (max-width: 745px) {
  .action-steps {
    margin-top: 20px;
  }
}
.action-steps-list {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 745px) {
  .action-steps-list {
    padding-bottom: 15px;
  }
}
.action-step {
  text-align: center;
  counter-increment: steps_num;
  padding: 60px 0;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  position: relative;
}
.action-step:before {
  content: "0" counter(steps_num);
  display: block;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #138d9f;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 745px) {
  .action-step {
    padding: 30px;
    margin-bottom: 0;
  }
  .action-step:before {
    width: 62px;
    font-size: 18px;
    line-height: 130%;
    height: 25px;
  }
}
.action-step-name {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #292929;
}
@media screen and (max-width: 745px) {
  .action-step-name {
    font-size: 18px;
    line-height: 130%;
  }
}
.action-step-phone {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #292929;
}
@media screen and (max-width: 745px) {
  .action-step-phone {
    font-size: 18px;
    line-height: 130%;
  }
}
.action-step-row {
  display: grid;
  justify-content: center;
  grid-template-columns: 255px 255px 255px;
  grid-column-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 745px) {
  .action-step-row {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
}
.action-step-img {
  height: 64px;
}
.action-step-img img {
  max-width: 64px;
  max-height: 64px;
}
@media screen and (max-width: 745px) {
  .action-step-img {
    height: 40px;
  }
  .action-step-img img {
    max-width: 40px;
    max-height: 40px;
  }
}
.action-tarifs {
  margin-bottom: 80px;
}
@media screen and (max-width: 745px) {
  .action-tarifs {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.action-tarifs-menu {
  padding-top: 100px;
  position: relative;
}
.action-tarifs-menu-item {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #6e7782;
  width: 50%;
  position: absolute;
  top: 0;
  cursor: pointer;
  padding-bottom: 40px;
  border-bottom: 2px solid #dddddd;
  transition: 0.3s;
}
.action-tarifs-menu-item.active {
  font-weight: 500;
  color: #292929;
  border-color: #138d9f;
}
.action-tarifs-menu-item.item-left {
  left: 0;
}
.action-tarifs-menu-item.item-right {
  right: 0;
}
@media screen and (max-width: 745px) {
  .action-tarifs-menu {
    padding-top: 0;
  }
  .action-tarifs-menu .action-tarifs-menu-item {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    padding: 20px 0;
    border-bottom: 2px solid transparent;
  }
  .action-tarifs-menu .action-tarifs-menu-item.item-right:before {
    content: "";
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    background-color: #dddddd;
  }
  .action-tarifs-menu .action-tarifs-menu-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url(img/action-str.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
  .action-tarifs-menu .action-tarifs-menu-item.active {
    border-color: #138d9f;
  }
  .action-tarifs-menu .action-tarifs-menu-item.active:after {
    transform: rotate(180deg);
    filter: grayscale(1) brightness(0);
  }
}
.action-tarifs-tab {
  display: none;
}
.action-tarifs-tab.active {
  display: block;
}
.action-tarifs-tab table {
  width: 100%;
  text-align: left;
}
.action-tarifs-tab table thead {
  background: #f6f6f6;
}
@media screen and (max-width: 745px) {
  .action-tarifs-tab table thead {
    display: none;
  }
}
.action-tarifs-tab table tr {
  padding: 28px 35px;
  width: 100%;
  display: grid;
  grid-template-columns: 45% 20% 30%;
  grid-column-gap: 30px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 745px) {
  .action-tarifs-tab table tr {
    display: block;
    padding: 0;
    padding-bottom: 20px;
  }
}
.action-tarifs-tab table tr:last-child {
  border-bottom: 0;
}
.action-tarifs-tab table tr p {
  margin: 0;
  text-align: left;
}
.action-tarifs-tab table tr h5 {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}
@media screen and (max-width: 745px) {
  .action-tarifs-tab table tr td {
    display: block;
  }
  .action-tarifs-tab table tr td:before {
    content: attr(data-title);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #292929;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
  }
}
.action-tarifs-list-item {
  padding: 30px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #dddddd;
  align-items: center;
}
.action-tarifs-list-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 745px) {
  .action-tarifs-list-item {
    padding: 25px 0;
    grid-template-columns: 1fr 20px;
  }
}
.action-tarifs-list-item p {
  margin: 0;
  text-align: left;
}
.action-tarifs-list-item span {
  justify-self: center;
  width: 20px;
  height: 15px;
  background-image: url(img/action-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.action-product {
  background: #eff1f2;
  padding-bottom: 60px;
}
.action-product #product-slider-action {
  width: 100%;
}
.action-product #product-slider-action .swiper-pagination {
  display: none;
}
@media screen and (max-width: 745px) {
  .action-product #product-slider-action {
    padding-bottom: 30px;
  }
  .action-product #product-slider-action .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0px;
  }
  .action-product #product-slider-action .swiper-pagination-bullet {
    background: #c4c4c4;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 5px;
  }
  .action-product #product-slider-action .swiper-pagination-bullet-active {
    background: #138d9f;
    border-color: #138d9f;
  }
}
.action-product .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-product-list {
  display: grid;
  grid-template-columns: 380px 380px 380px;
  grid-column-gap: 20px;
}
@media screen and (min-width: 746px) {
  .action-product-list {
    transform: none !important;
  }
}
@media screen and (max-width: 745px) {
  .action-product-list {
    display: flex;
  }
}
.action-product-item {
  background: #ffffff;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-product-item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #292929;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 745px) {
  .action-product-item-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 5px;
  }
}
.action-product-item-img img {
  max-width: 100%;
  max-height: 270px;
  width: auto;
  margin: 0 auto;
}
.action-product-item-props {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #6e7782;
  text-decoration: underline;
  margin-bottom: 40px;
}
@media screen and (max-width: 745px) {
  .action-product-item-props {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 35px;
  }
}
.action-product-item-but {
  border: 2px solid #dddddd;
  border-radius: 4px;
  line-height: 50px;
  padding: 0 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #6e7782;
  display: inline-flex;
}
@media screen and (max-width: 745px) {
  .action-product-item-but {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    width: auto;
  }
}
.action-product hr {
  height: 1px;
  margin: 0;
  background-color: #dddddd;
  width: 100%;
}
.action-product-more {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #6e7782;
  margin: 40px auto;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #6e7782;
}
.action-product-more:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(img/action-download.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 745px) {
  .action-product-more {
    font-size: 14px;
    width: auto;
  }
}
.action-product-but {
  border: 2px solid #dddddd;
  border-radius: 4px;
  line-height: 50px;
  padding: 0 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #6e7782;
  width: 240px;
}
.action-product-but.red {
  color: white;
  background: #19b6cc;
  border-color: #19b6cc;
  margin-left: 20px;
}
@media screen and (max-width: 745px) {
  .action-product-but.red {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .action-product-but {
    font-size: 16px;
  }
}
.action-product-row {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .action-product-row {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0;
  }
}
.action-popups {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  z-index: 100000;
}
.action-popups.active {
  display: block;
}
.action-popup {
  padding: 110px 0;
  display: none;
}
.action-popup.active {
  display: block;
  animation: fadeInPopup 0.4s both;
}
@keyframes fadeInPopup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.action-popup-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  color: #292929;
  margin-bottom: 60px;
}
.action-popup-content h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #292929;
  margin-bottom: 30px;
}
.action-popup-item {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}
.action-popup-item:last-child {
  border: 0;
}
.action-popup-item p {
  text-align: left;
  margin: 0;
}
.action-popup-close {
  margin-top: 40px;
  width: 150px;
  display: inline-block;
}
.page-partners {
  background-color: #ffffff;
}
.page-partners * {
  box-sizing: border-box;
  outline: none;
  font-family: "corpid";
}
.page-partners .rub {
  font-family: "rouble" !important;
}
.page-partners .page-content {
  font-size: 20px;
}
.page-partners .page-content p {
  text-align: left;
}
.page-partners .page-content small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
}
@media (max-width: 745px) {
  .page-partners .page-content small {
    font-size: 12px;
  }
}
.page-partners .page-content b {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #292929;
}
@media (max-width: 745px) {
  .page-partners .page-content b {
    font-size: 14px;
  }
}
.page-partners-title {
  padding: 60px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #292929;
  padding-top: 120px;
}
@media screen and (max-width: 745px) {
  .page-partners-title {
    padding: 30px 0;
    font-size: 24px;
    line-height: 130%;
  }
}
.partners-header {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 745px) {
  .partners-header {
    height: 480px;
    align-items: flex-start;
    padding-top: 40px;
  }
}
.partners-header-bg {
  background-image: url(img/partners/partners-header-bg.jpg);
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.partners-header-bg img {
  max-width: 100%;
  max-height: 100%;
}
.partners-header-bg-kass {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 745px) {
  .partners-header-bg-kass {
    height: 190px;
    width: 260px;
  }
}
@media (max-width: 745px) {
  .partners-header-bg-girl {
    height: 265px;
    transform: translateX(20%);
  }
}
.partners-header-bg .page-content {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.partners-header-title {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  color: #292929;
  max-width: 370px;
}
@media (max-width: 745px) {
  .partners-header-title {
    font-size: 24px;
    text-align: center;
    max-width: none;
  }
}
.partners-header-content {
  text-align: left;
  width: 100%;
}
@media (max-width: 745px) {
  .partners-header-content {
    text-align: center;
  }
}
.partners-header-content p {
  margin: 25px 0;
  max-width: 375px;
}
@media (max-width: 1024px) {
  .partners-header-content p {
    max-width: 300px;
  }
}
@media (max-width: 745px) {
  .partners-header-content p {
    text-align: center !important;
    margin: 15px auto;
  }
}
.partners-header-content button {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  padding: 0 40px;
  margin-top: 25px;
  background: #19b6cc;
  border-radius: 4px;
  font-style: normal;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
  color: #ffffff;
}
@media (max-width: 745px) {
  .partners-header-content button {
    font-size: 14px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 15px;
  }
}
@media (max-width: 745px) {
  .partners-make {
    margin-top: 20px;
  }
}
.partners-make .page-partners-title {
  text-align: left;
}
.partners-make-content {
  background: #f9f9f9;
  padding: 80px 0;
}
@media (max-width: 745px) {
  .partners-make-content {
    padding: 0;
    margin-top: 20px;
  }
}
.partners-make-content .page-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .partners-make-content .page-content {
    display: block;
  }
}
.partners-make-menu {
  counter-set: menu-num;
}
.partners-make-menu-item {
  position: relative;
  margin-left: 50px;
  counter-increment: menu-num;
  height: 140px;
  display: flex;
  padding-left: 50px;
  padding-right: 40px;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  border: 0;
  width: calc(100% - 50px);
  cursor: pointer;
  user-select: none !important;
  outline: none;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .partners-make-menu-item {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 745px) {
  .partners-make-menu-item {
    padding: 20px !important;
    margin-left: -40px;
    height: 80px;
    width: calc(100% + 40px);
    transform: translateX(20px);
  }
  .partners-make-menu-item p {
    margin: 0 !important;
  }
}
.partners-make-menu-item.active {
  background: #19b6cc;
}
.partners-make-menu-item.active p {
  color: white;
}
.partners-make-menu-item.active p:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #19b6cc;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .partners-make-menu-item.active p:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.partners-make-menu-item.active:before {
  color: #138d9f;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .partners-make-menu-item.active:before {
    color: #ffffff;
    background: #138d9f;
  }
}
.partners-make-menu-item.active:after {
  background-color: #138d9f;
}
@media (max-width: 1024px) {
  .partners-make-menu-item.active:after {
    background-color: #ffffff;
  }
}
.partners-make-menu-item.prev:before {
  color: #138d9f;
  font-weight: bold;
}
.partners-make-menu-item.prev:after {
  background-color: #138d9f;
}
.partners-make-menu-item:nth-child(1):after {
  height: 50%;
}
@media (max-width: 1024px) {
  .partners-make-menu-item:nth-child(1):after {
    height: 100%;
  }
}
.partners-make-menu-item::before {
  content: "0" counter(menu-num);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #979797;
  position: absolute;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 56px;
  left: -50px;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .partners-make-menu-item::before {
    background-color: #ffffff;
    right: 15px;
    left: auto;
  }
}
@media (max-width: 745px) {
  .partners-make-menu-item::before {
    font-size: 12px;
    height: 30px;
  }
}
.partners-make-menu-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -38px;
  bottom: 50%;
  height: 100%;
  width: 2px;
  background-color: #bbc1c7;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .partners-make-menu-item:after {
    bottom: 0;
    left: auto;
    right: 27px;
  }
}
.partners-make-tab {
  display: none;
}
.partners-make-tab.active {
  width: calc((100% - 90px) / 3 * 2);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .partners-make-tab.active {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 745px) {
  .partners-make-tab.active {
    display: flex;
    flex-direction: column;
  }
}
.partners-make-tab h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #292929;
  margin: 0;
  max-width: 600px;
  margin-bottom: 20px;
}
@media (max-width: 745px) {
  .partners-make-tab h3 {
    font-size: 18px;
  }
}
.partners-make-tab p {
  margin-top: 20px;
}
@media (max-width: 745px) {
  .partners-make-tab p {
    margin: 0;
  }
}
.partners-make-tab ul {
  margin: 40px 0;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
}
@media (max-width: 745px) {
  .partners-make-tab ul {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.partners-make-tab ul li {
  padding-left: 40px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.partners-make-tab ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #138d9f;
  top: 11px;
  left: 0;
  position: absolute;
}
.partners-make-slider {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 50px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 745px) {
  .partners-make-slider {
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 745px) {
  .partners-make-slider-content {
    margin-top: 60px;
  }
}
.partners-make-slider-box .slider {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 745px) {
  .partners-make-slider-box .slider {
    margin-top: 15px;
  }
}
.partners-make-slider-box .slider .tooltip {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  text-align: center;
  width: 20px;
  position: absolute;
  top: 70px;
}
.partners-make-slider-box .slider-track {
  height: 12px !important;
}
.partners-make-slider-box .slider-track .slider-selection {
  background: linear-gradient(180deg, #138d9f 0%, #138d9f 37.5%, #138d9f 100%);
  border-radius: 10px;
}
.partners-make-slider-box .slider-track-high {
  background: linear-gradient(180deg, #bbc1c7 0%, #d5d8db 16.15%, #f0f0f0 36.98%, #f3f4f5 64.58%, #f7f7f7 93.75%, #eeeeee 100%);
  border-radius: 10px;
}
.partners-make-slider-box .slider-handle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 39px;
  height: 39px;
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-image: url(img/partners/button-slider.png);
}
.partners-make-slider-value {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  color: #138d9f;
  white-space: nowrap;
}
@media (max-width: 745px) {
  .partners-make-slider-value {
    font-size: 36px;
  }
}
.partners-make-info {
  padding: 40px;
  background: #eff1f2;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #58595b;
  margin: 60px 0;
}
@media (max-width: 745px) {
  .partners-make-info {
    padding: 20px;
    font-size: 12px;
    margin: 30px 0;
  }
}
.partners-make-button {
  border: 2px solid #138d9f;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  line-height: 70px;
  padding: 0 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #292929;
}
@media (max-width: 745px) {
  .partners-make-button {
    font-size: 14px;
    padding: 0 35px;
    line-height: 50px;
    margin: auto;
  }
}
@media (max-width: 745px) {
  .partners-around {
    margin-top: 20px;
  }
}
.partners-around .page-content {
  position: relative;
}
.partners-around .page-content .swiper-button .def {
  width: 42px;
  height: 19px;
  background-image: url(img/partners/around-str.png);
  background-size: contain;
}
.partners-around .page-content .swiper-button .def:after {
  content: none;
}
@media (max-width: 1024px) {
  .partners-around .page-content .swiper-button .def {
    display: none;
  }
}
.partners-around .page-content .swiper-button-prev {
  width: 42px;
  height: 19px;
  background-image: url(img/partners/around-str.png);
  background-size: contain;
  left: -50px;
  transform: translateX(-100%);
}
.partners-around .page-content .swiper-button-prev:after {
  content: none;
}
@media (max-width: 1024px) {
  .partners-around .page-content .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 1124px) {
  .partners-around .page-content .swiper-button-prev {
    left: -10px;
  }
}
.partners-around .page-content .swiper-button-next {
  width: 42px;
  height: 19px;
  background-image: url(img/partners/around-str.png);
  background-size: contain;
  right: -50px;
  transform: translateX(100%) rotate(180deg);
}
.partners-around .page-content .swiper-button-next:after {
  content: none;
}
@media (max-width: 1024px) {
  .partners-around .page-content .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1124px) {
  .partners-around .page-content .swiper-button-next {
    right: -10px;
  }
}
.partners-around-item {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 745px) {
  .partners-around-item {
    height: 210px;
    padding: 40px 20px;
  }
}
.partners-around-item-img {
  height: 80px;
}
@media (max-width: 745px) {
  .partners-around-item-img {
    height: 60px;
  }
}
.partners-around-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.partners-around-item p {
  margin-bottom: 0;
  max-width: 250px;
  text-align: center !important;
}
.partners-around-slider {
  margin: 0 -15px;
  padding: 50px 15px;
}
@media (max-width: 745px) {
  .partners-around-slider {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 40px;
  }
}
.partners-around-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partners-around-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border: 3px solid white;
  background: #c4c4c4;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 745px) {
  .partners-around-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid white;
  }
}
.partners-around-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #138d9f;
  border-color: #138d9f;
}
.partners-banner {
  background: #f3f3f3;
  padding: 120px 0;
  margin-top: 120px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1400px) {
  .partners-banner {
    background-position: calc(100% + 200px);
  }
}
@media (max-width: 1024px) {
  .partners-banner {
    padding-top: 45px;
    padding-bottom: 450px;
    margin-top: 50px;
    background-size: auto 430px;
    background-position: right bottom;
  }
}
@media (max-width: 768px) {
  .partners-banner {
    padding-bottom: 300px;
    background-size: auto 290px;
  }
  .partners-banner .page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .partners-banner {
    padding-bottom: 220px;
    background-size: auto 210px;
  }
}
.partners-banner .page-partners-title {
  padding: 0 !important;
  text-align: left;
  max-width: 420px;
}
@media (max-width: 768px) {
  .partners-banner .page-partners-title {
    text-align: center;
  }
}
.partners-banner p {
  max-width: 480px;
}
@media (max-width: 768px) {
  .partners-banner p {
    text-align: center !important;
    max-width: 300px;
  }
}
.partners-banner-buts {
  display: grid;
  grid-template-columns: 250px 250px;
  grid-column-gap: 25px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .partners-banner-buts {
    grid-template-columns: 180px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }
}
.partners-banner-but {
  border: 2px solid #138d9f;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  line-height: 70px;
  padding: 0 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  justify-content: center;
  background: #19b6cc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .partners-banner-but {
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.partners-banner-but.gray {
  color: #6e7782;
  background: #f3f3f3;
  border-color: #dddddd;
}
.partners-who {
  padding-bottom: 120px;
}
@media (max-width: 745px) {
  .partners-who {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .partners-who .page-content {
    overflow: hidden;
  }
}
.partners-who .page-partners-title {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .partners-who .page-partners-title {
    padding-top: 50px;
  }
}
.partners-who h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #292929;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .partners-who h4 {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
.partners-who-menu {
  margin: 60px 0;
}
@media (max-width: 745px) {
  .partners-who-menu {
    margin: 30px auto;
  }
}
@media (max-width: 500px) {
  .partners-who-menu {
    width: 200px;
    overflow: visible;
  }
}
.partners-who-menu .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}
.partners-who-menu-item {
  padding-bottom: 20px;
  border-bottom: 2px solid #dddddd;
  justify-self: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .partners-who-menu-item {
    border: 0;
    padding-bottom: 0;
    position: relative;
  }
  .partners-who-menu-item:last-child:after {
    display: none;
  }
  .partners-who-menu-item:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateX(50%);
  }
}
.partners-who-menu-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  text-align: center !important;
  color: #6e7782;
  margin-bottom: 0;
  margin-top: 30px;
  transition: 0.3s;
}
.partners-who-menu-item.swiper-slide-thumb-active {
  border-color: #138d9f;
}
@media (max-width: 500px) {
  .partners-who-menu-item.swiper-slide-thumb-active .partners-who-menu-item-img {
    filter: none !important;
    opacity: 1 !important;
  }
}
.partners-who-menu-item.swiper-slide-thumb-active p {
  color: #292929;
}
.partners-who-menu-item-img {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 500px) {
  .partners-who-menu-item-img {
    filter: grayscale(1);
    opacity: 0.4;
    width: 60px;
    height: 60px;
    transition: 0.3s;
  }
}
.partners-who-menu-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.partners-who-tabs {
  height: 400px;
}
.partners-who-tabs .swiper-pagination {
  display: none;
}
@media (max-width: 1024px) {
  .partners-who-tabs {
    height: 500px;
  }
}
@media (max-width: 745px) {
  .partners-who-tabs {
    height: 400px;
    padding-bottom: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .partners-who-tabs .swiper-pagination {
    display: block;
  }
}
.partners-who-tabs .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partners-who-tabs .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border: 3px solid white;
  background: #c4c4c4;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 745px) {
  .partners-who-tabs .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid white;
  }
}
.partners-who-tabs .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #138d9f;
  border-color: #138d9f;
}
.partners-who-tab {
  display: grid;
  background: #f4f7f8;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .partners-who-tab {
    display: flex;
    flex-direction: column-reverse;
  }
}
.partners-who-tab-content {
  padding: 50px 0;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .partners-who-tab-content {
    padding: 40px 20px !important;
  }
}
.partners-who-tab-content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #292929;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .partners-who-tab-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 745px) {
  .partners-who-tab-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.partners-who-tab-content ul {
  margin: 40px 0;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .partners-who-tab-content ul {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.partners-who-tab-content ul li {
  padding-left: 40px;
  position: relative;
  display: block;
}
@media (max-width: 745px) {
  .partners-who-tab-content ul li p {
    margin: 10px 0;
  }
}
.partners-who-tab-content ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #138d9f;
  top: 11px;
  left: 0;
  position: absolute;
}
.partners-who-tab-img {
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .partners-who-tab-img {
    height: 200px;
  }
}
.partners-who-tab-img img {
  position: absolute;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  transform: translateX(-50%);
}
.ol-text-mini{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}