@charset "UTF-8";
.to-top {
  display: none;
  position: fixed;
  right: 32px;
  bottom: 70px;
  z-index: 2000;
}
.to-top .to-top-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to-top .to-top-relative a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#12B878, #0d8557);
  cursor: pointer;
}
.to-top .to-top-relative a svg {
  pointer-events: none;
  color: #fff;
}
.to-top .to-top-relative .to-top-pulse {
  position: absolute;
  width: 50px;
  height: 50px;
  background: linear-gradient(#12B878, #0d8557);
  border-radius: 50%;
  z-index: -1;
  animation: toTop 2s infinite;
}
@keyframes toTop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.to-top.active {
  display: block;
}

.form_manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7000;
  display: none;
  justify-content: center;
  align-items: center;
}
.form_manager .form_manager_cnt {
  width: 400px;
  background: #fff;
  padding: 15px 25px 25px 25px;
  border-radius: 17px;
}
.form_manager .form_manager_cnt .form_manager_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.form_manager .form_manager_cnt .form_manager_header h5 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.form_manager .form_manager_cnt .form_manager_header .form_manager_close {
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F1F1;
}
.form_manager .form_manager_cnt .form_manager_header .form_manager_close:hover svg {
  transform: scale(1.2);
}
.form_manager .form_manager_cnt .form_manager_txt h4 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.form_manager .form_manager_cnt .form_manager_txt form {
  display: flex;
  flex-direction: column;
}
.form_manager .form_manager_cnt .form_manager_txt form input, .form_manager .form_manager_cnt .form_manager_txt form textarea {
  border: 1px solid #12B878;
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.form_manager .form_manager_cnt .form_manager_txt form textarea {
  resize: none;
  height: 130px;
  font-family: "Montserrat", sans-serif;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial input {
  margin: 0 6px 0 0;
  accent-color: #0a8757;
  width: 16px;
  height: 16px;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  margin-bottom: 0;
}
.form_manager .form_manager_cnt .form_manager_txt form .btn-form_group .btn_blue {
  width: 100%;
}
.form_manager.active {
  display: flex;
}

@media screen and (max-width: 525px) {
  .form_manager .form_manager_cnt {
    width: 320px;
  }
}
@font-face {
  font-family: "Roundedmplus1c";
  src: local("☺"), url("../fonts/Roundedmplus1c/Roundedmplus1cbold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

:root {
  font-size: 16px;
}

h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2 {
  font-family: "Roundedmplus1c", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 4rem;
  line-height: 4rem;
  color: #ffffff;
}

.titleh1 h1 {
  font-size: 3rem;
  line-height: 3rem;
  color: #000000;
}
.titleh1 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height:1.5rem;
  color: #000000;
}

.titleh2 h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 15px;
}
.titleh2 .h2{
    font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height:1.7rem;
  color: #ffffff;
  margin-bottom: 8px;
  display:inline-block;
}
.titleh2 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height:1.6rem;
  color: #000000;
}

li {
  list-style: none;
}

button, input, textarea {
  border: none;
  outline: none !important;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1165px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn_all {
  width: 250px;
  height: 55px;
  background: #12B878;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  transition: 0.2s linear;
  cursor: pointer;
}
.btn_all:hover {
  box-shadow: 0 5px 5px rgba(9, 125, 81, 0.4156862745);
}

.btn_blue {
  height: 55px;
  width: 300px;
  background: #12B6D8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.2s linear;
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
}
.btn_blue img {
  flex-shrink: 0;
  margin-left: 8px;
}
.btn_blue:hover {
  box-shadow: 0 5px 5px rgba(12, 131, 155, 0.6);
}
.btn_blue.green {
  background: #fff;
  color: #12B878;
}
.btn_blue.green:hover {
  box-shadow: 0 5px 5px rgba(10, 125, 58, 0.6);
}

.btn-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 120px;
  border: 1px solid #12B878;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #12B878;
  margin-top: 10px;
}
.btn-back-link svg {
  margin-right: 7px;
}
.btn-back-link:hover {
  color: #0b734b;
  border: 1px solid #0b734b;
}
.btn-back-link:hover svg {
  fill: #0b734b;
}

.crumps {
  background: #F6F6F6;
  padding: 20px 0 10px 0;
}
.crumps.white {
  background: #12B878;
}
.crumps.white .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.crumps.white .breadcrumb .breadcrumb-item a {
  color: #bff8e2;
}
.crumps.white .breadcrumb .breadcrumb-item a:hover {
  color: #0b734b;
}
.crumps.white .breadcrumb span {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #1a1919;
  margin-bottom: 5px;
}
.breadcrumb .breadcrumb-item a {
  color: #727171;
  transition: 0.2s linear;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #12B878;
}
.breadcrumb span {
  display: inline-block;
  margin: 0 7px;
}

.block-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-pagination .btn-back-link {
  margin-top: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-item {
  margin: 0 0 5px 6px;
}
.pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.pagination .page-item:hover .page-link {
  color: #12B878;
}
.pagination .page-item.active .page-link {
  color: #12B878;
  border-bottom: 2px solid #12B878;
}
.pagination .page-item.disabled .page-link {
  color: #7f7f7f;
}

[all-title] {
  cursor: pointer;
}

[all-title]:after {
  content: "";
  transition: 0.2s;
}

[all-title]:hover:after {
  position: absolute;
  content: attr(all-title);
  width: auto;
  background: rgba(255, 255, 255, 0.7490196078);
  backdrop-filter: blur(10px);
  padding: 8px;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 0 0 6px 0;
  color: #000000;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 3000;
}

.proggress {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #349758;
  animation: progress-anim 2s linear;
  animation-timeline: scroll();
  pointer-events:none;
}

.error_register{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content:center;
    align-items:center;
    z-index: 3000;
    display:none;
}
.error_register.active{
    display:flex;
}
.error_register_cnt{
    position:relative;
    width: 290px;
    background:#fff;
    border-radius:7px;
    padding: 45px 35px 35px 35px;
    text-align:center;
}
.close_error_reg{
    position:absolute;
    top: 15px;
    right: 15px;
    cursor:pointer;
}
.message_error_reg-txt{
    font-size:1rem;
    line-height:1.2rem;
    font-weight:500;
    color: #696969;
}
.result-title-reg-txt{
    font-size:1.2rem;
    line-height:1.4rem;
    font-weight:600;
    color: #696969;
    margin-bottom: 10px;
}

.header_top {
  border-bottom: 1px solid #E3E3E3;
}

.header_top_cnt {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.header_top_cnt span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
  margin-right: 16px;
}
.header_top_cnt button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #12B878;
  background: rgba(18, 184, 120, 0.2392156863);
  padding: 3px 5px;
  border-radius: 4px;
}

.header_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}

.header_menu ul {
  display: flex;
  align-items: center;
}
.header_menu ul li {
  position: relative;
  margin: 0 16px;
}
.header_menu ul li a {
  display: flex;
  align-items: center;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #303030;
}
.header_menu ul li a:hover {
  color: #12B878;
}
.header_menu ul li a:hover span {
  color: #12B878;
}
.header_menu ul li a:hover svg {
  fill: #12B878;
}
.header_menu ul li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-top: 1px solid #D7D7D7;
  border-radius: 0 0 16px 16px;
  padding: 15px 7px;
  display: none;
}
.header_menu ul li > ul li {
  margin-bottom: 10px;
}
.header_menu ul li > ul li a {
  flex-direction: column;
  align-items: start;
  min-width: 270px;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #434343;
  border-bottom: 1px solid #d7d6d6;
  padding-bottom: 6px;
}
.header_menu ul li > ul li a span {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
}
.header_menu ul li > ul li a:hover {
  border-bottom: 1px solid #12B878;
}
.header_menu ul li:hover > ul {
  display: block;
  animation: menu-fade-up 0.2s linear forwards;
}

.header_group {
  display: flex;
  align-items: center;
}

.header_phone_group {
  display: flex;
  align-items: center;
}

.header_phone-icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}
.header_phone-icon img {
  width: 22px;
  height: 22px;
}

.header_phone {
  display: flex;
  flex-direction: column;
}
.header_phone a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.header_phone a:hover {
  color: #12B878;
}
.header_phone span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #626262;
}

.btn_burger {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  width: 35px;
  height: 22px;
  margin-left: 15px;
  background: none;
}
.btn_burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #12B878;
  border-radius: 3px;
  transition: 0.2s linear;
}
.btn_burger.active {
  justify-content: center;
  align-items: center;
}
.btn_burger.active span {
  position: absolute;
  width: 80%;
}
.btn_burger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.btn_burger.active span:nth-child(2) {
  opacity: 0;
}
.btn_burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d7d6d6;
  display: none;
}
.mobile_menu.active {
  display: block;
  animation: menu-fade-up 0.2s linear forwards;
}

.mobile_menu_cnt {
  padding: 7px 0 15px 0;
}
.mobile_menu_cnt > ul {
  height: 227px;
  overflow-y: scroll;
  padding-right: 15px;
}
.mobile_menu_cnt ul li .l_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  min-height: 35px;
}
.mobile_menu_cnt ul li .l_group a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #303030;
}
.mobile_menu_cnt ul li .l_group a:hover {
  color: #12B878;
}
.mobile_menu_cnt ul li .l_group .sub_btn_open {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: none;
}
.mobile_menu_cnt ul li .l_group .sub_btn_open svg {
  transition: 0.2s linear;
  stroke: #626262;
}
.mobile_menu_cnt ul li .l_group .sub_btn_open.active svg {
  transform: rotate(90deg);
}
.mobile_menu_cnt ul li > ul {
  display: none;
}
.mobile_menu_cnt ul li > ul li .l_group a {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #303030;
}
.mobile_menu_cnt ul li > ul li .l_group a > span {
  font-weight: 400;
  font-size: 0.9rem;
}
.mobile_menu_cnt ul li > ul.active {
  display: block;
}
.mobile_menu_cnt .mob_menu_contact {
  border-top: 1px solid #D7D7D7;
  padding-top: 12px;
}

.header_action {
  display: flex;
  flex-direction: column;
  background: #dafbee;
  border-radius: 6px;
  padding: 12px;
  margin-top: 12px;
}
.header_action span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 6px;
}
.header_action a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #12B878;
}

.hero {
  display: block;
  background: #12B878;
}

.hero_cnt {
  display: grid;
  grid-template-columns: 73% 25%;
  column-gap: 2%;
  padding: 30px 0;
}
.hero_cnt .hero_txt {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.hero_cnt .hero_txt h1 {
  max-width: 600px;
  margin-bottom: 18px;
}
.hero_cnt .hero_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height:1.6rem;
  color: #ffffff;
  max-width: 760px;
}
.hero_cnt .hero_img {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.hero_cnt .hero_img img {
  width: 100%;
  height: auto;
}
.hero_cnt .hero_list {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.hero_cnt .hero_list ul {
  margin-bottom: 25px;
}
.hero_cnt .hero_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.hero_cnt .hero_list ul li img {
  flex-shrink: 0;
  margin-right: 7px;
}
.hero_cnt .hero_list ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #ffffff;
}

.services {
  background: #12B878;
}

.services_block {
  background: #F6F6F6;
  border-radius: 40px 40px 0 0;
}

.services_cnt {
  padding: 50px 0 60px 0;
}
.services_cnt .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}

.service_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
}

.service_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s linear;
}
.service_card .service_icon {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 19px;
  background: #F6F6F6;
  overflow: hidden;
  margin-bottom: 12px;
}
.service_card .service_icon img {
  position: absolute;
  right: -25px;
  bottom: -15px;
}
.service_card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 76px;
}
.service_card ul li {
  display: flex;
  margin-bottom: 22px;
}
.service_card ul li span {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #12B878;
  margin-right: 6px;
}
.service_card ul li p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
}
.service_card .service_more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  transition: 0.2s linear;
}
.service_card .service_more-link svg {
  margin-left: 7px;
}
.service_card .service_more-link:hover {
  box-shadow: 0 5px 5px #d4d3d3;
}
.service_card.active {
  opacity: 1;
  transform: translateY(0);
}

.cloud-task {
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}

.cloud-task_block {
  background: #12B878;
  border-radius: 40px 40px 0 0;
}

.cloud-task_cnt {
  padding: 50px 0 60px 0;
}
.cloud-task_cnt .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}
.cloud-task_cnt .titleh2 h2 {
  color: #ffffff;
}

.task_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.task_itm {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.2s linear;
}
.task_itm:nth-child(2n) {
  transform: translateX(40px);
}
.task_itm.active {
  opacity: 1;
  transform: translateX(0);
}

.task_itm-txt {
  width: 70%;
  padding: 32px 20px;
}
.task_itm-txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #000000;
  margin-bottom: 12px;
}
.task_itm-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #222222;
}

.task_itm-img {
  width: 30%;
  background: #E2F4FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.task_itm-img img {
  width: 95%;
  height: auto;
}

.choose {
  padding: 50px 0 60px 0;
  background: #F6F6F6;
}

.choose_cnt .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}

.choose_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.choose__itm {
  border: 1px solid #DADADA;
  padding: 25px;
  border-radius: 18px;
  background: #fff;
  transform: scale(0.5);
  transition: 0.2s linear;
}
.choose__itm.active {
  transform: scale(1);
}
.choose__itm .choose_icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 25px;
  margin-bottom: 12px;
}
.choose__itm h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 54px;
}
.choose__itm p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #000000;
}

.reviews {
  padding: 50px 0 60px 0;
  background: #12B878;
}

.reviews_cnt .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
.reviews_cnt .titleh2 h2 {
  color: #ffffff;
}

.reviews_list {
  position:relative;
  padding:0 50px;
}
.reviews_list .slick-list{
    overflow:hidden;
}
.reviews_list .slick-list .slick-track{
    display:flex;
}
.reviews_list .slick-list .slick-track .slick-slide{
    margin:0 10px;
}
.reviews_list .slick-list .slick-track .slick-slide div,
.reviews_list .slick-list .slick-track .slick-slide div .reviews_itm
{
    height: 100%;
}
.reviews_list .slick-arrow{
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius:50%;
    background: #ffffff;
    font-size:0;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    z-index: 50;
    transition:0.2s linear;
}
.reviews_list .slick-arrow:hover{
    box-shadow:0 0 7px #09422c;
}
.reviews_list .slick-next{
    right: 0;
}
.reviews_list .slick-prev{
    left:0;
}
.reviews_list .slick-next:before{
    content:'';
    width: 20px;
    height: 20px;
    display:block;
    background: url('../images/icons/arrow-next.png');
    background-size:cover;
    background-repeat:no-repeat;
}
.reviews_list .slick-prev:before{
    content:'';
    width: 20px;
    height: 20px;
    display:block;
    background: url('../images/icons/arrow-back.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.reviews_itm {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews_itm .reviews_itm-txt {
  margin-bottom: 20px;
}
.reviews_itm span {
  display: block;
  margin-bottom: 7px;
}
.reviews_itm h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 12px;
}
.reviews_itm p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000000;
}
.reviews_itm a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #12B878;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}
.reviews_itm a svg {
  margin-left: 7px;
}
.reviews_itm a svg path {
  transition: 0.2s linear;
}
.reviews_itm a:hover {
  color: #D2D2D2;
}
.reviews_itm a:hover svg path {
  stroke: #D2D2D2;
}

.news {
  padding: 50px 0 60px 0;
  background: #F5F5F5;
}

.news_cnt .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
.news_cnt .titleh2 h2 {
  color: #1B1B1B;
}

.news_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.news_itm {
  position: relative;
  background: #fff;
  transition: 0.2s linear;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.2s linear;
}
.news_itm.active {
  transform: translateY(0);
  opacity: 1;
}
.news_itm > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_itm img {
  width: 100%;
  height: auto;
}
.news_itm .news_itm-txt {
  padding: 15px 15px 20px 15px;
}
.news_itm .news_itm-txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  margin-bottom: 8px;
}
.news_itm .news_itm-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(17, 18, 26, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.news_itm:hover {
  box-shadow: 5px 5px 7px #e3e3e3;
}

.have_questions {
  background: #12B878;
  padding: 60px 0;
}

.have_questions_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.have_questions_cnt .titleh2 h2 {
  color: #fff;
}
.have_questions_cnt .titleh2 p {
  color: #fff;
  font-size: 1.5rem;
  max-width: 500px;
}

.have_questions-grey {
  background: #F6F6F6;
}
.have_questions-grey .have_questions_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.have_questions-grey .have_questions_cnt .titleh2 h2 {
  color: #000000;
}
.have_questions-grey .have_questions_cnt .titleh2 p {
  color: #000000;
  max-width: 500px;
}

.tasks_all {
  padding: 50px 0;
  background: #F6F6F6;
}

.tasks_all_cnt .titleh2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.tasks_all_cnt .titleh2 .btn_blue {
  width: auto;
}
.tasks_all_cnt .titleh2 .task-sub-title {
  text-align: center;
}

.tasks_all_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.tasks_all_itm {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  width: 32%;
  margin: 0 0.6% 15px 0.6%;
  box-sizing: border-box;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s linear;
}
.tasks_all_itm.active {
  opacity: 1;
  transform: scale(1);
}
.tasks_all_itm .tasks_all_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 44px;
}
.tasks_all_itm .tasks_all_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #000000;
}

.tasks_all_list2 {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
}

.tasks_all_itm2 {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  margin: 0 0.6% 15px 0.6%;
  box-sizing: border-box;
}
.tasks_all_itm2 .tasks_all_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #000000;
  margin-bottom: 8px;
  
}
.tasks_all_itm2 .tasks_all_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #000000;
}

.possibilities {
  padding: 50px 0;
  background: #fff;
}

.possibilities_cnt .titleh2 {
  text-align: center;
  margin-bottom: 25px;
}

.possibilities_flex {
  display: flex;
  justify-content: space-between;
}

.possibilities_info {
  width: 60%;
}
.possibilities_info > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 25px;
}
.possibilities_info ul li {
  display: flex;
  margin-bottom: 22px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 9px;
}
.possibilities_info ul li:last-child {
  margin-bottom: 0;
}
.possibilities_info ul li img {
  flex-shrink: 0;
  margin-right: 12px;
}
.possibilities_info ul li p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #222222;
}

.possibilities_img {
  width: 30%;
}
.possibilities_img img {
  width: 100%;
}

.offer_all {
  padding: 50px 0;
  background: #12B878;
}

.offer_all_cnt .titleh2 {
  margin-bottom: 25px;
}
.offer_all_cnt .titleh2 h2 {
  color: #fff;
}

.offer_all_flex {
  display: flex;
  justify-content: space-between;
}

.offer_all_info {
  width: 50%;
}
.offer_all_info ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(242, 242, 242, 0.7333333333);
  padding-bottom: 9px;
  margin-bottom: 25px;
}

.offer_all_img {
  position: relative;
  width: 40%;
}
.offer_all_img img {
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
  border-radius: 18px;
}

.presence {
  padding: 50px 0;
  background: #FFFFFF;
}

.presence_cnt .titleh2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}
.presence_cnt .titleh2 h2 {
  max-width: 570px;
}
.presence_cnt .titleh2 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  max-width: 750px;
}
.presence_cnt .titleh2 p span {
  font-weight: 700;
}

.presence_country {
  position: relative;
}
.presence_country img {
  width: 100%;
}
.presence_country.active .country_itm .country_itm_rel::before {
  animation: pulse_country 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}
.presence_country.active .country_itm-tachkent .country_itm_rel::before {
  animation: pulse_country 2s linear infinite;
  animation-delay: calc(1s * var(--i));
}

.country_itm ,.country_itm-tachkent{
  position: absolute;
  top: 24.5%;
  left: 57%;
}
.country_itm .country_itm_rel ,.country_itm-tachkent .country_itm_rel {
  position: relative;
  width: 12px;
  height: 12px;
  background: #12B878;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.country_itm-tachkent .country_itm_rel::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #12B878;
  pointer-events:none;
  border-radius: 50%;
}
.country_itm .country_itm_rel::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #12B878;
  pointer-events:none;
  border-radius: 50%;
}
.country_itm-tachkent .country_itm_rel[data-country] {
  cursor: pointer;
}
.country_itm .country_itm_rel[data-country] {
  cursor: pointer;
}
.country_itm-tachkent .country_itm_rel[data-country]::after {
  content: attr(data-country);
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #12B878;
  white-space: nowrap;
  left: calc(100% + 5px);
  padding: 5px 12px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events:none;
}
.country_itm .country_itm_rel[data-country]::after {
  content: attr(data-country);
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #12B878;
  white-space: nowrap;
  left: calc(100% + 5px);
  padding: 5px 12px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events:none;
}
.country_itm-tachkent .country_itm_rel[data-country]:hover::after {
  opacity: 1;
  content: attr(data-country);
}
.country_itm .country_itm_rel[data-country]:hover::after {
  opacity: 1;
  content: attr(data-country);

}
.country_itm.country_moskow{
    top: 24.5%;
    left: 57%;
}
.country_itm.country_toronto {
  top: 32.7%;
  left: 25.5%;
}
.country_itm.country_amsterdam {
  top: 29.5%;
  left: 47.7%;
}
.country_itm.country_almaty{
  top: 31.3%;
  left: 66.6%;
}
.country_itm.country_astana{
    top: 25.3%;
  left: 62.6%;
}
.country_itm.country_newdjersy {
  top: 38.6%;
  left: 26%;
}
.country_itm:nth-child(6) {
  top: 77%;
  left: 33.2%;
}
.country_itm-tachkent{
    top: 32%;
    left: 64%;
}

.garants {
  padding: 50px 0;
  background: #12B878;
}

.garants_cnt .titleh2 {
  text-align: center;
}
.garants_cnt .titleh2 h2 {
  color: #fff;
}

.garants_list {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 32px;
}

.garants_itm {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.garants_itm span {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px;
  background: #F6F6F6;
  border-radius: 15px;
}
.garants_itm p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
}

.garants-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.garants-group .btn_blue {
  margin-bottom: 10px;
}
.garants-group p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #ffffff;
  text-align: center;
  max-width: 350px;
}
.garants-group p a{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #ffffff;
  transition:0.2s linear;
}
.garants-group p a:hover{
    color: #0b6140;
}

.remote_access {
  padding: 60px 0;
}

.remote_access_cnt .titleh2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.remote_access_cnt .titleh2 h2 {
  margin-bottom: 20px;
}
.remote_access_cnt .titleh2 p {
  max-width: 890px;
}

.services_one {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}
.services_one .btn-back-link {
  margin-top: 25px;
}

.services_one-cnt .titleh1 {
  text-align: center;
  margin-bottom: 25px;
}
.services_one-cnt .titleh1 h1 {
  margin-bottom: 15px;
}

.service_one_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
}

.variant_service {
  padding: 50px 0;
  background: #F6F6F6;
}

.variant_service_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant_service_inf {
  width: 40%;
}
.variant_service_inf p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #000000;
  margin-bottom: 25px;
}

.variant_service_list {
  width: 49%;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.variant_service_itm {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.variant_service_itm .variant-servicep-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #F6F6F6;
  border-radius: 15px;
  margin-bottom: 8px;
}
.variant_service_itm .variant_service-txt {
  text-align: center;
}
.variant_service_itm .variant_service-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
}

.ready-solution {
  padding: 50px 0;
  background: #F6F6F6;
}

.ready-solution_cnt .titleh2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.ready-solution_cnt .titleh2 .btn_blue {
  width: auto;
}

.ready-solution-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.ready-solution_itm {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  width: 32%;
  margin: 0 0.6% 15px 0.6%;
  box-sizing: border-box;
}
.ready-solution_itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 17px;
  background: #F6F6F6;
  margin-bottom: 8px;
}
.ready-solution_itm .ready-solution_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 67px;
}
.ready-solution_itm .ready-solution_txt a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  transition: 0.2s linear;
}
.ready-solution_itm .ready-solution_txt a svg {
  flex-shrink: 0;
  margin-left: 6px;
}
.ready-solution_itm .ready-solution_txt a:hover {
  box-shadow: 0 5px 5px #d9d8d8;
}

.program-service {
  padding: 50px 0;
}

.program-service_cnt .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}
.program-service_cnt .titleh2 h2 {
  margin-bottom: 0;
}

.program-service_flex {
  display: flex;
  justify-content: space-between;
}

.program-service_info {
  width: 49%;
}
.program-service_info ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.program-service_info ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #edebeb;
}

.program-service_img {
  width: 49%;
}
.program-service_img img {
  width: 100%;
}

.offer_in {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}

.offer_in_cnt .titleh1 {
  margin-bottom: 30px;
}

.offer_in_flex {
  display: flex;
  justify-content: space-between;
}

.offer_in_sidebar {
  width: 27%;
  position: relative;
}

.offer_in_text {
  width: 71%;
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
}
.offer_in_text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height:1.8rem;
  color: #000000;
  margin-bottom: 22px;
}
.offer_in_text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height:1.5rem;
  color: #000000;
  margin-bottom: 22px;
}
.offer_in_text > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  display: block;
}
.offer_in_text > span.span_mb {
  margin-bottom: 15px;
}
.offer_in_text > span.txt-gray {
  color: #636363;
}

.offer_in_text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height:1.3rem;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}
.offer_in_text p span {
  color: #12B878;
  font-weight: 700;
}
.offer_in_text a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #12B878;
  display: block;
  margin-bottom: 15px;
}
.offer_in_text table {
  width: 100%;
}
.offer_in_text table.table-gray {
  background: #F6F6F6;
  padding: 15px;
  margin-bottom: 17px;
}
.offer_in_text table.table-gray thead tr th{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}
.offer_in_text table tbody tr {
  width: 100%;
  border-bottom: 1px solid #d4d3d3;
  padding: 5px 0 7px 0;
  margin-bottom: 5px;
}
.offer_in_text table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
}
.offer_in_text table tbody tr td div {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}
.offer_in_text table tbody tr td:last-child {
  display: flex;
  justify-content: end;
  text-align: right;
}
.offer_in_text ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  display: flex;
  margin-bottom: 17px;
}
.offer_in_text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  flex-shrink: 0;
  margin: 6px 6px 0 0;
}

.offer_in_menu {
  position: sticky;
  top: 110px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.offer_in_menu ul li{
    margin-bottom: 10px;
}
.offer_in_menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #636363;
  display: flex;

  min-height: 35px;
}
.offer_in_menu ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #636363;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 7px;
}
.offer_in_menu ul li a:hover {
  color: #12B878;
}
.offer_in_menu ul li a:hover::before {
  background: #12B878;
}

.sla {
  padding: 0 0 50px 0;
  background: #F6F6F6;
}

.sla_cnt .titleh1 {
  margin-bottom: 25px;
}
.sla_cnt .titleh1 h1 {
  max-width: 700px;
  margin-bottom: 15px;
}

.news_all {
  background: #F6F6F6;
  padding: 0 0 60px 0;
}

.news_all_cnt .titleh1 {
  text-align: center;
  margin-bottom: 25px;
}

.news_all_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
  margin-bottom: 30px;
}

.blog_all {
  background: #F6F6F6;
  padding: 0 0 60px 0;
}

.blog_all_cnt .titleh1 {
  text-align: center;
  margin-bottom: 25px;
}

.blog_all_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
  margin-bottom: 30px;
}

.blog_itm {
  position: relative;
  background: #fff;
  transition: 0.2s linear;
  transform: translateY(30px);
  opacity: 0;
}
.blog_itm.active {
  transform: translateY(0);
  opacity: 1;
}
.blog_itm > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_itm img {
  width: 100%;
  height: auto;
}
.blog_itm .blog_itm-txt {
  padding: 15px 15px 20px 15px;
}
.blog_itm .blog_itm-txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  margin-bottom: 8px;
}
.blog_itm .blog_itm-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(17, 18, 26, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.blog_itm:hover {
  box-shadow: 5px 5px 7px #e3e3e3;
}

.news_one {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}
.news_one .btn-back-link {
  margin-top: 25px;
}

.news_one_cnt {
  background: #fff;
  border-radius: 18px;
  padding: 25px 30px 30px 30px;
}
.news_one_cnt .titleh1 {
  margin-bottom: 25px;
}
.news_one_cnt .titleh1 .data_one {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #949393;
  display: inline-block;
  margin-bottom: 16px;
}
.news_one_cnt .titleh1 h1 {
  max-width: 700px;
}

.news_one-txt {
  margin-bottom: 25px;
}
.news_one-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000000;
  max-width: 800px;
}

.news_one_img {
  margin-bottom: 25px;
}
.news_one_img img {
  width: 100%;
  height: auto;
}

.news_one-modx_content h2{
    margin-bottom: 20px;
}
.news_one-modx_content h4{
    margin-bottom: 15px;
}

.news_one-modx_content p{
    font-size:1rem;
    line-height:1.2rem;
    margin-bottom: 15px;
}

.news_one-modx_content span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
  display: inline-block;
  margin-bottom: 12px;
}
.news_one-modx_content ul {
  margin-bottom: 20px;
}
.news_one-modx_content ul li {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 12px;
}
.news_one-modx_content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 12px;
}
.news_one-modx_content table {
  width: 100%;
  margin-bottom: 20px;
}
.news_one-modx_content table.table-gray {
  background: #F6F6F6;
  padding: 15px;
}
.news_one-modx_content table tbody tr {
  display: grid;
  grid-template-columns: 25% 75%;
  width: 100%;
  border-bottom: 1px solid #d4d3d3;
  padding: 5px 0 7px 0;
  margin-bottom: 5px;
}
.news_one-modx_content table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
}
.news_one-modx_content table tbody tr td:first-child {
  border-right: 1px solid #d4d3d3;
  padding-right: 5px;
}
.news_one-modx_content table tbody tr td div {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}
.news_one-modx_content table tbody tr td:last-child {
  display: flex;
  justify-content: end;
  text-align: right;
}

.contacts {
  padding: 0 0 50px 0;
  background: #F6F6F6;
}

.contacts_cnt .titleh1 {
  margin-bottom: 25px;
}

.contacts_mail-group {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.contacts_mail-itm h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
}
.contacts_mail-itm a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #12B878;
  transition: 0.2s linear;
}
.contacts_mail-itm a:hover {
  color: #0b734b;
}

.recvizites {
  padding: 50px 0;
  background: #fff;
}

.recvizites_cnt .titleh2 {
  margin-bottom: 25px;
}
.recvizites_cnt .titleh2 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

.recvizites_table table {
  width: 100%;
}
.recvizites_table table.table-gray {
  background: #F6F6F6;
  padding: 15px;
}
.recvizites_table table tbody tr {
  display: grid;
  grid-template-columns: 25% 75%;
  width: 100%;
  border-bottom: 1px solid #d4d3d3;
  padding: 5px 0 7px 0;
  margin-bottom: 5px;
}
.recvizites_table table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
}
.recvizites_table table tbody tr td:first-child {
  border-right: 1px solid #d4d3d3;
  padding-right: 5px;
}
.recvizites_table table tbody tr td div {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}
.recvizites_table table tbody tr td:last-child {
  display: flex;
  justify-content: end;
  text-align: right;
}

.products {
  background: #12B878;
  padding: 0 0 60px 0;
}

.products_cnt .titleh1 {
  text-align: center;
  margin-bottom: 25px;
}
.products_cnt .titleh1 h1 {
  color: #fff;
}

.products_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.product_itm {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-sizing: border-box;
}
.product_itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 17px;
  background: #F6F6F6;
  margin-bottom: 8px;
}
.product_itm .product_txt {
  margin-bottom: 12px;
  min-height: 60px;
}
.product_itm .product_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin-bottom: 10px;
}
.product_itm .product_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #7f7e7e;
}
.product_itm .product_txt a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  transition: 0.2s linear;
}
.product_itm .product_txt a:hover {
  box-shadow: 0 5px 5px #d9d8d8;
}
.product_itm a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  transition: 0.2s linear;
}
.product_itm a svg {
  flex-shrink: 0;
  margin-left: 7px;
}
.product_itm a:hover {
  box-shadow: 0 5px 5px #d9d8d8;
}

.popular_service {
  background: #F6F6F6;
  padding: 50px 0;
}

.popular_service_cnt .titleh2 {
  text-align: center;
  margin-bottom: 25px;
}

.popular_service_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.terms {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}

.terms_cnt .titleh1 {
  text-align: center;
  margin-bottom: 17px;
}
.terms_cnt .titleh1 h1 {
  margin-bottom: 15px;
}

.terms_list-group .group-title {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.terms_list-group .group-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
}
.terms_list-group .group-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #12B878;
  margin-left: 7px;
  transition: 0.2s linear;
}
.terms_list-group .group-title a:hover {
  color: #0b734b;
}

.terms_flex {
  display: flex;
  justify-content: space-between;
}

.terms_sidebar {
  width: 27%;
  position: relative;
}

.terms_list {
  width: 71%;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.terms_menu {
  position: sticky;
  top: 110px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.terms_menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #636363;
  display: flex;
  align-items: center;
  min-height: 35px;
}
.terms_menu ul li a:hover {
  color: #12B878;
}

.term_itm {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.term_itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #F6F6F6;
  border-radius: 18px;
  margin-bottom: 10px;
}
.term_itm .term_itm-txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 8px;
}
.term_itm .term_itm-txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 57px;
}
.term_itm .term_itm-txt a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}
.term_itm .term_itm-txt a svg {
  flex-shrink: 0;
  margin-left: 6px;
  transition: 0.2s linear;
}
.term_itm .term_itm-txt a:hover {
  color: #12B878;
}
.term_itm .term_itm-txt a:hover svg {
  fill: #12B878;
}

.what_deckhouse {
  padding: 50px 0;
  background: #fff;
}

.what_deckhouse_cnt .titleh2 h2 {
  margin-bottom: 17px;
  text-align: center;
}
.what_deckhouse_cnt .titleh2 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #000000;
  margin-top: 15px;
}
.what_deckhouse_cnt .titleh2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #000000;
}
.what_deckhouse_cnt .titleh2 span span {
  font-weight: 700;
}

.module {
  padding: 50px 0;
  background: #F6F6F6;
}

.module_cnt .titleh2 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.module_cnt .titleh2 h2 {
  max-width: 700px;
}

.module_list {
  display: grid;
  grid-template-columns: 13.5% 13.5% 13.5% 13.5% 13.5% 13.5% 13.5%;
  column-gap: 0.91%;
  row-gap: 12px;
}

.module_itm {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 18px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-30px);
  opacity: 0;
}
.module_itm.active {
  animation: fade_down 0.2s linear forwards;
  animation-delay: calc(0.1s * var(--c));
}
.module_itm h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 10px;
}
.module_itm button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: none;
}
.module_itm button[all-title]:after {
  position: absolute;
  top: 100%;
  content: "";
}
.module_itm button[all-title]:hover:after {
  position: absolute;
  content: attr(all-title);
  width: auto;
  background: #12B878;
  border-radius: 7px;
  top: 100%;
  color: #ffffff;
}
.module_itm button:hover svg {
  fill: #0b734b;
}

.params {
  padding: 50px 0;
  background: #fff;
}

.params_cnt .titleh2 {
  text-align: center;
  margin-bottom: 25px;
}

.params_flex {
  display: flex;
  justify-content: space-between;
}

.params_list {
  width: 49%;
}
.params_list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.params_list ul li {
  display: flex;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEDED;
}
.params_list ul li:last-child {
  margin-bottom: 0;
}
.params_list ul li img {
  flex-shrink: 0;
  margin-right: 12px;
}
.params_list ul li p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #000000;
}

.params_img {
  width: 40%;
}
.params_img img {
  width: 100%;
}

.adv {
  background: #fff;
}

.adv_block {
  padding: 50px 0;
  background: #12B878;
  border-radius: 40px 40px 0 0;
}

.adv_cnt .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}
.adv_cnt .titleh2 h2 {
  color: #fff;
}

.adv_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  column-gap: 15px;
}

.adv_itm {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adv_itm p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height:1.5rem;
  color: #000000;
  margin-bottom: 18px;
}
.adv_itm span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E2F4FF;
  border-radius: 18px;
  padding: 25px 0;
}

.base_know {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}
.base_know .btn-back-link {
  margin-top: 25px;
}

.base_know_cnt .titleh1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.base_know_cnt .titleh1 h1 {
  margin-bottom: 20px;
}

.group_inp_search {
  display: flex;
  align-items: center;
  width: 60%;
  border: 1px solid #75f1c2;
  border-radius: 10px;
  overflow: hidden;
}
.group_inp_search input {
  height: 50px;
  width: calc(100% - 50px);
  padding: 0 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
.group_inp_search .btn-search {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  transition: 0.2s linear;
}
.group_inp_search .btn-search:hover {
  background: #95efcc;
}

.popular_terms_cnt .titleh2 {
  text-align: center;
  margin-bottom: 25px;
}
.popular_terms_cnt .titleh2 h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.popular_cat-terms_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
}

.popular_cat-terms_itm {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-30px);
  opacity: 0;
}
.popular_cat-terms_itm.active {
  animation: fade_down 0.3s linear forwards;
  animation-delay: calc(0.1s * var(--i));
}
.popular_cat-terms_itm a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}
.popular_cat-terms_itm a svg {
  flex-shrink: 0;
  margin-left: 8px;
  transition: 0.2s linear;
}
.popular_cat-terms_itm a:hover {
  color: #12B878;
}
.popular_cat-terms_itm a:hover svg {
  fill: #12B878;
}

.popular_terms_txt {
  margin-bottom: 12px;
}
.popular_terms_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
}
.popular_terms_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}

.instruction_popular {
  padding: 50px 0;
  background: #fff;
}

.instruction_popular_flex {
  display: flex;
  justify-content: space-between;
}

.instruction_popular_block {
  width: 45%;
}
.instruction_popular_block h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 17px;
}
.instruction_popular_block ul li {
  display: flex;
  margin-bottom: 17px;
}
.instruction_popular_block ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #626262;
  margin: 3px 9px 0 0;
}
.instruction_popular_block ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #12B878;
  transition: 0.2s linear;
}
.instruction_popular_block ul li a:hover {
  color: #0b734b;
}

.development_cat {
  background: #F6F6F6;
  padding: 20px 0 50px 0;
}

.development_cat_cnt .titleh1 {
  margin-bottom: 30px;
}

.development_flex {
  display: flex;
  justify-content: space-between;
}

.development_sidebar {
  position: relative;
  width: 27%;
}

.development_info {
  width: 71%;
}

.development_menu {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 20px 15px;
}
.development_menu ul li {
  border: 1px solid #EAECED;
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 12px;
}
.development_menu ul li:last-child {
  margin-bottom: 0;
}
.development_menu ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.development_menu ul li span a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.development_menu ul li span .btn_dev-menu {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
}
.development_menu ul li span .btn_dev-menu:hover svg {
  fill: #12B878;
}
.development_menu ul li span .btn_dev-menu.active svg {
  fill: #12B878;
  transform: rotate(180deg);
}
.development_menu ul li > ul {
  display: none;
}
.development_menu ul li > ul.active {
  display: block;
}
.development_menu ul li > ul li {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.development_menu ul li > ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.development_menu ul li > ul li a:hover {
  color: #12B878;
}
.development_menu ul li.active {
  border: 1px solid #12B878;
}
.development_menu ul li.active > span a {
  color: #12B878;
}

.development_list-inf {
  margin-bottom: 25px;
}

.development_itm-inf {
  background: #fff;
  border-radius: 18px;
  padding: 10px 15px;
  margin-bottom: 12px;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.3s linear;
}
.development_itm-inf.active {
  transform: translateY(0);
  opacity: 1;
}

.development_itm_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.development_itm_header span a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000000;
  transition:0.2s linear;
}
.development_itm_header span a:hover{
    color: #12B878;
}
.development_itm_header .dev-itm-open {
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  cursor: pointer;
}
.development_itm_header .dev-itm-open:hover svg {
  fill: #12B878;
}
.development_itm_header .dev-itm-open.active svg {
  fill: #12B878;
  transform: rotate(180deg);
}

.development_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.development_footer .dev-data {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #626262;
}

.dev_git-group {
  display: flex;
}
.dev_git-group .git-l{
  padding: 5px 12px;
  background: rgba(18, 184, 120, 0.1019607843);
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #12B878;
  margin-right: 10px;
  display:flex;
  align-items:center;
  min-height: 30px;
}
.dev_git-group .git-l a{
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #12B878;
}
.dev_git-group .git-l a:hover{
    color: #0c6342;
}
.dev_git-group .git-l:last-child{
  margin-right: 0;
}

.development-itm_txt {
  padding: 10px 0;
  display: none;
}
.development-itm_txt p{
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height:1.3rem;
  color:#000000;
}
.development-itm_txt.active {
  display: block;
}

.development_one {
  background: #F6F6F6;
  padding: 20px 0 50px 0;
}

.development_one_cnt .titleh1 {
  margin-bottom: 30px;
}

.development_one_content {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 25px;
}
.development_one_content .titleh2 {
  margin-bottom: 20px;
}
.development_one_content .titleh2 h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.development_one-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.development_one-header > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #626262;
}

.development_one-img {
  margin-bottom: 15px;
}
.development_one-img img {
  width: 100%;
  height: auto;
}

.development_one_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height:1.3rem;
  color: #000000;
  margin-bottom: 12px;
}
.development_one_txt pre{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height:1.3rem;
  color: #000000;
  margin-bottom: 12px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(18, 184, 120, 0.2392156863);
  padding:12px;
  border-radius:7px;
}
.development_one_txt code{
    display:block;
    background: rgba(18, 184, 120, 0.2392156863);
    padding:12px;
  border-radius:7px;
}
.development_one_txt p a{
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height:1.3rem;
  color: #12B878;
  transition:0.2s linear;
}
.development_one_txt p a:hover{
    color: #0c6342;
}
.development_one_txt ul{
    margin-bottom: 16px;
}
.development_one_txt ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height:1.2rem;
  color: #000000;
  margin-bottom: 12px;
  background:rgba(18, 184, 120, 0.2392156863);
  padding: 12px;
  border-radius: 7px;
}
.development_one_txt h2{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height:1.6rem;
  color: #000000;
  margin-bottom: 17px;
}
.development_one_txt h3{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #000000;
  margin-bottom: 12px;
}
.development_one_txt span {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 17px;
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #636363;
  margin: 15px 0;
}
.development_one_txt b {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 15px;
}
.development_one_txt ol {
  margin-bottom: 20px;
}
.development_one_txt ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 12px;
}
.development_one_txt table {
  width: 100%;
  border-radius: 13px;
  width: 100%;padding:12px;
  margin-bottom: 15px;
}
.development_one_txt table.table-gray {
  background: #F6F6F6;
  padding: 15px;
}
.development_one_txt table tbody tr {
  
  border-bottom: 1px solid #d4d3d3;
  margin-bottom: 5px;
}

.development_one_txt table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  padding:10px;
  color: #000000;
}
.development_one_txt table tbody tr td div {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: end;
  text-align: right;font-size: 0.9rem;
  color: #000000;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}
.development_one_txt table tbody tr td:last-child {
  
}

.dev-post-control-group {
  display: flex;
  justify-content: space-between;
}

.dev-post_btn-col {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.dev-post_btn-col a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  color: #8E8E93;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.2s linear;
}
.dev-post_btn-col a[all-title]:after {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}
.dev-post_btn-col a[all-title]:hover:after {
  position: absolute;
  content: attr(all-title);
  background: #12B878;
}
.dev-post_btn-col a svg {
  flex-shrink: 0;
  margin-right: 10px;
  transition: 0.2s linear;
}
.dev-post_btn-col a:hover {
  color: #12B878;
}
.dev-post_btn-col a:hover svg {
  fill: #12B878;
}
.dev-post_btn-col .name_post {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height:1.3rem;
  color: #0F0F0F;
  margin-bottom: 10px;
}
.dev-post_btn-col:last-child {
  align-items: end;
}
.dev-post_btn-col:last-child a {
  justify-content: end;
}
.dev-post_btn-col:last-child a[all-title]:after {
  right: 0;
}
.dev-post_btn-col:last-child a svg {
  margin: 0 0 0 10px;
}

.about {
  background: #F6F6F6;
  padding: 0 0 50px 0;
}

.about_block {
  display: flex;
  justify-content: space-between;
}

.about_sidebar {
  width: 27%;
}

.about_cnt {
  width: 71%;
  overflow: hidden;
}

.about_menu {
  position: sticky;
  top: 110px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.about_menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #636363;
  display: flex;
  align-items: center;
  min-height: 35px;
  transition: 0.2s linear;
}
.about_menu ul li a:hover {
  color: #12B878;
}

.about_banner-top {
  background: #12B878;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}

.about_banner-inf {
  width: 70%;
  padding: 40px 0 40px 40px;
}
.about_banner-inf .titleh2 h2 {
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  margin-bottom: 15px;
}
.about_banner-inf .titleh2 p {
  color: #fff;
}

.about_banner_img {
  position: relative;
  width: 30%;
  height: 100%;
}
.about_banner_img img {
  width: 100%;
  position: absolute;
}

.about_info {
  background: #fff;
  border-radius: 18px;
  padding: 35px 20px;
  margin-bottom: 25px;
}
.about_info .titleh1 {
  text-align: center;
  margin-bottom: 25px;
}
.about_info .titleh1 h1 {
  margin-bottom: 17px;
}
.about_info .titleh1 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #000000;
}
.wy_capabiliti h2{
    text-align:center;
    margin-bottom: 17px;
}
.about_info .wy_capabiliti h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
.about_info .wy_capabiliti > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height:1.4rem;
  color: #000000;
  margin-bottom: 35px;
  text-align: center;
}

.equipment_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.equipment_item {
  background: #fff;
  border-radius: 17px;
  border: 1px solid #DADADA;
  padding: 16px;
  transform: translateX(-30px);
  transition: 0.3s linear;
  opacity: 0;
}
.equipment_item:nth-child(2n) {
  transform: translateX(30px);
}
.equipment_item.active {
  opacity: 1;
  transform: translateX(0);
}
.equipment_item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 17px;
  background: #F6F6F6;
  margin-bottom: 10px;
}
.equipment_item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}

.news_and_blog_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.news_and_blog_item {
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
}
.news_and_blog_item img {
  width: 100%;
  height: auto;
}
.news_and_blog_item .news_and_blo_txt {
  padding: 15px 15px 22px 15px;
}
.news_and_blog_item .news_and_blo_txt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
}
.news_and_blog_item .news_and_blo_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 10px;
}
.news_and_blog_item .news_and_blo_txt a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #12B878;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
}
.news_and_blog_item .news_and_blo_txt a svg {
  transition: 0.2s linear;
  flex-shrink: 0;
  margin-left: 7px;
}
.news_and_blog_item .news_and_blo_txt a:hover {
  color: #0b734b;
}
.news_and_blog_item .news_and_blo_txt a:hover svg {
  fill: #0b734b;
}

.adv_task {
  padding: 50px 0;
  background: #12B878;
}

.adv_task_cnt .titleh2 {
  text-align: center;
  margin-bottom: 32px;
}
.adv_task_cnt .titleh2 h2 {
  color: #fff;
}

.adv_task_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.adv_task_item {
  background: #fff;
  border-radius: 15px;
  padding: 17px;
}
.adv_task_item .adv_task_item-count {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.adv_task_item .adv_task_item-count span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #12B878;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  z-index: 1;
}
.adv_task_item .adv_task_item-count::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #57f187;
  transform: translate(20px, 0);
  z-index: 0;
}
.adv_task_item h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 7px;
  min-height: 43px;
}
.adv_task_item p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.tariff-plans {
  background: #12B878;
}

.tariff-plans_bg {
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  padding: 50px 0;
}

.tariff-plans_cnt .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}
.tariff-plans_cnt .btn_blue {
  margin: 0 auto;
}

.tariff-plans_table {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 25px;
}
.tariff-plans_table::-webkit-scrollbar {
  height: 5px;
}
.tariff-plans_table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tariff-plans_table::-webkit-scrollbar-thumb {
  background: #888;
}
.tariff-plans_table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tariff-plans_table .table-plans-rows {
  min-width: 700px;
}
.tariff-plans_table .table-plans-rows .table-plans-columns {
  display: grid;
  grid-template-columns: 20% 80%;
  background: #c0eaf3;
}
.tariff-plans_table .table-plans-rows .table-plans-columns:nth-child(1), .tariff-plans_table .table-plans-rows .table-plans-columns:nth-child(2) {
  background: #e1e1e1;
}
.tariff-plans_table .table-plans-rows .table-plans-columns:nth-child(4), .tariff-plans_table .table-plans-rows .table-plans-columns:nth-child(6) {
  background: #7fc9ad;
}
.tariff-plans_table .table-plans-rows .table-plans-columns .plans-col div {
  padding: 15px;
  border-right: 1px solid rgba(11, 115, 75, 0.5137254902);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #000000;
}
.tariff-plans_table .table-plans-rows .table-plans-columns .plans-col div:last-child {
  border-right: none;
}
.tariff-plans_table .table-plans-rows .table-plans-columns .plans-col.plans-col-header {
  border-right: 1px solid rgba(11, 115, 75, 0.5137254902);
}
.tariff-plans_table .table-plans-rows .table-plans-columns .plans-col.plans-col-3 {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.tariff-plans_table .table-plans-rows .table-plans-columns .plans-col.plans-col-9 {
  display: grid;
  grid-template-columns: 11% 11% 11% 11% 11% 11% 11% 11% 11%;
}

.alternative_adv_bg {
  background: #12B878;
  padding: 50px 0;
}

.alternative_adv_cnt .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
.alternative_adv_cnt .titleh2 h2 {
  color: #fff;
}

.alternative_adv_fkex {
  display: flex;
  justify-content: space-between;
}

.alternative_adv_list {
  width: 62%;
}

.alternative_adv_image {
  position: relative;
  width: 35%;
}
.alternative_adv_image img {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 18px;
}

.alternative_adv_item {
  background: #fff;
  border-radius: 17px;
  padding: 25px;
  margin-bottom: 15px;
}
.alternative_adv_item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.alternative_adv_item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 350px;
}

.alternative_garant_bg {
  background: #12B878;
  padding: 50px 0;
}

.alternative_garant_cnt .titleh2 {
  text-align: center;
  margin-bottom: 35px;
}
.alternative_garant_cnt .titleh2 h2 {
  color: #fff;
}

.alternative_garant_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
  margin-bottom: 25px;
}

.alternative_garant_item {
  background: #fff;
  border-radius: 17px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.alternative_garant_icon {
  width: 90px;
}
.alternative_garant_icon span {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 10px;
  box-sizing: border-box;
}
.alternative_garant_icon span img {
  width: 100%;
}

.alternative_garant_txt {
  width: calc(100% - 110px);
}
.alternative_garant_txt h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.alternative_garant_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height:1.3rem;
}

.alternative_control {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alternative_control .btn_blue {
  margin-bottom: 10px;
}
.alternative_control .btn_blue svg {
  margin-left: 7px;
}
.alternative_control p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  max-width: 320px;
}

.footer {
  background: #ffffff;
}

.footer_cnt {
  display: flex;
  justify-content: space-between;
  padding: 42px 0 0 0;
}

.footer_logo {
  width: 15%;
}
.footer_logo img {
  width: 100%;
  height: auto;
}

.footer_menu {
  width: 60%;
}
.footer_menu ul {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 6px;
}
.footer_menu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  border: 1px solid rgba(18, 184, 120, 0.3490196078);
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  box-sizing: border-box;
}
.footer_menu ul li a svg {
  margin-right: 9px;
}
.footer_menu ul li a:hover {
  color: #12B878;
}
.footer_menu ul li:last-child a {
  border: none;
  font-weight: 700;
  color: #0a66c2;
}
.footer_menu ul li:last-child a:hover {
  color: #0b734b;
}
.footer_menu ul li:last-child a:hover svg {
  fill: #0b734b;
}

.footer_phone {
  width: 21%;
  display: flex;
  justify-content: end;
  align-items: start;
}
.footer_phone .header_group .header_phone-icon {
  background: #ffffff;
}
.footer_phone .header_group .header_phone a:hover {
  color: #12B878;
}

.footer_copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.footer_copy span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
}

.copy_web-studio span {
  display: flex;
}
.copy_web-studio span a {
  margin: 0 0 0 5px;
  display: block;
}
.copy_web-studio span a img {
  width: 100px;
}

.hero-all {
  position: relative;
  display: block;
  background: #12B878;
  overflow: hidden;
}

.decore_hero {
  position: absolute;
  right: -6%;
  bottom: -70px;
  width: 23%;
}
.decore_hero img {
  width: 100%;
}

.hero-all_cnt {
  display: grid;
  grid-template-columns: 63% 35%;
  column-gap: 2%;
  row-gap: 30px;
  padding: 30px 0;
}
.hero-all_cnt .hero_txt {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.hero-all_cnt .hero_txt h1 {
  font-size: 3.2rem;
  line-height: 3.4rem;
  margin-bottom: 18px;
}
.hero-all_cnt .hero_txt p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height:2rem;
  color: #ffffff;
  max-width: 760px;
}
.hero-all_cnt .hero_outh {
  grid-row-start: 1;
  grid-row-end: 3;
}
.hero-all_cnt .hero_outh .btn_blue {
  width: 100%;
  box-sizing: border-box;
}
.hero-all_cnt .hero_form_register {
  position: relative;
  background: #ffffff;
  border-radius: 17px;
  padding: 40px 20px;
}
.hero-all_cnt .hero_form_register h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}
.hero-all_cnt .hero_form_register p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}
.hero-all_cnt .hero_form_register input {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  margin-bottom: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #434343;
}
.hero-all_cnt .hero_form_register .btn_all {
  width: 100%;
  margin-bottom: 12px;
}
.hero-all_cnt .hero_form_register span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #434343;
}
.hero-all_cnt .hero_form_register span a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #434343;
  border-bottom: 1px solid #434343;
}
.hero-all_cnt .hero_list {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.hero-all_cnt .hero_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.hero-all_cnt .hero_list ul li img {
  flex-shrink: 0;
  margin-right: 7px;
}
.hero-all_cnt .hero_list ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #ffffff;
}
.hero-all_cnt.py-60 {
  padding: 60px 0;
}

.hero_supply .hero_cnt {
  padding: 40px 0;
}
.hero_supply .hero_cnt .hero_txt h1 {
  max-width: 800px;
  margin-bottom: 0;
}
.hero_supply .hero_cnt .hero_list ul li {
  margin-bottom: 15px;
}

.hero_program .hero_cnt {
  display: grid;
  grid-template-columns: 75% 23%;
  column-gap: 2%;
  padding: 30px 0;
}
.hero_program .hero_cnt .hero_txt h1 {
  max-width: 100%;
}
.hero_program .hero_cnt .hero_img {
  position: relative;
  display: flex;
  align-items: end;
}
.hero_program .hero_cnt .hero_img img {
  width: 100%;
}
.hero_program .hero_cnt .hero_list ul li {
  margin-bottom: 15px;
}
.hero_program .hero_cnt .hero_list ul li:last-child {
  margin-bottom: 0;
}

.kubernetes_program .hero_cnt {
  display: grid;
  grid-template-columns: 70% 28%;
  column-gap: 2%;
  padding: 30px 0;
}
.kubernetes_program .hero_cnt .hero_txt h1 {
  max-width: 100%;
}
.kubernetes_program .hero_cnt .hero_txt p {
  font-size: 1.6rem;
  margin-bottom: 17px;
  font-weight: 600;
}
.kubernetes_program .hero_cnt .hero_img {
  position: relative;
  display: flex;
  align-items: end;
}
.kubernetes_program .hero_cnt .hero_img img {
  width: 100%;
}
.kubernetes_program .hero_cnt .hero_list ul li {
  margin-bottom: 15px;
}
.kubernetes_program .hero_cnt .hero_list ul li:last-child {
  margin-bottom: 0;
}
.kubernetes_program .hero_cnt .hero_list .btn_blue {
  min-width: 450px;
}

.module_more {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 3000;
}
.module_more.active {
  display: flex;
}

.module_more_cnt {
  position: relative;
  width: 450px;
  padding: 60px 30px 30px 30px;
  background: #fff;
  border-radius: 18px;
  height: 70%;
}
.module_more_cnt p strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  display:inline-block;
}
.module_more_cnt p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 10px;
}
.module_more_cnt ul li{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 10px;
    background: rgba(18, 184, 120, 0.2392156863);
    border-radius:7px;
    padding:12px;
}
.module_more_cnt ol,.module_more_cnt ul{
    margin-bottom: 15px;
}
.module_more_cnt ol li{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 10px;
}

.close_module {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
}
.close_module svg {
  margin-top: 3px;
}
.close_module:hover svg {
  fill: #12B878;
}

.module_more-txt {
  overflow-y: scroll;
  padding-right: 10px;
  height: 80%;
}
.module_more-txt::-webkit-scrollbar {
  width: 8px;
}
.module_more-txt::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.module_more-txt::-webkit-scrollbar-thumb {
  background: #888;
}
.module_more-txt::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.module_more-txt span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 8px;
}
.module_more-txt ol {
  list-style: none;
  counter-reset: item;
}
.module_more-txt ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000000;
  padding-left: 17px;
}
.module_more-txt ol li:before {
  position: absolute;
  left: 0;
  content: counter(item) ".";
}
.module_more-txt ol li > ul {
  counter-reset: none;
}
.module_more-txt ol li > ul > li {
  counter-increment: none;
  padding-left: 12px;
  display: flex;
}
.module_more-txt ol li > ul > li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  margin-top: 7px;
}

@keyframes menu-fade-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pulse_country {
  0%, 50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(6);
  }
}
@keyframes progress-anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade_down {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .titleh1 h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .titleh1 p {
    font-size: 1.1rem;
  }
  .titleh2 h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .titleh2 p {
    font-size: 1.1rem;
  }
  .decore_hero {
    display: none;
  }
  .hero_cnt {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .hero_cnt .hero_txt {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero_cnt .hero_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    justify-content: center;
  }
  .hero_cnt .hero_img img {
    width: 40%;
    margin: 0 auto;
  }
  .hero_cnt .hero_list {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    justify-content: center;
  }
  .hero_cnt .hero_txt p {
    font-size: 1.1rem;
  }
  .hero_program .hero_cnt {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .hero_program .hero_cnt .hero_img img {
    width: 40%;
    margin: 0 auto;
  }
  .hero_program .hero_cnt .hero_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kubernetes_program .hero_cnt {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .kubernetes_program .hero_cnt .hero_img {
    margin-bottom: 12px;
  }
  .kubernetes_program .hero_cnt .hero_img img {
    width: 50%;
    margin: 0 auto;
  }
  .kubernetes_program .hero_cnt .hero_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-all_cnt {
    display: block;
  }
  .hero-all_cnt .hero_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-all_cnt .hero_txt h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 18px;
  }
  .hero_supply .hero_cnt .hero_txt h1 {
    margin-bottom: 18px;
  }
  .service_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .service_one_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .what_deckhouse_cnt .titleh2 {
    text-align: center;
  }
}
@media screen and (max-width: 1090px) {
  .adv_task_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .footer_cnt {
    flex-wrap: wrap;
    align-items: center;
  }
  .footer_logo {
    width: 15%;
  }
  .footer_menu {
    order: 3;
    width: 100%;
    margin-top: 12px;
  }
  .footer_phone {
    order: 2;
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .block-pagination {
    flex-direction: column;
    align-items: start;
  }
  .block-pagination .btn-back-link {
    order: 2;
  }
  .block-pagination .pagination {
    order: 1;
    margin-bottom: 12px;
  }
  .header_menu {
    display: none;
  }
  .btn_burger {
    display: flex;
  }
  .header_group .header_phone_group {
    display: none;
  }
  .header_logo img {
    width: 110px;
    height: auto;
  }
  .hero-all_cnt {
    display: block;
  }
  .hero-all_cnt .hero_txt {
    margin-bottom: 12px;
  }
  .hero-all_cnt .hero_outh {
    margin-bottom: 25px;
  }
  .tasks_all_list2 {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 15px;
  }
  .tasks_all_itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .tasks_all_itm .tasks_all_txt {
    text-align: center;
  }
  .tasks_all_itm .tasks_all_txt h3 {
    margin-bottom: 15px;
    min-height: auto;
  }
  .ready-solution_itm {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .offer_all_flex {
    flex-direction: column;
  }
  .offer_all_info {
    width: 100%;
  }
  .offer_all_img {
    width: 100%;
  }
  .variant_service_cnt {
    flex-direction: column;
  }
  .variant_service_inf {
    width: 100%;
    text-align: center;
  }
  .variant_service_inf p {
    font-size: 1.2rem;
  }
  .variant_service_list {
    width: 100%;
  }
  .task_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .choose_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .reviews_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .program-service_flex {
    flex-direction: column;
  }
  .program-service_info {
    width: 100%;
    order: 2;
  }
  .program-service_img {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
  }
  .offer_in_flex {
    flex-direction: column;
  }
  .offer_in_sidebar {
    width: 100%;
    margin-bottom: 16px;
  }
  .offer_in_text {
    width: 100%;
  }
  
  .contacts_mail-group {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 4px;
  }
  .contacts_mail-itm {
    background: #ffffff;
    padding: 20px;
  }
  .contacts_mail-itm:first-child {
    border-radius: 12px 12px 0 0;
  }
  .contacts_mail-itm:last-child {
    border-radius: 0 0 12px 12px;
  }
  .products_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .popular_service_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .terms_flex {
    flex-direction: column;
  }
  .terms_sidebar {
    width: 100%;
    margin-bottom: 15px;
  }
  .terms_list {
    width: 100%;
  }
  .module_list {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 12px;
  }
  .params_flex {
    flex-direction: column;
  }
  .params_list {
    width: 100%;
    order: 2;
  }
  .params_list ul li p {
    font-size: 1rem;
    line-height:1.3rem;
  }
  .params_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .params_img img {
    display: block;
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .adv_list {
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 15px;
  }
  .possibilities_flex {
    flex-direction: column;
  }
  .possibilities_info {
    width: 100%;
    order: 2;
  }
  .possibilities_img {
    width: 100%;
    order: 1;
  }
  .possibilities_img img {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .popular_cat-terms_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .development_flex {
    flex-direction: column;
  }
  .development_sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .development_info {
    width: 100%;
  }
  .about_block {
    flex-direction: column;
  }
  .about_sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_cnt {
    width: 100%;
  }
  .alternative_adv_fkex {
    flex-direction: column;
  }
  .alternative_adv_list {
    width: 100%;
  }
  .alternative_adv_image {
    width: 100%;
  }
  .module_itm.active {
    animation-delay: 0s;
  }
  .footer_copy {
    flex-direction: column;
  }
  .copy_company {
    margin-bottom: 10px;
  }
  
  .development_one-header{
      flex-wrap:wrap;
  }
  .dev_git-group{
      margin-top: 12px;
      flex-wrap:wrap;
  }
  .dev_git-group .git-l{
      margin: 0 10px 10px 0;
  }
  .development_footer{
      flex-direction:column;
      align-items:start;
      height:auto;
  }
  .possibilities_info ul li p{
      font-size:1rem;
      line-height:1.3rem;
  }
  .reviews_list {
      padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  .service_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .service_one_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .news_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .news_all_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .blog_all_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .have_questions_cnt {
    flex-direction: column;
  }
  .have_questions_cnt .titleh2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
  }
  .have_questions_cnt .btn_blue {
    width: 100%;
  }
  .copy_company {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .copy_company span:first-child {
    margin-bottom: 10px;
  }
  .ready-solution_itm .ready-solution_txt h3 {
    min-height: 60px;
  }
  .offer_in_text {
    padding: 20px 20px;
  }
  .offer_in_text > table tbody tr td div {
    font-size: 0.8rem;
  }
  .development_one_txt:has(table){
      overflow-x: auto;
      margin-bottom: 17px;
  }
  .development_one_txt table{
      min-width:768px;
  }
  .development_one_txt table tbody tr td div {
    font-size: 0.8rem;
  }
  .term_itm .term_itm-txt p {
    min-height: 50px;
  }
  .terms_list-group .group-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .terms_list-group .group-title p {
    margin-bottom: 7px;
  }
  .instruction_popular_flex {
    flex-direction: column;
  }
  .instruction_popular_block {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .instruction_popular_block ul li {
    flex-direction: column;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    padding: 7px 15px;
  }
  .instruction_popular_block ul li span {
    display: inline-block;
    margin-bottom: 6px;
  }
  .instruction_popular_block:last-child {
    margin-bottom: 0;
  }
  .dev-post_btn-col a {
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bdbdbd;
    border-radius: 5px;
  }
  .dev-post_btn-col a svg {
    left: auto;
    margin: 0 0 0 0;
    fill: #fff;
  }
  .dev-post_btn-col a[all-title]:after {
    display: none;
  }
  .dev-post_btn-col:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dev-post_btn-col:last-child a svg {
    right: auto;
    margin: 0 0 0 0;
    fill: #fff;
  }
  .dev-post_btn-col .name_post {
    display: none;
  }
  .group_inp_search {
    width: 100%;
  }
  .about_banner-top {
    flex-direction: column;
    padding: 30px 20px;
  }
  .about_banner-inf {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .about_banner-inf .titleh2 {
    text-align: center;
  }
  .about_banner-inf .titleh2 h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .about_banner_img {
    width: 100%;
  }
  .about_banner_img img {
    position: relative;
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .alternative_garant_item {
    flex-direction: column;
    justify-content: start;
  }
  .alternative_garant_icon {
    width: 100%;
  }
  .alternative_garant_txt {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .alternative_garant_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .alternative_garant_icon span {
    width: 70px;
    height: 70px;
  }
  .development_one_txt code{
      hyphens: auto;
      -webkit-hyphens: auto; 
      -ms-hyphens: auto;     
      word-wrap: break-word;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .titleh1 h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .titleh1 p {
    font-size: 1rem;
  }
  .titleh2 h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .titleh2 p {
    font-size: 1rem;
  }
  .header_top {
    display: none;
  }
  .hero_cnt .hero_list ul li img {
    margin-right: 10px;
  }
  .hero_cnt .hero_list ul li span {
    font-size: 1rem;
  }
  .hero_cnt .hero_list .btn_blue {
    width: 100%;
  }
  .hero-all_cnt .hero_txt h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 15px;
  }
  .hero-all_cnt .hero_list ul li img {
    margin-right: 10px;
  }
  .hero-all_cnt .hero_list ul li span {
    font-size: 1rem;
  }
  .hero-all_cnt .hero_txt p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #ffffff;
    max-width: 760px;
  }
  .tasks_all_itm {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .ready-solution_itm {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .garants_itm {
    flex-direction: column;
    border: 1px solid rgba(18, 184, 120, 0.3529411765);
    padding: 15px;
    border-radius: 12px;
  }
  .garants_itm span {
    margin-bottom: 8px;
  }
  .garants_itm p {
    text-align: center;
  }
  .choose_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .terms_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .module_more_cnt {
    width: 320px;
    padding:60px 15px 25px 15px;
  }
  .development_itm_header span {
    font-size: 1rem;
  }
  .equipment_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .kubernetes_program .hero_cnt .hero_list .btn_blue {
    min-width: 100%;
  }
  .news_and_blog_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .adv_task_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .tariff-plans_cnt .btn_blue {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .variant_service_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .news_all_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .blog_all_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .news_one_cnt {
    padding: 25px 15px;
  }
  .tasks_all_list2 {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .tasks_all_itm2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1% 15px 1%;
  }
  .tasks_all_itm2 .tasks_all_txt {
    text-align: center;
  }
  .tasks_all_itm2 .tasks_all_txt h3 {
    margin-bottom: 15px;
    min-height: auto;
  }
}
@media screen and (max-width: 425px) {
  .popular_cat-terms_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
}

.top-text{
    display:none;
}

.reviews_itm-txt h4{
    font-size: 14px;
    margin-bottom: 20px;
    color: #6c6c6c;
}