@import "general.css";
/*begin my css */
.container {
  width: 1640px;
  margin: 0 auto;
}

.vanilla-calendar .vanilla-calendar-date.prazdnik {
  border: 1px solid #EDC700;
  border-radius: 0px;
  transition: .2s;
}
.vanilla-calendar .vanilla-calendar-date.prazdnik-will{
  border: 1px solid #5BFD90;
}
.vanilla-calendar .vanilla-calendar-date.prazdnik:hover{
  border: 1px solid #a29e9b;
}
.vanilla-calendar .vanilla-calendar-date:hover{
  border: 1px solid #a29e9b;
}
.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #E0F1FD;
}
.header_fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
  display: block;
  width: 210px;
  height: 115px;
  flex-shrink: 0;
  margin-right: 50px;
  background: url('../img/logo.svg') center / contain no-repeat;
}
.head_body {
  width: 100%;
}
.header_top {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_text {
  width: 400px;
  max-width: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
.head_right {
  display: flex;
  align-items: center;
}
.head_right .contact_item {
  width: auto;
  margin-right: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.head_right .contact_name {
  margin-right: 15px;
}
.head_right .contact_item .contact_name {
  margin-bottom: 0;
}
.left_icon {
  font-size: 18px;
  color: #000;
  padding: 12px 0 12px 50px;
  background: left center / 40px no-repeat;
}
.left_icon[href]:hover {
  text-decoration: underline;
}
.soc_list {
  display: flex;
}
.soc_list li:not(:last-child) {
  margin-right: 15px;
}
.soc_btn {
  display: block;
  width: 40px;
  height: 40px;
  background: center / contain no-repeat;
}
.mail {
  background-image: url('../img/mail.svg');
}
.facebook {
  background-image: url('../img/facebook.svg');
}
.telegram {
  background-image: url('../img/telegram.svg');
}
.lang_block {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #E0F1FD;
}
.lang_choice {
  display: block;
  position: relative;
  z-index: 1;
  color: #808080;
  font-weight: bold;
  padding: 7px 30px 7px 12px;
  background: url('../img/lang_arrow.svg') right 8px center / 11px no-repeat;
}
.other_lang {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  z-index: 2;
  top: 100%;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border-top: none;
  border: 1px solid #E0F1FD;
  border-radius: 7px;
}
.lang {
  display: block;
  color: #333333;
  padding: 5px 10px;
  background-color: #ffffff;
}
.lang.active,
.lang:hover {
  color: #fff;
  background-color: #009426;
}
.menu {
  display: flex;
  border-top: 1px solid #E0F1FD;
}
.menu li {
  flex-grow: 1;
}
.menu_link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  color: #718FAA;
  text-align: center;
  border-left: 1px solid #E0F1FD;
}
.menu_link.active {
  color: #3F5060;
  font-weight: 500;
}
.menu_link.active:after,
.menu_link:hover:after {
  opacity: 1;
}
.menu_link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  opacity: 0;
  height: 4px;
  transition: 0.3s;
  background-color: #009426;
}
.mob_menu {
  display: none;
  width: 30px;
  margin-left: 30px;
  /*position: relative;*/
  flex-shrink: 0;
}
.menu_btn {
  display: block;
  cursor: pointer;
}
.menu_btn span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #333;
  transform: rotate(0deg);
  transition: 0.4s;
}
.menu_btn:hover span,
.mob_menu.active .menu_btn span {
  background-color: #009426;
}
.menu_btn .menu2,
.menu_btn .menu3 {
  margin-top: 7px;
}
.under_nav {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  width: 180px;
  max-height: 400px;
  overflow: auto;
  z-index: 5;
  transform: translateY(15px);
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}
.under_nav .menu {
  flex-direction: column;
  padding-bottom: 1px;
}

.tg_bot_block{
    width: 710px;
    height: 370px;
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    
    margin: auto;
    position: fixed;
    z-index: 7;
    right: 5px;
    top: 155px;
}

/*.tg_bot{*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 140px;*/
/*  height: 140px;*/
/*  border-radius: 100%;*/
/*  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);*/
/*  background: linear-gradient(180deg, #F2F3F5 0%, #F2F3F5 100%);*/
/*}*/

.tg_bot{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 710px;
  height: 370px;
  /*border-radius: 50%;*/
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #F2F3F5
}

/*.tg_bot:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  transition: 1s;*/
/*  z-index: -1;*/
/*  pointer-events: none;*/
/*  border-radius: 100%;*/
/*  background: linear-gradient(180deg, #F2F3F5 0%, #F2F3F5 100%);*/
/*  animation: pulse 2s infinite;*/
/*}*/

.tg_bot:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 1s;
  z-index: -1;
  pointer-events: none;
  /*border-radius: 50%;*/
  background: #F2F3F5;
  animation: pulse 3s infinite;
}

@keyframes pulse{
  0%{
    opacity: 1;
    transform: scale(1);
  }
  100%{
    opacity: 0;
    transform: scale(2);
  }
}
.tg_bot_name{
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tg_icon{
    width: 710px;
    height: 350px;
    margin: 0 auto;
}
.tg_icon img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.tg_bot_close{
  position: absolute;
  width: 30px;
  height: 30px;
  top: -20px;
  right: 0;
  opacity: 0;
  animation: delay_view 1s linear;
  animation-iteration-count: 1;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  cursor: pointer;
  background: url('../img/close_black.svg') center / 60% no-repeat;
}

@keyframes delay_view{
  0%{
    opacity: 0;
    pointer-events: none;
  }
  100%{
    opacity: 1;
    pointer-events: auto;
  }
}


.section,section {
  padding: 70px 0;
}
.page {
  padding-top: 150px;
}
.title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.title.title_left {
  text-align: left;
}
.title.small_title {
  font-size: 30px;
}
.main_section {
  padding-bottom: 0;
  height: 100vh;
  min-height: 400px;
  max-height: 900px;
  display: flex;
}
.main_slider_block,
.main_links {
  width: 50%;
}
.text_item ,
.cal_unit_if{
  font-size: 18px;
  line-height: 150%;
}
.main_slider {
  height: 100%;
}
.main_slider .slick-list,
.main_slider .slick-track {
  height: 100%;
}
.slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background: center / cover no-repeat;
}
.slide_text {
  height: 50%;
  color: #fff;
  padding: 60px 120px 60px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.slide_text .more_btn {
  margin-top: 40px;
}
.slide_title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.green_btn {
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #009426;
}
.more_btn {
  display: inline-block;
  padding: 18px 50px;
}
.slick-slide {
  outline: none;
}
.main_slider_block {
  position: relative;
}
.main_slide_control {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.main_arrow {
  display: flex;
}
.main_arrow .slick_arrow {
  position: static;
  transform: none;
  display: block;
  width: 65px;
  height: 80px;
  opacity: 1;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: center / 22% no-repeat, rgba(0, 0, 0, 0.5);
}
.main_arrow .slick_next {
  background-image: url('../img/right_white.svg');
}
.main_arrow .slick_prev {
  background-image: url('../img/left_white.svg');
}
.main_dots {
  display: flex;
  align-items: center;
  padding: 15px 40px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_dots button {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main_dots button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220%;
  height: 220%;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}
.main_dots > li:not(:last-child) {
  margin-right: 20px;
}
.main_dots .slick-active button {
  background-color: #fff;
}
.main_dots .slick-active button:after {
  opacity: 1;
}
.main_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .main_links .main_link_item:nth-child(1) {
  background: radial-gradient(50% 50% at 50% 50%, #111387 0%, #08094F 100%), #07084E;
} */
.main_links .main_link_item:nth-child(1) .main_link_img {
  height: 85%;
}
.main_links .main_link_item:nth-child(1) .main_link_img img{
  object-fit: cover;
}
/* .main_links .main_link_item:nth-child(2) {
  background-color: #3F5060;
} */
.main_links .main_link_item:nth-child(2) .main_link_img img{
  object-fit: cover;
}
.main_links .main_link_item:nth-child(2) .main_link_img {
  height: 85%;
}
.main_links .main_link_item:nth-child(3) {
  background-color: #fff;
}
.main_links .main_link_item:nth-child(3) .main_link_img {
  margin-top: -35px;
}
.main_links .main_link_item:nth-child(4) {
  background-color: #E6EFF4;
}
.main_links .main_link_item:nth-child(4) .main_link_img {
  height: 75%;
}
.main_links .main_link_item:nth-child(1),
.main_links .main_link_item:nth-child(2) {
  color: #fff;
}
.main_links .main_link_item:nth-child(1) .main_link_name,
.main_links .main_link_item:nth-child(2) .main_link_name,
.main_links .main_link_item:nth-child(1) .text_item,
.main_links .main_link_item:nth-child(2) .text_item {
  color: #fff;
}
.main_links .text_item {
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.main_link_item:hover .main_link_name,
.main_link_item.main_back:hover .main_link_name{
  color: #009426;
}
.main_link_item.main_back{
  transition: .3s;
}
.main_link_item {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 50%;
  padding: 20px;
  transition: .3s;
}
.main_link_item.p_none{
  padding: 0;
}
.main_item_card {
  padding: 20px 20px;
  z-index: -1;
}
.main_link_img.main_link_img_height{
  height: 67%;
  width: 100%;
  margin-bottom: 0;
}
.main_link_item.p_none .main_item_card:first-child{
  background-color: #DEDEDE;
}
.main_link_item.p_none .main_item_card:nth-child(2n){
  background-color: #E6EFF4;
  height: 33%;
  display: flex;
  flex-direction: column;
}
.main_link_item.main_link_item_bg{
  background-image: url(../img/main_back3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main_link_item.main_link_item_padding{
 /*  background-image: url(../img/main_link_11.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_link_bottom{
  position: absolute;
  bottom: 20px;
}
.main_link_item.main_link_item_padding .main_item_card .text_item{
  height: 21px;
  overflow: hidden;
}
.main_link_item_padding .main_item_card{
  padding: 43px 10px;
}
.main_link_img.main_link_img_height img{
  object-fit: cover;
}
.main_link_img {
  margin-bottom: 15px;
}
.main_link_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_item_card .main_link_name{
  margin-top: 10px;
}
.main_link_item .main_link_name{
  margin-top: auto;
}
.main_link_name {
  margin-top: auto;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.light_blue {
  background-color: #E5F0FF;
}
.map_block {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  background: url('../img/globus.png') center / contain no-repeat;
}
.map_block svg {
  display: block;
  width: 100%;
  height: 100%;
}
.map_oblast {
  cursor: pointer;
  transition: 0.4s;
  fill: rgba(158, 184, 220, 0.5);
}
.map_oblast:hover,
.map_oblast.hovered {
  fill: rgba(158, 184, 220, 0.7);
}
.map_oblast.active,
.map_oblast.active:hover {
  fill: #9eb8dc;
}
.city {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  cursor: pointer;
}
.city.city_big {
  /*width: 0;
  height: 0;
  padding: 6px;
  background-color: #DDECFF;
  border: 5px solid #A8C013;*/
  color: #fff;
  background-color: #74cb00;
}
.city_name {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.city_name.obl_name{
  width: 200px;
  font-size: 18px;
  text-transform: none;
}
.zko {
  left: 12%;
  top: 35%;
}
.atyrau {
  left: 12%;
  top: 50%;
}
.mangistau {
  left: 17%;
  bottom: 20%;
}
.aktobe {
  left: 29%;
  top: 42%;
}
.kyzylorda {
  left: 40%;
  bottom: 30%;
}
.turkestan {
  bottom: 26%;
  right: 44%;
}
.zhambyl {
  right: 35%;
  bottom: 19%;
}
.almaty {
  right: 28%;
  bottom: 30%;
}
.jetysu {
  right: 18%;
  bottom: 33%;
}
.vko {
  right: 6%;
  top: 45%;
}
.abai {
  right: 16%;
  top: 45%;
}
.ulytau {
  right: 45%;
  bottom: 45%;
}
.karaganda {
  right: 30%;
  bottom: 48%;
}
.kostanai {
  left: 42%;
  top: 30%;
}
.akmola {
  left: 53%;
  top: 22%;
}
.sko {
  left: 50%;
  top: 9%;
}
.sko .city_name{
  left: 0;
  transform: none;
  margin-bottom: 0;
}
.pavlodar {
  right: 25%;
  top: 23%;
}
.astana {
  left: 60%;
  top: 26%;
}
.almaty_city {
  right: 20%;
  bottom: 16%;
}
.shymkent {
  right: 43%;
  bottom: 7%;
}
.map_info {
  position: absolute;
  z-index: 3;
  /*display: none;*/
  /*top: 50%;*/
  /*left: 50%;*/
  transition: 0.6s;
  border-radius: 3px;
  padding: 15px 25px;
  /*border: 1px solid @color_light_border;*/
  background-color: #fff;
  /*transform: translate(-50%, -50%);*/
  transform: translate(40px, 40px);
  pointer-events: none;
  opacity: 0;
}
.map_info.active {
  /*display: block;*/
  opacity: 1;
}
.map_info_item {
  display: none;
}
.map_info_item.active {
  display: block;
}
.map_num_list {
  display: flex;
}
.map_num_list .map_num:not(:last-child) {
  margin-right: 25px;
}
.map_num {
  font-weight: bold;
  font-size: 20px;
}
.map_num span {
  font-size: 26px;
}
.map_pt {
  color: #A8C013;
}
.map_osi {
  color: #009426;
}
.title_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_item {
  position: relative;
  width: 49%;
  /* height: 440px; */
  margin-bottom: 30px;
  display: flex;
  z-index: 1;
  border: 1px solid #E0F1FD;
  box-shadow: 0px 24px 40px rgba(8, 79, 199, 0.07);
}
.news_img {
  display: block;
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}
.news_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_type {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  pointer-events: none;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
}
.news_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px;
  background-color: #fff;
}
.news_text .text_item {
  font-size: 16px;
}
.news_date {
  font-size: 14px;
  color: #A8C013;
  font-weight: bold;
  text-transform: uppercase;
}
.news_name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.news_more {
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #009426;
  text-decoration: underline;
  background: url('../img/more.svg') right center / 20px no-repeat;
}
.news_more:hover {
  text-decoration: none;
}
.main_news .news_item:first-child .news_img,
.main_news .news_item:last-child .news_img {
  width: 100%;
}
.main_news .news_item:first-child .news_text,
.main_news .news_item:last-child .news_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  pointer-events: none;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_news .news_item:first-child .text_item,
.main_news .news_item:last-child .text_item,
.main_news .news_item:first-child .news_more,
.main_news .news_item:last-child .news_more {
  display: none;
}
.main_news .news_item:first-child .news_date,
.main_news .news_item:last-child .news_date,
.main_news .news_item:first-child .news_name,
.main_news .news_item:last-child .news_name {
  color: #fff;
}
.main_news .news_item:first-child .news_date,
.main_news .news_item:last-child .news_date {
  font-size: 16px;
}
.main_news .news_item:first-child .news_name,
.main_news .news_item:last-child .news_name {
  text-transform: none;
  margin-top: 20px;
  font-size: 24px;
}
.project_slider {
  margin-top: 40px;
}
.project_slider .slick_arrow {
  top: 40%;
}
.project_slide {
  height: 220px;
  margin: 5px 15px 30px;
  border-radius: 5px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 12px 20px rgba(8, 79, 199, 0.03);
}
.project_slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.project_title{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
  max-height: 67px;
  overflow: hidden;
}
.slick_arrow {
  position: absolute;
  width: 40px;
  height: 50px;
  top: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.5;
  z-index: 2;
  transform: translateY(-50%);
  background: center / 50% no-repeat;
}
.slick_arrow:hover {
  opacity: 1;
}
.slick_prev {
  left: -50px;
  background-image: url('../img/left_blue.svg');
}
.slick_next {
  right: -50px;
  background-image: url('../img/right_blue.svg');
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 0;
}
.slick-dots button {
  width: 0;
  height: 0;
  border: none;
  padding: 6px;
  outline: none;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(57, 103, 178, 0.2);
}
.slick-dots > li:not(:last-child) {
  margin-right: 20px;
}
.slick-dots .slick-active button {
  padding: 10px;
  background-color: #3967B2;
}
.about {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_img {
  width: 50%;
  flex-shrink: 0;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
.about_main_img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.about_text_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 65%;
}
.about_text .more_btn {
  margin-top: 40px;
}
.about_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.filial_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filial_list .filial_list_item:nth-child(3n) {
  margin-right: 0;
}
.filial_list_item {
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 24px 40px rgba(8, 79, 199, 0.03);
}
.filial_list_item img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.link_slider {
  margin-top: 40px;
}
.link_slider .project_slide {
  border: 1px solid #E5F0FF;
}
.link_slider .slick_arrow {
  top: 40%;
}
footer {
  background-color: #E5F0FF;
}
.footer_top {
  padding: 30px 0 40px;
}
.footer_top .container {
  display: flex;
  justify-content: space-between;
}
.foot_block {
  width: 34%;
}
.foot_block_head {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(63, 80, 96, 0.1);
}
.foot_block_head {
  font-size: 20px;
  font-weight: 500;
  height: 85px;
  text-transform: uppercase;
}
.foot_logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.foot_logo .logo_text {
  text-align: right;
  font-size: 14px;
  line-height: 150%;
  margin-right: 20px;
}
.logo_img {
  width: 120px;
  height: 60px;
  background: url('../img/logo.svg') center / contain no-repeat;
}
.foot_map {
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  height: 215px;
  border-radius: 5px;
  border: 3px solid #C4C4C4;
}
.foot_map iframe{
  width: 100%;
  height: 100%;
}
.loc {
  background-image: url('../img/loc.svg');
}
.youtube {
  background-image: url('../img/youtube.svg');
}
.tel {
  background-image: url('../img/tel.svg');
}
.foot_contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_item {
  width: 48%;
  margin-bottom: 20px;
}
.contact_item .left_icon {
  display: inline-block;
}
.contact_item .contact_name {
  margin-bottom: 10px;
}
.foot_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 200px;
}
.foot_menu li {
  margin-bottom: 15px;
}
.foot_link {
  color: #333;
  font-size: 18px;
}
.foot_link:hover {
  text-decoration: underline;
}
.footer_bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(63, 80, 96, 0.1);
}
.footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.created a {
  color: #333;
}
.created a:hover {
  text-decoration: underline;
}
/*			About Page styles		*/
.breadcrumbs_section {
  background: linear-gradient(90.08deg, rgba(255, 255, 255, 0.95) 16.67%, rgba(255, 255, 255, 0) 99.89%), url('../img/bread_bg.jpg') center / cover no-repeat;
}
.breadcrumbs {
  position: relative;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 500;
  z-index: 1;
}
.breadcrumbs a {
  color: #718FAA;
  text-transform: uppercase;
}
.breadcrumbs a[href]:hover {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 270px;
  color: #333;
}
.breadcrumbs li:last-child a {
  color: #333;
  font-weight: 500;
}
.breadcrumbs li:not(:first-child) {
  margin-left: 10px;
}
.breadcrumbs li:not(:first-child):before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  margin-right: 10px;
  color: #333;
  background: url('../img/right_blue.svg') center / contain no-repeat;
}
.about_inner.about {
  align-items: stretch;
  margin-top: 0;
}
.about_inner .about_img {
  width: 40%;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.about_inner .double_title .title {
  width: 100%;
  margin-right: 0;
}
.about_inner .about_main_img {
  width: 480px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.about_inner .about_text {
  margin-top: 35px;
}
.double_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.double_title .title.title_doc:after,
.double_title .title.title_doc::before{
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  /* transition: .8s; */
  transform: translateY(-50%);
  background-position: center;
  background-size: 18px 20px;
  background-repeat: no-repeat;
  padding: 20px;
}
.double_title .title.title_doc::before{
  opacity: 0;
  background-image: url(../img/arup.svg);
}
.double_title .title.title_doc::after{
  background-image: url(../img/ardown.svg);
}
.double_title .title.title_doc.active:before{
  opacity: 1;
}
.double_title .title.active:after{
  opacity: 0;
}
.double_title .title {
  font-size: 30px;
  text-align: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #009426;
  cursor: pointer;
  position: relative;
}
.double_title.w-40 .title{
  width: 40%;
}
.double_title .text_item {
  width: 57%;
  margin-left: auto;
  margin-top: -20px;
}
.sub_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 35px;
}
.text_item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.text_item a {
  color: #3967B2;
  font-weight: 500;
}
.text_item a:hover {
  text-decoration: underline;
}
.team_block {
  margin-top: 100px;
}
.team_item {
  margin: 0 15px 10px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.team_img {
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}
.team_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_name {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team_position {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  line-height: 140%;
}
.team_link{
  display: inline-block;
  margin-top: 10px;
  color: #009426;
  font-weight: 500;
}
.team_link:hover{
  text-decoration: underline;
}
.team_slider .slick-track {
  margin-left: 0;
}
.team_item .more_btn{
  padding: 16px 40px;
}
.team_more{
  position: absolute;
  left: 0;
  bottom: 0;
}
.team_popup{
  width: 700px;
  border-radius: 10px;
}
.team_popup .text_item{
  font-size: 16px;
}

section .container .doc_list:last-child {
  margin-bottom: 0;
}
.npabases_section .container .npabases_anchor:first-child{
  margin-top: 0;
  margin-bottom: 0;
}

.doc_list {
  width: 95%;
  margin: 40px auto 0;
}
.doc_list.doc_body{
  display: none;
}
.light_blue.bg_img_section .double_title:not(:first-child){
  margin-top: 30px;
}
/* .doc_list.active{
  display: block;
} */
.main_link_item.main_back{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_link_item.main_back.appeal{
  background-image: url(../img/main_back1.jpg);
}
.main_link_item.main_back.templates{
  background-image: url(../img/main_back2.jpg);
}
.main_link_item.main_back.calendarrr{
  background-image: url(../img/main_lik_15_1.jpg);
}
.main_link_item.main_back.inf{
/*   background-image: url(../img/main_link_13_4.jpg); */
  background-color: #096326;
}
.main_link_item.main_back.vi{
  /* background-image: url(../img/main_link_13.jpg); */
  background-color: #8399AE;
}
.color_white{
  color: #fff;
}
.npabases_anchor {
  margin-top: -60px;
  margin-bottom: 160px;
  height: 1px;
}
.doc_list > li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.doc_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.doc_link {
  display: inline-block;
  font-size: 18px;
  padding: 10px 0 10px 50px;
  color: #3967B2;
  transition: 0.4s;
  filter: grayscale(100%);
  background: url('../img/file_icon.svg') left center / 30px no-repeat;
}
.doc_link:hover {
  text-decoration: underline;
  filter: grayscale(0);
}
.vakancy_list .vakancy_item:not(:last-child) {
  margin-bottom: 30px;
}
.vakancy_item {
  padding: 35px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 24px 40px rgba(8, 79, 199, 0.03);
}
.vakancy_head {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-right: 50px;
}
.vakancy_head:after,
.vakancy_head:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transition: 0.6s;
  transform: translateY(-50%);
  background: center / contain no-repeat;
}
.vakancy_head:after {
  z-index: 1;
  opacity: 0;
  background-image: url('../img/minus.svg');
}
.vakancy_head:before {
  z-index: 2;
  background-image: url('../img/plus.svg');
}
.vakancy_head.active:after {
  opacity: 1;
  transform: translateY(-50%) rotateZ(180deg);
}
.vakancy_head.active:before {
  opacity: 0;
  transform: translateY(-50%) rotateZ(180deg);
}
.vakancy_body {
  display: none;
}
.vakancy_body .text_item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bg_img_section {
  position: relative;
  z-index: 1;
}
.bg_img {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 500px;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_img_top {
  top: 0;
  left: 0;
  background-position: left top;
  background-image: url('../img/bg_img_top.svg');
}
.bg_img_bottom {
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-image: url('../img/bg_img_bottom.svg');
}
/*			About Page styles END		*/
/*			KSK_OSI Page styles		*/
.about_osi.about {
  margin-top: 0;
}
.about_osi .about_img {
  width: 40%;
}
.info_slider {
  margin-top: 40px;
}
.info_item {
  position: relative;
  z-index: 1;
  height: 300px;
  margin: 0 20px 10px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.info_item img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
  background: url('../img/info_view.svg') center / 60px no-repeat, rgba(0, 0, 0, 0.3);
}
.info_item:hover:after {
  opacity: 1;
}
.video_slider {
  margin-top: 40px;
}
.video_item {
  margin: 0 15px;
  cursor: pointer;
}
.video_frame {
  height: 270px;
  margin-bottom: 20px;
  pointer-events: none;
}
.video_frame iframe,
.video_popup iframe {
  width: 100%;
  height: 100%;
}
.video_name {
  font-size: 18px;
  font-weight: 500;
}

.popup{
  display: none;
}
.popup.fancybox-content{
  max-width: 95%;
}
.video_popup.fancybox-content{
  width: 800px;
  height: 400px;
  padding: 20px;
}

/*			KSK_OSI Page styles END		*/
/*			News Page styles 		*/
.news_cat {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.news_cat .news_cat_item:first-child {
  border-radius: 5px 0 0 5px;
}
.news_cat .news_cat_item:last-child {
  border-radius: 0 5px 5px 0;
}
.news_cat_item {
  width: 200px;
  color: #009426;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 20px;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #009426;
}
.news_cat_item.active,
.news_cat_item.active:hover {
  color: #fff;
  background-color: #009426;
}
.news_cat_item:hover {
  color: #fff;
  background-color: #5ada7b;
}
.pressa_section {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0) 80%), url('../img/pressa_bg.jpg') center / cover no-repeat;
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 72.92%), url('../img/pressa_bg.jpg') center / cover no-repeat;*/
}
.pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pag {
  display: block;
  width: 60px;
  height: 60px;
  padding: 14px 0;
  text-align: center;
  font-size: 24px;
  transition: 0.2s;
  font-weight: 500;
  border: 1px solid #9CB3D9;
  color: rgba(57, 103, 178, 0.5);
}
.pag.active,
.pag.active:hover {
  color: #fff;
  background-color: #3967B2;
}
.pag:hover,
.pag_btn:hover {
  color: #3967B2;
  background-color: #c8ddff;
}
.pag_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 3px;
  border: 1px solid #9CB3D9;
  color: rgba(57, 103, 178, 0.5);
  background: center / 18% no-repeat;
}
.p_pages{
  margin: 0 10px;
}
.pag_prev {
  border-radius: 5px 0 0 5px;
  background-image: url('../img/left_blue.svg');
}
.pag_next {
  border-radius: 0 5px 5px 0;
  background-image: url('../img/right_blue.svg');
}
.pressa {
  width: 40%;
}
.pressa .double_title .title {
  width: 100%;
}
.pressa_contact {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*			News Page styles END		*/
/*			News_Inner Page styles		*/
.page.news_inner_bg {
  padding-bottom: 0;
  height: 650px;
}
.page.news_inner_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gray {
  background-color: #f8f8f8;
}
.news_inner {
  display: flex;
}
.news_content {
  margin-top: -400px;
  width: 100%;
  padding: 45px;
  background-color: #fff;
}
.news_content .text_item p:not(:last-child) {
  margin-bottom: 20px;
}
.news_sidebar {
  width: 24%;
  flex-shrink: 0;
  margin-left: 30px;
  /* margin-bottom: 80px; */
}
.sidebar_news_list .news_item {
  width: 100%;
  flex-direction: column;
  background-color: #fff;
}
.sidebar_news_list .news_item:last-child {
  margin-bottom: 0;
}
.sidebar_news_list .news_img {
  width: 100%;
  height: 240px;
}
.sidebar_news_list .news_text {
  padding: 30px;
}
.sidebar_news_list .news_date {
  margin-bottom: 10px;
}
.sidebar_news_list .news_name,
.sidebar_news_list .text_item {
  margin-bottom: 15px;
}
.sidebar_news_list .news_text .text_item {
  max-height: 120px;
  overflow: hidden;
}
.news_inner_head {
  display: flex;
  margin-bottom: 40px;
}
.news_head_left .news_date {
  font-size: 16px;
  margin-bottom: 15px;
}
.news_head_left .title {
  position: relative;
  text-align: left;
  font-size: 36px;
  margin-bottom: 60px;
}
.news_head_left .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 120px;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_head_right {
  width: 150px;
  flex-shrink: 0;
  margin-left: 50px;
}
.news_inner_date {
  padding: 20px;
  color: #B6B6B6;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
}
.news_inner_date div {
  font-size: 48px;
}
.inner_img {
  margin-bottom: 40px;
}
.inner_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.news_share_link {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-weight: 500;
  padding: 13px 13px 13px 40px;
  background: left 15px center / 18px 18px no-repeat;
}
.share_wp {
  background-color: #22E388;
  background-image: url('../img/wp_white.svg');
}
.share_vk {
  background-color: #4291ef;
  background-image: url('../img/vk_white.svg');
}
.share_fb {
  background-color: #005FCF;
  background-image: url('../img/facebook_white.svg');
}
.ya-share2 {
  display: none;
}
/*			News_Inner Page styles END		*/
/*			NP_Base Page styles 		*/
.doc_link.doc_link_2 {
  background-size: 35px;
  background-image: url('../img/doc_link.svg');
}
.doc_link.archive_icon{
  background-image: url(../img/files_icon.svg);
}
/*			NP_Base Page styles END 		*/
/*			Filial Page styles  		*/
.filial .filial_item:not(:last-child) {
  margin-bottom: 80px;
}
.filial_item {
  padding: 70px;
  background-color: #fff;
  border: 1px solid #DDECFF;
  border-radius: 5px;
  box-shadow: 0px 24px 60px rgba(8, 79, 199, 0.07);
}
.filial_item .text_item {
  font-size: 16px;
}
.filial_item .text_item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.filial_item .text_item ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 5px;
}
.filial_item .text_item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #009426;
}
.filial_head {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.filial_head .text_item {
  width: 47%;
}
.filial_img {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #F9F9F9;
}
.filial_img img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}
.filial_img_list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.filial_img_item {
  width: 49%;
  height: 350px;
  cursor: pointer;
  overflow: hidden;
}
.filial_img_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filial_contact {
  margin-top: 50px;
  padding: 35px 40px;
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
}
.filial_map {
  width: 45%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #999;
}
.filial_map iframe {
  width: 100%;
  height: 100%;
}
.filial_contact_info {
  width: 40%;
}
.filial_contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*			Filial Page styles END  		*/
/*			Projects Page styles   		*/
.projects .project_item:not(:last-child) {
  margin-bottom: 40px;
}
.project_item {
  border: 1px solid #E0F1FD;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 24px 40px rgba(8, 79, 199, 0.07);
}
.project_head {
  display: flex;
}
.project_img {
  display: block;
  width: 25%;
  flex-shrink: 0;
  overflow: hidden;
}
.project_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
}
.project_text .news_date {
  margin-bottom: 10px;
}
.project_text .news_name {
  font-size: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.project_text .more_btn {
  margin-top: 20px;
}
.project_body {
  display: none;
}
.project_body_top {
  height: 80px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: #E5F0FF;
}
.project_body_top:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
  background: url('../img/right_blue.svg') center / 15% no-repeat, #fff;
}
.project_body_bottom {
  padding: 50px 60px;
}
.project_body_bottom .text_item {
  line-height: 170%;
  font-size: 16px;
}
.project_body_bottom .text_item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
/*			Projects Page styles END  		*/
/* Base of requests start*/
.base_wrapper{
  display: flex;
}
.base_unit{
  width: 25%;
  flex-shrink: 0;
  margin-right: 40px;
}
.base_blog{
  width: 100%;
}
.base_unit_ul{
  padding: 50px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(8, 79, 199, 0.09);
  border-radius: 15px;
}
.base_unit_ul li a:hover{
  color: #3F5060;
}
.base_unit_ul li a{
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #718FAA;
  transition: .3s;
}
.base_unit_ul li:not(:last-child){
  margin-bottom: 60px;
}
.base_unit_ul li a.active{
  color: #3F5060;
}
.base_item{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(8, 79, 199, 0.09);
  border-radius: 15px;
  /* padding: 60px 50px 50px 50px; */
}
.base_blog .base_item:not(:last-child){
  margin-bottom: 60px;
}
.base_head_title{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #383838;
  position: relative;
  margin-right: 20px;
}
.base_head_dots{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(8, 79, 199, 0.09);
  border-radius: 24px;
  display: flex;
  padding: 20px 24px;
}
.base_head_dot{
  background-color: #3967B2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.base_head_dots .base_head_dot:not(:last-child){
  margin-right: 2px;
}
.base_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 60px 50px;
}
.base_body_item{
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #3F5060;
}
.base_body_item p:not(:first-child){
  margin-top: 15px;
}
.base_body .base_body_item p:not(:last-child){
  margin-bottom: 10px;
}
.base_body{
  padding: 50px;
  position: relative;
  display: none;
}
.base_line{
  position: absolute;
  content: "";
  border-top: 1px solid #E0E6ED;
  top: 0px;
  left: 0px;
  width: 0%;
  transition: all 2s ease;
}
.pagination {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pag_right{
  background-image: url(../img/pagination_right.svg);
}
.pag_right:hover{
  background-image: url(../img/pagination_right_hover.svg);
}
.pag_left{
  background-image: url(../img/pagination_left.svg);
}
.pag_left:hover{
  background-image: url(../img/pagination_left_hover.svg);
}
.pagination li{
  border: 1px solid #9CB3D9;
  padding: 7px 0px;
  transition: .3s;
}
.pagination li a{
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(57, 103, 178, 0.5);
  transition: .3s;
  padding: 10px 20px;
}
.pagination li a.active{
  color: #FFFFFF;
  background-color: #3967B2;
  padding-bottom: 11px;
}
.pagination li a:hover{
  color: #FFFFFF;
  background-color: #3967B2;
  padding-bottom: 11px;
}
.pagination li a.pagination_img:hover{
  background-color: #fff;
}
.pagination li a.pagination_img{
  padding: 10px 25px;
  border-radius: 5px;
}
.pagination_img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
/*Base of requests end */
/* calendar new start */
.calendar_wrapper{
  background-color: #FDFDFD;
  border: 1px solid #E0F1FD;
  box-shadow: 0px 24px 40px rgba(8, 79, 199, 0.07);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cal_item {
  display: flex;
  font-weight: bold;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3967B2;
}
.calendar_blog .cal_unit:not(:first-child){
  margin-top: 40px;
}
.cal_item .cal_date:first-child{
  margin-right: 20px;
}
.calendar_blog{
  width: 55%;
  margin-left: 30px;
}
.cal_unit .news_name{
  margin-bottom: 30px;
}
.cal_unit .text_item{
  margin-bottom: 30px;
}
.my_calendar_wrap {
  width: 48%;
  margin: 0px auto 0px 0px;
  margin-bottom: 30px;
}
div#myCalendar {
  width: 100%;
  margin: 0px auto 0px 0px;
  box-shadow: none;
  border: none;
  background-color: #fff;
}
.vanilla-calendar .vanilla-calendar-header__label{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  display: table;
}
.vanilla-calendar .vanilla-calendar-btn{
  min-width: 100px;
}
.vanilla-calendar .vanilla-calendar-header{
  padding: 0;
  margin-bottom: 15px;
  justify-content: space-between;
}
.vanilla-calendar .vanilla-calendar-week span{
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3461AB;
}
.vanilla-calendar .vanilla-calendar-week{
  background-color: #fff;
}
.vanilla-calendar .vanilla-calendar-date{
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid transparent;
  transition: .3s;
  border-radius: 0;
}
.vanilla-calendar-date.vanilla-calendar-date--active.vanilla-calendar-date--today{
  background-color: #E5F0FF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
}
.vanilla-calendar .vanilla-calendar-date--selected{
  background-color: #fff;
  border: 1px solid #3967B2;
  border-radius: 0px;
}
.general_quantity_number{
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #3F5060;
}
.general_quantity .general_quantity_number:first-child{
  margin-bottom: 30px;
}
.general_quantity_number span{
  color: #3461AB;
  font-weight: 500;
  margin-left: 10px;
}
.general_quantity {
  position: absolute;
  left: 0;
  top: 0;
}
.cal_unit{
  display: none;
  width: 48%;
  margin-bottom: 30px;
}
.cal_unit_if {
  width: 48%;
}
.cal_unit_if {
  display: none;
}
.container .calendar_wrapper .cal_unit:not(:first-child){
  margin-left: 0%;
}
.calendar_wrapper .cal_unit:nth-child(2n+1){
  margin-left: 2%;
}
.cal_procedure{
  display: flex;
  margin-top: 10px;
}
.cal_procedure_event.past{
  background-image: url(../img/kvadrat1.svg);
}
.cal_procedure_event.plan{
  background-image: url(../img/kvadrat2.svg);
  margin-left: 30px;
}
.cal_procedure_event{
  font-weight: bold;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #3967B2;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  padding-left: 30px;
  background-position-x: left;
}
/* calendar new end */
.main_link_item .text_item{
  margin-bottom: 7px;
}
.main_link_item .text_item{
  margin-top: auto;
}
.cal_unit_img {
  height: 320px;
  margin-bottom: 45px;
  cursor: pointer;
}
.cal_unit_img img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.popup-form{
  width: 1350px;
}
.popup_title{
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #333333;
}
.popup_wrapper{
  margin-top: 30px;
}
.popup_blog{
  height: 380px;
  width: 40%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.popup_blog img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.popup-form .cal_item{
  margin-top: 30px;
}
div#getevents .fancybox-close-small{
  padding: 0px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  right: 10px;
  top: 10px;
}
.vanilla-calendar .vanilla-calendar-date{
  padding: 12px 0;
}
.title.mb {
  margin-bottom: 30px;
}
div#osi_docs{
  margin-bottom: 40px;
}

.corruption__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  margin-top: 50px;
}

.corruption__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px 15px 20px;
  background-color: #E6ECF7;
  border-radius: 5px;
  width: 100%;
  color: #000;
  font-weight: 500;
  transition: .2s ease-in-out;
}

.corruption__item:hover {
  background: #096327;
  color: #fff;
}

.corruption__item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 1800px) {
  .container {
    width: 1500px;
  }
/*   .main_item_card {
    padding: 22px 20px;
  } */
  .logo {
    width: 190px;
    height: 100px;
  }
  .menu_link {
    padding: 23px 20px;
  }
  .head_right .contact_item {
    margin-right: 70px;
  }
  .page {
    padding-top: 140px;
  }
  .main_link_name {
    font-size: 20px;
  }
  .title {
    font-size: 36px;
  }
  .slide_title {
    font-size: 32px;
  }
  .slide_text {
    padding: 40px 90px 40px 40px;
  }
  .main_arrow .slick_arrow {
    height: 70px;
  }
  .news_text {
    padding: 30px;
  }
  /* .news_item{
    height: 400px;
  } */
  .news_text .text_item {
    max-height: 190px;
    overflow: hidden;
  }
  .main_news .news_item:first-child .news_name,
  .main_news .news_item:last-child .news_name {
    font-size: 22px;
  }
  .project_slide {
    height: 200px;
  }
  .slick_arrow {
    width: 35px;
    height: 40px;
  }
  .slick-dots {
    margin-top: 20px;
  }
  .about_title {
    font-size: 26px;
  }
  .filial_list_item {
    height: 220px;
  }
  .slick_prev {
    left: -40px;
  }
  .slick_next {
    right: -40px;
  }
  .general_quantity .general_quantity_number:first-child {
    margin-bottom: 20px;
  }
  .general_quantity_number{
    font-size: 22px;
  }
  /*		About Page styles		*/
  .team_img {
    height: 440px;
  }
  .team_name {
    font-size: 22px;
  }
  .double_title .title {
    font-size: 28px;
  }
  .vakancy_head:after,
  .vakancy_head:before {
    width: 27px;
    height: 27px;
  }
  /*			KSK_OSI Page styles		*/
  .info_item:after {
    background-size: 50px;
  }
  .video_frame {
    height: 230px;
  }
  /*		News_Inner Page styles		*/
  .news_head_left .title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .news_head_left .title:after {
    bottom: -25px;
  }
  .sidebar_news_list .news_img {
    height: 210px;
  }
  .page.news_inner_bg {
    height: 600px;
  }
  /*			Projects Page styles 		*/
  .project_text .news_name {
    font-size: 22px;
  }
  /* new page base start */
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .base_head{
    padding: 50px 40px;
  }
  .base_head_dots{
    padding: 18px 22px;
  }
  .base_unit_ul li a{
    font-size: 23px;
  }
  .base_unit_ul {
    padding: 45px;
  }
  .base_body {
    padding: 45px;
  }
   /* new page base end */
   /* new page calendar start */
  .cal_unit .news_name {
    margin-bottom: 25px;
  }
  .cal_unit .text_item {
    margin-bottom: 25px;
  }
  .vanilla-calendar .vanilla-calendar-header__label{
    font-size: 28px;
  }
  /* new page calendar end */
/*   .main_link_item_padding .main_item_card {
    padding: 34px 10px;
  } */
/*   .main_link_bottom {
    bottom: 20px;
  } */
}
@media screen and (max-width: 1700px) {
  .container {
    width: 1350px;
  }
  .cal_unit_img{
    margin-bottom: 40px;
  }
/*   .main_item_card {
    padding: 28px 20px;
  }
  .main_item_card .main_link_name {
    margin-top: 0px;
  }
  .main_item_card .text_item{
    height: auto;
  } */
  .logo {
    width: 170px;
    height: 90px;
    margin-right: 40px;
  }
  .logo_text {
    font-size: 14px;
  }
  .menu_link {
    font-size: 14px;
    padding: 20px 10px;
  }
  .soc_btn {
    width: 35px;
    height: 35px;
  }
  .left_icon {
    font-size: 16px;
    background-size: 35px;
    padding: 10px 0 10px 45px;
  }
  .soc_list li:not(:last-child) {
    margin-right: 10px;
  }
  .lang_block {
    font-size: 16px;
  }
  .lang_choice {
    background-size: 10px;
  }
  .page {
    padding-top: 125px;
  }
  .main_link_name {
    font-size: 17px;
  }
  .main_links .text_item {
    font-size: 15px;
    height: 44px;
    overflow: hidden;
  }
  .slide_title {
    font-size: 28px;
  }
  .slide_text .text_item {
    font-size: 16px;
  }
  .slide_text .more_btn {
    margin-top: 30px;
  }
  .more_btn {
    padding: 16px 40px;
  }
  .main_arrow .slick_arrow {
    height: 60px;
    width: 55px;
  }
  .main_dots {
    padding: 10px 30px;
  }
  .title {
    font-size: 32px;
  }
  .city {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .city_name.obl_name{
    font-size: 30px;
    width: 250px;
  }
  .map_info {
    padding: 10px 20px;
  }
  .map_num {
    font-size: 18px;
  }
  .map_num span {
    font-size: 24px;
  }
  .main_link_bottom .text_item{
    height: 23px;
  }
/*   .main_link_item.main_link_item_padding .main_item_card{
    padding: 42px 10px;
  } */
/*   .main_link_item.main_link_item_padding .main_item_card .text_item{
    height: 27px;
  } */
  .city_name {
    font-size: 17px;
  }
  .news_name {
    font-size: 18px;
  }
  .news_more {
    font-size: 16px;
    background-size: 18px;
  }
  .news_text .text_item {
    max-height: 170px;
  }
  /* .news_item{
    height: 370px;
  } */
  .main_news .news_item:first-child .news_name,
  .main_news .news_item:last-child .news_name {
    font-size: 20px;
  }
  .main_news .news_item:first-child .news_text,
  .main_news .news_item:last-child .news_text {
    height: 180px;
  }
  .project_slide {
    height: 180px;
  }
  .project_title{
    font-size: 16px;
    max-height: 61px;
  }
  .slick-dots .slick-active button {
    padding: 9px;
  }
  .about_title {
    font-size: 24px;
  }
  .filial_list_item {
    height: 200px;
  }
  .slick_arrow {
    width: 30px;
    height: 35px;
  }
  .foot_link {
    font-size: 16px;
  }
  .foot_contact_list .contact_item {
    margin-bottom: 30px;
  }
  .foot_block_head {
    font-size: 18px;
  }
  /*		About Page styles		*/
  .breadcrumbs {
    font-size: 16px;
    margin-top: 50px;
  }
  .double_title .title {
    font-size: 26px;
  }
  .breadcrumbs li:not(:first-child):before {
    width: 11px;
    height: 11px;
  }
  .text_item h3 {
    font-size: 22px;
  }
  .about_inner .about_main_img {
    width: 400px;
  }
  .team_img {
    height: 390px;
  }
  .team_name {
    font-size: 20px;
  }
  .team_position {
    font-size: 14px;
  }
  .sub_title {
    font-size: 22px;
  }

  .team_item .more_btn{
    padding: 15px 35px;
    font-size: 14px;
  }
  .team_item{
    padding-bottom: 60px;
  }

  /*			KSK_OSI Page styles		*/
  .video_frame {
    height: 190px;
  }
  .video_name {
    font-size: 16px;
  }
  .info_item {
    height: 260px;
  }
  /*			News Page styles		*/
  .news_cat_item {
    width: 170px;
    font-size: 16px;
    padding: 16px;
  }
  .pag {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 12px 0;
  }
  /*		News_Inner Page styles		*/
  .news_head_left .title {
    font-size: 28px;
  }
  .news_content {
    padding: 40px;
  }
  .page.news_inner_bg {
    height: 550px;
  }
  .news_inner_date {
    font-size: 16px;
  }
  .news_inner_date div {
    font-size: 44px;
  }
  /*			Filial Page styles		*/
  .filial_item {
    padding: 50px;
  }
  .filial_img_item {
    height: 300px;
  }
  /*			Projects Page styles 		*/
  .project_text {
    padding: 30px 40px;
  }
  .project_text .news_name {
    font-size: 20px;
  }
  .project_body_top {
    height: 70px;
  }
  .project_body_top:after {
    width: 40px;
    height: 40px;
    background-size: 17%;
  }
  .project_body_bottom {
    padding: 40px 50px;
  }
  /* new page base start */
  .base_head {
    padding: 45px 35px;
  }
  .base_body {
    padding: 40px;
  }
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 45px;
  }
  .pagination li{
    padding: 6px 0px;
  }
  .pagination li a.pagination_img {
    padding: 9px 25px;
  }
  .pagination li a:hover,
  .pagination li a.active{
    padding-bottom: 10px;
    padding-top: 9px;
  }
  /* new page base end */
  .text_item.text_item_height{
    height: 28px;
  }
/*   .main_link_bottom {
    bottom: 16px;
  } */
  .popup-form {
    width: 1150px;
  }
  .popup_title{
    font-size: 36px;
  }
  .popup_blog {
    height: 330px;
  }
  .popup-form .cal_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
  }
  .cal_unit_img {
    height: 270px;
  }
/*   .main_item_card {
    padding: 25px 20px;
  } */
  .text_item.text_item_height {
    height: 25px;
  }
/*   .main_link_bottom .text_item {
    height: 27px;
  } */
  .header_top {
    padding: 10px 0;
  }
  .logo {
    width: 150px;
    height: 80px;
  }
  .logo_text {
    font-size: 13px;
    width: 360px;
  }
  .head_right .contact_item {
    margin-right: 40px;
  }
  .head_right .contact_name {
    font-size: 14px;
    margin-right: 10px;
  }
  .soc_btn {
    width: 30px;
    height: 30px;
  }
  .left_icon {
    background-size: 30px;
    padding: 8px 0 8px 40px;
  }
  .lang_block {
    font-size: 14px;
  }
  .lang_choice {
    padding: 5px 22px 5px 8px;
    background-size: 8px;
    background-position: right 7px center;
  }
  .page {
    padding-top: 110px;
  }
  .title {
    font-size: 28px;
  }
  .slide_title {
    font-size: 24px;
  }
  .slide_text .text_item,
  .slide_text .more_btn,
  .main_links .text_item {
    font-size: 14px;
  }
  .slide_text .more_btn {
    padding: 15px 30px;
  }
  .main_link_name {
    font-size: 16px;
  }
  .main_dots button {
    padding: 5px;
  }
  .slide_text {
    padding: 30px;
  }
  .map_num {
    font-size: 16px;
  }
  .map_num span {
    font-size: 22px;
  }
  .map_num_list .map_num:not(:last-child) {
    margin-right: 20px;
  }
  .map_block {
    margin-top: 40px;
  }
  .news_text {
    padding: 20px;
  }
  .news_name {
    font-size: 16px;
  }
  .news_text .text_item {
    font-size: 14px;
    max-height: 145px;
  }
  .news_type {
    left: 20px;
    top: 20px;
    font-size: 14px;
  }
  .main_news .news_item:first-child .news_name,
  .main_news .news_item:last-child .news_name {
    font-size: 18px;
  }
  .main_news .news_item:first-child .news_text,
  .main_news .news_item:last-child .news_text {
    height: 160px;
  }
  /* .news_item{
    height: 320px;
  } */
  .project_slide {
    height: 150px;
    margin: 5px 10px 25px;
  }
  .project_title{
    font-size: 14px;
    max-height: 50px;
  }
  .project_slider {
    margin-top: 30px;
  }
  .text_item,
  .cal_unit_if {
    font-size: 16px;
  }
  .about_title {
    font-size: 22px;
  }
  .filial_list_item {
    height: 170px;
  }
  .left_icon {
    font-size: 14px;
  }
  .foot_block_head {
    font-size: 16px;
  }
  .logo_img {
    width: 110px;
    height: 50px;
  }
  .foot_logo .logo_text {
    font-size: 12px;
  }
  .footer_bottom {
    padding: 25px 0;
    font-size: 14px;
  }
  .foot_block_head {
    height: 70px;
    padding-bottom: 15px;
  }
  .general_quantity .general_quantity_number:first-child {
    margin-bottom: 10px;
  }
  .general_quantity_number{
    font-size: 21px;
  }
  /*		About Page styles		*/
  .breadcrumbs {
    font-size: 14px;
    margin-top: 40px;
  }
  .breadcrumbs_section {
    padding-bottom: 50px;
  }
  .double_title .title {
    font-size: 24px;
  }
  .text_item h3 {
    font-size: 20px;
  }
  .about_inner .about_main_img {
    width: 350px;
  }
  .sub_title {
    font-size: 20px;
    margin-top: 30px;
  }
  .team_img {
    height: 340px;
  }
  .team_item {
    margin: 0 10px 10px;
  }
  .team_name {
    font-size: 18px;
  }
  .doc_link {
    font-size: 16px;
    padding: 8px 0 8px 45px;
    background-size: 25px;
  }
  .doc_list > li:not(:last-child) {
    margin-bottom: 25px;
  }
  .vakancy_head {
    font-size: 16px;
  }
  .vakancy_head:after,
  .vakancy_head:before {
    width: 23px;
    height: 23px;
  }
  .vakancy_item {
    padding: 30px 35px;
  }
  .vakancy_body .text_item {
    padding-top: 25px;
    margin-top: 25px;
  }
  .vakancy_list .vakancy_item:not(:last-child) {
    margin-bottom: 25px;
  }
  /*			KSK_OSI Page styles		*/
  .info_item:after {
    background-size: 45px;
  }
  /*		News_Inner Page styles		*/
  .page.news_inner_bg {
    height: 500px;
  }
  .news_head_left .title {
    font-size: 24px;
  }
  .news_inner_date {
    padding: 15px;
  }
  .news_inner_date div {
    font-size: 40px;
  }
  .news_share_link {
    font-size: 14px;
    background-size: 16px 16px;
    padding: 11px 11px 11px 40px;
  }
  .news_head_right {
    width: 140px;
  }
  .news_content {
    margin-top: -360px;
  }
  .sidebar_news_list .news_img {
    height: 180px;
  }
  .sidebar_news_list .news_text {
    padding: 20px;
  }
  /*			NP_Base Page styles		*/
  .doc_link.doc_link_2 {
    background-size: 30px;
  }
  /*			Filial Page styles		*/
  .filial_item {
    padding: 40px;
  }
  /*			Projects Page styles 		*/
  .project_text .news_name {
    font-size: 18px;
  }
  .project_text .more_btn {
    font-size: 14px;
    padding: 15px 30px;
  }
  .project_text {
    padding: 30px;
  }
  .project_body_bottom .text_item {
    line-height: 160%;
    font-size: 14px;
  }
  .project_body_bottom .text_item h3 {
    font-size: 18px;
  }
  /* new page base start */
  .base_unit_ul {
    padding: 40px;
  }
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .base_unit_ul li a {
    font-size: 22px;
  }
  .base_head_title{
    font-size: 17px;
  }
  .base_head_dots {
    padding: 16px 20px;
  }
  .base_head_dot{
    width: 6px;
    height: 6px;
  }
  .base_head {
    padding: 40px 30px;
  }
  .base_body {
    padding: 35px;
  }
  .base_blog .base_item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* new page base end */
  /* new page calendar start */
  .vanilla-calendar .vanilla-calendar-date{
    font-size: 20px;
  }
  .vanilla-calendar .vanilla-calendar-week span {
    font-size: 20px;
  }
  .vanilla-calendar .vanilla-calendar-header__label {
    font-size: 26px;
  }
/*   .main_link_bottom {
    bottom: 12px;
  } */
/*   .main_link_item.main_link_item_padding .main_item_card {
    padding: 38px 10px;
  }
  .main_link_item.main_link_item_padding .main_item_card .text_item {
    height: 22px;
  } */
  /* new page calendar end */
  .main_links .text_item{
    height: 42px;
  }
  .popup_title {
    font-size: 34px;
  }
  .popup-form {
    width: 1050px;
  }
  .popup_blog {
    height: 310px;
  }
  .popup_blog {
    height: 270px;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    width: 1100px;
  }
  .cal_unit_img {
    height: 250px;
    margin-bottom: 35px;
  }
/*   .main_links .text_item{
    height: 39px;
  } */
/*   .main_item_card .text_item{
    height: 22px;
  }
  .main_item_card {
    padding: 10px 20px;
  } */
  .logo {
    width: 130px;
    height: 70px;
    margin-right: 30px;
  }
  .logo_text {
    font-size: 12px;
    width: 350px;
  }
  .menu_link {
    font-size: 13px;
    padding: 15px 10px;
  }
  .menu_link:after {
    height: 3px;
  }
  .head_right .contact_name,
  .main_links .text_item {
    font-size: 13px;
  }
  .main_link_name {
    font-size: 14px;
  }
  .slide_title {
    font-size: 20px;
  }
  .slide_text .more_btn {
    margin-top: 20px;
  }
  .main_arrow .slick_arrow {
    height: 50px;
    width: 45px;
  }
  .page {
    padding-top: 95px;
  }
  .title {
    font-size: 26px;
  }
  .city {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .city_name.obl_name{
    font-size: 14px;
    width: 150px;
  }
  .map_info {
    transform: translate(30px, 30px);
  }
  .map_num {
    font-size: 14px;
  }
  .map_num span {
    font-size: 20px;
  }
  .city_name {
    font-size: 14px;
  }
  /*.city.city_big {
    padding: 5px;
    border-width: 4px;
  }*/
  .more_btn {
    font-size: 14px;
    padding: 14px 30px;
  }
  .news_type {
    left: 15px;
    top: 15px;
    font-size: 13px;
  }
  .news_date,
  .news_text .text_item,
  .news_more {
    font-size: 13px;
  }
  .news_text .text_item {
    max-height: 120px;
  }
  .news_name {
    font-size: 15px;
  }
  .news_more {
    background-size: 15px;
    padding-right: 25px;
  }
  .main_news .news_item:first-child .news_date,
  .main_news .news_item:last-child .news_date {
    font-size: 14px;
  }
  .main_news .news_item:first-child .news_name,
  .main_news .news_item:last-child .news_name {
    font-size: 16px;
    margin-top: 15px;
  }
  .main_news .news_item:first-child .news_text,
  .main_news .news_item:last-child .news_text {
    height: 145px;
  }
  /* .news_item{
    height: 290px;
  } */
  .project_slide {
    height: 130px;
  }
  .text_item,
  .cal_unit_if {
    font-size: 14px;
  }
  .about_title {
    font-size: 20px;
  }
  .filial_list {
    margin-top: 10px;
  }
  .slick-slider:not(.main_slider) {
    padding: 0 40px;
  }
  .slick_prev {
    left: 0;
  }
  .slick_next {
    right: 0;
  }
  .slick_arrow {
    width: 25px;
    height: 30px;
  }
  .slick-dots > li:not(:last-child) {
    margin-right: 15px;
  }
  .slick-dots .slick-active button {
    padding: 8px;
  }
  .foot_menu {
    max-height: none;
  }
  .foot_block_head {
    margin-bottom: 30px;
  }
  .footer_top .container .foot_block:nth-child(2) {
    width: 22%;
  }
  .footer_top .container .foot_block:nth-child(3) {
    width: 45%;
  }
  .foot_menu li {
    margin-bottom: 13px;
  }
  .general_quantity .general_quantity_number:first-child {
    margin-bottom: 5px;
  }
  .general_quantity_number{
    font-size: 20px;
  }
  .general_quantity_number span{
    margin-left: 6px;
  }
  /*		About Page styles		*/
  .double_title .title {
    font-size: 22px;
  }
  .text_item h3 {
    font-size: 18px;
  }
  .about_inner .about_main_img {
    width: 300px;
  }
  .team_img {
    height: 290px;
  }
  .team_name {
    font-size: 16px;
  }
  .team_position {
    font-size: 13px;
  }
  .sub_title {
    font-size: 18px;
    margin-top: 25px;
  }
  .double_title {
    margin-bottom: 30px;
  }
  .team_slider.slick-slider {
    padding: 0;
  }
  .team_slider .slick_prev {
    left: -25px;
  }
  .team_slider .slick_next {
    right: -25px;
  }
  .team_block {
    margin-top: 70px;
  }
  .team_item .more_btn{
    padding: 13px 30px;
  }
  .doc_link {
    font-size: 14px;
    padding-left: 40px;
  }
  .doc_list > li {
    padding-bottom: 10px;
  }
  .doc_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .doc_list {
    margin-top: 30px;
  }
  .vakancy_item {
    padding: 25px 30px;
  }
  .vakancy_head:after,
  .vakancy_head:before {
    width: 20px;
    height: 20px;
  }
  .vakancy_head {
    padding-right: 30px;
  }
  .vakancy_body .text_item {
    margin-top: 20px;
    padding-top: 20px;
  }

  /*			KSK_OSI Page styles		*/
  .info_item {
    height: 220px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .info_item:after {
    background-size: 35px;
  }
  .video_frame {
    height: 150px;
    margin-bottom: 10px;
  }
  .video_name {
    font-size: 14px;
  }
  /*			News Page styles		*/
  .news_cat_item {
    width: 140px;
    font-size: 14px;
    padding: 14px;
  }
  .pag {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  /*		News_Inner Page styles		*/
  .news_content {
    padding: 30px;
  }
  .news_head_left .title {
    margin-bottom: 40px;
  }
  .news_head_left .title:after {
    bottom: -20px;
  }
  .news_head_left .news_date,
  .news_inner_date {
    font-size: 14px;
  }
  .news_share_link {
    font-size: 13px;
  }
  .news_inner_date div {
    font-size: 36px;
  }
  .news_inner_head,
  .inner_img {
    margin-bottom: 30px;
  }
  .page.news_inner_bg {
    height: 450px;
  }
  .news_content {
    margin-top: -335px;
  }
  .sidebar_news_list .news_img {
    height: 150px;
  }
  /*			NP_Base Page styles		*/
  .doc_link.doc_link_2 {
    background-size: 25px;
  }
  /*			Filial Page styles		*/
  .filial_item .text_item {
    font-size: 14px;
  }
  .filial_item .text_item h3 {
    font-size: 18px;
  }
  .filial_item .text_item ul li:before {
    width: 11px;
    height: 11px;
  }
  .filial_item .text_item ul li {
    padding-left: 25px;
  }
  .filial_img_item {
    height: 250px;
  }
  .filial_img_list {
    margin-top: 40px;
  }
  .filial_contact {
    padding: 30px 35px;
  }
  /*			Projects Page styles 		*/
  .project_text {
    padding: 25px;
  }
  .project_body_bottom .text_item h3 {
    font-size: 16px;
  }
  .project_body_bottom {
    padding: 30px 40px;
  }
  .project_body_top {
    height: 60px;
  }
  .project_body_top:after {
    width: 35px;
    height: 35px;
    background-size: 20%;
  }
  /* new page base start */
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 35px;
  }
  .base_unit_ul li a {
    font-size: 21px;
  }
  .base_head {
    padding: 35px 30px;
  }
  .base_body {
    padding: 30px;
  }
  .base_body_item{
    font-size: 17px;
  }
  .base_head_dots {
    padding: 15px 19px;
  }
  .base_blog .base_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .pagination li a:hover, .pagination li a.active {
    padding-bottom: 11px;
    padding-top: 10px;
  }
   /* new page base end */
  /* new page calendar start */
   .vanilla-calendar .vanilla-calendar-week span {
    font-size: 18px;
  }
  .vanilla-calendar .vanilla-calendar-header__label {
    font-size: 24px;
  }
  .vanilla-calendar .vanilla-calendar-header{
    margin-bottom: 10px;
  }
  .vanilla-calendar .vanilla-calendar-week span {
    padding: 10px 0;
  }
  .vanilla-calendar .vanilla-calendar-date {
    font-size: 18px;
  }
  .cal_unit .news_name {
    margin-bottom: 20px;
  }
  .cal_unit .text_item {
    margin-bottom: 20px;
  }
  .calendar_blog .cal_unit:not(:first-child) {
    margin-top: 30px;
  } 
  /* new page calendar end */
/*   .main_link_item.main_link_item_padding .main_item_card {
    padding: 22px 10px;
  } */
/*   .main_link_bottom .text_item {
    height: 22px;
  } */
/*   .main_link_bottom {
    bottom: 26px;
  } */
  .main_link_bottom .text_item {
    height: 19px;
  }
  .popup-form {
    width: 1000px;
  }
  .popup_title {
    font-size: 30px;
  }
  .popup_wrapper {
    margin-top: 25px;
  }
  .popup_blog {
    height: 250px;
  }
  .popup-form .cal_item {
    margin-top: 15px;
  } 
  div#osi_docs{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  .main_links  .text_item.text_item_height{
    height: 22px;
  }
/*   .main_link_img.main_link_img_height .main_item_card .text_item{
    height: 22px;
  } */
  .main_link_img.main_link_w_1200{
    height: 80%;
    margin-bottom: 0;
  }
/*   .main_link_item_padding .main_item_card {
    padding: 10px 10px;
  } */
  .main_link_item.main_link_item_padding .text_item{
    height: 22px;
  }
  .main_link_img.main_link_w_1200 img{
    object-fit: contain;
  }
/*   .main_item_card {
    padding: 30px 25px;
  } */
  .head_right .contact_item {
    margin-right: 30px;
  }
  .mob_menu {
    display: block;
  }
  .header_top {
    padding: 0;
  }
  .header_fixed {
    padding: 13px 0;
  }
  .logo {
    width: 110px;
    height: 60px;
    margin-right: 20px;
  }
  .menu_link {
    text-align: left;
    font-size: 14px;
    padding: 12px 15px;
  }
  .menu_link:after {
    height: 2px;
  }
  .head_right .contact_item:first-child {
    display: none;
  }
  .slide_text {
    min-height: 200px;
    height: auto;
  }
  .main_slider_block {
    min-height: 300px;
  }
  .page {
    padding-top: 85px;
  }
  .main_section {
    flex-direction: column;
    /*min-height: 100vh;*/
    height: auto;
    max-height: none;
  }
  .main_slider_block,
  .main_links {
    width: 100%;
  }
  .main_links {
    flex-shrink: 0;
  }
  .main_slider_block {
    /*height: 100%;*/
    height: 400px;
    flex-grow: 1;
    margin-bottom: -5px;
  }
  .main_link_item {
    width: 25%;
    height: 260px;
    padding: 25px;
  }
  .main_links .text_item {
    height: 18px;
}
  .city_name {
    font-size: 13px;
  }
  .city_name.obl_name{
    font-size: 12px;
    width: 130px;
  }
  .footer_top {
    padding-top: 20px;
  }
  .foot_contact_list .contact_item {
    width: 100%;
  }
  .foot_block {
    width: 230px;
  }
  .footer_top .container .foot_block:nth-child(3) {
    width: 60%;
  }
  .general_quantity_number{
    font-size: 18px;
    line-height: 25px;
  }
  /*		About Page styles		*/
  .team_img {
    height: 380px;
  }
  .team_slider .slick_arrow {
    top: 40%;
  }
  /*.doc_list {
    margin-bottom: 60px;
  }*/
/*   .npabases_anchor{
    margin-bottom: 110px;
  } */

  /*		News_Inner Page styles		*/
  .news_head_right {
    margin-left: 30px;
    width: 130px;
  }
  /*			Filial Page styles		*/
  .filial_contact_info {
    width: 50%;
  }
  .filial .filial_item:not(:last-child) {
    margin-bottom: 60px;
  }
  /* new page base start */
  .base_unit_ul {
    padding: 35px;
  }
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .base_unit_ul li a {
    font-size: 21px;
  }
  .base_head_title {
    font-size: 16px;
  }
  .base_head_dots {
    padding: 13px 18px;
  }
  .pagination li a{
    font-size: 22px;
    padding: 7px 18px;
  }
  .pagination li a.pagination_img {
    padding: 8px 22px;
  }
  /* new page base end */
  /* new page calendar start */
  .vanilla-calendar .vanilla-calendar-header__label {
    font-size: 22px;
  }
  .vanilla-calendar .vanilla-calendar-week span {
    font-size: 17px;
  }
  .vanilla-calendar .vanilla-calendar-date {
    font-size: 17px;
  }
  /* new page calendar end*/
/*   .main_link_bottom .text_item {
    height: 19px;
  } */
/*   .main_link_bottom {
    bottom: 14px;
  } */
/*   .main_link_item.main_link_item_padding .main_item_card {
    padding: 10px 10px;
  } */
  .popup-form {
    width: 900px;
  }
  .popup_title {
    font-size: 28px;
  }
  div#getevents .fancybox-close-small{
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 900px;
  }
  .cal_unit_img {
    margin-bottom: 30px;
    height: 230px;
  }
  /*		About Page styles		*/
  .about_inner.about {
    flex-direction: column;
  }
  .about_inner .about_img {
    width: 100%;
    margin-right: 0;
  }
  .about_inner .about_main_img {
    width: 350px;
    margin: 0 auto;
  }
  .about_inner .double_title .title {
    text-align: center;
  }
  .team_img {
    height: 330px;
  }
  .vakancy_item {
    padding: 20px 25px;
  }
/*   .double_title .title {
    width: 45%;
  } */
  .double_title .text_item{
    width: 53%;
    margin-top: -10px;
  }
  /*			KSK_OSI Page styles		*/
  .about_osi .about_img {
    width: 40%;
    margin-left: 40px;
  }
  /*		News_Inner Page styles		*/
  .sidebar_news_list .news_img {
    height: 130px;
  }
  .news_sidebar {
    width: 26%;
    margin-left: 20px;
  }
  .news_head_left .title {
    font-size: 22px;
  }
  .sidebar_news_list .news_text .text_item {
    max-height: 96px;
  }
  .page.news_inner_bg {
    height: 400px;
  }
  /*			Projects Page styles 		*/
  .project_text .news_name {
    font-size: 16px;
  }
  .project_text .more_btn {
    font-size: 13px;
    padding: 13px 25px;
  }
  /* new page base start */
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .base_unit_ul li a {
    font-size: 20px;
  }
  .base_unit_ul {
    padding: 30px;
  }
  .base_head {
    padding: 35px 25px;
  }
  .base_body_item{
    font-size: 17px;
  }
  .pagination li a:hover, .pagination li a.active{
    padding-bottom: 10px;
  }
  /* new page base end */
  /* new page calendar start */
  .calendar_wrapper{
    padding: 25px;
  }
  .vanilla-calendar .vanilla-calendar-header__label {
    font-size: 20px;
  }
  /* new page calendar end */
  .main_links .text_item.text_item_height {
    height: 20px;
  }
/*   .main_link_item.main_link_item_padding .main_item_card .text_item {
    height: 20px;
  } */
  .popup-form {
    width: 850px;
  }
  .popup_title {
    font-size: 26px;
  }
  .popup_blog {
    height: 210px;
  }
  .double_title.w-40 .title{
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 800px;
  }
  .cal_unit_img {
    height: 310px;
  }
  .cal_unit_if {
    width: 100%;
  }
  .logo {
    width: 100px;
    height: 55px;
  }
  .city {
    width: 25px;
    height: 25px;
    font-size: 11px;
    padding: 6px 0;
  }
  .city_name{
    margin-bottom: 5px;
  }
  .city_name.obl_name{
    font-size: 10px;
    width: 110px;
  }
  .map_num span {
    font-size: 18px;
  }
  .map_info {
    padding: 10px 15px;
  }
  .news_item {
    flex-direction: column;
  }
  .news_img {
    width: 100%;
    height: 220px;
  }
  .news_item{
    height: auto;
  }
  .main_news .news_item:first-child .news_text,
  .main_news .news_item:last-child .news_text {
    position: static;
    height: auto;
    background-color: transparent;
    pointer-events: auto;
  }
  .main_news .news_item:first-child .news_date,
  .main_news .news_item:last-child .news_date {
    color: #A8C013;
  }
  .main_news .news_item:first-child .news_name,
  .main_news .news_item:last-child .news_name {
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
  }
  .news_date {
    margin-bottom: 15px;
  }
  .news_name,
  .news_text .text_item {
    margin-bottom: 10px;
  }
  .main_news .news_item:first-child .text_item,
  .main_news .news_item:last-child .text_item,
  .main_news .news_item:first-child .news_more,
  .main_news .news_item:last-child .news_more {
    display: block;
  }
  .news_more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .news_item {
    padding-bottom: 25px;
  }
  .about {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .about_img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .filial_list_item {
    height: 150px;
  }
  .footer_top .container .foot_block:nth-child(2) {
    display: none;
  }
  .foot_block {
    width: 40%;
  }
  .footer_top .container .foot_block:nth-child(1) .foot_contact_list {
    padding-right: 30px;
  }
  .general_quantity_number{
    font-size: 16px;
    line-height: 22px;
  }
  /*		About Page styles		*/
  .team_img {
    height: 300px;
  }
  .double_title .title {
    margin-right: 20px;
  }
  /* .double_title .title {
    width: 50%;
  } */
  .double_title .text_item{
    width: 48%;
  }

  /*			KSK_OSI Page styles		*/
  .about_osi .about_img {
    width: 370px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /*			News Page styles		*/
  .pressa {
    width: 60%;
  }
  /*		News_Inner Page styles		*/
  .news_inner {
    flex-direction: column;
  }
  .news_sidebar {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .sidebar_news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sidebar_news_list .news_item {
    width: 49%;
  }
  .sidebar_news_list .news_item:nth-child(3) {
    display: none;
  }
  .sidebar_news_list .news_item:last-child {
    margin-bottom: 25px;
  }
  .sidebar_news_list .news_img {
    height: 200px;
  }
  /*			Filial Page styles		*/
  .filial_contact {
    flex-direction: column;
  }
  .filial_contact_info,
  .filial_map {
    width: 100%;
  }
  .filial_map {
    height: 250px;
    margin-top: 30px;
  }
  .filial_img_item {
    height: 220px;
  }
  .filial_item {
    padding: 30px;
  }
  .filial_head {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .filial_head .text_item,
  .filial_img {
    width: 100%;
  }
  .filial_img {
    height: 130px;
    margin-bottom: 25px;
  }
  .filial_img_item {
    height: 200px;
  }
  /* new page base start */
  .base_wrapper {
    flex-direction: column;
  }
  .base_unit{
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  ul.base_unit_ul {
    columns: 3;
  }
  .base_blog .base_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .base_unit_ul li a {
    font-size: 19px;
  }
  /* new page base end */
  /* new page calendar start */
  .calendar_wrapper{  
    flex-direction: column;
  }
  div#myCalendar {
    width: 100%;
    margin: auto;
  }
  .calendar_blog {
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }
  /* new page calendar end */
  .main_links .text_item {
    height: 15px;
  }
  .my_calendar_wrap {
    width: 100%;
  }
  .cal_unit{
    width: 100%;
  }
  .popup-form {
    width: 750px;
  }
  .double_title.w-40 .title {
    width: 48%;
  }
}
@media screen and (max-width: 880px) {
  .container {
    width: 700px;
  }
/*   .main_item_card {
    padding: 35px 10px;
  } */
  .header_top .logo_text {
    display: none;
  }
  .head_right {
    margin-left: auto;
  }
  .header_fixed {
    padding: 10px 0;
  }

  .tg_bot{
    transform: scale(0.8);
  }
  .tg_bot_block{
    right: 10px;
    bottom: 10px;
  }
  .tg_bot_close{
    right: 10px;
    top: -10px;
  }

  .page {
    padding-top: 75px;
  }
  .under_nav {
    transform: translateY(10px);
  }
  .main_link_item {
   /*  width: 50%; */
    height: 300px;
  }
  .main_links .main_link_item:nth-child(3) .main_link_img {
    margin-top: -25px;
    height: 80%;
  }
  .more_btn,
  .slide_text .more_btn {
    font-size: 13px;
  }
  .city{
    width: 22px;
    height: 22px;
    font-size: 10px;
    padding: 4px 0;
  }
  /*.city.city_big {
    padding: 4px;
  }*/
  .city_name {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .atiray {
    top: 52%;
  }
  .zko {
    top: 39%;
  }
  .almaty_city {
    bottom: 17%;
  }
  .almaty {
    right: 20%;
    bottom: 30%;
  }
  .filial_list_item {
    margin-top: 20px;
  }
  /*		About Page styles		*/
  .team_img {
    height: 270px;
  }
    /* new page base start */
  .base_unit_ul li a {
    font-size: 18px;
  }
  .pagination li a {
    font-size: 20px;
  }
  .pagination li a:hover, .pagination li a.active {
    padding-bottom: 9px;
    padding-top: 9px;
  }
    /* new page base end */
/*   .main_item_card {
    padding: 35px 25px;
  } */
/*   .main_link_bottom {
    bottom: 19px;
  } */
/*   .main_link_item.main_link_item_padding .main_item_card {
    padding: 8px 10px;
  } */
  .popup-form {
    width: 650px;
  }
  .popup_title {
    font-size: 24px;
  }
  .popup_blog{
    margin-right: 10px;
  }
}
@media screen and (max-width: 780px) {
  .container {
    width: 600px;
  }
  .npabases_anchor {
    margin-bottom: 80px;
  }
  .city {
    width: 20px;
    height: 20px;
    padding: 4px 0;
    font-size: 9px;
  }
  .city_name {
    font-size: 10px;
  }
  .city_name.obl_name{
    font-size: 8px;
    width: 80px;
  }
  .title {
    font-size: 24px;
  }
  .news_img {
    height: 190px;
  }
  .news_name {
    max-height: 73px;
    overflow: hidden;
  }
  .map_num {
    font-size: 13px;
  }
  .map_num span {
    font-size: 16px;
  }
  .map_info {
    padding: 8px 12px;
  }
  .news_img {
    height: 170px;
  }
  .filial_list_item {
    width: 48%;
    margin-right: 0;
  }
  .filial_list {
    justify-content: space-between;
  }
  .general_quantity{
    top: inherit;
    bottom: -55px;
  }
  .section.light_blue.pb-70 {
    padding-bottom: 120px;
  }
  /*		About Page styles		*/
  .about_inner .about_main_img {
    width: 250px;
  }
  .double_title {
    flex-direction: column;
  }
  .double_title .title {
    width: 100%;
    margin-right: 0;
  }
  .double_title .text_item {
    transform: none;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .sub_title {
    margin-top: 20px;
  }
  .team_img {
    height: 340px;
  }
  /*			Projects Page styles 		*/
  .project_body_bottom {
    padding: 25px;
  }
  .project_body_top {
    height: 50px;
  }
  .project_body_top:after {
    width: 30px;
    height: 30px;
  }
  .project_img {
    width: 40%;
  }
  /* new page base start */
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .base_body_item {
    font-size: 16px;
    line-height: 28px;
  }
  .base_head_dots {
    padding: 12px 16px;
  }
  /* new page base end */
  .popup-form {
    width: 570px;
  }
  .popup_title {
    font-size: 22px;
  }
  div#getevents .fancybox-close-small{
    width: 50px;
    height: 50px;
  }
  .double_title.w-40 .title {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .container {
    width: 500px;
  }
  .main_link_item {
    width: 50%;
  }
  .cal_unit_img {
    height: 250px;
  }
  .footer_top .container {
    flex-direction: column;
  }
  .foot_block,
  .footer_top .container .foot_block:nth-child(3) {
    width: 100%;
  }
  .foot_contact_list .contact_item {
    width: 48%;
  }
  .foot_logo {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .foot_logo .logo_text {
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }
  .foot_block_head {
    height: auto;
  }
  .footer_top {
    padding-top: 30px;
  }
  .foot_map {
    width: 100%;
  }
  /*		About Page styles		*/
  .team_img {
    height: 290px;
  }
  /*			News Page styles		*/
  .pag {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 10px 0;
  }
  .pressa {
    width: 100%;
  }
  .pressa_section {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.7) 80%), url('../img/pressa_bg.jpg');
  }
  /*		News_Inner Page styles		*/
  .news_inner_head {
    flex-direction: column;
  }
  .news_content {
    padding: 20px;
  }
  .news_head_right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .news_share {
    display: flex;
    justify-content: space-between;
  }
  .news_share_link {
    width: 31%;
  }
  .news_content {
    margin-top: -250px;
  }
  .page.news_inner_bg {
    height: 340px;
  }
  /*			Filial Page styles		*/
  .filial_img_list {
    margin-top: 30px;
    flex-direction: column;
  }
  .filial_img_item {
    width: 100%;
    margin-top: 20px;
    height: 220px;
  }
  .filial_map {
    height: 200px;
  }
  ul.base_unit_ul {
    columns: 2;
  }
  .base_unit_ul li a {
    font-size: 17px;
  }
  .base_unit_ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .base_head {
    padding: 30px 20px;
  }
  .base_body {
    padding: 20px;
  }
  .base_blog .base_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .cal_procedure_event{
    font-size: 12px;
  }
  .cal_procedure_event.plan{
    margin-left: 20px;
    padding-left: 25px;
  }
  .popup-form {
    width: 470px;
  }
  .main_links .main_link_item:nth-child(2) .main_link_img {
    height: 85%;
  }
  .main_links .main_link_item:nth-child(1) .main_link_img {
    height: 85%;
  }
  .main_links .main_link_item:nth-child(2) .main_link_img img{
    object-fit: contain;
  }
/*   .main_links .main_link_item:nth-child(1) .main_link_img img{
    object-fit: contain;
  } */
}
@media screen and (max-width: 570px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cal_unit_img {
    height: 210px;
  }
  .under_nav {
    right: 20px;
  }

  .city_name.obl_name{
    display: none;
  }
  .city_name{
    margin-bottom: 3px;
  }
  .sko{
    top: 8%;
  }
  .akmola{
    top: 17%;
  }
  .zko{
    top: 34%;
  }
  .atiray{
    top: 50%;
  }
  .kostanai{
    left: 39%;
    top: 26%;
  }
  .vko{
    top: 45%;
  }

  /*		About Page styles		*/
  .team_slider.slick-slider {
    padding: 0 20px;
  }
  .team_slider .slick_prev {
    left: -10px;
  }
  .team_slider .slick_next {
    right: -10px;
  }
  .team_popup .text_item{
    font-size: 14px;
    line-height: 145%;
  }
   /* new page base start */
  .base_unit_ul li a {
    font-size: 16px;
  }
  .base_body_item {
    font-size: 15px;
  }
  .base_head_title {
    font-size: 15px;
  }
  .base_unit_ul {
    padding: 25px;
  }
   /* new page base end */
   .cal_procedure {
    flex-direction: column;
  }
  .cal_procedure_event.plan{
    margin-left: 0;
    margin-top: 10px;
  }
  .popup-form {
    width: 100%;
  }
  .popup_blog {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .popup_title{
    margin-right: 40px;
  }
  div#getevents .fancybox-close-small{
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .head_right .contact_item {
    display: none;
  }
  .calendar_wrapper {
    padding: 20px;
  }
/*   .main_item_card {
    padding: 30px 25px;
  } */
  .slide_text {
    padding: 20px 20px 40px;
  }
  .slide_text .text_item {
    max-height: 83px;
    overflow: hidden;
  }
  .main_link_item {
    /* height: 250px; */
    height: 330px;
  }
  .news_item {
    width: 100%;
  }
  .footer_bottom .container {
    flex-direction: column;
  }
  .created {
    margin-top: 10px;
  }
  .filial_list_item {
    height: 120px;
  }
  .map_num {
    font-size: 11px;
  }
  .map_num span {
    font-size: 14px;
  }
  .map_info {
    padding: 6px 10px;
  }
  .city {
    font-size: 8px;
    width: 18px;
    height: 18px;
  }
  .city_name {
    font-size: 8px;
    margin-bottom: 3px;
  }
  .general_quantity{
    bottom: -80px;
  }
  .main_link_item.p_none .text_item{
    height: 26px;
  }
  .section.light_blue.pb-70 {
    padding-bottom: 160px;
  }
  /*		About Page styles		*/
  .team_img {
    height: 320px;
  }
  /*		News_Inner Page styles		*/
  .sidebar_news_list .news_item {
    width: 100%;
  }
  /*			Filial Page styles		*/
  .filial_contact_list .contact_item {
    width: 100%;
  }
  .filial_contact {
    padding: 30px 20px;
  }
  .filial .filial_item:not(:last-child) {
    margin-bottom: 40px;
  }

  /*       KSK_OSI Page styles      */

  .video_popup.fancybox-content{
    padding: 15px;
    height: 300px;
  }
  /* new page base start */
  .base_head_dots {
    padding: 10px 14px;
  }
  /* new page base end */
  /* new page calendar start */
  .cal_unit .news_name {
    margin-bottom: 15px;
  }
  .cal_unit .text_item {
    margin-bottom: 15px;
  }
  .vanilla-calendar .vanilla-calendar-header__label {
    font-size: 18px;
  }
  .vanilla-calendar .vanilla-calendar-week span {
    font-size: 16px;
  }
  .vanilla-calendar .vanilla-calendar-date {
    font-size: 16px;
  }
  .vanilla-calendar .vanilla-calendar-btn {
    min-width: 50px;
  }
  /* new page calendar end */
  .main_links .text_item.text_item_height {
    height: 21px;
  }
  .popup_title{
    line-height: 120%;
  }
  .vanilla-calendar .vanilla-calendar-date {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .corruption__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px;
  }
}

@media screen and (max-width: 450px) {
  /*		News_Inner Page styles		*/
  .news_share {
    flex-wrap: wrap;
  }
  .news_share_link {
    width: 49%;
  }
  /*			Filial Page styles		*/
  .filial_item {
    padding: 20px;
  }
  .filial_img_item {
    height: auto;
    max-height: 230px;
  }
  /*			Projects Page styles 		*/
  .project_head {
    flex-direction: column;
  }
  .project_img {
    width: 100%;
    height: 210px;
  }
  .project_body_bottom {
    padding: 20px;
  }
  .title_btn .more_btn.green_btn{
    margin-top: 15px;
  }
  .title_btn {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .main_link_item{
    height: 270px;
  }
/*   .main_link_item.main_link_item_padding .main_item_card{
    padding: 10px 0px;
  } */
  .city {
    width: 15px;
    height: 15px;
    padding: 2px 0;
  }
  .akmola {
    top: 19%;
  }
  .almaty_city {
    bottom: 14%;
  }
  .map_block {
    margin-top: 20px;
  }
  .main_link_item {
    padding: 20px;
    width: 100%;
  }
  .main_link_name {
    font-size: 14px;
  }
  .main_links .main_link_item:nth-child(3) .main_link_img {
    margin-top: -20px;
  }
  .filial_list_item,
  .foot_contact_list .contact_item {
    width: 100%;
  }
/*   .main_item_card {
    padding: 23px 20px;
  } */
  /*		About Page styles		*/
  .team_img {
    height: 270px;
  }
  .team_item .more_btn{
    font-size: 13px;
  }

  /*			KSK_OSI Page styles		*/
  .info_item {
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .video_item {
    margin: 0 5px;
  }
  /*			News Page styles		*/
  .pressa_contact .contact_item {
    width: 100%;
  }
  /*		News_Inner Page styles		*/
  .sidebar_news_list .news_img {
    height: 170px;
  }
  /*			Projects Page styles 		*/
  .project_img {
    height: 170px;
  }
  .project_text {
    padding: 20px;
  }
  /* new page base start */
  ul.base_unit_ul {
    columns: 1;
    padding: 20px;
  }
  .base_head_title {
    font-size: 14px;
  }
  /* new page base end */
  /* new page calendar start */
  .cal_item{
    font-size: 13px;
  }
  .vanilla-calendar .vanilla-calendar-btn {
    min-width: 20px;
  }
  .vanilla-calendar .vanilla-calendar-date{
    padding: 8px 0;
  }
  .main_link_item.main_link_item_bg.pt_none{
    background-size: contain;
  }
  /* new page calendar end */
  .title.mb {
    margin-bottom: 25px;
  }
}
/*end my css*/
