/*
Theme Name: IUK
Theme URI: https://sait.kg/ 
Author: SAIT.KG
Author URI: https://sait.kg/
Tested up to: 5.8
Requires PHP: 7.2
Version: 0.7.3
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gpl-v3.0.html
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, block-styles, flexible-header, block-patterns, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, threaded-comments, post-formats, rtl-language-support, blog, portfolio, e-commerce

VW One Page WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
VW One Page WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */

*{
  margin:0;
  padding:0;
  outline:none;
}
html{
  overflow-x: hidden;
}
body{ 
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word;
  position:relative;
  background: #fff;
  font-size: 15px; 
  color: #4f4f4f;
/*   font-family: 'Bitter', serif; */
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
}
img{ 
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  color: #4f4f4f;
}
p{ 
  letter-spacing: 1px;
}
a{ 
  text-decoration:none; 
  color: #ed0009;
}
a:hover{ 
  text-decoration:none; 
  color:#333;
}
a:focus, a:hover{
  text-decoration:none !important;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.clear{ 
  clear:both;
}
input.search-field {
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #999
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{ 
  text-align:center; 
  margin-bottom:40px;
}
button{
  padding: 5px;
}
.home .middle-align{
  padding: 0;
}
.middle-align,.blog .middle-align{ 
  margin: 0 auto; 
  padding: 3em 0 0;
}
.wp-caption{ 
  margin:0; 
  padding:0; 
  font-size:13px; 
  max-width:100%;
}
.wp-caption-text{ 
  margin:0; 
  padding:0; 
}
a:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="phno"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
input[type="tel"]:focus, 
textarea:focus,
input[type="submit"]:focus,
#comments:focus, select:focus, .toggle-nav button:focus, .search-box button:focus, a:focus span{
  outline: none;
  text-decoration:none !important;
} 
.serach_inner input.search-field:focus, .serach_inner input.search-submit:focus, .closepop a:focus{
  outline: none;
  text-decoration:none !important;
}
.close:focus, .close:hover {
  color: #fff;
}
.woocommerce-product-details__short-description p a,.entry-content a, .sidebar .textwidget p a, .textwidget p a, #comments p a, .slider .inner_carousel p a{
  color: #ed0009;
  text-decoration: underline;
}
/*---------- WIDE BLOCKS ------------*/

.alignwide {
  margin-left  : -60px;
  margin-right : -60px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

/*---------- ACCESSIBILITY READY ------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.sticky{ 
  margin:0; 
  padding:0; 
}
.sticky .post-main-box h3{
  background: url(images/pin.png) no-repeat scroll 0 0px;
  padding-left: 40px;
}
.gallery-caption{ 
  margin:0;
  padding:0;
}
.alignleft, img.alignleft {
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter,  img.aligncenter {
 clear: both; 
 display: block; 
 margin-left: auto; 
 margin-right: auto; 
 margin-top:0; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
 margin:0;
 padding:0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"], 
input[type="password"], 
textarea{
  border:1px solid #bcbcbc;
  width:100%; 
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 15px 0;
  height:auto;
}
textarea{
  height:111px; 
}


/* --------Top bar--------- */
#topbar {
  background: rgba(0, 0, 0, 0) linear-gradient(120deg, #4f4f4f 71%, #c41f27 29%) repeat scroll 0 0 !important;
  padding: 10px 0;
}
.contact_details ul {
  margin: 0 0 0 40px;
}
.contact_details ul li {
  margin-left: 25px;
}
.contact_details ul li, .contact_details a {
  list-style: none;
  display: inline;
  color: #ffffff;
  font-size: 13px;
}
.contact_details a:hover {
  color: #ffffff !important;
}
.contact_details i {
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
  font-weight: 600;
}
.contact_details .fas.fa-phone {
  transform: rotate(90deg);
}
#topbar .custom-social-icons h3{
  display: none;
}
#topbar .custom-social-icons{
  text-align: center;
}
#topbar .custom-social-icons i {
  color: #fff !important;
  font-size: 15px;
  margin-right: 15px; 
  border: none;
  outline: none;
}
#topbar .custom-social-icons i:hover{
  color: #fff !important;
  border: none;
  outline: none;
}
/* ------------ LOGO CSS ----------- */
.page-template-custom-home-page .logo{
  margin-top: -70px;
}
.page-template-custom-home-page .logo:after{
  border-left: 80px solid transparent;
  border-right: 88px solid transparent;
}
.logo:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #ed0009;
  overflow: visible;
  z-index: 9999;
}
.logo {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 5px 7px;
    width: 125px;
    z-index: 999;
}
.logo h1 a , .logo p.site-title a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.logo h1, .logo p.site-title{
  line-height: 1.2;
}
.logo p.site-title {
  margin: 0;
  padding: 3px 0 0 0;
  letter-spacing: 0;
}
.logo .site-title a:hover{
  color: #fff !important;
  outline: none;
}
p.site-description {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: italic;  
  font-size: 13px;
  margin-bottom: 0;
  display: none;
}
/* --------- MENUS CSS --------- */
#mySidenav {
  display: inline;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
  margin: 0 0 0 -47px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  font-weight: bold;
}
.header-sticky.header-fixed .main-navigation ul {
  margin: 0 0 0 -18px;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-navigation a {
  display: block;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 12px;
  background: #fff;
  margin: 0 41px 0 0;
  border-color: #fff;
  transition: 0s;
}
.main-navigation a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 40px;
  height: 40px;
  border: 22px solid transparent;
  border-left: 22px solid #fff;
  border-top: 22px solid #fff;
  z-index: -1;
}
.main-navigation a:hover:after, .main-navigation a:focus:after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 40px;
  height: 40px;
  border: 22px solid transparent;
  border-left: 22px solid #c41f27;
  border-top: 22px solid #c41f27;
  z-index: -1;
}
.main-navigation a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -43.5px;
  width: 40px;
  height: 40px;
  border: 22px solid transparent;
  border-right: 22px solid #fff;
  border-bottom: 22px solid #fff;
  z-index: -1;
}
.main-navigation a:hover:before, .main-navigation a:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: -43.5px;
  width: 40px;
  height: 40px;
  border: 22px solid transparent;
  border-right: 22px solid #c41f27;
  border-bottom: 22px solid #c41f27;
  z-index: -1;
}
.main-navigation a:hover, .main-navigation a:focus {
  outline: none;
  background: #c41f27;
  color: #fff !important;
  transition: 0s;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  background: #fff;
  min-width: 200px;
  z-index: 9999;
  top: 80%;
  border-top: 4px solid #ed0009;
  border-bottom: 4px solid #ed0009;
  line-height: 30px;
  border-radius: 5px;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0%;
}
.main-navigation ul ul a{
  color: #000 ;
  border: none;
  padding: 5px 10px ;
  border-bottom: 1px solid #eaeaea;
  margin-top: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-navigation ul.sub-menu a:hover{
  color: #ed0009;
  padding-left: 50px !important;
}
.main-navigation ul.sub-menu>li>a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  margin-top: 15px;
  left: 0;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  background: #222;
}
.main-navigation ul.sub-menu>li>a:hover:before {
  opacity: 1;
  left: 15px;
  width: 20px;
}
.main-navigation ul ul a:focus{
  outline: none;
}
.main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #006ccc;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
/*--------------- SUPERFISH MENU ---------------------------*/

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}
/*----------------- SEARCH POPUP ----------------*/
.serach_inner label {
  width: 80% !important;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
 display: table;
 padding: 0;
 border-radius: 0;
 border-bottom: solid 1px #999; 
 margin: 0 auto;
 max-width: 700px;
 width: 100%;
}
.serach_inner input.search-submit {
  padding: 10px 25px;
  background: url(images/search.png) no-repeat scroll 0 8px;
  font-size: 13px;
  text-align: center;
  float: right;
  text-indent: -9999px;
  border: none;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
.serach_inner input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #999;
  margin: 0;
}
.search-box i {
  color: #4f4f4f;
  cursor: pointer;
  padding: 20px 0;
}

/* Headings */
section h2{
  font-weight:bold; 
  text-align:center; 
  margin:0 0 45px;
  padding:0;
  text-transform:uppercase;
}
section h3{
  font-weight:bold; 
  text-align:center;
  margin:30px 0 0 0;
  text-transform:uppercase;
}
section h4{
  color:#000; 
  font-weight:bold;
  font-size:18px;
}
section h5{
  color:#000; 
  font-weight:bold;
  font-size:24px;
  margin:0 0 10px 0;
  padding:0;
}

/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0;
  background: #4f4f4f;
}
#slider img {
  width: 100%;
  opacity: 0.7;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;  
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image: none;
  font-size: 15px;
  color: #fff;
  background: #ed0009;
  padding: 15px 20px;
}
#slider .carousel-control-prev,#slider .carousel-control-next{
  opacity: unset !important;
  top: auto;
  bottom: 25px;
  width: 5%;
}
#slider .carousel-control-next {
  right: auto;
  left: 15%;
}
#slider .carousel-control-prev{
  left: 10%;
}
#slider .carousel-control-next-icon,#slider .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  left: 45%;
  text-align: right;
}
#slider .inner_carousel h1 {
  font-size: 35px;
  letter-spacing: 5px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  background: #ed0009;
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#slider .inner_carousel h1 a{
  color: #fff;
}
#slider .inner_carousel h1 a:hover{
  color: #4f4f4f;
}
#slider .inner_carousel p {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0;
}
#slider .more-btn a, .content-bttn a, #about-us .more-btn a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  background: #ed0009;
  padding: 12px 16px;
}
#slider .more-btn{
  margin: 25px 0;
}
#slider .more-btn a:hover, .content-bttn a:hover{
  background: #4f4f4f;
}
/* --------- Services ------- */

.catgory-box{
  background-color: #f1f1f1;
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 10px; 
  margin-bottom: 5em;
}
.catgory-box:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 35px solid #f1f1f1;
  overflow: visible;
  z-index: 9999;
}
.catgory-box h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 0;
  margin: 0;
}
.catgory-box h2 a{
  color: #4f4f4f;
}
.catgory-box:hover{
  background: #ed0009;
}
.catgory-box:hover:after{
  border-top: 35px solid #ed0009;
}
.catgory-box:hover h2 a{
  color: #fff;
}
.catgory-box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* --------- About us ------- */
#about-us {
  padding: 4% 0;
}
#about-us h3 {
  margin: 0;
  text-align: left;
  font-size: 20px;
  text-transform: none;
  color: #4f4f4f;
  font-weight: 600;
  letter-spacing: 1px;
}
#about-us hr {
  border-top: solid 3px #ed0009;
  margin: 10px 0 0 0;
  width: 5%;
  opacity: 1;
  border-bottom: none;
}
#about-us p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 15px 0 15px;
}

/*---------Sticky Header---------*/

.header-fixed {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 0;
  border-bottom: 1px solid #777;
  box-shadow: -5px -5px 15px 2px #bbb;
}
.tel_fixed {
  display: none;
}
.header-fixed .tel_fixed {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 528px;
  background: #c41f27;
  color: #fff;
  font-weight: bold;
  height: 41px;
  padding: 10px 0 0 20px;
  text-transform: uppercase;
}
.header-fixed .tel_fixed:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -44px;
    width: 40px;
    height: 40px;
    border: 22px solid transparent;
    border-right: 22px solid #c41f27;
    border-bottom: 22px solid #c41f27;
    z-index: -1;
}
.header-fixed .main-navigation a:before, .header-fixed .main-navigation a:after {
  top: -3px;
}
.header-fixed .logo, .page-template-custom-home-page .header-fixed .logo{
  position: static;
  margin-top: 0;
  padding: 0;
}
.header-fixed .logo .site-logo {
  display: none;
}
.header-fixed .logo h1, .header-fixed .logo p.site-title{
  padding: 0 0;
  line-height: 1.2;
  background: #4f4f4f; 
}
.header-fixed .logo:after{
    content: '';
    z-index: 9;
    position: absolute;
    top: -2px;
    left: 24.1%;
    right: unset;
    width: 40px;
    height: 40px;
    border: 22px solid transparent;
    border-left: 22px solid #4f4f4f;
    border-top: 22px solid #4f4f4f;
}
.header-fixed .logo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 459px;
  height: 41px;
  background: #4f4f4f;
  z-index: -1;
}
body.page-template-custom-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed{
  margin-top: 20px !important;
}
/*----------- PRELOADER ----------*/
#preloader {
  background-color: #ed0009;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  height: 100%;
}
.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap {
  animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}
.loader-line {
  border: 4px solid #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
  height: 90px;
  width: 90px;
  top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
  height: 76px;
  width: 76px;
  top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
  height: 62px;
  width: 62px;
  top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
  height: 48px;
  width: 48px;
  top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
  height: 34px;
  width: 34px;
  top: 35px;
}
@keyframes spin {
  0%, 15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-page #preloader{
  display: none;
}
/*----------- Footer Section----------- */
.scrollup i {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  font-size: 20px;
  display: none;
  color: #fff !important;
  padding: 10px;
  background: #ed0009;
  z-index: 999;
}
.scrollup.left i{
  left: 10px;
}
.scrollup.center i{
  left: 50%;
  right: 50%;
}
/* --------- Footer ------- */
#footer a:focus{
  outline: none;
}
#footer .tagcloud a{
  border: solid 1px #4f4f4f;
  color:#4f4f4f;
  font-size: 14px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#footer .tagcloud a:hover{
  background: #ed0009;
  color: #fff;
}
#footer li a:hover {
  color: #ed0009;
}
#footer ins span,
#footer .tagcloud a {
  color: #4f4f4f;
}
.copyright img{
  text-align: right;
}
#footer .widget {
  padding: 15px 0;
}
#footer input[type="submit"]{
  margin-top: 0;
  padding: 10px 9px;
  font-size: 15px;
  width: 100%;
}
#footer label{
  width: 100%;
}
#footer .search-form .search-field {
  width: 100%;
  border: solid 1px #4f4f4f;
  padding: 10px;
}
#footer caption,#sidebar caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
#footer table,
#footer th,
#footer td{
  border: 1px solid #4f4f4f;
  text-align: center;
}
#footer td ,#sidebar td{
  padding: 9px;
  color: #4f4f4f;
}
#footer th {
  text-align: center;
  padding: 10px;
  color: #4f4f4f;
}
#footer li a {
  color: #cccccc;
  font-size: 14px;
}
#footer ul li {
  list-style: none;
  padding: 5px 0;
}
#footer ul {
  margin: 0;
  padding-left: 0;
}
#sidebar select ,#footer select {
  padding: 10px 5px;
  width: 100%;
}
.sub-title{
  margin: 5em 0 0 0;
  line-height: 2em;
}
#footer {
  color: #4f4f4f;
  text-align: left;
  background: #1a1a1a;
}
#footer h3, #footer .wp-block-search .wp-block-search__label{
  color: #ed0009;
  font-size: 25px;
  padding: 10px 0 10px 0;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0;
}
#footer p{
  font-size: 14px;
}
.navigate  ul{
  list-style: none;
}
.copyright a {
  color: #fff;
}
.copyright a:hover{
  color: #1a1a1a;
}
.copyright p{
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer-2{
  background-color: #424242 !important;
  text-align:center;
  padding: 15px 0;
}
.site-info, .site-info a, .site-info a:hover {
    color: #e0e0e0;
    font-size: 13px;
}
#footer .custom-social-icons i {
  background: #ed0009;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.5;
  color: #fff;
}
#footer .custom-social-icons i:hover {
  background: #4f4f4f;
}
#footer ul.cart_list li a, #footer ul.product_list_widget li a , #footer ul.cart_list li .star-rating, #footer ul.product_list_widget li .star-rating{
  margin-bottom: 5px;
}
#footer .widget_price_filter .ui-slider .ui-slider-range, #footer .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #ed0009;
}
#footer .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #fff;
}
#footer .woocommerce-product-search button{
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #ed0009;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-top: 10px;
}
#footer .woocommerce-product-search input[type="search"]{
  border: 1px solid #ddd;
}
#footer form.woocommerce-product-search{
  border: none;
}
#footer li.woocommerce-mini-cart-item.mini_cart_item{
  line-height: 25px;
  margin-top: 10px;
  padding: 0 0 0 2em !important;
}
#footer ul.product_list_widget li {
  line-height: 25px;
  margin-top: 10px;
}
#footer .widget_rating_filter ul li {
  line-height: 25px;
  margin-top: 10px;
}
#footer .wp-block-search .wp-block-search__inside-wrapper, #sidebar .wp-block-search .wp-block-search__inside-wrapper{
  flex-wrap: wrap;
  display: block;
}
#footer .wp-block-search .wp-block-search__input, #sidebar .wp-block-search .wp-block-search__input {
  padding:10px 10px;
  font-size:15px;
  margin-bottom: 10px;
  color:#4d4749;
  border: solid 1px #e1e1e1;
  width: 100%;
}
#footer .wp-block-search .wp-block-search__button, #sidebar .wp-block-search .wp-block-search__button{
  background: #ed0009;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 0;
}
/* --------- Blog Page ------- */
.post-main-box:hover h2 a, .post-main-box:hover .post-info a, .single-post .post-info:hover a{
  color: #ed0009;
}
iframe, .entry-audio audio {
  width: 100%;
}
.box-image img{
  max-width: 100%;
}
.entry-video video {
  width: 100%;
}
h1.page-title {
  margin-bottom: 1%;
  margin-top: 0;
}
#our-services {
  margin-top: 0;
}
.post-main-box {
  margin-bottom: 5%;
  padding: 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 15px 10px -15px #999;
}
.post-main-box h2 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.post-main-box h2 a {
  font-size: 25px;
  color: #4f4f4f;
  margin-top: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.new-text p,
#our-services p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 26px;
  margin-top: 15px;
  text-align: justify;
}
.post-info {
  color: #4f4f4f;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-info span {
  margin-right: 1%;
}
.post-info hr {
  width: 10%;
  border-top: solid 2px #ed0009;
  margin-bottom: 0;
  border-bottom: none;
  opacity: 1;
}
.post-main-box .content-bttn a{
  display: inline-block;
}
.tags {
  padding-top: 10px;
}
.tags a {
  text-decoration: none!important;
  font-weight: 400;
  color: #121212!important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  font-size: 15px;
}
.entry-date a, .entry-author a{
  color: #4f4f4f;
}
.single-post .post-info{
  color: #4f4f4f;
  clear: both;
  font-size: 12px;
  letter-spacing: 1px;
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.single-post h1{
  font-size: 30px;
}
.single-post .nav-previous a, .single-post .nav-next a{
  outline: none !important;
  border-bottom: none !important;
}
.post-info i{
  margin-right: 10px;
}
#our-services .single-post p {
  text-align: left;
}
.post-main-box .content-bttn{
  margin: 0px 0;
  display: inline-block;
}
.related-post {
  clear: both;
}
.related-post h3 {
  padding: 15px 0px 15px;
}
.related-post .entry-content p{
  padding-top: 0;
  margin-top: 0;
}
.related-post .new-text p, #our-services .related-post p{
  margin-top: 0;
}
.nav-previous a{
  padding: 15px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
  text-align: left;
  background: #4f4f4f;
}
.nav-next a{
  padding: 15px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
  text-align: right;
  background: #4f4f4f;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #ed0009;
  color: #fff;
  transition-duration: 0.5s;
}
/* --------- POST --------- */
h2#reply-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}
/* Comments BOX */
#comments ol.children img {
  width: 30px;
}
#comments ol {
  list-style: none;
  padding-left: 0;
}
#comments{  
  margin-top:30px;
}  
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  margin-bottom: 10px;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}  
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit{
  background: #ed0009;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}
#comments a.comment-reply-link{
  color:#fff;
  background:#ed0009;
  padding:5px 15px;
}  
#comments a.comment-reply-link:hover{
  background:#ddd;
  color: #000;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments ol li{
  width:100%;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#f5f5f5;
  display:inline-block;
  border: 1px solid #d6d6d6;
}   
#comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  float:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
  margin:0;
}
#comments p {
  width:100%;
  float:left;
}
/*----------single-post-comments---------*/
.comments .comment-author, .comment-author.vcard {
  width: 50%;
  float: left;
}
.comment-meta.commentmetadata {
  float: right;
  width: 50%;
  text-align: right;
}
.comments p {
  width: 90%;
  float: left;
}
.comments .reply {
  float: left;
}
.reply {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
/*-------------- Sidebar-------------- */
#sidebar .social_widget {
  border: 1px solid #e1e1e1;
  margin-bottom: 25px;
  padding: 15px;
  text-align: center;
}
#sidebar .social_widget i {
  background: #4f4f4f;
  width: 36px;
  text-align: center;
  height: 36px;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
}
#sidebar .social_widget i:hover{
  background: #ed0009;
}
#sidebar td#prev a {
  color: #4f4f4f;
}
#sidebar caption {
  font-weight: bold;
  color: #4f4f4f;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #4f4f4f;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #4f4f4f;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #4f4f4f;
  background: transparent;
}
#sidebar form{
  text-align: center;
}
#sidebar h3, #sidebar .wp-block-search .wp-block-search__label{
  font-size: 16px !important;
  display: table;
  color: #4f4f4f;
  font-weight: 700 !important;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 0px 10px !important;
  margin: -28px auto 28px auto !important;
}
#sidebar .wp-block-search .wp-block-search__label{
  width: auto;
}
#sidebar input[type="search"] {
  padding:10px 10px;
  font-size:15px;
  margin-bottom: 10px;
  color:#4f4f4f;
  border: solid 1px #e1e1e1;
  width: 100%;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  background: #ed0009;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  width: 100%;
}
#sidebar .widget {
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 50px;
  box-shadow: 0px 15px 10px -15px #999;
}
#sidebar ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
}
#sidebar ul li{
  color: #4f4f4f;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 43px;
}
#sidebar ul li a {
  color: #4f4f4f;
  letter-spacing: 1px;
  font-size: 15px;
}
#sidebar ul li a:hover {
  color: #ed0009;
}
#sidebar .tagcloud a{
  border: solid 1px #e1e1e1;
  color:#4f4f4f;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background: #ed0009;
  color: #fff;
}
#sidebar .custom-social-icons i {
  background: #ed0009;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.5;
  color: #fff;
}
#sidebar .custom-social-icons i:hover {
  background: #4f4f4f;
}
#sidebar ul.product_list_widget li{
  line-height: 25px;
  margin-top: 10px;
}
#sidebar .widget_shopping_cart .cart_list li a.remove, #sidebar.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0px;
  left: 0;
}
#sidebar .widget_price_filter .ui-slider .ui-slider-range, #sidebar .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #ed0009;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #000;
}
#sidebar ul.cart_list li a, #sidebar ul.product_list_widget li a, #sidebar ul.cart_list li .star-rating, #sidebar ul.product_list_widget li .star-rating {
  margin-bottom: 5px;
}
#sidebar .woocommerce-product-search button{
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #ed0009;
  font-weight: bold;
  color: #fff;
  border: none;
}
#sidebar .woocommerce-product-search input[type="search"]{
  border: 1px solid #ddd;
}
#sidebar form.woocommerce-product-search{
  border: none;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:left;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}

/*------------ PAGE CSS -------------*/
.error404 .title-box h1 {
  text-align: center;
}
.error-btn a {
  background: #ed0009;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}
.error-btn a:hover {
  background: #4f4f4f;
}
.error-btn {
  margin: 25px 0;
}
.title-box h1 {
  color: #000;
  clear: both;
}
hr{
  border:none;
  border-bottom:2px solid #7e7e7e;
  margin:20px 0; 
  clear:both;
  opacity: 1;
}
.read-moresec{
  margin:2% 0;
}
.page-content, .page-content p {
  text-align: center;
}
.page-content{
  margin: 20px 0px 40px 0px;
}
.page-content .read-moresec {
  margin: 0px;
  margin-bottom: 20px;
}
/*------------- PAGINATION CSS --------------*/
.pagination {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  float:right;
  font-weight:bold;
  width:100%;
  margin-bottom: 20px;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #4f4f4f;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover{
  color:#fff;
  background: #ed0009;

} 
.pagination .current {
  padding: 10px 15px;
  background: #ed0009;
  color: #fff;
  font-weight: bold;
}
.pagination ul, .pagination ul li{
  margin:0;
  clear:both;
}
.post-navigation{
  clear:both;
}
.post-navigation {
  clear: both; 
}
.post-navigation .post-title { 
  font-size: 20px; 
  font-size: 1.75rem; 
  line-height: 1.25; 
}
.nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .current .screen-reader-text { 
  position: absolute !important; 
}
.post-navigation .page-numbers { 
  display: inline-block; 
}
.post-navigation a { 
  color: #4f4f4f; 
}
.post-navigation span { 
  display: block; 
}
.post-navigation .meta-nav { 
  color: #4f4f4f; 
  font-size: 13px;
  letter-spacing: 0.076923077em; 
  line-height: 1.6153846154; 
  margin-bottom: 0.5384615385em; 
  text-transform: uppercase; 
}
.post-navigation .post-title {
  font-size: 20px; 
  font-weight: 700;  
  line-height: 1.2173913043; 
  text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title { 
  color: #ed0009;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #1a1a1a;
}
.post-navigation .nav-links {
  position: relative;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.post-navigation .current .screen-reader-text {
  position: static !important;
}
.post-navigation .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,
.post-navigation .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,
.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,
.post-navigation .prev:focus,
.post-navigation .next:hover,
.post-navigation .next:focus {
  background-color: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,
.post-navigation .next:focus {
  outline: 0;
}
.post-navigation .prev {
  right: 54px;
}
/*------single-post-pagination------*/
.post-navigation a {
  color: #1a1a1a;
}
.single-post .nav-previous a,
.single-post .nav-next a{
  color: #000;
  background: transparent;
}
.single-post .nav-previous a:hover,
.single-post .nav-next a:hover {
  color: #ed0009;
  background: transparent;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.nav-next span.meta-nav:after{
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  margin-left: 10px;
}
.nav-previous span.meta-nav:before{
  content: "\f30a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  margin-right: 10px;
}
.post-navigation span.meta-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding: 15px;
}
.post-navigation span { 
  display: block;
}
.post-navigation .post-title {
  display: none;
}
/*------------- About us widgets --------------*/
#footer .more-button, #sidebar .more-button {
  margin: 20px 0px 10px 0px;
}
#footer a.custom_read_more, #sidebar a.custom_read_more {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  background: #ed0009;
  padding: 12px 16px;
}
#footer p.custom_author, #sidebar p.custom_author {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 4px;
}
#footer p.custom_designation, #sidebar p.custom_designation {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
}
#sidebar a.custom_read_more:hover, #footer a.custom_read_more:hover{
  background: #4f4f4f;;
  color: #fff;
}
.custom-about-us h3.custom_title {
  text-align: left;
}
.custom-about-us {
  text-align: center;
}
/*------------- Contact us widgets --------------*/
.custom_details {
  font-size: 15px;
  font-weight: bold;
}
.custom-social-icons input[type="text"], .custom-social-icons input[type="email"], .custom-social-icons textarea {
  margin: 0;
  background: transparent;
}
form.wpcf7-form {
  margin-top: 20px;
}
#sidebar .custom-contact-us form {
  text-align: left;
}
/*------------- WOOCOMMERCE CSS --------------*/
.woocommerce ul.products li.product .button,
a.checkout-button.button.alt.wc-forward {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
}
.woocommerce span.onsale{
  background: #4f4f4f;
  padding: 0;
}
.products li {
  box-shadow: 3px 3px 10px 2px #ddd;
  padding: 10px !important;
  text-align: center;
}
h2.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #4f4f4f;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  font-weight: bold!important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #4f4f4f;
  font-size: 15px
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #ed0009;
  color: #fff !important;
  border-radius: 0;
  opacity: 1 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #4f4f4f;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #4f4f4f;
  color: #4f4f4f;
}
.col-1,.col-2 {
  max-width: 100%;
}
.woocommerce .col2-set .col-1 {
   max-width: 100%;
}
.woocommerce .col2-set .col-2 {
   max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #ed0009;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 0 0 #4f4f4f;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
  font-weight: bold;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
  color: #4f4f4f;
}
span.woocommerce-input-wrapper,
.woocommerce label {
 width: 100%;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px;
  font-size: 12px;
}
span.posted_in {
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 22%;
  display: inline-block;
  margin: 5px;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-content a, .woocommerce-info a, .woocommerce-privacy-policy-text a, td.product-name a, a.shipping-calculator-button{
  text-decoration: none !important;
}
.woocommerce div.product .product_title{
  font-size: 30px;
}
.woocommerce .star-rating span, .woocommerce p.stars a{
  color: #ffd400;
}
.woocommerce div.product .woocommerce-product-rating{
  margin-bottom: 0px;
}
.woocommerce-Reviews #comments p{
  float: none;
}
.woocommerce #comments ol li{
  padding: 0px !important;
}
.woocommerce #reviews #comments h2{
  font-size: 25px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
}
.woocommerce .select2-container--default .select2-selection--single , .woocommerce input#billing_phone{
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #bcbcbc;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
h3#order_review_heading{
  margin-top: 10px;
}
section.related.products h2 {
  text-align: left;
  margin: 10px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  text-align: center;
  padding: 0
}
.woocommerce .products .star-rating{
  margin: 10px auto;
}
.admin-bar .home-page-header{
  margin-top: 32px;
}
.woocommerce input#password{
  border: 1px solid #bcbcbc;
}
.woocommerce-page form .password-input{
  width: 100%;
}
.woocommerce label {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  margin: 2px 2px 2px 0;
  padding: 12px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #4f4f4f;
  transition: background .15s ease-in-out;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #ed0009;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  padding: 12px 15px;
  background: #ed0009;
  color: #fff;
  font-weight: normal;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: none;
  float: none;
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 110px !important;
  padding: 5px 5px 5px !important;
  margin: 0px 10px 0px 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce input#billing_phone{
  padding: 10px !important;
}


/*------------------MY NEXT NEW GO 2560px-------------------*/
@media screen and (min-device-width: 2560px) {
.header-fixed .logo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 780px;
    height: 41px;
    background: #4f4f4f;
    z-index: -1;
}
.header-fixed .logo:after {
    content: '';
    z-index: 9;
    position: absolute;
    top: -2px;
    left: 30.5%;
    right: unset;
    width: 40px;
    height: 40px;
    border: 22px solid transparent;
    border-left: 22px solid #4f4f4f;
    border-top: 22px solid #4f4f4f;
}
	
	
	
	
	
}


/*------------------MY NEXT NEW GO-------------------*/
.vw-page-title {
  display: none;
}
.top_slider_bl .elementor-widget-wrap {
  padding: 0 !important;
}
.ms-slide-info.ms-dir-h {
	z-index: 1;
}
.ms-bullets {
	z-index: 2;
}
.ms-info h3 {
	text-align: right;
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	border-bottom: 2px solid #E41C21;
	width: 790px;
	float: right;
	padding-right: 17px;
	text-shadow: 1px 1px 2px #333;
	margin-bottom: 69px;
}
.ms-info h4 {
	text-align: left;
	color: #fff;
	font-size: 17px;
	float: right;
	margin: 75px -430px 0 0;
    width: 430px;
	text-shadow: 1px 1px 2px #333;
	font-family: 'Bitter', serif;
    font-style: italic;
    font-weight: normal;
}
.ms-slide:after {
	content: '';
	position: absolute;
	bottom: -7px;
	right: 0;
	width: 85px;
	height: 85px;
	background: url(/wp-content/uploads/2022/01/list-nn-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
#podrazdeleniya {
  padding: 60px 0 0;
}
#podrazdeleniya h2 {
  color: #333;
  font-size: 30px;
  margin-bottom: 10px;
}
#podrazdeleniya figure {
  width: 40% !important;
}
#podrazdeleniya h3, #podrazdeleniya p {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Bitter', serif;
  margin: -10px 0 0 0;
}
#podrazdeleniya .line_2 {
  border-top: 1px solid #ccc;
}
#podrazdeleniya .line_3 {
  border-top: 1px solid #ccc;
}
#podrazdeleniya .elementor-button {
  background: #c41f27;
  color: #fff;
  border-bottom: 2px solid #990910;
  border-right: 1px solid #990910;
  box-shadow: 1px 1px 2px #777;
  text-shadow: 0.5px 0.5px 1px #555;
  transition: 0.2s;
}
#podrazdeleniya .elementor-button:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  box-shadow: 1px 2px 2px #555;
  transition: 0.2s;
}
#podrazdeleniya .elementor-button:active, #podrazdeleniya .elementor-button:focus {
  box-shadow: 0;
  background: #bbb;
  border: 0;
}
.zk_link, .vk_link, .zp_link {
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
}
.ik_link, .vm_link, .tal_link, .mido_link, .tokmok_link, .orel_link, .potom_link, .mao_link {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
}
.vd_link, .amanat_link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ism_link, .potom_link_2 {
  padding-bottom: 20px;
}
.potom_poslednii_link {
  border: 0 !important;
}
.line_potom {
  border-top: 1px dashed #c41f27;
  text-align: center;
  padding-top: 50px;
}
.line_potom:after {
  content: "Новые Проекты";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  color: #444;
}
.line_potom.eng_potom:after {
  content: "New Projects";
}
.line_potom.kg_potom:after {
  content: "Жаңы долбоорлор";
}
.potom_link, .potom_link_2 {
  opacity: 0.4;
}
.planka_cont {
  font-family: 'Bitter', serif;
  padding: 35px 15px 0;
  min-height: 780px;
  margin-top: -30px;
  background: #fff;
  width: 400px !important;
  box-shadow: 0 0 6px #111;
  position: absolute !important;
  right: 20px;
}
.planka_cont p {
  font-size: 15px !important;
  font-weight: normal !important;
  margin: 0 0 12px 0 !important;
}
.planka_cont ul {
  padding: 0 0 0 17px;
}
.planka_cont ul li {
  font-size: 15px !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.planka_cont:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url(/wp-content/uploads/2022/01/list-nn-1.png);
  background-size: cover;
  transform: rotate(-90deg);
}
.planka_cont h3 {
  text-align: left;
  margin: 0 0 20px -25px !important;
  padding: 7px 0 7px 15px;
  background:#c41f27;
  color: #fff !important;
  text-shadow: 0.5px 0.5px 1px #555;
  font-size: 20px !important;
  width: 100%
}
.planka_cont h3:after {
  content: '';
  width: 0; 
  height: 0; 
  border-width: 17px 19px 13px;
  border-style: solid;
  border-color: #c41f27 #c41f27 transparent;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: 4px;
  left: 91%;
}
.planka_cont hr {
  border-bottom: 2px solid #c41f27 !important;
  margin: 15px auto !important;
  width: 90%;
}

.zp_kont .planka_cont h3,
.orel_kont .planka_cont h3 {
  background: #1A3172;
}
.zp_kont .planka_cont h3:after,
.orel_kont .planka_cont h3:after {
  border-color: #1A3172 #1A3172 transparent;
}
.zp_kont .planka_cont hr,
.orel_kont .planka_cont hr {
    border-color: #1A3172 !important;
}
.zp_kont .planka_cont:after,
.orel_kont .planka_cont:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url(/wp-content/uploads/2022/02/mukr-list.png);
  background-size: cover;
  transform: rotate(-90deg);
}
.zp_kont a,
.orel_kont a {
  color: #1A3172 !important;
}

.zk_kont {
  	background: url(/wp-content/uploads/2022/02/TSentralnyj-K-11.jpg);
}
.vk_kont {
  	background: url(/wp-content/uploads/2022/02/Vostochnyj-11.jpg);
}
.ism_kont {
  	background: url(/wp-content/uploads/2022/02/Mshm.jpg);
}
.morf_kont {
	background: url(/wp-content/uploads/2022/02/Morfa-11.jpg);
}
.tal_kont {
  	background: url(/wp-content/uploads/2022/02/Taalim.jpg);
}
.tal_bik {
	background: url(/wp-content/uploads/2022/02/Big.jpg);
}
.tal_politeh {
	background: url(/wp-content/uploads/2022/02/muk-1.jpg);
}
.zp_kont {
	background: url(/wp-content/uploads/2022/02/muk-1.jpg);
}
.ik_kont {
	background: url(/wp-content/uploads/2022/01/IMG_7920-1-1.jpg);
}
.vsh_kont {
	background: url(/wp-content/uploads/2022/02/Mezhdunarodnaya-vyshaya-shkola-med.jpg);
}
.vd_kont {
	background: url(/wp-content/uploads/2022/02/Vedanta.jpg);
}
.mido_kont {
    background: url(https://iuk.kg/wp-content/uploads/2022/02/back-mido.jpg);
    border: 1px solid #ccc;
}
.tok_kont {
    background: url(https://iuk.kg/wp-content/uploads/2022/02/back-tokmok-1.jpg);
}
.mao_kont {
    background: url(https://iuk.kg/wp-content/uploads/2022/02/Korpus-mido-1-mini.jpg);
}
.amanat_kont {
    background: url(https://iuk.kg/wp-content/uploads/2022/02/back-amanat-1.jpg);
}
.zk_kont, .vk_kont, .ism_kont, .tal_kont, .zp_kont, .ik_kont, .vsh_kont, .vd_kont, .mido_kont, .tok_kont, .orel_kont, .amanat_kont, .mao_kont {
	display: none;
	background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    margin: 35px 0 75px 0;
    height: 735px;
    background-position: center;
}
.zk_kont:before {
  content: '';
  z-index: -2;
  position: absolute;
  top: -10px;
  left: -15%;
  width: 1920px;
  height: 850px;;
}
.vk_kont:before {
  content: '';
  z-index: -2;
  position: absolute;
  top: -10px;
  left: -15%;
  width: 1920px;
  height: 770px;;
}
.zp_kont:before {
  content: '';
  z-index: -2;
  position: absolute;
  top: -10px;
  left: -22.1%;
  width: 1920px;
  height: 700px;;
}
#zifri {
  padding: 60px 0 50px;
}
#zifri p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Bitter', serif;
  color: #333;
  margin-bottom: 45px;
}
#zifri h2 {
  color: #333;
  font-size: 30px;
  margin-bottom: 40px;
}
#zifri h3 {
  font-size: 25px;
  text-align: left;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #111;
  z-index: 5;
  position: relative;
}
#zifri h3:after {
  content:'';
  width: 200px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.elementor-counter:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 90px;
  background: #c41f27;
}
.elementor-counter:after {
  content: '';
  position: absolute;
  left: -17px;
  top: 0;
  width: 1px;
  height: 90px;
  background: #fff;
}
.elementor-counter .elementor-counter-number-wrapper {
    display: block !important;
    font-size: 42px !important;
    color: #c41f27;
    text-shadow: 0.5px 0.5px 1px #fff;
}
.elementor-counter-number-prefix {
  margin-right: -8px;
}
.elementor-counter-number-suffix {
  margin-left: -7px;
}
.elementor-counter-title {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-top: 5px;
    margin-left: -6px;
    color: #fff;
    text-shadow: 0.5px 0.5px 1px #111;
}
.s_prefiksom .elementor-counter-number-prefix {
  margin-left: -7px;
}
.calk_line {
  margin-bottom: 25px;
}
.s_back_bg_title h2 {
  color: #fff !important;
  text-shadow: 0.5px 0.5px 1px #111;
  position: relative;
  z-index: 10;
}
.univer_line {
  margin-bottom: 45px;
}
.univer_line:before {
  content: '';
  position: absolute;
  top: -205px;
  left: -35%;
  width: 1920px;
  height: 516px;
  background: url(/wp-content/uploads/2022/01/fbw07Tf.jpeg);
  z-index: -1;
}
.student_line {
  margin-bottom: 65px;
}
.napravleniya_line {
  margin-bottom: 45px;
}
.napravleniya_line:before {
  content: '';
  position: absolute;
  top: -105px;
  left: -35%;
  width: 1920px;
  height: 500px;
  background: url(/wp-content/uploads/2022/01/No4yZj4.jpeg);
  z-index: -1;
}
#missiya_bl {
  padding: 70px 0 0px;
}
.pod_missiei {
  padding: 0px 0 20px;
}
#missiya_bl .elementor-container, .pod_missiei .elementor-container {
  max-width: 1440px !important;
  width: 1440px;
  left: -4%;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box {
  border-radius: 12px;
  box-shadow: 0 0 10px #777;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box img {
  border-radius: 12px;
}

.elementor-element-725eb49{
  position: relative;
}
.elementor-element-725eb49:after {
  content: 'Обращение президента';
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-725eb49:after {
  content: "Message of the president";
  font-size: 41px;
  padding: 0 20px;
}
.page.page-id-628 .elementor-element-725eb49:after {
  content: "Президенттин сөзү";
  font-size: 40px;
  padding: 0 10px;
}
.elementor-element-725eb49:hover:after {
  display: none;
}

.elementor-element-e2a720d {
  position: relative;
}
.elementor-element-e2a720d:after {
  content: 'Миссия';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-e2a720d:after {
  content: 'Mission';
}
.page.page-id-628 .elementor-element-e2a720d:after {
  content: 'Миссия';
}
.elementor-element-e2a720d:hover:after {
  display: none;
}

.elementor-element-82f59e3 {
  position: relative;
}
.elementor-element-82f59e3:after {
  content: 'Видение';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-82f59e3:after {
  content: 'Vision';
}
.page.page-id-628 .elementor-element-82f59e3:after {
  content: 'Келечегибиз';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-82f59e3:hover:after {
  display: none;
}

.elementor-element-d0f987a {
  position: relative;
}
.elementor-element-d0f987a:after {
  content: 'Команда';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-d0f987a:after {
  content: 'Команда';
}
.page.page-id-628 .elementor-element-d0f987a:after {
  content: 'Команда';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-d0f987a:hover:after {
  display: none;
}

.elementor-element-3af1b70 {
  position: relative;
}
.elementor-element-3af1b70:after {
  content: 'Выпускники';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-3af1b70:after {
  content: 'Выпускники';
}
.page.page-id-628 .elementor-element-3af1b70:after {
  content: 'Выпускники';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-3af1b70:hover:after {
  display: none;
}

.elementor-element-db67b09 {
  position: relative;
}
.elementor-element-db67b09:after {
  content: 'Мы в Мире';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-db67b09:after {
  content: 'Мы в Мире';
}
.page.page-id-628 .elementor-element-db67b09:after {
  content: 'Мы в Мире';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-db67b09:hover:after {
  display: none;
}

.elementor-element-322d553f {
  position: relative;
}
.elementor-element-322d553f:after {
  content: 'Our team';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-322d553f:after {
  content: 'Our team';
}
.page.page-id-628 .elementor-element-322d553f:after {
  content: 'Our team';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-322d553f:hover:after {
  display: none;
}

.elementor-element-35b06ae7 {
  position: relative;
}
.elementor-element-35b06ae7:after {
  content: 'Graduates';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-35b06ae7:after {
  content: 'Graduates';
}
.page.page-id-628 .elementor-element-35b06ae7:after {
  content: 'Graduates';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-35b06ae7:hover:after {
  display: none;
}

.elementor-element-5a60bf1d {
  position: relative;
}
.elementor-element-5a60bf1d:after {
  content: 'IUK in the world';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-5a60bf1d:after {
  content: 'IUK in the world';
}
.page.page-id-628 .elementor-element-5a60bf1d:after {
  content: 'IUK in the world';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-5a60bf1d:hover:after {
  display: none;
}

.elementor-element-5eeaec9b {
  position: relative;
}
.elementor-element-5eeaec9b:after {
  content: 'Команда';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-5eeaec9b:after {
  content: 'Команда';
}
.page.page-id-628 .elementor-element-5eeaec9b:after {
  content: 'Команда';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-5eeaec9b:hover:after {
  display: none;
}

.elementor-element-3e6395ea {
  position: relative;
}
.elementor-element-3e6395ea:after {
  content: 'Бүтүрүүчүлөр';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-3e6395ea:after {
  content: 'Бүтүрүүчүлөр';
}
.page.page-id-628 .elementor-element-3e6395ea:after {
  content: 'Бүтүрүүчүлөр';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-3e6395ea:hover:after {
  display: none;
}

.elementor-element-22fb6079 {
  position: relative;
}
.elementor-element-22fb6079:after {
  content: 'Биз дүйнөдөбиз';
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.page.page-id-626 .elementor-element-22fb6079:after {
  content: 'Биз дүйнөдөбиз';
}
.page.page-id-628 .elementor-element-22fb6079:after {
  content: 'Биз дүйнөдөбиз';
  top: 35%;
  line-height: 1.15;
  padding: 0 10px;
  font-size: 40px;
}
.elementor-element-22fb6079:hover:after {
  display: none;
}


.eihe-caption {
  text-shadow: 0.5px 0.5px 1px #333;
  background-color: #c41f27d1 !important;
  padding: 10px !important;
}
.eihe-caption p {
  font-size: 16px !important;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover h3.eihe-title {
    font-size: 35px !important;
}
#contacts {
  padding: 90px 0;
  position: relative;
}
#contacts:before {
  content: '';
  position: absolute;
  width: 1920px;
  height: 516px;
  top: 0;
  left: -22.8%;
  background: url(/wp-content/uploads/2022/01/fon-bg-dark-2.jpeg) 100% 50%;
}
#contacts h2 {
  color: #eee;
  font-size: 36px;
  margin-bottom: 0;
  text-shadow: 0.5px 0.5px 1px #000;
}
#contacts .elementor-icon-box-icon {
  margin: 10px;
}
#contacts .elementor-icon i {
  margin: 0;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #000;
  transition: 0.2s !important;
}
#contacts .elementor-icon i:hover {
  color: #c41f27;
  transition: 0.2s !important;
}
#contacts .elementor-icon-box-title {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  text-transform: none;
}
#contacts .elementor-icon-box-title a {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #000;
}
.cont_r {
	border-right: 1px solid #fff;
}
.cont_line_2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}
#istoriya {
	padding: 60px 0 0;
	position: relative;
	min-height: 3820px;
}
#istoriya  h2 {
  color: #333;
  font-size: 30px;
  margin-bottom: 0;
}
.liniya {
	position: absolute;
	left: 0;
	top: 100px;
	width: 1100px;
	height: 4px;
	background: #333;
}
.liniya:after {
    content: '';
	position: absolute;
	left: 45px;
	top: 96px;
	width: 1055px;
	height: 4px;
	background: #333;
}
.povorot_sprava {
	position: absolute;
	right: -30px;
    top: 100px;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #333;
}
.povorot_sprava:after {
    content: '';
	position: absolute;
	left: -42px;
    top: 0px;
	width: 91.9px;
	height: 91.9px;
	background: #fff;
}
.povorot_sleva {
	position: absolute;
	left: -10px;
    top: 196px;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #333;
}
.povorot_sleva:after {
    content: '';
	position: absolute;
	left: 42px;
    top: 0px;
	width: 91.9px;
	height: 91.9px;
	background: #fff;
}
.liniya_2 {
	position: absolute;
	left: 45px;
	top: 292px;
	width: 1055px;
	height: 4px;
	background: #333;
}
.knopka {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #222;
  color: #222 !important;
  transition: 0.3s;
  animation-duration: 1.2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes pulse {
  from {
    width: 20px;
    height: 20px;
  }

  to {
    width: 22px;
    height: 22px;
  }
}

.knopka:hover, .knopka:focus, .knopka:active {
  border: 3px solid #c41f27;
  color: #c41f27 !important;
  cursor: pointer;
  transition: 0.3s;
}
.knopka_93 {
  position: absolute;
  top: 91px;
}
.knopka_93:before {
  content: '1993';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.knopka_98 {
  position: absolute;
  top: 91px;
  left: 25%;
}
.knopka_98:before {
  content: '1998';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.knopka_01 {
  position: absolute;
  top: 91px;
  left: 50%;
}
.knopka_01:before {
  content: '2001';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.knopka_02 {
  position: absolute;
  top: 91px;
  left: 75%;
}
.knopka_02:before {
  content: '2002';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.knopka_03 {
  position: absolute;
  top: 188px;
  left: 10%;
}
.knopka_03:before {
  content: '2003';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.knopka_07 {
  position: absolute;
  top: 188px;
  left: 35%;
}
.knopka_07:before {
  content: '2007';
  display: block;
  position: absolute;
  top: -42px;
  left: -25px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.vipad_okno {
	display: none;
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	width: 350px;
	margin: auto;
	text-align: center;
	padding: 40px 25px;
	background: #eee;
	border: 2px solid #c41f27;
	border-radius: 10px;
	box-shadow: 0 0 4px #777;
	z-index: 999;
}
.vipad_okno p {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Bitter', serif;
}
.vipad_okno p strong {
  color: #c41f27;
}
.vnutr_okno_img {
  width: 110px;
  margin: 0;
}
.close_okno {
	position: absolute;
	top: -10px;
	right: -10px;
	color: #fff;
	background: #222;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0 0 0 0.5px;
	line-height: 1;
	font-size: 30px;
	cursor: pointer;
}

.istoriya_vert {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 3645px;
  background: #333;
}
.hist_point {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #222;
  color: #222 !important;
}
.point_93 {
  top: 80px;
}
.point_93:before {
  content: '1993';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
  
}
.point_98 {
  top: 360px;
}
.point_98:before {
  content: '1998';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_01 {
  top: 620px;
}
.point_01:before {
  content: '2001';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_02 {
  top: 910px;
}
.point_02:before {
  content: '2002';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_03 {
  top: 1110px;
}
.point_03:before {
  content: '2003';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_07 {
  top: 1540px;
}
.point_07:before {
  content: '2007';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_12 {
  top: 1785px;
}
.point_12:before {
  content: '2012';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_14 {
  top: 1985px;
}
.point_14:before {
  content: '2014';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_17 {
  top: 2260px;
}
.point_17:before {
  content: '2017';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_18 {
  top: 2500px;
}
.point_18:before {
  content: '2018';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_19 {
  top: 2745px;
}
.point_19:before {
  content: '2019';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_20 {
  top: 2955px;
}
.point_20:before {
  content: '2020';
  display: block;
  position: absolute;
  top: -16px;
  right: -110px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_21 {
  top: 3195px;
}
.point_21:before {
  content: '2021';
  display: block;
  position: absolute;
  top: -16px;
  left: -78px;
  width: 100px;
  font-weight: bold;
  font-size: 30px
}
.point_22 {
  top: 3450px;
}
.point_22:before {
    content: '2022';
    display: block;
    position: absolute;
    top: -16px;
    right: -110px;
    width: 100px;
    font-weight: bold;
    font-size: 30px;
}

.txt_new_hist {
  position: absolute !important;
  width: 450px !important;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Bitter', serif;
}
.txt_new_hist strong {
  color: #c41f27;
}
.right_n_txt {
  right: 100px;
}
.right_n_txt .vnutr_okno_img {
  width: 100px;
  margin: -10px 0 0 0;
}

.left_n_txt {
  left: 98px;
  text-align: right;
}
.left_n_txt .vnutr_okno_img {
  width: 100px;
  margin: -10px 0 0 0;
}

.txt_93 {
  top: 155px;
}
.txt_98 {
  top: 440px;
}
.txt_01 {
  top: 700px;
}
.txt_02 {
  top: 995px;
}
.txt_03 {
  top: 1195px;
}
.txt_07 {
  top: 1620px;
}
.txt_07 img, .txt_20 img {
  border-radius: 50% !important;
}
.txt_12 {
  top: 1860px;
}
.txt_14 {
  top: 2075px;
}
.txt_14:before {
    content: '';
    position: absolute;
    width: 103px;
    height: 103px;
    top: 112px;
    right: 105px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/mido-logo-main.png);
    background-size: cover;
}
.page-id-626 .txt_14:before {
  top: 139px;
}
.txt_17 {
  top: 2345px;
}
.txt_17:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 87px;
  left: 105px;
  background: url(/wp-content/uploads/2022/01/IK.png);
  background-size: cover;
}
.txt_18 {
  top: 2590px;
}
.txt_18:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 87px;
  right: 105px;
  background: url(/wp-content/uploads/2022/01/Logo-TSentralnyj-Kampus-1.png);
  background-size: cover;
}
.page-id-626 .txt_18:before {
  top: 60px;
}
.txt_19 {
  top: 2825px;
}
.txt_19:before {
  content: '';
  position: absolute;
  width: 102px;
  height: 102px;
  top: 60px;
  left: 105px;
  background: url(/wp-content/uploads/2022/01/Taalim.png);
  background-size: cover;
}
.txt_20 {
  top: 3040px;
}
.txt_21 {
  top: 3280px;
}
.txt_21:before {
    content: '';
    position: absolute;
    width: 103px;
    height: 103px;
    top: 84px;
    left: 106px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/Lager-Orlenok-foto.jpeg);
    border-radius: 50%;
    background-size: cover;
}
.page-id-626 .txt_21:before {
  top: 59px;
}
.txt_22 {
  top: 3540px;
}
.txt_22:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 60px;
  right: 105px;
  background: url(https://iuk.kg/wp-content/uploads/2022/02/Tokmok1.png);
  background-size: cover;
}
.page-id-626 .txt_22:before {
  top: 90px;
  width: 95px;
  height: 95px;
}

.page-id-1032 #top-header, .page-id-1145 #top-header, .page-id-1136 #top-header {
  display: none;
}
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
  color: #333;
  font-size: 30px;
  margin: 20px 0 0px;
}
.page-id-1032 p, .page-id-1145 p, .page-id-1136 p {
  text-align: justify;
  letter-spacing: 0;
}
.vernutsya a {
  background: #c41f27;
  border-right: 2px solid #a30d15;
  border-bottom: 2.5px solid #a30d15;
  padding: 16px 35px;
  font-size: 16px;
  text-transform: uppercase;
}
.vernutsya a i {
  font-size: 15px;
  padding-right: 5px;
}
.partners_bl {
	padding: 60px 0 10px 0;
/* 	display: none; */
}
.partners_bl h2 {
  margin-bottom: 15px;
  color: #333;
  font-size: 30px;
}
.partners_bl .elementor-container {
  	max-width: 1700px !important;
	width: 1600px;
	margin-left: -140px !important;
}
.smls-overlay-effect .smls-overlay-wrap {
    background-color: transparent;
}
.nn_tt {
  margin: -30px 0 10px;
}
.nn_tt h2 {
	color: #333;
}
.nn_tt h2 strong {
	color: #c41f27;
	text-shadow: 0.5px 0.5px 1px #444;
}
.page-id-2229 #header, .page-id-2229 .header-fixed,
.page-id-2342 #header, .page-id-2342 .header-fixed,
.page-id-2517 #header, .page-id-2517 .header-fixed,
.page-id-3674 #header, .page-id-3674 .header-fixed,
.page-id-3602 #header, .page-id-3602 .header-fixed,
.page-id-3639 #header, .page-id-3639 .header-fixed,
.page-id-2942 #header, .page-id-2942 .header-fixed,
.page-id-3208 #header, .page-id-3208 .header-fixed,
.page-id-3690 #header, .page-id-3690 .header-fixed,
.page-id-3787 #header, .page-id-3787 .header-fixed,
.page-id-3743 #header, .page-id-3743 .header-fixed,
.page-id-3737 #header, .page-id-3737 .header-fixed,
.page-id-3806 #header, .page-id-3806 .header-fixed,
.page-id-3914 #header, .page-id-3914 .header-fixed,
.page-id-3676 #header, .page-id-3676 .header-fixed {
    display: none;
}
.persons_line h3 {
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-family: Roboto;
  font-size: 18px;
  margin: 10px 0 0 -20px;
  background: #c41f27;
  color: #fff;
  padding: 15px 0 15px 20px;
  line-height: 1.2;
  text-shadow: 1px 0.5px 1px #444;
}
.persons_line p:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    border: 46px solid transparent;
    border-left: 25px solid #fff;
    border-top: 85px solid #fff;
    transform:rotate(180deg);
}
.persons_line p {
  font-family: Roboto;
  letter-spacing: 0;
  padding: 0 20px 15px 20px;
  margin: 0 0 0 -20px;
  background: #c41f27;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #555;
}
.person_type_1 .f_img:after {
  content: '';
  position: absolute;
  bottom: -26px;
  right: -36px;
  width: 100px;
  height: 100px;
  background: url(/wp-content/uploads/2022/02/iuk-style-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  display: none;
}
.person_type_2 {
  margin-top: 150px;
  margin-bottom: 5px;
}
.person_type_2 .f_img:after {
  content: '';
  position: absolute;
  bottom: -26px;
  right: -36px;
  width: 100px;
  height: 100px;
  background: url(/wp-content/uploads/2022/02/iuk-style-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  display: none;
}
.person_type_2 h3 {
  background: #ccc;
  color: #222;
  text-shadow: none;
}
.person_type_2 p {
  background: #ccc;
  color: #222;
  text-shadow: none;
}
/* body.page-id-2229 {
  background: url(/wp-content/uploads/2022/02/Fon-1.png);
} */
.page-id-2229 .content-vw,
.page-id-3674 .content-vw{
  background: #fff;
  margin-bottom: 50px;
}
.kampus_line {
  border: 2px solid #E32226;
  padding: 40px 0 0;
  margin: 10px 0 50px;
  box-shadow: 0 0 5px #444;
  overflow: hidden;
}
.kampus_line:before {
  content: '';
  position: absolute;
  top: -1.5px;
  right: 0;
  width: 360px;
  height: 360px;
  background: url(/wp-content/uploads/2022/02/iuk-style-2.png);
  background-size: cover;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  opacity: 0.9;
}
.kampus_line:after {
  content: '';
  position: absolute;
  top: 11%;
  left: -7%;
  width: 920px;
  height: 920px;
  background: url(/wp-content/uploads/2022/02/Logo-TSentralnyj-Kampus-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.kampus_line.east_kampus_line:after {
  content: '';
  position: absolute;
  top: 11%;
  left: -7%;
  width: 920px;
  height: 920px;
  background: url(/wp-content/uploads/2022/01/Logo-TSentralnyj-Kampus-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.kampus_line h2 {
  color: #333;
  margin: 0 0 20px 0;
  text-align: left;
  width: 75%;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}
.kampus_line h2 strong {
  color: #c41f27;
  text-shadow: 0.5px 0.5px 1px #444;
}
.pro_bl figure {
  width: 70% !important;
  background: #c41f27;
  padding: 5px;
}
.pro_bl h3 {
  text-transform: initial;
  font-weight: 400;
  font-size: 18px;
  font-family: Roboto;
  margin: -15px auto 7px;
  background: #c41f27;
  text-shadow: 0.5px 0.5px 1px #555;
  color: #fff;
  padding: 3px 5px 10px;
  position: relative;
  text-align: center;
  width: 70% !important;
}
.pro_bl p {
  color: #111;
  font-weight: bold;
  letter-spacing: 0;
  font-family: Roboto;
  line-height: 1.2;
}
.second_line_bl_p {
  margin: 50px 0 0 0;
}
.second_line_bl_p .pro_bl figure {
  width: 80% !important;
}
.second_line_bl_p .pro_bl h3 {
  width: 80% !important;
  font-size: 17px;
}
.red_bottom_line_kampus {
  background: #c41f27;
  margin: 50px 0 -20px;
  padding: 10px 0 15px;
  position: relative;
}
.red_bottom_line_kampus:before {
  content: '';
  position: absolute;
  left: -100px;
  top: 0;
  width: 100px;
  height: 100%;
  background: #c41f27;
}
.red_bottom_line_kampus:after {
  content: '';
  position: absolute;
  right: -100px;
  top: 0;
  width: 125px;
  height: 100%;
  background: #c41f27;
}
.bottom_kampus {
  border-right: 2px solid #fff;
  padding: 0 0 0 0;
}
.bottom_kampus h3 {
  color: #fff;
  text-transform: initial;
  letter-spacing: 0;
  font-family: Roboto;
  font-weight: 500;
  text-align: left;
  font-size: 17px;
  margin: 5px 0 0 0;
  text-shadow: 0.5px 0.5px 1px #555;
}
.bottom_kampus p {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #555;
  letter-spacing: 0;
  font-family: Roboto;
  font-size: 14px;
}
.bottom_kampus i {
  color: #fff;
  margin: 12px -7px 0 0;
  padding: 0;
  font-size: 40px;
}
.bottom_kampus i.fa-phone-alt {
  font-size: 36px;
  margin: 15px -7px 0 0;
}
.vipuskniki_dva {
  padding: 0 0 50px 0;
}
.vipuskniki_dva figure {
  width: 55% !important;
  margin: 0 0 0 0 !important;
  z-index: 2;
}
.vipuskniki_dva h3 {
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  padding: 15px 0 15px 65px;
  margin: 0 0 0 0;
  line-height: 1.2;
  background: #c41f27;
  text-shadow: 1px 0.5px 1px #444;
  min-height: 92px;
}
.vipuskniki_dva p {
  font-size: 14px;
  padding: 20px 10px 23px 65px;
}
.vipuskniki_dva .elementor-image-box-content {
  border: 2px solid #c41f27;
  margin: 30px 0 0 -50px;
  min-height: 185px;
  z-index: 1;
}
.vipuskniki_dva .elementor-column {
  margin: 0 40px 0 0;
}
.vipuskniki_dva .elementor-container {
	max-width: 1300px !important;
}
.chast_bl {
  margin: 50px 0 0 0;
  position: relative !important;
}
.chast_bl:after {
  content: '';
  position: absolute;
  right: 130px;
  bottom: -85px;
  width: 536px;
  height: 206px;
  background: url(/wp-content/uploads/2022/02/qw.png);
  background-repeat: no-repeat;
}
.chast_bl_2:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -100px;
  width: 536px;
  height: 206px;
  background: url(/wp-content/uploads/2022/02/qw.png);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.chast_bl:before {
  content: '';
  position: absolute;
  top: -80px;
  left: 60px;
  width: 220px;
  height: 220px;
  background: url(/wp-content/uploads/2022/02/light-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.chast_bl img {
  width: 370px;
  position: absolute;
  right: 0;
  animation-duration: 1s;
  animation-name: slidein_check_poloska;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.chast_bl h3 {
  text-align: left;
  color: #222;
  font-size: 30px;
  text-transform: initial;
  width: 500px;
  margin: -20px 0 0 0;
}
.chast_bl h3 span, .chast_bl h3 strong {
  color: #c41f27;
}



@keyframes slidein_check_poloska {
  from {
    margin: 0 0 0 0;
  }

  to {
    margin: -10px 0 0 0;
  }
}

.chast_bl_2 {
  margin: 200px 0 60px 0;
  position: relative !important;
}
.chast_bl_2:before {
  content: '';
  position: absolute;
  top: -80px;
  right: 315px;
  width: 220px;
  height: 220px;
  background: url(/wp-content/uploads/2022/02/light-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.chast_bl_2 img {
  width: 370px;
  position: absolute;
  left: -215px;
  animation-duration: 1s;
  animation-name: slidein_check_poloska;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.chast_bl_2 h3 {
  text-align: right;
  color: #222;
  font-size: 30px;
  text-transform: initial;
  width: 500px;
  margin: -20px 0 0 0;
}
.chast_bl_2 h3 span, .chast_bl_2 h3 strong {
  color: #c41f27;
}
.chast_bl_2 h3:before {
    content: '';
    position: absolute;
    top: -128px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2022/02/hand-shake.png);
    background-size: cover;
    transform: rotate(-4deg);
    opacity: 1;
}



@keyframes slidein_check_poloska {
  from {
    margin: 0 0 0 0;
  }

  to {
    margin: -10px 0 0 0;
  }
}

.chast_bl_2 {
  margin: 180px 0 60px 0;
  position: relative !important;
}
.chast_bl_2:before {
  content: '';
  position: absolute;
  top: -80px;
  right: 315px;
  width: 220px;
  height: 220px;
  background: url(/wp-content/uploads/2022/02/light-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.chast_bl_2 img {
  width: 370px;
  position: absolute;
  left: -215px;
  animation-duration: 1s;
  animation-name: slidein_check_poloska;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.chast_bl_2 h3 {
  text-align: right;
  color: #222;
  font-size: 30px;
  text-transform: initial;
  width: 500px;
  margin: -20px 0 0 0;
}
.chast_bl_2 h3 span, .chast_bl_2 h3 strong {
  color: #c41f27;
}
.illusion {
  margin-bottom: 8px;
}
.illusion .eihe-box {
  border-radius: 10px !important;
  box-shadow: none !important;
  border: 1px solid #7a7a7a;
  /*   border: 1px solid #c41f27; */
  transition: 0.3s !important;
}
.illusion .eihe-box:hover {
  box-shadow: 1px 2px 4px #777 !important;
  margin: -6px 0 6px;
  transition: 0.3s !important;
}
.illusion .eihe-caption {
  background: #ffffffd1 !important;
}
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
  color: #333 !important;
  text-shadow: none !important;
  text-transform: initial;
  font-size: 20px !important;
  font-weight: bold;
  font-family: 'Bitter', serif !important;
  padding: 0 18px !important;
}
.illusion .elementor-widget-wrap {
  padding: 5px !important;
}
.last_illusion {
	margin-bottom: 50px;
}

.postuplenie {
  padding: 25px 0 25px;
  text-align: center;
  border-bottom: 2px solid #c41f27;
}
.postuplenie h2:before {
    content: '';
    width: 3px;
    height: 45px;
    background: #c41f27;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
	display: none;
}
.postuplenie h2 {
  font-size: 27px;
  line-height: 1.2;
  margin: 0 auto 20px;
  background: #c41f27;
  width: 760px;
  text-align: center;
  border-radius: 2px;
  padding: 12px 0;
  color: #fff;
  /* box-shadow: 1px 2px 2px #555; */
  text-shadow: 1.5px 1px 1px #555;
  font-weight: 600;
}
.postuplenie .elementor-button {
  width: 250px;
  background: #c41f27;
  color: #fff;
  border-bottom: 2px solid #990910;
  border-right: 1px solid #990910;
  box-shadow: 1px 1px 2px #777;
  text-shadow: 0.5px 0.5px 1px #555;
  margin-bottom: 5px;
  padding: 17px 10px;
  transition: 0.2s;
  font-size: 17px;
}
.postuplenie .elementor-button:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  box-shadow: 1px 2px 2px #555;
  transition: 0.2s;
}
.postuplenie_result {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px 0 0;
  height: 735px;
  display: none;
}
.postuplenie_result:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #c41f27;
  width: 100%;
  height: 2px;
}
.postuplenie_result.p_result_mukr:after {
  background: #201A9E;
}
.p_result_talim {
  background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_bik {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_talpolit {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_muk {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_east {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_mukr {
  background: url(/wp-content/uploads/2022/02/bek-dlya-postupleniya-sinij.jpg);
}
.p_result_esheodin {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.p_result_eshedva {
	background: url(/wp-content/uploads/2022/02/MUK-talimm1.jpg);
}
.postup_inside {
  width: 600px !important;
  background: transparent;
  padding: 0 30px;
  margin: 0 0 0 -50px;
/*   box-shadow: 0 0 6px #111; */
  min-height: 662px;
  color: #333;
}
.p_result_talim .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 135px;
  background: url(/wp-content/uploads/2022/02/taalim-logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p_result_bik .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 150px;
  background: url(/wp-content/uploads/2022/02/BIK-NEW.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
.p_result_talpolit .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 155px;
  background: url(/wp-content/uploads/2022/02/mini-logo-politeh-nn.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
.p_result_esheodin .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 155px;
  background: url(/wp-content/uploads/2022/02/mini-logo-mido-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
.p_result_muk .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 140px;
  background: url(/wp-content/uploads/2022/02/tsentr-i-vostok.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p_result_east .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 140px;
  background: url(/wp-content/uploads/2022/02/mini-logo-ism.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p_result_mukr .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 140px;
  background: url(/wp-content/uploads/2022/02/mini-logo-zapad.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p_result_eshedva .postup_inside:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 150px;
  background: url(/wp-content/uploads/2022/02/mini-logo-mvshm.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p_result_talim .postup_inside:after {
  background: url(/wp-content/uploads/2022/02/umenshenie.png);
  content: '';
  position: absolute;
  right: -600px;
  bottom: -15px;
  width: 700px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
}
.p_result_bik .postup_inside:after {
  background: url(/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
  content: '';
  position: absolute;
  right: -600px;
  bottom: -15px;
  width: 700px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
}
.p_result_talpolit .postup_inside:after {
  background: url(/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
  content: '';
  position: absolute;
  right: -600px;
  bottom: -15px;
  width: 700px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
}
.p_result_muk .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/TSK.png);
    content: '';
    position: absolute;
    right: -326px;
    bottom: -109px;
    width: 540px;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_east .postup_inside:after {
  background: url(/wp-content/uploads/2022/02/bg-mshm-2.png);
  content: '';
  position: absolute;
  right: -550px;
  bottom: -15px;
  width: 700px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
}

.p_result_mukr .postup_inside {
    width: 700px !important;
}
.p_result_muk .postup_inside {
    width: 790px !important;
}
.postup_inside ul {
  margin-bottom: 5px;
}

.p_result_mukr .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/MUKR.png);
    content: '';
    position: absolute;
    right: -540px;
    bottom: -5px;
    width: 680px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.p_result_esheodin .postup_inside:after {
  background: url(/wp-content/uploads/2022/02/MIDO.png);
  content: '';
  position: absolute;
  right: -600px;
  bottom: -15px;
  width: 700px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
}
.p_result_eshedva .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/mvshm-new.png);
    content: '';
    position: absolute;
    right: -540px;
    bottom: -250px;
    width: 640px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.postup_inside h3 {
  text-align: left;
  font-size: 16px;
  padding: 0;
  margin: 145px 0 40px -70px;
  font-family: Roboto;
  text-shadow: 0.5px 0.5px 1px #555;
  font-weight: 500;
  color: #fff;
}
.p_result_muk .postup_inside h3 {
  margin: 145px 0 15px -70px;
}
.postup_inside h4 {
  text-align: left;
  font-size: 19px;
  padding: 5px 0 5px 15px;
  margin: 22px 0 7px 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #555;
  background: #c41f27;
  width: 300px;
  font-weight: 500;
}
.p_result_mukr .postup_inside h4 {
  margin: 10px 0 6px 0;
  font-size: 15px;
  padding: 4px 0 4px 15px;
  width: 250px;
  background: #201A9E;
}
.p_result_muk .postup_inside h4 {
    margin: 12px 0 6px 0;
    font-size: 14px;
    padding: 4px 0 4px 15px;
    width: 250px;
}
.p_result_eshedva .postup_inside h4 {
  width: 230px;
}
.postup_inside hr {
  border-color: #c41f27;
  margin-bottom: 20px !important;
}
.vnutr_text {
  	float: left;
  	width: 50%;
	z-index: 2;
    position: relative;
}
.add_strochka {
  margin: -5px 0 0 -100px;
  text-align: left;
}
.p_result_mukr .add_strochka {
    margin: -19px 0 0 -100px;
}
.p_result_muk .add_strochka {
    margin: -5px 0 0 -100px;
}
.add_strochka figure {
  width: 33px !important;
  margin: 0 5px 0 0 !important;
  text-align: left;
}
.add_strochka figure img {
  width: 28px !important;
}
.add_strochka h3 {
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  margin: 5px 0 0 0;
  color: #333;
}
.inspir {
  color: transparent;
}
.urovni_mvshm li {
  text-shadow: 0.5px 1px 1px #fff;
}
.line_new_komanda {
  margin-bottom: 5px;
}
.line_new_komanda img {
  padding-bottom: 2px;
  border-bottom: 4px solid #c41f27 !important;
}

.my_new_komanda_line .eihe-box {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.my_new_komanda_line .eihe-box img {
  border-radius: 0 !important;
  padding-bottom: 2px;
  border-bottom: 4px solid #c41f27 !important;
}
.poslednyaya_line_komandi {
  margin-bottom: 50px;
}
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
  font-size: 19px !important;
  text-transform: uppercase;
  text-shadow: none;
  color: #333 !important;
}
.my_new_komanda_line .eihe-caption {
  background-color: #ffffffba  !important;
}
.my_new_komanda_line .eihe-box .eihe-caption p {
  color: #333 !important;
  text-shadow: none;
}
.nav_m_nav {
  text-align: center;
  margin: 15px auto 50px;
}
.nav_m_nav a {
  color: #fff !important;
  padding: 8px 12px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 17px;
}
.nav_m_nav i {
  font-size: 14px;
  margin-right: 3px;
}
.dalee {
  background: #c41f27;
}
.zdes {
  background: #aaa;
}
.nijnii_ryad {
	margin-bottom: 50px;
}
.mi_v_mire_title h2 strong {
  text-shadow: none !important;
}
#dop_o_nas {
    margin: 50px 0 10px !important;
    padding: 25px 0px;
    text-align: center;
}
#dop_o_nas:before {
  content: '';
  position: absolute;
  bottom: -57px;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #c41f27;
  z-index: 5;
  display: none;
}
#dop_o_nas:after {
  content: '';
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url(/wp-content/uploads/2021/12/cropped-iuk-favicon.png);
  background-size: cover;
  border-radius: 50%;
  z-index: 7;
  animation-duration: 3.5s;
  animation-name: coin_big_rotate;
  animation-iteration-count: infinite;
/*   animation-direction: alternate-reverse; */
	display: none;
}

@keyframes coin_big_rotate {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}
#dop_o_nas h2 {
  font-family: 'Bitter', serif;
  color: #333;
}
#dop_o_nas h2 strong {
  color: #c41f27;
}
#dop_o_nas p {
  margin: -45px 0 0 0 !important;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Bitter', serif;
}

.mao_kont .planka_cont {
	background: #fffc;
}
.hhed h2 {
  background: #fff;
  font-size: 28px;
  color: #222;
  font-family: 'Bitter', serif;
  line-height: 1.3;
  margin: 0 0 0 0;
}
.forr_cont {
  background: #c41f27;
  padding: 8px 0 8px 40px;
}
.zentr_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 405px;
  left: -383px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 95px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 5;
}
.forr_cont:after {
  content: '';
  position: absolute;
  top: 0;
  left: -127px;
  width: 130px;
  height: 100%;
  background: #c41f27;
}
.forr_cont:before {
  content: '';
  position: absolute;
  top: 0;
  right: -160px;
  width: 160px;
  height: 100%;
  background: #c41f27;
}
.forr_cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forr_cont ul li {
  display: inline;
  margin-right: 17px;
}
.forr_cont ul li a {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #555;
  text-transform: initial;
  font-weight: bold;
  font-size: 17px;
}
.forr_cont ul li a i {
  margin-right: 2px;
}
.spez_postup {
  padding: 25px 0 20px 0;
}
.spez_postup:before {
  content: '';
  position: absolute;
  top: 0;
  left: -127px;
  width: 160px;
  height: 119%;
  background: #eee;
}
.spez_postup figure {
  width: 12% !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-right: 10px !important;
}
.spez_postup h3 {
  text-align: left;
  text-transform: initial;
  font-family: 'Bitter', serif;
  margin: 0 0 15px 0;
  font-size: 21px;
  position: relative;
  color: #222;
}
.spez_postup h3:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -15px;
  width: 200px;
  height: 1px;
  background: #c41f27;
}
.spez_postup p {
    line-height: 1.4;
    color: #333;
    padding-right: 45px;
}
.vnutri_spez_postup {
  margin-top: 5px;
}
.urovni_obuch figure {
  width: 50px !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.urovni_obuch p {
    line-height: 1.6;
    color: #444;
    font-size: 15px;
    font-family: 'Bitter', serif;
    padding: 10px 0 0 0;
}
.urovni_obuch i {
  font-size: 18px;
  margin-right: -2px;
}
.spez_postup i {
  font-size: 18px;
}
.spez_p_title h4{
  text-align: left;
  text-transform: initial;
  font-family: 'Bitter', serif;
  margin: 0 0 -10px 30px;
  font-size: 23px;
  position: relative;
  color: #222;
}
.urovni_obuch h3 {
  text-align: left;
  text-transform: initial;
  font-family: 'Bitter', serif;
  margin: 0 0 15px 0;
  font-size: 21px;
  position: relative;
  color: #222;
}
.urovni_obuch h3:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -15px;
  width: 200px;
  height: 1px;
  background: #c41f27;
}
.zent_spezpost:after {
    content: '';
    position: absolute;
    bottom: -115px;
    right: -240px;
    width: 610px;
    height: 650px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/MIDO.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.asdd_spezpost:after {
    content: '';
    position: absolute;
    bottom: -105px;
    right: -160px;
    width: 489px;
    height: 620px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/o-nas.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.talim_spezpost:after {
    content: '';
    position: absolute;
    bottom: -122px;
    right: -195px;
    width: 506px;
    height: 545px;
    background: url(/wp-content/uploads/2022/02/umenshenie.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.nine_p .elementor-image-box-wrapper {
  margin-bottom: 20px;
  padding-right: 100px;
}
.nine_p figure {
    width: 11% !important;
    border: 1px solid #c41f27;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
    margin: 3px 10px 0 0 !important;
}
.nine_p p {
  color: #333;
  line-height: 1.4;
}
.n_logo_levii img, .n_logo_pravii  img{
  width: 250px;
  text-align: left;
  margin: 0 0 15px 0;
}
.levii_v_nine:before {
  content: '';
  position: absolute;
  top: 0;
  left: -170px;
  height: 100%;
  width: 200px;
  background: #c41f27;
}
.pravii_v_nine:before {
  content: '';
  position: absolute;
  top: 0;
  left: 35px;
  height: 100%;
  width: 580px;
  background: #eee;
}
.zentr_vostok:before {
  content: 'УНПК «МУК»';
  position: absolute;
  top: 245px;
  left: -310px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 80px;
  text-shadow: 0 0 1px #555;
  color: #c41f27;
  z-index: 1;
}
.zentr_vostok:after {
  content: 'УНПК «МУК»';
  position: absolute;
  top: 245px;
  right: -185px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 80px;
  text-shadow: 0 0 1px #555;
  color: #eee;
  z-index: 1;
}
.urovni_spez_t_title h4{
  margin: 0 0 -5px 40px;
}
.pre_skills_logo img {
  width: 230px;
}
.new_m_zentr_postup:before,
.assdss_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 810px;
    background: #eee;
}
.new_m_postup:after {
    content: '';
    position: absolute;
    top: 102px;
    right: -60px;
    width: 470px;
    height: 470px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/iuk-favicon.png);
    background-size: cover;
    background-repeat: no-repeat;
	z-index: 1;
}
.talim_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 284px;
  left: -295px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 72px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 5;
}
.new_m_talim_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 129%;
    background: #eee;
}
.new_m_talim_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 540px;
    background: #eee;
}
.bik_forr_cont:before {
    content: 'Hard Skills';
    position: absolute;
    top: 344px;
    left: -348px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 87px;
    text-shadow: 0 0 1px #333;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 5;
}
.new_m_bik_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 135%;
    background: #eee;
}
.new_m_bik_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 650px;
    background: #eee;
}
.bik_spezpost:after {
    content: '';
    position: absolute;
    bottom: -165px;
    right: -190px;
    width: 565px;
    height: 595px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.politeh_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 285px;
  left: -290px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 71px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 5;
}
.new_m_polit_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 134%;
    background: #eee;
}
.new_m_polit_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 540px;
    background: #eee;
}
.politeh_spezpost:after {
    content: '';
    position: absolute;
    bottom: -107px;
    right: -190px;
    width: 480px;
    height: 505px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.mido_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 291px;
  left: -290px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 71px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 5;
}
.new_m_mido_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 134%;
    background: #eee;
}
.new_m_mido_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 540px;
    background: #eee;
}
.mido_spezpost:after {
    content: '';
    position: absolute;
    bottom: -116px;
    right: -100px;
    width: 505px;
    height: 530px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/MIDO.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.ism_forr_cont:before {
    content: 'Hard Skills';
    position: absolute;
    top: 352px;
    left: -355px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 90px;
    text-shadow: 0 0 1px #333;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 5;
}
.new_m_ism_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 125%;
    background: #eee;
}
.new_m_ism_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 680px;
    background: #eee;
}
.ism_spezpost:after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -165px;
    width: 580px;
    height: 610px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/bg-mshm-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.new_m_ism_postup .forr_cont {
  margin: 100px 0 0 0;
}

.mukr_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 349px;
  left: -360px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 89px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 3px;
  z-index: 5;
}
.new_m_mukr_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 120%;
    background: #eee;
}
.new_m_mukr_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 670px;
    background: #eee;
}
.mukr_spezpost:after {
    content: '';
    position: absolute;
    bottom: -105px;
    right: -215px;
    width: 613px;
    height: 690px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/MUKR.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.new_m_mukr_postup .forr_cont,
.new_m_mukr_postup .forr_cont:before,
.new_m_mukr_postup .forr_cont:after,
.new_m_mvshm_postup .forr_cont,
.new_m_mvshm_postup .forr_cont:before,
.new_m_mvshm_postup .forr_cont:after {
    background: #201A9E;
}
.new_m_mukr_postup .spez_postup figure,
.new_m_mukr_postup .urovni_obuch figure,
.new_m_mvshm_postup .spez_postup figure {
    border: 1px solid #201A9E;
}

.mvshm_forr_cont:before {
  content: 'Hard Skills';
  position: absolute;
  top: 327px;
  left: -335px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 82px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 5;
}
.new_m_mvshm_postup .spez_postup:before {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 160px;
    height: 105%;
    background: #eee;
}
.new_m_mvshm_postup:before {
    content: '';
    position: absolute;
    top: 102px;
    left: 592px;
    width: 788px;
    height: 650px;
    background: #eee;
}
.mvshm_spezpost:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -220px;
    width: 613px;
    height: 409px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/mvshm-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.pod_vmesto_logo {
  margin-top: 108px;
}
.new_m_mukr_postup .pod_vmesto_logo {
  margin-top: 120px;
}
.new_m_mido_postup .pod_vmesto_logo {
  margin-top: 101px;
}
.new_m_mvshm_postup .pod_vmesto_logo {
  margin-top: 99px;
}
.new_m_postup {
	display: none;
}
.aspirantura {
  padding: 50px 0 30px;
  background: #f1f1f1;
  margin-left: -292px;
  margin-top: 30px;
  display: none;
}
.docctr {
  padding: 50px 0 50px;
  background: #f1f1f1;
  margin-left: -292px;
  margin-top: 30px;
  display: none;
}
.aspirantura h2 {
  font-family: 'Bitter', serif;
  margin: 0 -330px 0 0;
  color: #222;
  letter-spacing: 0.5px;
  font-size: 38px;
  line-height: 1.1;
  text-align: right;
  float: right;
  width: 1000px;
}
.aspirantura h2:before {
    content: 'Аспирантура';
    position: absolute;
    top: 290px;
    left: -435px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 92px;
    text-shadow: 0 0 1px #c41f27c4;
    color: #c41f27c4;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
}
.docctr h2:before {
    content: 'Ð”Ð¾ÐºÑ‚Ð¾Ñ€Ð°Ð½Ñ‚ÑƒÑ€Ð°';
    position: absolute;
    top: 290px;
    left: -392px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 90px;
    text-shadow: 0 0 1px #c41f27c4;
    color: #c41f27c4;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
}
.page-id-626 .aspirantura h2:before {
    content: 'Ph.D';
    position: absolute;
    top: 290px;
    left: -150px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 90px;
    text-shadow: 0 0 1px #c41f27c4;
    color: #c41f27c4;
    text-transform: initial;
    letter-spacing: 1px;
    z-index: 5;
}
.page-id-626 .docctr h2:before {
    content: 'Doctorate';
    position: absolute;
    top: 315px;
    left: -320px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 90px;
    text-shadow: 0 0 1px #c41f27c4;
    color: #c41f27c4;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
}

/* 
-- Ð”ÐµÐ²ÑƒÑˆÐºÐ° ÑÐ¿Ñ€Ð°Ð²Ð° Ð² ÐÑÐ¿Ð¸Ñ€Ð°Ð½Ñ‚ÑƒÑ€Ðµ

.aspirantura h2:after {
  content: '';
  position: absolute;
  top: 63px;
  right: -250px;
  width: 500px;
  height: 634px;
  background: url(https://iuk.kg/wp-content/uploads/2022/02/o-nas.png);
  background-size: contain;
  background-repeat: no-repeat;
}
 */

.docctr h2:after {
  content: '';
  position: absolute;
  top: -60px;
  right: -395px;
  width: 700px;
  height: 700px;
  background: url(https://iuk.kg/wp-content/uploads/2022/02/iuk-favicon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.aspirantura h3:before {
    content: 'УНПК "МУК"';
    position: absolute;
    top: 178px;
    left: -600px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 100px;
    text-shadow: 0 0 1px #333;
    color: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 5;
}
.page-id-626 .aspirantura h3:before {
    content: '"IUK"';
    position: absolute;
    top: 190px;
    left: -375px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 105px;
    text-shadow: 0 0 1px #333;
    color: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 5;
}
.aspirantura:before {
  content: '';
  position: absolute;
  top: 0;
  left: 220px;
  width: 180px;
  height: 100%;
  background: #c41f27c4;
}
.aspirantura h3 {
  font-family: 'Bitter', serif;
  margin: -3px -330px 15px 0;
  font-size: 23px;
  color: #333;
  letter-spacing: 0.5px;
  text-align: right;
}
.levaya_v_aspirant {
  margin-left: -30px;
}
.levaya_v_aspirant figure {
  width: 22% !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-right: 10px !important;
}
.levaya_v_aspirant p {
    line-height: 1.3;
    color: #333;
    padding-right: 0;
    font-size: 16px;
    width: 300px;
    margin: 0px -80px 0 0 !important;
}
.doctor_n_1:before {
    content: '';
    position: absolute;
    top: -219px;
    left: -145px;
    width: 180px;
    height: 782px;
    background: #c41f27c4;
}
.doctor_n_1 {
  margin-left: 245px;
}
.doctor_n_1:after {
    content: 'Докторантура';
    position: absolute;
    top: 122px;
    left: -405px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 84px;
    text-shadow: 0 0 1px #c41f27c4;
    color: #c41f27c4;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
}
.doctor_n_1 figure {
  width: 22% !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-right: 10px !important;
}
.doctor_n_1 p {
    line-height: 1.3;
    color: #333;
    padding-right: 0;
    font-size: 16px;
    width: auto;
    margin: 13px 0 0 0 !important;
}
.doctor_n_2 figure {
  width: 22% !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-right: 10px !important;
}
.doctor_n_2 p {
    line-height: 1.3;
    color: #333;
    padding-right: 0;
    font-size: 16px;
    width: auto;
    margin: 0px -180px 0 0 !important;
}


/* -- ÐŸÐ¾Ð´Ð¿Ð¸ÑÑŒ Ð² Ð±Ð°Ð½Ð½ÐµÑ€Ðµ ÐÑÐ¿Ð¸Ñ€Ð°Ð½Ñ‚ÑƒÑ€Ñ‹

.levaya_v_aspirant:after {
  content: 'Ð¤Ð¾Ñ€Ð¼Ð° Ð¾Ð±ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð² Ð°ÑÐ¿Ð¸Ñ€Ð°Ð½Ñ‚ÑƒÑ€Ðµ Ð¾Ñ‡Ð½Ð°ÑÂ â€” 3 Ð³Ð¾Ð´Ð°';
  position: absolute;
  right: -392px;
  bottom: -40px;
  background: #c41f27;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px #777;
  padding: 5px 20px;
  font-size: 25px;
  letter-spacing: 0.3px;
  width: 830px;
}

.levaya_v_aspirant:before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 438px;
    width: 41px;
    height: 41px;
    border: 23px solid transparent;
    border-right: 24px solid #c41f27;
    border-bottom: 24px solid #c41f27;
}

--- ÐšÐ¾Ð½ÐµÑ† Ð¿Ð¾Ð´Ð¿Ð¸ÑÐ¸ Ð¸ Ñ‚Ñ€ÐµÑƒÐ³Ð¾Ð»ÑŒÐ½Ð¸ÐºÐ° - -
*/

.page-id-628 .levaya_v_aspirant:after {
  content: 'ÐšÒ¯Ð½Ð´Ò¯Ð·Ð³Ò¯ Ð°ÑÐ¿Ð¸Ñ€Ð°Ð½Ñ‚ÑƒÑ€Ð° â€“ â€‹â€‹3 Ð¶Ñ‹Ð»';
  position: absolute;
  right: -392px;
  bottom: -40px;
  background: #c41f27;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px #777;
  padding: 5px 20px;
  font-size: 25px;
  letter-spacing: 0.3px;
  width: 830px;
}
.page-id-626 .levaya_v_aspirant:after {
  content: 'Full-time postgraduate course â€“ 3 years';
  position: absolute;
  right: -392px;
  bottom: -40px;
  background: #c41f27;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px #777;
  padding: 5px 20px;
  font-size: 25px;
  letter-spacing: 0.3px;
  width: 830px;
}
.pr_cont{
    position: absolute !important;
    top: 55px;
    right: 215px;
    z-index: 5;
    width: 250px !important;
}
.pr_cont p {
  width: auto !important;
  color: #c41f27 !important;
  font-weight: 600;
  font-family: 'Bitter', serif;
  font-size: 28px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2px !important;
  padding: 0;
  margin: 0 !important;
}
.pr_cont p strong {
  font-size: 60px !important;
  line-height: 0.9;
}
.go_aspirent .elementor-button,
.go_docctr .elementor-button {
    color: #fff;
    border-bottom: 2px solid #990910;
    border-right: 1px solid #990910;
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 17px 25px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Bitter', serif;
    text-transform: initial;
    background: #c41f27;
    line-height: 1.15;
    transition: 0.1s;
}
.go_aspirent .elementor-button:hover,
.go_docctr .elementor-button:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  box-shadow: 1px 2px 2px #555;
  transition: 0.1s;
}
.knopochki a {
    color: #fff !important;
    border-bottom: 2px solid #990910;
    border-right: 1px solid #990910;
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 17px 25px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Bitter', serif;
    text-transform: initial;
    background: #c41f27;
    line-height: 1.15;
    min-width: 280px;
    transition: 0.1s;
}
.knopochki a:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  box-shadow: 1px 2px 2px #555;
  transition: 0.1s;
}

@keyframes asp_b {
  from {
    background: #c41f27d1;
    margin: 0 0 0 0;
  }

  to {
    background: #c41f27;
    margin: -3px 0 3px 0;
  }
}

.close_aspir {
  position: absolute !important;
  top: 110px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}
.close_aspir i {
  font-weight: 900;
  font-size: 55px;
  color: #c41f27;
  cursor: pointer;
  animation-duration: 0.7s;
  animation-name: asp_i;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  position: relative;
}

@keyframes asp_i {
  from {
    color: #c41f27d1;
    margin: 0 0 0 0;
  }

  to {
    color: #c41f27;
    margin: -3px 0 3px 0;
  }
}
.levaya_v_doctor figure {
  width: 11% !important;
  border: 1px solid #c41f27;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  margin-right: 10px !important;
}
.levaya_v_doctor p {
    line-height: 1.2;
    color: #333;
    padding-right: 25px;
    font-size: 16px;
    margin: 6px 0 0 0 !important;
}
.krainii_levii:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  width: 550px;
  height: 2px;
  background: #c41f27c4;
}
.krainii_levii {
  margin: 35px 0 0 0;
}
.krainii_pravii {
  margin: 10px 0 0 0;
}
.krainii_levii figure,
.krainii_pravii figure {
  width: 22% !important;
}
.krainii_levii p,
.krainii_levii h4 {
    line-height: 1.2;
    color: #c41f27;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    margin: -5px -250px 0 0 !important;
    font-family: 'Bitter', serif;
}
.krainii_pravii p,
.krainii_pravii h4 {
    line-height: 1.2;
    color: #c41f27;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    margin: -5px -50px 0 0 !important;
    font-family: 'Bitter', serif;
}
.krainii_pravii:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 116px;
  height: 2px;
  background: #c41f27c4;
  animation-duration: 0.8s;
  animation-name: kr_pravii;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes kr_pravii {
  from {
    width: 42px;
  }

  to {
    width: 44px;
  }
}

.assdss_postup {
  display:none;
}
.upup_doctor {
  margin-top: 108px;
}
.upup_aspirantura h4, .upup_doctor h4 {
  text-transform: uppercase;
  margin: 5px 0;
}
.assdss_postup .pre_skills_logo img {
    width: 290px;
}
.assdss_postup:before {
    height: 830px;
}
.conf_tx:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 2px;
  background: #c41f27;
}
.conf_tx {
  margin-top: 30px;
  text-align: justify;
}
.conf_tx h3 {
  font-family: 'Bitter', serif;
  font-size: 23px;
  margin: 0 0 10px 0;
  color: #333;
}
.conf_tx h4 {
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  text-align: center;
  margin: 35px auto 10px;
  font-size: 20px;
  color: #333;
  position: relative;
}
.conf_tx h4:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 2px;
  background: #c41f27;
}
.conf_tx h4:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 2px;
  background: #c41f27;
}
.conf_tx em {
  color: #c41f27;
  letter-spacing: 0.2px;
}
.langi_tx {
  background: #c41f27;
  padding: 20px 0 15px;
  margin-top: 5px;
}
.langi_tx h3 {
  font-family: 'Bitter', serif;
  color: #fff;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 26px;
}
.langi_tx h4 {
  font-family: 'Bitter', serif;
  color: #fff;
  padding: 0;
  margin: 5px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
.reglament {
  padding: 30px 0 0;
}
.reglament h2 {
  font-family: 'Bitter', serif;
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
}
.reglament h4 {
  font-family: 'Bitter', serif;
}
.reglament figure {
  width: 20% !important;
}
.reglament .bl_regl {
  padding: 15px 20px 0 15px;
}
.reglament .bl_regl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: #555;
}
.reglament .bl_regl:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 150px;
  background: #555;
}
.formati_tx {
  padding: 10px 30px;
  margin-top: 15px;
}
.formati_tx:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 2px;
  background: #c41f27;
}
.formati_tx h3 {
  font-family: 'Bitter', serif;
  font-size: 23px;
  margin: 0 0 15px 0;
  color: #333;
}
.formati_tx p, ul, li {
  font-size: 17px;
}
.formati_tx li {
  margin-bottom: 10px;
}
.secondul li {
  margin: 10px 0 10px 35px;
}
.pravila_tx h3 {
  font-family: 'Bitter', serif;
  font-size: 23px;
  margin: 0 0 0 0;
  color: #333;
}
.pravila_tx ol {
  margin: 0 0 10px 0;
}
.oprieme_tx p {
  text-align:center;
  color: #fff;
  font-size:17px;
}
.oprieme_tx a {
  color: #fff !important;
  text-decoration: underline !important;
}
.oprieme_tx {
    background: #c41f27;
    padding: 20px 0 0;
    margin-top: 5px;
}
.rovno {
	text-align: justify;
}
.page-id-5438 p {
  font-family: 'Bitter', serif;
}
.pad_cont {
  padding: 0 170px;
  margin-bottom: 20px;
}
.pad_cont h4 {
  color: #333;
  text-align: center;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
input[type="date"] {
    border: 1px solid #bcbcbc;
    width: 25%;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    height: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    font-size: 16px;
    font-family: 'Bitter', serif;
    color: #333;
}
.pad_cont input[type="submit"],
.pad_cont input[type="submit"]:hover,
.pad_cont input[type="submit"]:active,
.pad_cont input[type="submit"]:focus,
.pad_cont input[type="submit"]:visited {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Bitter', serif;
  padding: 10px 0 8px; 
  background: #c41f27;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 3px;
  display: block;
  width: 280px;
  border-bottom: 2px solid #b6060f;
  border-right: 2px solid #b6060f;
}
.toconf, .toconf:hover {
  display: block;
  position: fixed;
  top: 38%;
  right: -8.2%;
  width: 350px;
  height: 42px;
  background: #c41f27;
  color: #fff !important;
  font-family: 'Bitter', serif;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 20px;
  transform: rotate(-90deg);
  letter-spacing: 0.7px;
  text-shadow: 0.5px 0.5px 1px #333;
  border-radius: 5px 5px 0 0;
  z-index: 99;
  transition: 0.3s;
  display: none;
}
.toconf:hover {
  box-shadow: 1px 2px 4px #333;
}
.page-id-5438 .toconf {
  display: none;
}
.backmain {
	display: none;
}
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -6.2%;
    width: 275px;
    height: 42px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.page-id-5727 #header, .page-id-5727 .header-fixed,
.page-id-5725 #header, .page-id-5725 .header-fixed,
.page-id-5736 #header, .page-id-5736 .header-fixed,
.page-id-5760 #header, .page-id-5760 .header-fixed,
.page-id-5438 #header, .page-id-5438 .header-fixed,
.page-id-5983 #header, .page-id-5983 .header-fixed,
.page-id-5670 #header, .page-id-5670 .header-fixed {
  display: none;
}
.blocki_semnadzatoe {
  margin-top: 30px;
}
.privetstvie_vstuplenie {
  text-align: center;
  font-family: 'Bitter', serif;
}
.kartinki_privetstviya_part {
  width: 650px !important;
  margin: auto;
}
.privetstvie_vstuplenie img {
  width: 130px;
}
.privetstvie_vstuplenie h2 {
  color: #222;
  margin: 20px 0 25px 0;
}
.privetstvie_vstuplenie h4 {
  font-weight: 600;
  line-height: 1.4;
  color: #c41f27;
}
.textuem {
	font-family: 'Bitter', serif;
}
.textuem h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
  border-top: 1px solid #c41f27;
  padding-top: 30px;
  color: #222;
}
.textuem .knopochki {
  text-align: center;
  margin: 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #c41f27;
}
.textuem .knopochki a {
  padding: 15px 20px 13px;
}
.textuem h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px 0
}
.textuem ul li,
.textuem ol li {
  margin-bottom: 10px;
  font-size: 15px;
}
.tokmok_link:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 4;
  display: none;
}
.tokmok_link:after {
  content: 'Новые проекты Скоро';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c41f27cc;
  z-index: 5;
  color: #ffffffed;
  text-shadow: 1px 0.5px 1px #777;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 25px;
  font-family: 'Bitter', serif;
  padding: 85px 70px 40px;
  display: none;
}
.page-id-626 .tokmok_link:after {
  content: 'New projects soon';
  display: none;
}
.page-id-628 .tokmok_link:after {
  content: 'Жакында жаңы долбоорлор';
  padding: 85px 50px 40px;
  display: none;
}
.tob_ub {
  background: url(/wp-content/uploads/2022/02/fon-mukr.jpg);
  padding: 80px 120px 100px 200px;
  position: relative;
}
.tob_ub h3 {
  text-align: right;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 90px 0 0 0;
  font-size: 20px;
  font-family: 'Bitter', serif;
  color: #222;
}
.tob_ub h2 {
  text-transform: initial;
  margin: -15px 0 20px 0;
  font-size: 40px;
  color: #222;
  font-family: 'Bitter', serif;
  line-height: 1.2;
  text-align: right;
}
.tob_ub h2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 100px;
  height: 5px;
  background: #c41f27;
}
.tob_ub img {
  width: 1220px;
  position: absolute;
  right: -4%;
  top: 25px;
}
.page-id-5983 .middle-align {
  padding: 0;
}
.tob_ub p {
  text-align: justify;
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #000;
  font-weight: 500;
  background: #ffffffdb;
  padding: 12px 15px;
  line-height: 1.4;
  margin: 0 0 0 0;
}
.shev_ub {
  padding: 80px 0 150px;
}
.shev_ub p {
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #000;
  text-align: justify;
  padding: 0 0 0 0px;
  margin: 90px 20px 0 -30px;
}
.shev_ub img {
  margin: 0 0 0 -175px;
}
.b_safter {
  padding: 90px 0;
  background: #c41f27;
}
.shev_ub:before {
  content: '';
  position: absolute;
  top: -45px;
  left: 40px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/uploads/2022/02/30-2.png);
  background-size: cover;
  opacity: 0.5;
}
.shev_ub:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 140px;
  width: 400px;
  height: 400px;
  background: url(/wp-content/uploads/2022/02/30-2.png);
  background-size: cover;
  opacity: 0.5;
}
.pervii_in_3 img {
  position: absolute;
  top: -140px;
  left: 0;
  width: 970px;
}
.pervii_in_3 p {
  margin: 80px 0 0 0;
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #fff;
  text-align: justify;
  padding: 0 110px 0 50px;
  font-weight: 500;
  text-shadow: 1px 0.5px 1px #555;
}
.pervii_in_3 p:after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: 20px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/uploads/2022/02/ornt-2.png);
  background-size: cover;
  opacity: 0.3;
  transform: rotate(-90deg);
}
.pervii_in_3_1 {
  padding: 100px 0 133px;
  margin: 100px 0 0 0;
}
.pervii_in_3_1 p {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #fff;
  text-align: justify;
  padding: 0 50px 0 120px;
  font-weight: 500;
  text-shadow: 1px 0.5px 1px #555;
}
.pervii_in_3_1:before {
  content: '';
  position: absolute;
  top: -140px;
  left: 20px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/uploads/2022/02/ornt-2.png);
  background-size: cover;
  opacity: 0.3;
  transform: rotate(90deg);
}
.pervii_in_3_1 img {
  position: absolute;
  top: -140px;
  left: 0;
  width: 970px;
}
.pervii_in_3_1:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 130px;
  width: 100%;
  height: 150px;
  background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}









/*------------------MY NEXT NEW GO 1600-------------------*/
@media (max-width: 1600px) {
.header-fixed .logo:after {
    content: '';
    z-index: 9;
    position: absolute;
    top: -2px;
    left: 19.3%;
    right: unset;
    width: 40px;
    height: 40px;
    border: 22px solid transparent;
    border-left: 22px solid #4f4f4f;
    border-top: 22px solid #4f4f4f;
}
.header-fixed .logo:before {
    width: 309px;
}
.header-fixed .tel_fixed {
  width: 377px;	
}
.asdd_spezpost:after {
    content: '';
    position: absolute;
    bottom: -106px;
    right: -160px;
    width: 489px;
    height: 620px;
    background: url(https://iuk.kg/wp-content/uploads/2022/02/o-nas.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}	
.toconf, .toconf:hover {
    right: -9.6%;	
}
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -6.6%;
    width: 247px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 19px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    right: -7.2%;
}
.tob_ub h2 {
    font-size: 35px;
}	
.tob_ub {
    padding: 60px 110px 90px 175px;
}
.tob_ub img {
    width: 1220px;
    position: absolute;
    right: -4%;
    top: 100px;
}
.tob_ub h3 {
    margin: 95px 0 0 0;
    font-size: 19px;
}	
.shev_ub {
    padding: 70px 0 130px;
}	
.shev_ub:before {
    content: '';
    position: absolute;
    top: -70px;
    left: 10px;
    width: 220px;
    height: 220px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}	
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 80px;
    width: 300px;
    height: 300px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}
.pervii_in_3 p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Bitter', serif;
    color: #fff;
    text-align: justify;
    padding: 0 60px 0 30px;
    font-weight: 500;
    text-shadow: 1px 0.5px 1px #555;
}	
.pervii_in_3_1 {
    padding: 124px 0 100px;
    margin: 40px 0 0 0;
}
.pervii_in_3 p:after {
    content: '';
    position: absolute;
    bottom: -165px;
    right: 20px;
    width: 200px;
    height: 200px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(-90deg);
}	
	
	
	
	
	
	
}

/*------------------MY NEXT NEW GO 1536-------------------*/
@media (max-width: 1536px) {
.header-fixed .logo:after {
    left: 18%;

}
.header-fixed .logo:before {
    width: 276px;
}
.header-fixed .tel_fixed {
  	width: 345px;	
	font-size: 14px;
}
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 18px !important;	
}
.my_new_komanda_line .eihe-caption p {
    font-size: 15px !important;
}
.toconf, .toconf:hover {
    width: 335px;
    right: -9.7%;
    font-size: 19px;
    height: 37px;
}	
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -6.9%;
    width: 247px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 19px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}	
.tob_ub {
    padding: 25px 60px 90px 100px;
}
.tob_ub img {
    width: 1220px;
    position: absolute;
    right: -4%;
    top: 95px;
}	
.shev_ub:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0px;
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 250px;
    height: 250px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}	
.pervii_in_3 p {
    margin: 20px 0 0 0;
    font-size: 15px;
    padding: 0 60px 0 30px;
}	
.pervii_in_3_1 p {
    margin: 0 0 15px 0;
    font-size: 15px;
    padding: 0 40px 0 100px;
}	
.pervii_in_3 p:after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: 20px;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(-90deg);
}	
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 20px;
    width: 200px;
    height: 200px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 105px;
    width: 100%;
    height: 130px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}	
	
	
	



}

/*------------------MY NEXT NEW GO 1440-------------------*/
@media (max-width: 1440px) {
.partners_bl .elementor-container {
	width: 1400px;
	margin-left: -45px !important;
}
.header-fixed .tel_fixed {
    width: 355px;
    font-size: 14px;
}	
.main-navigation a {
    font-size: 13px;
    padding: 10px 10px;
}
.header-fixed .main-navigation a:before, .header-fixed .main-navigation a:after {
    top: -4px;
}	
.header-fixed .logo:before {
    width: 228px;	
}
.header-fixed .logo:after {
    top: -3px;
    left: 15.75%;	
}
.header-fixed .tel_fixed:before {
    left: -43px;
}	
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
	font-size: 27px;
}
.txt_12 {
    top: 1865px;
}
.nn_tt h2 {
    color: #333;
    font-size: 28px;
    padding: 0 25px;
    margin-bottom: 40px;
}	
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
    font-size: 19px !important;	
}
.new_m_zentr_postup:before,
.new_m_mukr_postup:before,
.new_m_talim_postup:before,
.new_m_mvshm_postup:before,
.new_m_ism_postup:before,
.new_m_polit_postup:before,
.new_m_bik_postup:before,
.new_m_mido_postup:before,
.assdss_postup:before {
    width: 755px;
}
.new_m_postup:after {
    right: -25px;
    width: 450px;
    height: 450px;
}
.forr_cont:before {
    right: -127px;
    width: 127px;
}
.zent_spezpost:after {
    bottom: -115px;
    right: -195px;
    width: 580px;
    height: 619px;
}
.mukr_spezpost:after {
    bottom: -105px;
    right: -190px;
    width: 600px;
    height: 675px;
}
.talim_spezpost:after {
    bottom: -116px;
    right: -125px;
    width: 489px;
    height: 520px;
}
.mvshm_spezpost:after {
    bottom: 0;
    right: -185px;
    width: 600px;
    height: 400px;
}
.ism_spezpost:after {
    bottom: -100px;
    right: -140px;
    width: 565px;
    height: 594px;
}	
.mido_spezpost:after {
    bottom: -116px;
    right: -70px;
    width: 490px;
    height: 515px;
}	
.politeh_spezpost:after {
    bottom: -107px;
    right: -130px;
    width: 470px;
    height: 495px;
}	
.bik_spezpost:after {
    bottom: -165px;
    right: -140px;
    width: 545px;
    height: 574px;
}
.asdd_spezpost:after {
    content: '';
    position: absolute;
    bottom: -106px;
    right: -125px;
    width: 465px;
    height: 590px;
    background: url(/wp-content/uploads/2022/02/o-nas.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.toconf, .toconf:hover {
    width: 335px;
    right: -10.4%;
    font-size: 19px;
    height: 37px;
}	
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -7%;
    width: 247px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 19px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}	
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    right: -7.2%;
    font-size: 19px;
    width: 250px;
    height: 42px;
}
.tob_ub {
    padding: 25px 60px 90px 65px;
}
.shev_ub:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 10px;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
    z-index: 5;
}
.pervii_in_3 p {
    margin: -5px 0 0 0;
    font-size: 15px;
    padding: 0 40px 0 25px;
}
.pervii_in_3_1 {
    padding: 125px 0 100px;
    margin: 35px 0 0 0;
}
.pervii_in_3 p:after {
    content: '';
    position: absolute;
    bottom: -145px;
    right: 20px;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(-90deg);
}
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 105px;
    width: 100%;
    height: 110px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.b_safter {
    padding: 90px 0 60px;
}	
	
	
	
	
	
}

/*------------------MY NEXT NEW GO 1366-------------------*/
@media (max-width: 1366px) {
h2, .h2 {
    font-size: 27px;
}
#topbar {
  background: rgba(0, 0, 0, 0) linear-gradient(120deg, #4f4f4f 73%, #c41f27 27%) repeat scroll 0 0 !important;
}
.contact_details ul {
    margin: 0 0 0 -10px;
}
.contact_details ul li {
    margin-left: 15px;
}	
.logo {
    width: 105px;
}	
.logo h1 a, .logo p.site-title a {
    font-size: 12px;	
}
.logo:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #ed0009;
  overflow: visible;
  z-index: 9999;
}
.header-fixed .tel_fixed {
    width: 325px;
    font-size: 12px;
    height: 40px;
    padding: 10px 0 0 20px;
}
.main-navigation a {
    font-size: 13px;
    padding: 10px 5px;
}	
.header-fixed .logo:before {
    width: 251px;	
}
.header-fixed .logo:after {
    top: -3px;
    left: 18.4%;
}	
.ms-info h3 {
	font-size: 30px;	
}
#missiya_bl .elementor-container,
.pod_missiei .elementor-container {
    max-width: 1300px;
    width: 1300px;
    left: -7%;
}	
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover h3.eihe-title {
    font-size: 27px !important;
}	
.eihe-caption p {
    font-size: 14px !important;
}
.planka_cont p {
    font-size: 15px !important;
	margin: 0 0 10px 0
}
.planka_cont ul li {
    font-size: 15px !important;
    width: 310px;	
}
.planka_cont img {
    width: 600px;
    height: 340px !important;
}	
#contacts:before {
    left: -34.3%;	
}
.partners_bl .elementor-container {
    max-width: 100% !important;
	width: 1366px;
    margin-left: 0 !important;
}	
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
	font-size: 25px;
}
.vipuskniki_dva h3 {
    font-size: 16px;
    padding: 15px 0 15px 57px;
    line-height: 1.3;
}
.vipuskniki_dva p {
    font-size: 14px;
    padding: 20px 10px 23px 55px;
}
.postuplenie_result {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0 0;
    height: 735px;
    display: none;
}
.add_strochka {
    margin: -5px 0 0 -10px;
}
.p_result_muk .add_strochka {
    margin: -25px 0 0 -10px;
}
.p_result_mukr .add_strochka {
    margin: -19px 0 0 -10px;
}
.postup_inside {
    margin: 0 0 0 -35px;
}
.postup_inside h3, .p_result_muk .postup_inside h3 {
    margin: 145px 0 40px 5px;
	font-size: 15px;
}	
.p_result_talim .postup_inside:before {
    left: 50px;
    top: 0;
    width: 44%;
    height: 120px;
    background-size: cover;
}
.p_result_bik .postup_inside:before {
    left: 40px;
    top: -5px;
    height: 140px;
}	
.p_result_talpolit .postup_inside:before {
    height: 140px;
    left: 40px;
    top: -5px;
}	
.p_result_esheodin .postup_inside:before {
    height: 140px;
    left: 40px;
    top: -5px;
}	
.p_result_muk .postup_inside:before {
    height: 130px;
    left: 40px;
    top: 0;
}	
.p_result_east .postup_inside:before {
    height: 130px;
    left: 40px;
    top: 0;
}
.p_result_mukr .postup_inside:before {
    height: 120px;
    left: 65px;
    top: 0;
    background-size: cover;
    width: 38%;
}
.p_result_eshedva .postup_inside:before {
    height: 140px;
    left: 40px;
    top: -5px;
}
.p_result_mukr .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/MUKR.png);
    content: '';
    position: absolute;
    right: -540px;
    bottom: -7px;
    width: 680px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}	
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 18px !important;
}
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
    font-size: 17px !important;	
}
.hhed h2 {
    font-size: 25px;
}
.new_m_zentr_postup:before,
.new_m_mukr_postup:before,
.new_m_talim_postup:before,
.new_m_mvshm_postup:before,
.new_m_ism_postup:before,
.new_m_polit_postup:before,
.new_m_bik_postup:before,
.new_m_mido_postup:before,
.assdss_postup:before {
    left: 500px;
}
.spez_p_title h4 {
    font-size: 21px;
}	
.new_m_postup:after {
    right: -112px;
    width: 450px;
    height: 450px;
}
.mukr_forr_cont:before {
    top: 344px;
    left: -350px;
    font-size: 87px;
    letter-spacing: 2px;
}	
.mukr_spezpost:after {
    bottom: -105px;
    right: -170px;
    width: 580px;
    height: 654px;
}	
.talim_spezpost:after {
    bottom: -115px;
    right: -125px;
    width: 478px;
    height: 510px;
}
.talim_forr_cont:before {
    top: 276px;
    left: -295px;
    font-size: 72px;
}
.mido_forr_cont:before {
    top: 277px;
    left: -294px;
    font-size: 71px;
}	
.politeh_forr_cont:before {
    top: 276px;
    left: -290px;
    font-size: 71px;
}
.bik_forr_cont:before {
    top: 331px;
    left: -346px;
    font-size: 85px;
}
#dop_o_nas h2 {
    font-size: 30px;
}	
.postuplenie h2 {
    font-size: 26px;
}
.asdd_spezpost:after {
    content: '';
    position: absolute;
    bottom: -104px;
    right: -110px;
    width: 440px;
    height: 558px;
    background: url(/wp-content/uploads/2022/02/o-nas.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.toconf, .toconf:hover {
    width: 335px;
    right: -11%;
    font-size: 19px;
    height: 37px;
}	
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -7.5%;
    width: 247px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 19px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}	
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea {
    border: 1px solid #bcbcbc;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    height: auto;
}	
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    right: -7.2%;
    font-size: 17px;
    width: 230px;
    height: 35px;
}
.textuem ul li,
.textuem ol li {
  margin-bottom: 5px;
}		
.textuem h3 {
    font-size: 22px;
}
.textuem h4 {
    font-size: 18px;
}
.tob_ub h2 {
    font-size: 32px;
}
.tob_ub h3 {
    margin: 100px 0 0 0;
    font-size: 18px;
}
.tob_ub p {
    font-size: 15px;
}
.tob_ub {
    padding: 20px 60px 70px 60px;
    background-position: top left;
}
.pervii_in_3 p {
    margin: -15px 0 0 0;
    font-size: 15px;
    padding: 0 40px 0 25px;
}	
.pervii_in_3 p:after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: 30px;
    width: 165px;
    height: 165px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(-90deg);
}	
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -120px;
    left: 25px;
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
.pervii_in_3_1 p {
    margin: 0 0 15px 0;
    font-size: 15px;
    padding: 0 25px 0 40px;
}	
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 100%;
    height: 105px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}	
.b_safter {
    padding: 90px 0 45px;
}
	
	
	
	
	
	
}


/*--------------------------------------------------------------
Next Go 1194
--------------------------------------------------------------*/
@media (max-width: 1194px) {
.contact_details ul li {
    margin-left: 10px;
}
.logo p.site-title {
    display: none;
}
.logo:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #ed0009;
    overflow: visible;
    z-index: 9999;
}
.contact_details ul {
    margin: 0 -35px 0 -30px;
}
.logo {
    margin-top: 0 !important;
    padding: 5px !important;
	width: 85px;
}
#dop_o_nas h2 {
    font-size: 25px;
}
#dop_o_nas p {
    margin: -55px 0 0 0 !important;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Bitter', serif;
}
.postuplenie h2 {
    font-size: 23px;
    width: 700px;
	font-weight: 600;
}
.postuplenie .elementor-button {
    width: 225px;
    padding: 17px 10px;
    font-size: 15px;
}
.go_aspirent .elementor-button,
.go_docctr .elementor-button,
.go_aspirent .elementor-button:hover,
.go_docctr .elementor-button:hover {
    padding: 17px 22px 14px;
    font-size: 15px;
}
.knopochki a, .knopochki a:hover {
    padding: 17px 22px 14px;
    font-size: 15px;	
}
.header-fixed .logo {
   	display: none;
}
.header-fixed .logo:before {
    display: none;
}
.header-sticky.header-fixed .main-navigation ul {
    margin: 0 0 0 -160px;
}
#missiya_bl .elementor-container, .pod_missiei .elementor-container {
    max-width: 1300px;
    width: 1110px;
    left: -7%;
}
.zentr_forr_cont:before {
    content: 'Hard Skills';
    position: absolute;
    top: 415px;
    left: -375px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-family: 'Bitter', serif;
    font-size: 90px;
    text-shadow: 0 0 1px #333;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 5;
}
.assdss_postup:before {
    height: 850px;
}
.forr_cont ul li a, .forr_cont ul li a:hover {
    font-weight: 500;
    font-size: 14px;
}
.eihe-caption {
    overflow: scroll;
}	
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px !important;
}
.student_line .elementor-counter-title {
    font-size: 14px !important;
}
#zifri h3 {
    font-size: 22px;	
}
.hist_point:before {
  font-size: 26px;
}
.txt_new_hist {
    width: 450px !important;
    font-size: 17px;
}
.right_n_txt {
    right: 0px;
}	
.left_n_txt {
    left: 0px;
}
#istoriya h2 {
    font-size: 26px;
}
.left_n_txt .vnutr_okno_img {
    width: 98px;
    margin: -5px 0 0 0;
}
.txt_17:before {
    top: 83px;
}
.txt_19:before {
    top: 56px;
}	
.txt_21:before {
    width: 104px;
    height: 104px;
    top: 80px;
    left: 106px;
}
#contacts h2 {
    font-size: 30px;
}	
#contacts:before {
    content: '';
    position: absolute;
    width: 1194px;
    height: 100%;
    top: 0;
    left: -12.2%;
    right: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/01/fon-bg-dark-2.jpeg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#contacts .elementor-icon-box-icon i {
    font-size: 35px;
}	
#contacts h3 a {
    font-size: 20px;
    font-weight: 500;
}
.ms-info h3 {
	font-size: 25px;	
}
.nn_tt h2 {
    font-size: 25px;	
}
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 15px !important;
}
.my_new_komanda_line .eihe-caption p {
    font-size: 14px !important;
    line-height: 1.25;
}
.politeh_forr_cont:before {
    top: 276px;
    left: -290px;
    font-size: 65px;
}
.bik_forr_cont:before {
    top: 330px;
    left: -335px;
    font-size: 80px;
}
.politeh_forr_cont:before {
    top: 273px;
    left: -285px;
    font-size: 65px;
}
.mido_forr_cont:before {
    top: 272px;
    left: -290px;
    font-size: 65px;
}
.mido_spezpost:after {
    bottom: -135px;
    right: -70px;
    width: 470px;
    height: 515px;
}
.new_m_mido_postup:before {
    height: 520px;
}
.new_m_bik_postup:before {
    height: 645px;
}
.new_m_polit_postup:before {
    height: 520px;
}	
.new_m_zentr_postup .spez_postup:before {
    height: 116%;
}	
.new_m_bik_postup .spez_postup:before {
    height: 137%;
}
.new_m_zentr_postup:before {
    height: 1000px;
}
.ism_spezpost:after {
    bottom: -116px;
    right: -140px;
    width: 550px;
    height: 594px;
}	
.mukr_forr_cont:before {
    top: 330px;
    left: -350px;
    font-size: 87px;
    letter-spacing: 2px;
}
.new_m_mukr_postup:before {
    height: 665px;
}
.mvshm_spezpost:after {
    bottom: 0;
    right: -185px;
    width: 535px;
    height: 355px;
}	
.new_m_zentr_postup .zent_spezpost:after {
    bottom: -113px;
    right: -195px;
    width: 580px;
    height: 619px;
}
.vipuskniki_dva figure {
  width: 120px !important;
}
.vipuskniki_dva p {
    font-size: 14px;
    padding: 20px 10px 20px 15px;
    letter-spacing: 0;
}
.mi_v_mire_title {
  padding: 30px 0 0 0;
}
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
    font-size: 15px !important;
}	
.tokmok_link:after {
    font-size: 23px;
    padding: 80px 30px 40px;
}
.tob_ub {
    padding: 0 20px 70px 20px;
    background: url(/wp-content/uploads/2022/02/fon-mukr.jpg) 35%;
}	
.tob_ub h2 {
    font-size: 30px;
}	
.tob_ub img {
    width: 1220px;
    position: absolute;
    right: -2%;
    top: 95px;
}	
.tob_ub h3 {
    margin: 70px 0 0 0;
    font-size: 18px;
}	
.tob_ub h2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100px;
    height: 4px;
    background: #c41f27;
}
.shev_ub:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
    z-index: 5;
}	
.shev_ub {
    padding: 70px 0 90px;
}	
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 220px;
    height: 220px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}
.pervii_in_3 img {
    position: absolute;
    top: -120px;
    left: 0;
}	
.pervii_in_3 p {
    margin: -15px 0 0 0;
    font-size: 14px;
    padding: 0 20px 0 20px;
}	
.pervii_in_3_1 p {
    margin: 0 0 12px 0;
    font-size: 14px;
    padding: 0 20px 0 25px;
}	
.pervii_in_3_1 p {
    margin: 0 0 12px 0;
    font-size: 14px;
    padding: 0 20px 0 25px;
}
.pervii_in_3 p:after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: 30px;
    width: 165px;
    height: 165px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(-90deg);
	display: none;
}	
	
	
	
	

}

/*--------------------------------------------------------------
Next Go 1024
--------------------------------------------------------------*/
@media (max-width: 1024px) {
body {
    font-size: 14px;
}
.contact_details ul {
    margin: 0 0 0 -30px;
}
.contact_details ul li {
    margin-left: 9px;
}
.contact_details ul li, .contact_details a {
    font-size: 12px;
}
.contact_details i {
    font-size: 11px;
    margin-right: 3px;
}
.logo {
    margin-top: 0 !important;
    padding: 5px !important;
	width: 80px !important;
}
.logo p.site-title {
    display: none;
}
.logo:after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}
.main-navigation a {
    font-size: 12px;
    padding: 10px 4px;
}
.ms-info h3 {
	font-size: 25px;	
}
.header-fixed .logo {
  background: #fff;
}
.header-fixed .logo:before {
    width: 140px;
	height: 38px;
	background: #fff;
}
.header-fixed .tel_fixed {
    width: 275px;
    font-size: 12px;
    height: 38px;
    padding: 10px 0 0 0;
}
.header-fixed .logo:after{
    content: '';
    z-index: 9;
    position: absolute;
    top: -6px;
    left: 13.7%;
    right: unset;
    width: 40px;
    height: 40px;
    border: 22px solid transparent;
    border-left: 22px solid #4f4f4f;
    border-top: 22px solid #4f4f4f;
	display: none;
}
.header-fixed .main-navigation a:before, .header-fixed .main-navigation a:after {
    top: -6px;
}	
.header-sticky.header-fixed .main-navigation ul {
    margin: 0 0 0 -160px;
}	
.header-fixed .tel_fixed:before {
    top: -6px;
}
#missiya_bl .elementor-container,
.pod_missiei .elementor-container {
    max-width: 1000px;
    width: 1000px;
    left: -2%;
}
.elementor-element-725eb49:after,
.elementor-element-e2a720d:after,
.elementor-element-82f59e3:after,
.elementor-element-d0f987a:after,
.elementor-element-3af1b70:after,
.elementor-element-db67b09:after,
.elementor-element-5a60bf1d:after,
.elementor-element-35b06ae7:after,
.elementor-element-322d553f:after {
    font-size: 30px !important;	
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover h3.eihe-title {
    display: none;
}
.eihe-caption p {
    font-size: 12px !important;
}	
#podrazdeleniya h2, #zifri h2, #istoriya h2, #contacts h2 {
    font-size: 25px;	
}
#podrazdeleniya h3, #podrazdeleniya p {
    font-size: 15px;	
}
.elementor-button {
    font-size: 14px !important;
    padding: 10px 22px !important;	
}
#zifri h3 {
    font-size: 20px;	
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 35px !important;	
}
.elementor-counter-title {
    font-size: 14px !important;	
}
.txt_new_hist {
    width: 400px !important;
    font-size: 14px;	
}
.point_93:before, .point_01:before, .point_03:before, .point_12:before, .point_17:before, .point_19:before, .point_21:before {
    top: -12px;
    left: -65px;
    font-size: 25px;
}
.point_98:before, .point_02:before, .point_07:before, .point_14:before, .point_18:before, .point_20:before, .point_22:before {
    top: -12px;
    right: -109px;
    font-size: 25px;
}
.right_n_txt .vnutr_okno_img, .left_n_txt .vnutr_okno_img {
    width: 80px;
}	
.right_n_txt {
    right: 60px;
}
.left_n_txt {
    left: 60px;
}	
.txt_18:before {
    width: 80px;
    height: 80px;
    top: 49px;
    right: 85px;
}
.page-id-626 .txt_18:before {
    top: 48px;
}
.page-id-628 .txt_18:before {
    top: 69px;
}
.txt_17:before {
    width: 80px;
    height: 80px;
    top: 69px;
    left: 85px;
}
.txt_19:before {
    width: 82px;
    height: 82px;
    top: 47px;
    left: 85px;
}
#contacts .elementor-icon-box-title {
    font-size: 17px;	
}
#contacts .elementor-icon {
    font-size: 30px;	
}
#contacts:before {
    content: '';
    position: absolute;
    width: 1100px;
    height: 459px;
    top: 0;
    left: -7.5%;
    background: url(/wp-content/uploads/2022/01/fon-bg-dark-2.jpeg) 100%;
    background-position: center;
}	
.planka_cont p {
    font-size: 14px !important;
    margin: 0 0 10px 0;
}	
.planka_cont ul li {
    font-size: 14px !important;
}	
.planka_cont img {
    width: 441px;
    height: 240px !important;
    top: 90px !important;
    left: -50px !important;
}	
.univer_line:before {
    top: -200px;
    height: 495px;
}
.partners_bl .elementor-container {
    max-width: 100% !important;
}	
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
	font-size: 23px;
}
.nn_tt h2 {
    color: #333;
    font-size: 24px;
    margin: 20px 15px 35px;
}
.vipuskniki_dva .elementor-column {
    margin: 0 0 0 0;
}
.vipuskniki_dva figure {
    width: 45% !important;
}
.postuplenie h2 {
    font-size: 21px;
    font-family: 'Bitter', serif;
    margin-bottom: 5px;
    font-weight: 600;
}
.postuplenie .elementor-button {
    width: 225px;
	margin-bottom: -5px;
}
.postup_inside h4 {
    font-size: 16px;	
}
.add_strochka h3 {
    font-size: 14px;
    letter-spacing: -0.9px;
}
.p_result_talim .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/umenshenie.png);
    content: '';
    position: absolute;
    right: -400px;
    bottom: -102px;
    width: 540px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_bik .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
    content: '';
    position: absolute;
    right: -395px;
    bottom: -109px;
    width: 540px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_talpolit .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/Kolledzh-Politeh.png);
    content: '';
    position: absolute;
    right: -395px;
    bottom: -109px;
    width: 540px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_esheodin .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/MIDO.png);
    content: '';
    position: absolute;
    right: -440px;
    bottom: -88px;
    width: 560px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_muk .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/TSK.png);
    content: '';
    position: absolute;
    right: -230px;
    bottom: -151px;
    width: 500px;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_muk .add_strochka {
    margin: -5px 0 0 -10px;
}
.p_result_east .postup_inside:after {
    content: '';
    position: absolute;
    right: -380px;
    bottom: -67px;
    width: 580px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.p_result_mukr .add_strochka {
    margin: -1px 0 0 -10px;
}
.p_result_mukr .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/MUKR.png);
    content: '';
    position: absolute;
    right: -280px;
    bottom: -24px;
    width: 440px;
    height: 85%;
    background-size: cover;
    background-repeat: no-repeat;
}
.p_result_eshedva .postup_inside:after {
    background: url(/wp-content/uploads/2022/02/mvshm-new.png);
    content: '';
    position: absolute;
    right: -440px;
    bottom: -303px;
    width: 560px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}	
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 15px !important;
}	
.txt_14:before {
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    top: 67px;
    right: 85px;
    background: url(/wp-content/uploads/2022/02/mido-logo-main.png);
    background-size: cover;
}
.page-id-626 .txt_14:before,
.page-id-628 .txt_14:before {
    top: 89px;
}
.txt_21:before {
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    top: 68px;
    left: 90px;
    background: url(/wp-content/uploads/2022/02/Lager-Orlenok-foto.jpeg);
    border-radius: 50%;
    background-size: cover;
}
.page-id-626 .txt_21:before {
    top: 47px;
}
.txt_22:before {
    content: '';
    position: absolute;
    width: 82px;
    height: 82px;
    top: 48px;
    right: 85px;
    background: url(/wp-content/uploads/2022/02/Tokmok1.png);
    background-size: cover;
}
.page-id-626 .txt_22:before {
    top: 67px;
    width: 85px;
    height: 85px;
}
.line_potom:after {
    font-size: 25px;	
}
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
    font-size: 16px !important;	
}
.my_new_komanda_line .eihe-caption p {
    font-size: 14px !important;
}	
.hhed h2 {
    font-size: 24px;
}
.forr_cont {
    padding: 7px 0 7px 15px;
}
.forr_cont ul li a i {
    margin-right: 0;
}
.forr_cont ul li a {
    font-size: 15px;
}
.forr_cont ul li {
    margin-right: 10px;
}
.spez_postup:after,
.forr_cont:after,
.forr_cont:before {
  display: none;
}
.spez_postup {
    padding: 25px 0 20px 0;
    margin: 0 0 0 100px;
}
.spez_postup:before,
.new_m_mukr_postup .spez_postup:before,
.new_m_talim_postup .spez_postup:before,
.new_m_mvshm_postup .spez_postup:before,
.new_m_ism_postup .spez_postup:before,
.new_m_mido_postup .spez_postup:before,
.new_m_polit_postup .spez_postup:before,
.new_m_bik_postup .spez_postup:before {
    top: 0;
    left: -100px;
    width: 130px;
    height: 118%;
}
.new_m_bik_postup .spez_postup:before {
    height: 138%;
}
.new_m_polit_postup .spez_postup:before {
  height: 125%;
}
.new_m_talim_postup .spez_postup:before {
  height: 127%;
}
.new_m_mvshm_postup .spez_postup:before {
  height: 102%;
}
.new_m_ism_postup .spez_postup:before {
  height: 119%;
}
.new_m_mido_postup .spez_postup:before {
  height: 132%;
}
.spez_postup figure {
    width: 14% !important;
}
.zentr_forr_cont:before {
    top: 490px;
    left: -231px;
    font-size: 87px;
    letter-spacing: 1px;
}
.new_m_zentr_postup:before,
.assdss_postup:before {
    left: 485px;
    width: 465px;
    height: 840px;
}
.new_m_mukr_postup:before {
    left: 485px;
    width: 465px;
	height: 640px;
}
.new_m_mido_postup:before {
    left: 485px;
    width: 465px;
	height: 500px;
}
.new_m_talim_postup:before {
    left: 485px;
    width: 465px;
	height: 525px;
}
.new_m_mvshm_postup:before {
    left: 485px;
    width: 465px;
}
.new_m_ism_postup:before {
    left: 485px;
    width: 465px;
}
.new_m_polit_postup:before {
    left: 485px;
    width: 465px;
	height: 495px;
}
.new_m_bik_postup:before {
    left: 485px;
    width: 465px;
	height: 600px;
}
.new_m_postup:after {
    right: 11px;
    width: 400px;
    height: 400px;
}
.urovni_spez_t_title h4 {
    margin: 0 0 -5px 140px;
}
.urovni_obuch figure {
    width: 44px !important;
    padding: 6px;
    margin-left: 110px !important;
    margin-right: 10px !important;
}
.mukr_forr_cont:before {
    top: 360px;
    left: -210px;
    font-size: 80px;
    letter-spacing: 1px;
}
.talim_forr_cont:before {
    top: 262px;
    left: -171px;
    font-size: 66px;
}
.mvshm_forr_cont:before {
    top: 340px;
    left: -220px;
    font-size: 82px;
}
.ism_forr_cont:before {
    top: 360px;
    left: -225px;
    font-size: 85px;
}
.mido_forr_cont:before {
    top: 275px;
    left: -168px;
    font-size: 65px;
}
.politeh_forr_cont:before {
    top: 263px;
    left: -170px;
    font-size: 65px;
}
.bik_forr_cont:before {
    top: 324px;
    left: -215px;
    font-size: 80px;
}
#dop_o_nas h2 {
    font-size: 26px;
}
#dop_o_nas p {
    font-size: 16px;
}
#dop_o_nas {
    margin: 20px 0 0 !important;
    padding: 25px 0px 0;
    text-align: center;
}
.conf_tx h3 {
    font-size: 20px;
}
.conf_tx h4 {
    font-size: 17px;
}
.langi_tx h3 {
    font-size: 23px;
}
.langi_tx h4 {
    font-size: 19px;
}
.reglament h2 {
    font-size: 22px;
}
.reglament figure {
    width: 18% !important;
}
.reglament h4 {
    font-size: 16px;
}
.formati_tx h3 {
    font-size: 20px;
}
.formati_tx p, ul, li {
    font-size: 15px;
}
.pad_cont {
    padding: 0 105px;
    margin-bottom: 20px;
}
.toconf, .toconf:hover {
    width: 335px;
    right: -14.6%;
    font-size: 19px;
    height: 37px;
}
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -9.7%;
    width: 235px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    right: -8.5%;
    font-size: 16px;
    width: 205px;
    height: 32px;
    font-weight: 500;
    text-shadow: none;
    color: #fff;
}	
.knopochki a, .knopochki a:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 15px 5px;
    line-height: 1.15;
    min-width: 225px;
}
.go_aspirent .elementor-button,
.go_docctr .elementor-button,
.go_aspirent .elementor-button:hover,
.go_docctr .elementor-button:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 15px 5px;
    line-height: 1.15;
    min-width: 225px;
}
.tob_ub {
    padding: 0 0px 35px 10px;
    background: url(/wp-content/uploads/2022/02/fon-mukr.jpg) 35%;
}
.tob_ub h3 {
    margin: 45px 0 0 0;
    font-size: 15px;
}	
.tob_ub p {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 1.4;
}
.tob_ub h2 {
    font-size: 28px;
    margin: -20px 0 10px 0;
}	
.tob_ub h2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100px;
    height: 4px;
    background: #c41f27;
}	
.tob_ub img {
    width: 590px;
    position: absolute;
    right: 1%;
    top: 95px;
}	
.shev_ub img {
    margin: 0 0 0 -65px;
    width: 430px;
}	
.tob_ub img {
    width: 580px;
    position: absolute;
    right: 1.5%;
    top: 65px;
}
.shev_ub:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
    z-index: 5;
	display: none;
}	
.shev_ub p {
    font-size: 14px;
    font-family: 'Bitter', serif;
    color: #000;
    text-align: justify;
    padding: 0 20px 0 0px;
    margin: 40px 0 0 -55px;
}	
.shev_ub {
    padding: 50px 0 70px;
}
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 40px;
    width: 180px;
    height: 180px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}	
.pervii_in_3 p {
    margin: -70px 0 0 0;
    font-size: 14px;
    padding: 0 20px 0 20px;
}
.pervii_in_3_1 p {
    margin: -140px 0 152px 0;
    font-size: 14px;
    padding: 0 20px 0 20px;
}	
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -190px;
    left: 25px;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
.b_safter {
    padding: 90px 0 0;
}
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 35px;
    width: 100%;
    height: 100px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.pervii_in_3_1 {
    padding: 125px 0 0;
    margin: 35px 0 0 0;
}
	
	
	
	
	
	

}

/*--------------------------------------------------------------
Next Go 768
--------------------------------------------------------------*/
@media (max-width: 768px) {
h2, .h2 {
    font-size: 25px;
}
#topbar {
    display: none;
}
.logo {
  background: #fff !important;
}
.toggle-nav i {
    color: #333 !important;
    background: #fff !important;
    font-size: 25px !important;
    padding: 0 !important;
}
.header-fixed .toggle-nav i {
    font-size: 23px !important;
    margin: 0 0 8px 0;
}
.header-fixed .logo:before {
    display: none;
}
.header-fixed .tel_fixed {
  right: unset;
  left: 0;
  width: 300px;
  height: 31px;
  padding: 5px 0 0 15px;
}
.header-fixed .tel_fixed:before {
	left: unset;
	top: -13px;
    right: -44px;
    transform: rotate(90deg);
}
.ms-info h3 {
	font-size: 22px;
	width: 600px;
	margin-bottom: 55px;
}
.ms-slide:after {
	width: 70px;
	height: 70px;
}	
.ms-info h4 {
	font-size: 15px;
	margin: 62px -410px 0 0;
    width: 400px;	
}
.elementor-element-725eb49:after, .elementor-element-e2a720d:after, .elementor-element-82f59e3:after {
    font-size: 30px !important;
}	
#missiya_bl .elementor-container,
.pod_missiei .elementor-container {
    max-width: 700px;
    width: auto;
    left: 15%;
    text-align: center;
}
#missiya_bl .elementor-column.elementor-col-33,
.pod_missiei .elementor-column.elementor-col-33 {
    width: 70% !important;
}
.eihe-caption p {
    font-size: 14px !important;
}	
.planka_cont img {
    display: none !important;
}	
.planka_cont h3 {
    font-size: 18px !important;
}
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 24px !important;
}	
.elementor-counter-title {
    font-size: 12px !important;
}	
.univer_line:before {
    top: -175px;
    height: 495px;
}	
.napravleniya_line:before {
    top: -70px;
	height: 430px;
}
#zifri h3 {
    font-size: 18px;
}
.right_n_txt {
    right: -12px;
}
.left_n_txt {
    left: -12px;
}
.txt_new_hist {
    width: 360px !important;
    font-size: 14px;
}	
#contacts:before {
    width: 800px;
    height: 478px;
    left: -5.5%;
}	
.header-sticky.header-fixed .main-navigation ul, .main-navigation ul {
    margin: 0;
}
.header-fixed .main-navigation a:before, .header-fixed .main-navigation a:after, .main-navigation a:before, .main-navigation a:after {
    display: none;;
}	
#mySidenav {
    background: transparent !important;
}
.main-menu {
    background: #fff;
}
.main-navigation ul li a {
    margin: 0 !important;
}
.planka_cont h3:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 17px 18px 13px;
    border-style: solid;
    border-color: #c41f27 #c41f27 transparent;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 3px;
    left: 91%;
}	
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
	font-size: 20px;
}	
.txt_19:before {
    width: 80px;
    height: 80px;
    top: 48px;
    left: 85px;
}
.logo p.site-title:before {
  content: '';
  position: absolute;
  left: 44px;
  top: -4px;
  width: 2px;
  height: 55px;
  background: #333;
}
.page-id-10 .logo p.site-title:after {
    content: 'Международный Университет Кыргызстана';
    font-weight: bold;
    color: #333;
    position: absolute;
    left: 52px;
    top: -2px;
    width: 200px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
}
.page-id-626 .logo p.site-title:after {
  	content: 'International University of Kyrgyzstan';
  	font-weight: bold;
    color: #333;
    position: absolute;
    left: 52px;
    top: -2px;
    width: 200px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
}
.page-id-628 .logo p.site-title:after {
  	content: 'Кыргызстан Эл аралык Университети';
  	font-weight: bold;
    color: #333;
    position: absolute;
    left: 52px;
    top: -2px;
    width: 200px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
}
.logo p.site-title {
    display: block;
    position: absolute;
    top: 16px;
    left: 71px;
}
.logo p.site-title a, .header-fixed .logo p.site-title {
    display: none;
}
.nn_tt h2 {
    color: #333;
    font-size: 19px;
    margin: 25px 5px 40px;
}
.vipuskniki_dva .elementor-column {
    margin: 0 0 20px 0;
    width: 100% !important;
}
.vipuskniki_dva figure {
    width: 25% !important;
}	
.page-id-2229 #top-header, .page-id-3674 #top-header {
	display: none;
}	
.vipuskniki_dva h3 {
    font-size: 17px;
    padding: 15px 0 15px 65px;
    line-height: 1.3;
}
.vipuskniki_dva p {
    font-size: 14px;
    padding: 20px 10px 23px 65px;
}	
.postuplenie h2 {
    font-size: 18px;
    margin-bottom: 0;
    width: 600px;
}
.postuplenie .elementor-button {
    width: 160px;
    margin-bottom: -5px;
    padding: 10px 10px !important;
	line-height: 1.1;
}
.postup_inside:after {
  display: none;
}
.postup_inside {
    margin: 0 0 0 -25px;
}
.add_strochka {
    margin: -12px 0 0 0;
}
.p_result_muk .add_strochka {
    margin: -25px 0 0 0;
}
.add_strochka figure {
    display: none !important;
}
.add_strochka h3 {
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
}	
.postup_inside h3, .p_result_muk .postup_inside h3 {
    margin: 145px 0 20px 5px;
    font-size: 15px;
}	
.p_result_muk .postup_inside:before {
    height: 122px;
    left: 40px;
    top: 12px;
}	
.p_result_muk .add_strochka {
    margin: -12px 0 0 0;
}
.p_result_mukr .add_strochka {
    margin: -7px 0 0 -10px;
}
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 14px !important;
	text-transform: initial;
}
.my_new_komanda_line .eihe-box .eihe-caption p {
    line-height: 1.2;
    font-size: 13px !important;
    letter-spacing: 0;
}
.txt_14:before {
    content: '';
    position: absolute;
    width: 83px;
    height: 83px;
    top: 88px;
    right: 85px;
    background: url(/wp-content/uploads/2022/02/mido-logo-main.png);
    background-size: cover;
}
.page-id-626 .txt_14:before {
    top: 109px;
}
.txt_18:before {
    width: 80px;
    height: 80px;
    top: 69px;
    right: 85px;
}
#dop_o_nas h2 {
    font-size: 20px;
    margin-bottom: 35px;
}
#dop_o_nas p {
  	font-size: 15px;
    line-height: 1.3;
}
#dop_o_nas {
    padding: 20px 0 0;
}
.page-id-2517 #top-header,
.page-id-2342 #top-header,
.page-id-3208 #top-header,
.page-id-3602 #top-header,
.page-id-3639 #top-header,
.page-id-2942 #top-header,
.page-id-3208 #top-header,
.page-id-3690 #top-header,
.page-id-3676 #top-header,
.page-id-3787 #top-header,
.page-id-3743 #top-header,
.page-id-3806 #top-header,
.page-id-3914 #top-header,
.page-id-3737 #top-header {
  display: none;
}
.page-id-2517 .nn_tt h2,
.page-id-2342 .nn_tt h2,
.page-id-3208 .nn_tt h2,
.page-id-3602 .nn_tt h2,
.page-id-3639 .nn_tt h2,
.page-id-2942 .nn_tt h2,
.page-id-3208 .nn_tt h2,
.page-id-3690 .nn_tt h2,
.page-id-3676 .nn_tt h2,
.page-id-3787 .nn_tt h2,
.page-id-3743 .nn_tt h2,
.page-id-3737 .nn_tt h2,
.page-id-3806 .nn_tt h2,
.page-id-3914 .nn_tt h2 {
  margin-bottom: 0;
}	
.illusion .eihe-caption {
    font-size: 15px !important;
}	
.illusion h3.eihe-title, .illusion p, .illusion .eihe-caption {
    padding: 0 10px !important;
}	
.nn_tt h2 {
    padding: 0;	
}
.hhed h2 {
    font-size: 21px;
}
.tretii_bl_v_spez_postup {
  display: none !important;
}	
.spez_postup:before,
.new_m_mukr_postup .spez_postup:before,
.new_m_talim_postup .spez_postup:before,
.new_m_mvshm_postup .spez_postup:before,
.new_m_ism_postup .spez_postup:before,
.new_m_mido_postup .spez_postup:before,
.new_m_polit_postup .spez_postup:before,
.new_m_bik_postup .spez_postup:before {
    top: 0;
    left: -55px;
    width: 85px;
    height: 117%;
}
.zentr_forr_cont:before {
    top: 465px;
    left: -165px;
    font-size: 59px;
}
.pre_skills_logo img {
    width: 180px;
}
.spez_postup {
    padding: 25px 0 20px 0;
    margin: 0 0 0 55px;
}
.spez_postup .elementor-column.elementor-col-33 {
	width: 50% !important;
}
.spez_postup figure {
    width: 17% !important;
    margin-right: 5px !important;
}
.spez_p_title h4 {
    font-size: 18px;
}
.urovni_obuch figure {
    width: 48px !important;
    margin-left: 65px !important;
}
.urovni_spez_t_title h4 {
    margin: 0 0 -5px 91px;
}
.new_m_postup:after {
  	display: none;
}
.forr_cont {
    padding: 6px 5px;
    text-align: center;
}
.forr_cont ul li a {
    font-size: 14px;
}
.forr_cont ul li {
    margin-right: 8px;
}
.spez_postup p {
    padding-right: 5px;
}	
.new_m_zentr_postup:before,
.new_m_mukr_postup:before,
.new_m_talim_postup:before,
.new_m_mvshm_postup:before,
.new_m_ism_postup:before,
.new_m_polit_postup:before,
.new_m_bik_postup:before,
.new_m_mido_postup:before,
.assdss_postup:before {
    left: 418px;
    width: 292px;
}	
.mukr_forr_cont:before {
    top: 398px;
    left: -167px;
    font-size: 59px;
}	
.new_m_mukr_postup .spez_postup:before {
    height: 122%;
}	
.talim_forr_cont:before {
    top: 292px;
    left: -166px;
    font-size: 59px;
    letter-spacing: 1px;
}	
.new_m_talim_postup .spez_postup:before {
    height: 130%;
}
.mvshm_forr_cont:before {
    top: 386px;
    left: -166px;
    font-size: 59px;
    letter-spacing: 1px;
}
.new_m_mvshm_postup .spez_postup:before {
    height: 102%;
}
.ism_forr_cont:before {
    top: 371px;
    left: -166px;
    font-size: 59px;
    letter-spacing: 1px;
}	
.new_m_ism_postup:before {
    height: 665px;
}	
.mido_forr_cont:before {
    top: 278px;
    left: -166px;
    font-size: 59px;
    letter-spacing: 1px;
}
.new_m_ism_postup .spez_postup:before {
    height: 119%;
}
.politeh_forr_cont:before {
    top: 282px;
    left: -165px;
    font-size: 59px;
    letter-spacing: 1px;
}
.new_m_polit_postup .spez_postup:before {
    height: 131%;
}
.bik_forr_cont:before {
    top: 378px;
    left: -166px;
    font-size: 59px;
    letter-spacing: 1px;
}
.new_m_mukr_postup .pod_vmesto_logo {
    margin-top: 98px;
}
.pod_vmesto_logo {
    margin-top: 90px;
}
.new_m_mvshm_postup .pod_vmesto_logo {
    margin-top: 82px;
}
.pod_vmesto_logo {
    margin-top: 89px;
}
.new_m_mido_postup .pod_vmesto_logo {
    margin-top: 83px;
}
.new_m_mido_postup .spez_postup:before {
    height: 132%;
}
.pod_vmesto_logo {
    margin-top: 90px;
}
.new_m_bik_postup .spez_postup:before {
    height: 140%;
}
.assdss_postup .pre_skills_logo img {
    width: 220px;
}	
.upup_doctor {
    margin-top: 87px;
}	
.conf_tx h3 {
    font-size: 17px;
}
.conf_tx h4 {
    font-size: 15px;
}
.langi_tx h3 {
    font-size: 20px;
}
.langi_tx h4 {
    font-size: 16px;
}
.formati_tx h3 {
    font-size: 18px;
}
.pravila_tx h3 {
    font-size: 19px;
}
.pad_cont {
    padding: 0 40px !important;
}	
input[type="date"] {
    width: 45%;
}
.toconf, .toconf:hover {
    width: 320px;
    right: -18.5%;
    font-size: 18px;
    height: 37px;
}
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -13%;
    width: 235px;
    height: 40px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.privetstvie_vstuplenie img {
    width: 100px;
}
.kartinki_privetstviya_part {
    width: 500px !important;
}
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    right: -10.5%;
    font-size: 15px;
    width: 195px;
    height: 31px;
    font-weight: 500;
    text-shadow: none;
}
.textuem ul li, .textuem ol li {
    font-size: 14px;
}	
.textuem h4 {
    font-size: 16px;
    line-height: 1.3;
}	
.textuem h3 {
    font-size: 20px;
	padding-top: 25px;
}	
.privetstvie_vstuplenie h4 {
    font-size: 14px;
}	
.knopochki a, .knopochki a:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 12px 5px 9px !important;
    line-height: 1.2;
    min-width: 172px;
}
.go_aspirent .elementor-button,
.go_docctr .elementor-button,
.go_aspirent .elementor-button:hover,
.go_docctr .elementor-button:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 12px 5px 9px !important;
    line-height: 1.2;
    min-width: 172px;
}
.tokmok_link:after {
    font-size: 20px;
    padding: 80px 30px 40px;
}	
.tob_ub h2 {
    font-size: 25px;
    margin: -20px 0 10px 0;
}
.tob_ub h3 {
    margin: 20px 0 0 0;
    font-size: 16px;
}	
.tob_ub img {
    width: 435px;
    position: absolute;
    right: 1.5%;
    top: 65px;
}	
.tob_ub p {
    font-size: 14px;
    padding: 7px 10px;
    line-height: 1.4;
    text-align: right;
}
.tob_ub {
    padding: 0 0px 10px 10px;
    background: url(/wp-content/uploads/2022/02/fon-mukr.jpg) 35%;
}	
.tob_ub img {
    width: 435px;
    position: absolute;
    right: 1.5%;
    top: 130px;
}	
.shev_ub img {
    margin: 0 0 0 0;
    width: 380px;
}	
.shev_ub p {
    font-size: 14px;
    padding: 0 20px 0 15px;
    margin: 2px 0 0 0;
    text-align: left;
}
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 120px;
    height: 120px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
}	
.pervii_in_3 p {
    margin: -70px 0 0 0;
    font-size: 14px;
    padding: 0 20px 0 20px;
    text-align: left;
}
.pervii_in_3_1 p {
    margin: -140px 0 150px 0;
    font-size: 14px;
    padding: 0 20px 0 20px;
    text-align: right;
}	
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -250px;
    left: 30px;
    width: 170px;
    height: 170px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}	
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 45px;
    width: 100%;
    height: 100px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
	
	
	
	
	
}

/*--------------------------------------------------------------
Next Go 500
--------------------------------------------------------------*/
@media (max-width: 500px) {
h2, .h2 {
    font-size: 19px;
}
#top-header {
	height: 60px;
}
#header {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 999;
}
.logo {
    width: 60px !important;
}
.main-navigation ul li a {
    font-size: 13px !important;
}
.main-navigation a {
    margin: 0 20px 0 0;
}
.sidenav .closebtn {
    right: 0;
    top: 10px !important;
    font-size: 20px !important;
}
.header-fixed {
    height: 51px;
}
.header-fixed .tel_fixed {
    right: unset;
    left: 0;
    width: 340px;
    height: 49px;
    font-size: 14px;
    padding: 16px 0 0 10px;
    color: #c41f27;
    background: #fff;
}
.header-fixed .tel_fixed:before {
    display: none;
}
#podrazdeleniya h2, #zifri h2, #istoriya h2, #contacts h2, .partners_bl h2 {
    font-size: 17px;
    line-height: 1.2;
}
a.closebtn.mobile-menu {
	color: #333 !important;
	background: #fff !important;
}
.main-menu {
    box-shadow: 0 0 8px #777;
}		
.scrollup {
	display: none !important;
}
.ms-info h4, .ms-bullets	{
    display: none;
}
.ms-slide:after {
	display: none;
}		
.ms-info h3 {
	font-size: 15px;
	width: 100%;
	margin-bottom: -10px;
	border: 0;
	background: #00000075;
	padding: 5px 5px 5px 0;
}
.ms-slide-info {
  min-height: 40px !important;
}
#missiya_bl {
    padding: 30px 0 0;
}
.pod_missiei {
    padding: 0px 0 0;
}
#missiya_bl .elementor-container, .pod_missiei .elementor-container {
    max-width: 100%;
    width: auto;
    left: unset;
    text-align: center;
    margin: auto;
}
#missiya_bl .elementor-column.elementor-col-33,
.pod_missiei .elementor-column.elementor-col-33 {
    width: 90% !important;
    margin: auto;
}	
.eihe-caption p {
    font-size: 12px !important;
}	
.zk_link, .vk_link, .ism_link, .tal_link, .zp_link, .ik_link, .vm_link,
.vd_link, .tokmok_link, .mido_link, .mao_link {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.vd_link {
  border-bottom: 0;
}
#podrazdeleniya figure {
    width: 30% !important;
}
.planka_cont h3 {
  font-size: 15px !important;
}
.planka_cont h3:before {
  width: 300px;
  height: 35px;
}
.planka_cont h3:after {
    border-width: 17px 16px 13px;
    top: 1px;
    left: 89%;
}	
.planka_cont ul li {
  width: auto;	
}	
.ism_kont .planka_cont h3:before, .vsh_kont .planka_cont h3:before {
    width: 353px;
}
#zifri h2 {
    margin-bottom: 20px;
	font-size: 20px;
}	
#zifri h3 {
    font-size: 15px;
    text-align: center;
}	
#zifri h3:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
}	
.elementor-counter:before, .elementor-counter:after {
  display: none;	
}
.univer_line:before {
    top: -150px;
    height: 940px;
    background-size: cover;
    background-position: center;
}
.napravleniya_line:before {
    top: -73px;
    height: 790px;
	background-size: cover;
    background-position: center;
}
.elementor-counter .elementor-counter-number-wrapper {
	text-align: center;
    font-size: 28px !important;
}	
.elementor-counter-title {
    font-size: 13px !important;
    text-align: center !important;
}	
#istoriya {
    padding: 30px 0 0;
    min-height: 3790px;
}	
.istoriya_vert {
    top: 15px;
    height: 3555px;
}	
.txt_new_hist {
    width: auto !important;
    font-size: 14px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 15px 15px 0;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #444;
}
.txt_14 img {
  margin-left: -90px !important;
}
.txt_14:before {
    width: 82px;
    height: 82px;
    top: 83px;
    right: 140px;
}
.txt_17 img {
  margin-right: -90px !important;
}
.txt_17:before {
    width: 80px;
    height: 80px;
    top: 84px;
    left: 150px;
}
.txt_18 img {
  margin-left: -90px !important;
}
.txt_18:before {
    width: 80px;
    height: 80px;
    top: 64px;
    right: 150px;
}
.txt_19 img {
  margin-right: -90px !important;
}
.txt_19:before {
    width: 80px;
    height: 80px;
    top: 63px;
    left: 150px;
}
.txt_21 img {
  margin-right: -90px !important;
}
.txt_21:before {
    width: 83px;
    height: 83px;
    top: 82px;
    left: 150px;
}
.txt_22 img {
  margin-left: -90px !important;
}
.txt_22:before {
    width: 83px;
    height: 83px;
    top: 62px;
    right: 150px;
}
#contacts:before {
    width: 100%;
    height: 800px;
    left: unset;
    background-size: cover;
}	
.site-info, .site-info a, .site-info a:hover {
    font-size: 12px;
}	
.page-id-1032 h2, .page-id-1145 h2, .page-id-1136 h2 {
	font-size: 19px;
	font-family: 'Bitter', serif;
}	
.planka_cont {
	position: relative !important;
    padding: 35px 15px 0;
    margin: auto;
    width: 100% !important;
    right: 0;
    left: 0;
    min-height: auto;
    height: auto;
    box-shadow: none;
    border-top: 1px solid #ccc;
}
.zk_kont, .vk_kont, .ism_kont, .tal_kont, .zp_kont, .ik_kont, .vsh_kont, .vd_kont,
.mido_kont, .tok_kont, .orel_kont, .amanat_kont, .mao_kont {
	background: #fff;
	height: auto;
    margin: auto;
	border: 0;
}	
.planka_cont:after {
    width: 100px;
    height: 100px;	
}
.logo p.site-title {
    display: block;
    position: absolute;
    top: 16px;
    left: 71px;
}	
.logo p.site-title a {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
    position: relative;
}
.page-id-10 .logo:before, .page-id-626 .logo:before, .page-id-628 .logo:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 70px;
  width: 2px;
  height: 40px;
  background: #444;
}
.page-id-10 .logo p.site-title:after {
  content: 'Международный Университет Кыргызстана';
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 5px;
  top: -4px;
  width: 255px;
  font-size: 15px;
}
.page-id-626 .logo p.site-title:after {
  content: 'International University of Kyrgyzstan';
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 5px;
  top: -4px;
  width: 220px;
  font-size: 15px;
}
.page-id-628 .logo p.site-title:after {
  content: 'Кыргызстан Эл аралык Университети';
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 5px;
  top: -4px;
  width: 255px;
  font-size: 15px;
}
.partners_bl {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}	
#zifri {
    padding: 60px 0 55px;
}	
.logo p.site-title:before {
	display: none;
}
.vipuskniki_dva .elementor-image-box-content {
    margin: 30px 0 0 20px;
    min-height: 185px;
}	
.vipuskniki_dva figure {
    width: 35% !important;
    float: left;
    margin-top: -30px !important;
}
.vipuskniki_dva h3 {
    font-size: 16px;
    padding: 15px 0 15px 165px;
    line-height: 1.3;
}
.vipuskniki_dva p {
    text-align: left;
    font-size: 14px;
    padding: 20px 80px 23px 165px;
}
.vipuskniki_dva .elementor-column {
    margin: 0 0 30px 0;
    width: 100% !important;
}
.postuplenie h2 {
    font-size: 16px;
}
.postuplenie {
    padding: 30px 0 25px;
}
.postuplenie .elementor-button {
    width: 260px;
    margin-bottom: -5px;
    padding: 15px 10px !important;
}
.postuplenie_result {
    background-size: cover;
    margin: 0 0 0 0;
    height: 790px;
}
.postuplenie_result.p_result_muk {
    height: 900px;
}
.p_result_talim .postup_inside:before {
    left: 40px;
    top: 32px;
    width: 43%;
    height: 100px;
    background-size: cover;
}
.add_strochka h3 {
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
}
.add_strochka {
    margin: 0 0 0 -15px;
}
.add_strochka .elementor-column {
    width: 50% !important;
}
.postup_inside h3 {
    margin: 155px 0 20px 0px;
    font-size: 15px;
}
.p_result_muk .postup_inside h3 {
    margin: 180px 0 20px 0px;
    font-size: 15px;
}
.postup_inside h4 {
    font-size: 15px;
    margin: 30px 0 5px 0;
}
.p_result_bik .postup_inside:before {
    left: 40px;
    top: 15px;
    height: 125px;
}
.p_result_talpolit .postup_inside:before {
    height: 125px;
    left: 40px;
    top: 18px;
}
.p_result_talpolit .postup_inside h3 {
    margin: 159px -35px 20px -5px;
    font-size: 14px;
}
.p_result_mukr .postup_inside h3 {
    margin: 155px -15px 20px 0;
    font-size: 15px;
}
.p_result_esheodin .postup_inside:before {
    height: 130px;
    left: 40px;
    top: 20px;
}	
.p_result_muk .postup_inside:before {
    height: 115px;
    width: 100%;
    left: 40px;
    top: 45px;
}
.p_result_muk .postup_inside h4 {
    margin: 12px 0 6px 0;
    font-size: 13.5px;
    padding: 4px 0px 4px 5px;
    width: 220px;
    line-height: 1.3;
}
.p_result_muk .add_strochka {
    margin: -20px 0 0 0;
}
.p_result_muk .add_strochka h3 {
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: -23px;
}
.p_result_east .postup_inside:before {
    height: 115px;
    left: 40px;
    top: 28px;
}
.p_result_mukr .postup_inside:before {
    height: 110px;
    left: 40px;
    top: 30px;
    background-size: contain;
    width: 44%;
}
.p_result_mukr .postup_inside h4 {
    margin: 10px 0 6px 0;
    font-size: 15px;
    padding: 4px 0 4px 15px;
    width: 205px;
    background: #201A9E;
}	
.p_result_mukr .add_strochka {
    margin: -19px 0 0 -10px;
}
.p_result_eshedva .postup_inside h4 {
    width: 200px;
}
.p_result_eshedva .postup_inside:before {
    height: 125px;
    left: 40px;
    top: 22px;
}
.p_result_eshedva .postup_inside h3 {
    margin: 158px -32px 20px 0px;
    font-size: 14px;
}
.my_new_komanda_line .eihe-title-cover h4.eihe-title {
    font-size: 17px !important;
    text-transform: uppercase;
}	
.my_new_komanda_line .eihe-box .eihe-caption p {
    line-height: 1.2;
    font-size: 16px !important;
    letter-spacing: 0;
}
.cont_r {
    border-right: 0;
}		
#dop_o_nas h2 {
    font-size: 17px;
    margin: 0 0 0 0;
}	
#dop_o_nas {
    margin: 0 0 0 0 !important;
}	
.postuplenie h2 {
    width: 460px;
}
.postuplenie h2:before {
    content: '';
    width: 2px;
    height: 30px;
    background: #c41f27;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
#dop_o_nas p {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 0 !important;
    padding: 0 10px;
    line-height: 1.35;
    color: #333;
}
.potom_link {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 0;
}
.illusion .eihe-caption, .illusion .eihe-caption p {
    font-size: 18px !important;
}
.vipuskniki_dva {
    padding: 0;
}
.hhed h2 {
    font-size: 19px;
}
.spez_postup .elementor-column.elementor-col-33 {
    width: 100% !important;
}
.new_m_zentr_postup:before,
.new_m_mukr_postup:before,
.new_m_talim_postup:before,
.new_m_mvshm_postup:before,
.new_m_ism_postup:before,
.new_m_polit_postup:before,
.new_m_bik_postup:before,
.new_m_mido_postup:before,
.assdss_postup:before {
    display: none;
}
.spez_p_title h4 {
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.spez_postup p {
    padding-right: 0;
}
.urovni_obuch p {
    font-size: 14px;
    padding: 10px 0 0 0;
    margin: 0 30px 0 90px !important;
}
.urovni_obuch figure {
    width: 73px !important;
    border: 0;
}
.urovni_obuch figure img {
    margin-left: 28px !important;
    border: 1px solid #c41f27;
    border-radius: 50%;
    padding: 6px;
}	
.urovni_spez_t_title h4 {
    margin: 0 0 -5px 70px;
}	
.spez_postup:before,
.new_m_mukr_postup .spez_postup:before,
.new_m_talim_postup .spez_postup:before,
.new_m_mvshm_postup .spez_postup:before,
.new_m_ism_postup .spez_postup:before,
.new_m_mido_postup .spez_postup:before,
.new_m_polit_postup .spez_postup:before,
.new_m_bik_postup .spez_postup:before {
    top: 0;
    left: -55px;
    width: 85px;
    height: 114%;
}
.forr_cont {
    padding: 7px 10px;
    text-align: center;
}
.new_m_mukr_postup .urovni_obuch figure {
	border: 0;
}
.new_m_mukr_postup .urovni_obuch figure img {
    border-color: #201A9E;
}	
.elementor-element-487a1c1d {
  margin-top: 35px;
}
.new_m_mukr_postup .pod_vmesto_logo, .pod_vmesto_logo {
    display: none;
}
.new_m_mukr_postup .spez_postup:before {
    height: 122%;
}
.talim_forr_cont:before {
    top: 500px;
}
.new_m_talim_postup .spez_postup:before {
    height: 130%;
}
.mvshm_forr_cont:before {
    top: 430px;
}
.ism_forr_cont:before {
    top: 445px;
}
.new_m_mvshm_postup .spez_postup:before {
    height: 102%;
}
.new_m_mido_postup .spez_postup:before {
    height: 132%;
}
.new_m_polit_postup .spez_postup:before {
    height: 131%;
}
.bik_forr_cont:before {
    top: 512px;
}
.new_m_bik_postup .spez_postup:before {
    height: 133%;
}	
.mido_forr_cont:before {
    top: 535px;
}	
.politeh_forr_cont:before {
    top: 460px;
}
.pod_vmesto_logo.aspiranturant {
  display: block;
  margin-top: 10px
}
.zentr_forr_cont:after {
  content: 'Hard Skills';
  position: absolute;
  top: 1250px;
  left: -165px;
  transform: rotate(-90deg);
  font-weight: 700;
  font-family: 'Bitter', serif;
  font-size: 59px;
  text-shadow: 0 0 1px #333;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 5;
}
.close_aspir {
	top: 100px;
}
.close_aspir i {
    font-size: 40px;
}	
.kartinki_privetstviya_part {
    width: auto !important;
}
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover
.privetstvie_vstuplenie img {
    width: 90px;
}
.textuem h3 {
    font-size: 18px;
    padding-top: 20px;
}
.knopochki a, .knopochki a:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 15px 10px !important;
    line-height: 1.2;
    min-width: 260px;
    max-width: 260px;
}
.go_aspirent .elementor-button,
.go_docctr .elementor-button,
.go_aspirent .elementor-button:hover,
.go_docctr .elementor-button:hover {
    box-shadow: 1px 1px 2px #777;
    text-shadow: 0.5px 0.5px 1px #555;
    padding: 15px 10px !important;
    line-height: 1.2;
    min-width: 260px;
    max-width: 260px;
}
.tob_ub h2 {
    font-size: 23px;
    margin: -10px 0 10px 0;
    text-align: center;
}	
.tob_ub h3 {
    margin: 25px 0 0 0;
    font-size: 17px;
    text-align: center;
}	
.tob_ub {
    padding: 10px 10px 10px 10px;
    background: url(/wp-content/uploads/2022/02/fon-mukr.jpg) 35%;
}	
.tob_ub p {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 1.4;
    text-align: center;
}
.tob_ub h2:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    width: 100px;
    height: 3px;
    background: #c41f27;
    margin: auto;
}	
.tob_ub img {
    width: auto;
    position: relative;
    right: unset;
    top: 5px;
}	
.shev_ub img {
    margin: 0;
    width: auto;
    padding: 0 10px;
}	
.shev_ub:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 120px;
    height: 120px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
	display: none;
}	
.shev_ub:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: url(/wp-content/uploads/2022/02/30-2.png);
    background-size: cover;
    opacity: 0.5;
    z-index: 5;
}
.shev_ub {
    padding: 80px 0 80px;
}
.shev_ub p {
    font-size: 14px;
    padding: 0 10px;
    margin: 20px 0 0 0;
    text-align: center;
}	
.pervii_in_3 img {
    position: relative;
    top: -120px;
    left: unset;
	width: auto;
}
.pervii_in_3 p {
    margin: -90px 0 0 0;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}	
.pervii_in_3_1 p {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}	
.pervii_in_3_1 img {
    position: relative;
    top: 0;
    left: unset;
    width: auto;
}
.pervii_in_3_1 {
    padding: 0 0 0;
    margin: 10px 0 0;
}	
.b_safter {
    padding: 90px 0 90px;
}	
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 10px;
    width: 100%;
    height: 80px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -465px;
    left: 15px;
    width: 125px;
    height: 125px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}	
	
	

}

/*--------------------------------------------------------------
Next Go 430
--------------------------------------------------------------*/
@media (max-width: 430px) {
.page-id-5727 .backmain, .page-id-5727 .backmain:hover,
.page-id-5725 .backmain, .page-id-5725 .backmain:hover,
.page-id-5736 .backmain, .page-id-5736 .backmain:hover,
.page-id-5760 .backmain, .page-id-5760 .backmain:hover,
.page-id-5438 .backmain, .page-id-5438 .backmain:hover,
.page-id-5983 .backmain, .page-id-5983 .backmain:hover,
.page-id-5670 .backmain, .page-id-5670 .backmain:hover {
    display: none;
}
.nn_tt h2 {
    font-size: 15px;
    margin: 25px 0 20px;
}
.vipuskniki_dva h3 {
    font-size: 15px;
    padding: 15px 5px 15px 110px;
    line-height: 1.3;
}
.vipuskniki_dva p {
    padding: 20px 10px 23px 110px;
}
.vipuskniki_dva figure {
    width: 35% !important;
    margin-top: -20px !important;
}
.vipuskniki_dva .elementor-column {
    margin: 0 0 15px 0;
}
.postuplenie h2 {
    font-size: 14px;
    width: auto;
    padding: 12px 0 10px;
}	
.p_result_talim .postup_inside:before {
    left: 37px;
    top: 40px;
    width: 49%;
    height: 93px;
    background-size: cover;
}
.postup_inside h3 {
    margin: 152px 0 20px 0;
    font-size: 13.5px;
    text-align: center;
}
.add_strochka {
    margin: -10px 0 0 0;
}
.add_strochka h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}	
.p_result_talpolit .postup_inside h3 {
    margin: 149px 0 20px 0;
    font-size: 13px;
    text-align: center;
}
.p_result_mukr .postup_inside h3 {
    margin: 168px 0 20px 0;
    font-size: 14px;
    text-align: center;
}
.p_result_esheodin:after {
	display: none;
}
.postuplenie_result.p_result_muk {
    height: 984px;
}
.p_result_muk .postup_inside h3 {
    margin: 200px 0 20px 0px;
    font-size: 14px;
}	
.p_result_muk .postup_inside:before {
    height: 115px;
    width: 100%;
    left: 40px;
    top: 64px;
}
.p_result_muk .postup_inside {
    margin: 0 -30px 0 -25px;
}	
.p_result_muk .postup_inside h4 {
    margin: 12px 0 6px 0;
    font-size: 13.5px;
    padding: 4px 0px 4px 0;
    width: 185px;
    line-height: 1.3;
    text-align: center;
}	
.p_result_esheodin .add_strochka {
    margin: -85px 0 0 0;
}	
.p_result_muk .add_strochka {
    margin: 4px 0 0 0;
}
.p_result_mukr .postup_inside:before {
    height: 110px;
    left: 40px;
    top: 50px;
    background-size: contain;
    width: 50%;
}
.p_result_mukr .postup_inside h4 {
    margin: 10px 0 6px 0;
    font-size: 14px;
    padding: 4px 0 4px 10px;
    width: 173px;
    background: #201A9E;
}
.postuplenie_result.p_result_mukr {
    background-size: cover;
    margin: 0 0 0 0;
    height: 884px;
}
.p_result_eshedva .postup_inside:before {
    height: 119px;
    left: 40px;
    top: 26px;
}
.p_result_eshedva .postup_inside h3 {
    margin: 150px 0 20px 0px;
    font-size: 14px;
    text-align: center;
}
.p_result_eshedva .postup_inside h4 {
    width: 165px;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}
.p_result_mukr .add_strochka {
    margin: -26px 0 0 -0;
}
.p_result_mukr .add_strochka h3 {
    font-size: 13.5px;
}
.txt_14:before {
    width: 83px;
    height: 83px;
    top: 103px;
    right: 105px;
}
.page-id-626 .txt_14:before {
    top: 125px;
}
.page-id-628 .txt_14:before {
    top: 104px;
}
.txt_17:before {
    width: 81px;
    height: 81px;
    top: 84px;
    left: 105px;
}
.txt_18:before {
    width: 82px;
    height: 82px;
    top: 84px;
    right: 105px;
}
.page-id-626 .txt_18:before {
    top: 63px;
}
.page-id-628 .txt_18:before {
    top: 84px;
}
.txt_19:before {
    width: 83px;
    height: 83px;
    top: 63px;
    left: 105px;
}
.txt_21:before {
    width: 83px;
    height: 83px;
    top: 83px;
    left: 105px;
}
.page-id-626 .txt_21:before {
    top: 62px;
}
.txt_12 {
    top: 1851px;
}	
.txt_22:before {
    width: 83px;
    height: 83px;
    top: 62px;
    right: 105px;
    border-radius: 50%;
}
.page-id-626 .txt_22:before {
    top: 83px;
    width: 81px;
    height: 81px;
}
.postuplenie_result:after {
	display: none;
}
.hhed h2 {
    font-size: 16px;
}	
.new_m_mido_postup .spez_postup:before {
    height: 135%;
}
.new_m_bik_postup .spez_postup:before {
    height: 140%;
}
.urovni_obuch p {
    font-size: 14px;
    padding: 10px 0 0 0;
    margin: 0 20px 0 50px !important
}	
.spez_postup figure {
    width: 21% !important;
}	
.new_m_bik_postup .spez_postup:before {
    height: 135%;
}	
.zentr_forr_cont:before {
    top: 550px;
    left: -162px;
    font-size: 56px;
}
.zentr_forr_cont:after {
    top: 1335px;
}
.conf_tx h3 {
    font-size: 15px;
}
.langi_tx h3 {
    font-size: 16px;
}
.langi_tx h4 {
    font-size: 14px;
}
.reglament h2 {
    font-size: 17px;
}
.formati_tx h3 {
    font-size: 16px;
}
.pravila_tx h3 {
    font-size: 17px;
}
.pravila_tx ol, .pravila_tx ul {
    padding-left: 0;
}
.oprieme_tx p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.pad_cont {
    padding: 0 !important;
}
input[type="date"] {
    width: 65%;
}
.pad_cont h4 {
    font-size: 15px;
}	
.pad_cont input[type="submit"], .pad_cont input[type="submit"]:hover, .pad_cont input[type="submit"]:active, .pad_cont input[type="submit"]:focus, .pad_cont input[type="submit"]:visited {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Bitter', serif;
    padding: 10px 0 6px;
    background: #c41f27;
    font-weight: bold;
    color: #fff;
    border: 0;
    border-radius: 3px;
    display: block;
    width: 220px;
    border-bottom: 2px solid #b6060f;
    border-right: 2px solid #b6060f;
}
.toconf, .toconf:hover {
    width: 300px;
    right: -31%;
    font-size: 17px;
    height: 37px;
    line-height: 2.2;
}
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -23%;
    width: 230px;
    height: 37px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 17px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.point_93 {
    top: 65px;
}	
.page-id-626 .txt_12 {
    top: 1870px;
}	
.textuem h3 {
    font-size: 17px;
    padding-top: 20px;
}
.spez_postup:before, .new_m_mukr_postup .spez_postup:before, .new_m_talim_postup .spez_postup:before, .new_m_mvshm_postup .spez_postup:before, .new_m_ism_postup .spez_postup:before, .new_m_mido_postup .spez_postup:before, .new_m_polit_postup .spez_postup:before, .new_m_bik_postup .spez_postup:before {
    top: 0;
    left: -55px;
    width: 60px;
    height: 114%;
}
.tokmok_link:after {
    font-size: 22px;
    padding: 100px 70px 40px;
}
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -510px;
    left: 15px;
    width: 125px;
    height: 125px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
.pervii_in_3_1 img {
    position: relative;
    top: 10px;
    left: unset;
    width: auto;
}	
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -75px;
    left: 10px;
    width: 100%;
    height: 75px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
	
	
	
	
	
}


/*--------------------------------------------------------------
Next Go 400
--------------------------------------------------------------*/
@media (max-width: 400px) {
.tob_ub h2 {
    font-size: 21px;
    margin: -12px 0 10px 0;
    text-align: center;
}
.tob_ub h3 {
    margin: 25px 0 0 0;
    font-size: 16px;
    text-align: center;
}
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -545px;
    left: 15px;
    width: 125px;
    height: 125px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
	
	
	
	
	
	
	
	

}

/*--------------------------------------------------------------
Next Go 390
--------------------------------------------------------------*/
@media (max-width: 390px) {
.add_strochka {
    margin: -12px 0 0 0;
}
.p_result_talim .postup_inside:before {
    left: 40px;
    top: 40px;
    width: 52%;
    height: 95px;
    background-size: cover;
}
.postup_inside h3 {
    margin: 150px 0 20px 0;
    font-size: 14px;
    text-align: center;
}
.p_result_talim .add_strochka {
    margin: -10px 0 0 0;
}
.p_result_bik .postup_inside:before {
    left: 40px;
    top: 28px;
    height: 120px;
}
.p_result_talpolit .postup_inside:before {
    height: 118px;
    left: 40px;
    top: 31px;
}
.p_result_esheodin .postup_inside:before {
    height: 120px;
    left: 40px;
    top: 31px;
}
.p_result_muk .postup_inside:before {
    height: 110px;
    width: 100%;
    left: 40px;
    top: 70px;
}
.p_result_muk .postup_inside h4 {
    margin: 12px 0 6px 0;
    font-size: 13.5px;
    padding: 4px 0px 4px 0;
    width: 180px;
    line-height: 1.3;
    text-align: center;
}
.p_result_muk .add_strochka {
    margin: -18px 0 0 0;
}
.p_result_muk .add_strochka h3 {
	font-size: 14px;
    letter-spacing: -0.5px;
}
.p_result_bik .add_strochka {
    margin: -12px 0 0 0;
}
.postuplenie_result.p_result_mukr {
    background-size: cover;
    margin: 0 0 0 0;
    height: 916px;
}
.p_result_mukr .postup_inside h4 {
    margin: 10px 0 6px 0;
    font-size: 14px;
    padding: 4px 0 4px 8px;
    width: 160px;
    background: #201A9E;
}
.p_result_mukr .postup_inside:before {
    height: 110px;
    left: 40px;
    top: 65px;
    background-size: contain;
    width: 50%;
}
.p_result_mukr .postup_inside h3 {
    margin: 177px 0 20px 0;
    font-size: 14px;
    text-align: center;
}
.p_result_mukr .add_strochka {
    margin: -27px 0 0 -5px;
}
.p_result_eshedva .postup_inside:before {
    height: 115px;
    left: 34px;
    top: 32px;
}
.p_result_eshedva .postup_inside h4 {
    width: 160px;
    font-size: 14px;
    padding: 5px 0 5px 7px;
}
.p_result_eshedva .add_strochka {
    margin: -21px 0 0 0;
}
.txt_93 {
    top: 170px;
}
.txt_98 {
    top: 451px;
}
.txt_01 {
    top: 715px;
}
.point_02 {
    top: 905px;
}
.point_03 {
    top: 1101px;
}
.point_07 {
    top: 1524px;
}
.point_12 {
    top: 1772px;
}
.txt_12 {
    top: 1863px;
}
.txt_14:before {
    width: 83px;
    height: 83px;
    top: 104px;
    right: 90px;
}
.point_17 {
    top: 2248px;
}
.txt_17:before {
    width: 80px;
    height: 80px;
    top: 84px;
    left: 91px;
}
.page-id-628 .txt_17:before {
    top: 105px;
}
.point_18 {
    top: 2494px;
}
.txt_18:before {
    width: 82px;
    height: 82px;
    top: 84px;
    right: 90px;
}
.page-id-626 .txt_18:before {
    top: 84px;
}
.point_19 {
    top: 2735px;
}
.txt_19:before {
    width: 82px;
    height: 82px;
    top: 83px;
    left: 90px;
}
.page-id-626 .txt_19:before {
    width: 82px;
    height: 82px;
    top: 63px;
    left: 90px;
}
.page-id-628 .txt_19:before {
    top: 62px;
}
.point_20 {
    top: 2970px;
}
.txt_20 {
    top: 3060px;
}
.point_21 {
    top: 3210px;
}
#istoriya {
    min-height: 3795px;
}
.txt_21 {
    top: 3295px;
}	
.txt_21:before {
    width: 84px;
    height: 84px;
    top: 123px;
    left: 90px;
}
.page-id-628 .txt_21:before {
    top: 83px;
}
.point_22 {
    top: 3470px;
}
.txt_22 {
    top: 3560px;
}
.txt_22:before {
    width: 83px;
    height: 83px;
    top: 62px;
    right: 90px;
}
.page-id-626 .txt_22:before {
    top: 84px;
    width: 80px;
    height: 80px;
}
.page-id-10 .txt_22:before {
    width: 81px;
    height: 81px;
    top: 83px;
    right: 90px;
}
.page-id-626 #istoriya {
    min-height: 3890px;
}
.spez_p_title h4 {
    font-size: 17px;
}
.urovni_obuch p {
    font-size: 14px;
    padding: 10px 0 0 0;
    margin: 0 15px 0 40px !important;
}	
.urovni_obuch i {
    font-size: 16px;
    margin-right: -3px;
}
.urovni_obuch figure {
    width: 70px !important;
}
.urovni_obuch figure img {
    margin-left: 30px !important;
}	
.forr_cont ul li a {
    font-weight: normal;
}	
.forr_cont {
    padding: 7px 38px;
}	
.postuplenie h2 {
    font-size: 17px;
    width: auto;
    padding: 12px 20px 0;
    color: #c41f27;
    background: #fff;
    text-shadow: none;
}
#dop_o_nas h2 {
    font-size: 16px;
}	
.toconf, .toconf:hover {
    width: 300px;
    right: -34%;
    font-size: 17px;
    height: 37px;
    line-height: 2.2;
    top: 30%;
}	
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -24%;
    width: 224px;
    height: 37px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 17px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}
.textuem .knopochki a {
    padding: 13px 12px 10px !important;
    min-width: 235px;
}
.textuem h3 {
    font-size: 15px;
    padding-top: 20px;
}    
.textuem h4 {
    font-size: 14px;
    line-height: 1.3;
}	
.tob_ub {
    padding: 10px 10px 12px 10px;
    background: url(/wp-content/uploads/2022/02/fon-mukr.jpg) 31%;
}
.shev_ub {
    padding: 80px 0 60px;
}
	
	
	
	
	
	
	
}

/*--------------------------------------------------------------
Next Go 375
--------------------------------------------------------------*/
@media (max-width: 375px) {
.nn_tt h2 {
    font-size: 15px;
    margin: 25px 0 20px;
}
.vipuskniki_dva h3 {
    font-size: 15px;
    padding: 15px 5px 15px 100px;
    line-height: 1.3;
}
.vipuskniki_dva p {
    padding: 20px 10px 23px 100px;
}
.vipuskniki_dva figure {
    width: 35% !important;
    margin-top: -20px !important;
}
.vipuskniki_dva .elementor-column {
    margin: 0 0 15px 0;
}
.page-id-10 .logo p.site-title:after {
    content: 'Международный Университет Кыргызстана';
    font-weight: bold;
    color: #222;
    position: absolute;
    left: 5px;
    top: -2px;
    width: 230px;
    font-size: 14px;
}
.page-id-626 .logo p.site-title:after {
  content: 'International University of Kyrgyzstan';
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 5px;
  top: -2px;
  width: 220px;
  font-size: 14px;
}
.page-id-628 .logo p.site-title:after {
  content: 'Кыргызстан Эл аралык Университети';
  font-weight: bold;
  color: #222;
  position: absolute;
  left: 5px;
  top: -2px;
  width: 230px;
  font-size: 14px;
}
.p_result_talim .postup_inside:before {
    left: 40px;
    top: 40px;
    width: 52%;
    height: 90px;
    background-size: cover;
}
.p_result_bik .postup_inside:before {
    left: 40px;
    top: 30px;
    height: 117px;
}
.p_result_bik .add_strochka {
    margin: -23px 0 0 0;
}
.p_result_muk .postup_inside:before {
    height: 105px;
    width: 100%;
    left: 40px;
    top: 75px;
}
.postuplenie_result.p_result_muk {
    height: 1005px;
}
.p_result_muk .postup_inside h4 {
    margin: 12px 0 6px 0;
    font-size: 13px;
    padding: 4px 0px 4px 0;
    width: 170px;
    line-height: 1.3;
    text-align: center;
}
.p_result_muk .add_strochka h3 {
    font-size: 13px;
    letter-spacing: -0.3px;
}
.p_result_mukr .add_strochka {
    margin: -20px 0 0 -5px;
}
.p_result_mukr .add_strochka h3 {
    font-size: 13px;
}
.p_result_mukr .postup_inside h4 {
    margin: 10px 0 6px 0;
    font-size: 13px;
    padding: 4px 0 4px 7px;
    width: 150px;
    background: #201A9E;
}
.p_result_east .postup_inside:before {
    height: 100px;
    left: 40px;
    top: 42px;
}
.p_result_eshedva .postup_inside:before {
    height: 112px;
    left: 34px;
    top: 34px;
}
.p_result_eshedva .postup_inside h4 {
    width: 153px;
    font-size: 13.5px;
    padding: 5px 0 5px 5px;
}
.p_result_eshedva .add_strochka {
    margin: -29px 0 0 0;
}
.p_result_eshedva .add_strochka h3 {
    font-size: 14px;
    margin-bottom: -10px;
}
.txt_14:before, .txt_18:before {
    right: 85px;
}
.txt_17:before {
    left: 86px;
}
.txt_19:before, .txt_21:before {
    left: 85px;
}
.txt_22:before {
    width: 83px;
    height: 83px;
    top: 63px;
    right: 85px;
}
#istoriya {
    min-height: 3815px;
}
.spez_postup figure {
    width: 22% !important;
}
#dop_o_nas p {
    padding: 0;
}
.toconf, .toconf:hover {
    width: 290px;
    right: -34%;
    font-size: 16px;
    height: 37px;
    line-height: 2.3;
    top: 30%;
}
.page-id-5438 .backmain, .page-id-5438 .backmain:hover {
    display: block;
    position: fixed;
    top: 38%;
    right: -25%;
    width: 224px;
    height: 37px;
    background: #c41f27;
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-size: 17px;
    transform: rotate(-90deg);
    letter-spacing: 0.7px;
    text-shadow: 0.5px 0.5px 1px #333;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    transition: 0.3s;
}	
.page-id-626 .txt_21:before {
    top: 82px;
}
.pervii_in_3_1:before {
    content: '';
    position: absolute;
    top: -565px;
    left: 15px;
    width: 125px;
    height: 125px;
    background: url(/wp-content/uploads/2022/02/ornt-2.png);
    background-size: cover;
    opacity: 0.3;
    transform: rotate(90deg);
}
.pervii_in_3_1:after {
    content: '';
    position: absolute;
    bottom: -82px;
    left: 10px;
    width: 100%;
    height: 68px;
    background: url(/wp-content/uploads/2022/02/orn-muk-5.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
	



}

/*--------------------------------------------------------------
Next Go 360
--------------------------------------------------------------*/
@media (max-width: 360px) {
.point_18 {
    top: 2511px;
}
.point_98 {
    top: 367px;
}
.point_01 {
    top: 629px;
}
.point_07 {
    top: 1533px;
}
.point_12 {
    top: 1777px;
}

.page-id-626 .txt_14:before {
    top: 145px;
}
.txt_17 {
    top: 2357px;
}
.txt_17:before {
    top: 105px;
}
.txt_14:before {
    top: 125px;
}
.point_17 {
    top: 2272px;
}
.page-id-626 .txt_19:before {
    width: 82px;
    height: 82px;
    top: 82px;
    left: 90px;
}
.page-id-626 .txt_22:before {
    top: 104px;
    width: 79px;
    height: 79px;
}
.page-id-626 .txt_17:before {
    top: 85px;
}
	
	
	
	
	
}

/*------------------RESPONSIVE MEIDA-------------------*/
@media screen and (max-width:720px) {
  div#sidebar {
    margin-top: 6%;
  }
  #topbar, .logo, .catgory-box{
    text-align:center;
  }
  .page-template-custom-home-page .logo, .catgory-box,.logo{
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .page-template-custom-home-page .logo:after, .catgory-box:after, .logo:after{
    border:none;
    position: static;
  }
  #topbar{
    background: #4f4f4f;
  }
  #slider .carousel-caption {
    right: 0;
    left: 0;
    text-align: center;
  }
  #slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
    padding: 10px;
    background: transparent;
  }
  #slider .carousel-control-next {
    left: 20%;
  }
  .search_form label {
    width: 83%;
  }
  .contact_details ul li{
    display:block;
    margin: 0 0 10px 0;
  }
  #slider .inner_carousel h1, #slider .inner_carousel p{
    display:none;
  }
  .middle-align {
    margin: 0 auto;
    padding: 20px 20px 20px;
  }
  .products li{
    width: 100% !important;
  }
 .serach_inner form.search-form{
    max-width: 250px;
  }
  .serach_inner label {
    width: 80%;
  }
  #slider .more-btn {
    margin: 0px 0;
  }
  .contact_details {
    margin: 0px 0 10px 0;
  }
  body.page-template-custom-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed{
    margin-top: 0px !important;
  }
  .admin-bar .home-page-header{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px){
  .menubar .nav ul li a:focus, a.closebtn.mobile-menu:focus, .main-navigation a:focus{
    outline: none;
  }
  .toggle-nav {
    display: none;
    position: relative;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
    top: 5px;
    text-align: right;
  }
  .toggle-nav i {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    background: #ed0009;
  }
  .toggle-nav button {
    background: transparent;
    border: none;
    padding: 0;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: -110%;
    overflow-x: hidden; 
    overflow-y: scroll;
    background: #fff ;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    cursor: zoom-in;
  }
  .sidenav.show {
    visibility: visible;
    top:0%;
  }
  .sidenav .closebtn {
    position: absolute;
    right: 0;
    font-size: 30px;
    display: block !important;
    color: #333;
    padding: 0;
    top: 0;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-nav{
    display: block;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .main-navigation ul{
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center; 
    margin-top: 0px;
    float: none;
  }
  .main-navigation ul ul li{
    display: block;
  }
  .menubar .nav ul li{
    border-top:1px #f1f1f1 solid; 
    display:block;
  }
  .main-navigation ul li a{
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block; 
    transition: 0.3s;
    float: none;
    margin: 5px 0;
    border-right: none;
  }
  .main-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .main-navigation ul.sub-menu a:hover{
    padding-left:20px !important;
    background: #fff !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    background: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
  }
  .main-navigation ul ul a{
    border-bottom: none;
    text-align: center;
    padding-left: 40px;
  }
  .main-navigation ul ul ul.sub-menu a{
    padding-left: 40px;
  }
  .main-navigation li{
    padding: 0;
    display: block;
    text-align: center;
  } 
  .main-navigation ul li:last-child{
    border-bottom: 1px #f1f1f1 solid;
  }
  .main-header-box{
    padding-bottom: 15px;
  }
  #mySidenav {
    text-align: left;
    display: inline;
  }
  .main-menu {
    padding: 0em;
    padding-top: 50px;
  }
  .main-navigation ul.sub-menu>li>a:before {
    content: unset;
  }
  .main-navigation ul.sub-menu>li>a:hover:before {
    opacity: 0;
    left: 0px;
    width: 0px;
  }
  .sf-arrows .sf-with-ul:hover:after, .main-navigation ul li li:hover .sf-with-ul:after{
    content: '\f107';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #000;
  }
  .sf-arrows .sf-with-ul:after{
    content: '\f106';
    position: absolute;
    height: 0;
    width: 0;
    border-top-color: #e1e1e1;
    color: #000;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    margin-top: 0px;
    font-size: 12px;
    padding: 0px 10px;
  }
  .search-box i{
    padding: 12px 10px;
    background: #ed0009;
    color: #fff !important;
  }
  .search-box {
    padding-top: 10px;
  }
  #slider img {
    height: auto !important;
  }
  .middle-align, .blog .middle-align {
    padding: 20px 20px 0px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px){
  #footer td, #sidebar td, #footer th, #sidebar th{
    padding: 2px;
  }
  .search_form label {
    width: 85%;
  }
  .page-template-custom-home-page .logo, .logo{
    position: static;
    margin-top: 0;  
  }
  .page-template-custom-home-page .logo:after, .logo:after{
    position: static;
    border:none;
  }
  .catgory-box:after{
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
  }
  #slider .carousel-caption{
    left: 30% !important;
  }
  #slider .inner_carousel p{
    display: none;
  }
  #slider .carousel-control-next{
    width: 9%;
  }
  #slider .inner_carousel h1{
    font-size: 25px;
    padding: 10px 10px 10px 10px;
  }
  #sidebar .widget, .post-main-box{
    padding: 10px;
  }
  .toggle-nav {
    text-align: right;
    width: auto;
    top: 5px;
  }
  .logo h1, .logo p.site-title {
    line-height: 20px;
  }
  .serach_inner form.search-form{
    max-width: 500px;
  }
  .serach_inner label {
    width: 80%;
  }
  body.admin-bar #mySidenav, body.page-template-custom-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed{
    margin-top: 40px !important;
  }
  .admin-bar .home-page-header{
    margin-top: 40px;
  }
}
@media screen and (min-width:1000px) and (max-width: 1199px){
  .catgory-box:after{
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
  }
  .logo{
    margin-top: -68px;
    padding: 0px;
  }
  .page-template-custom-home-page .logo:after{
    border-left: 73px solid transparent;
    border-right: 73px solid transparent;
  }
}

