/****** button up *******/
#button-up img{
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  -khtml-border-radius: 3px; /* KHTML */
  border-radius: 3px; /* CSS3 */
}
#button-up{
  display: none;	
  opacity:0.5;
  filter:alpha(opacity=50);
  position: fixed;
  right: 20px;
  bottom: 100px;
}
#button-up:hover{
  cursor: pointer;
  opacity: 1;
  filter:alpha(opacity=100);
  transition: .3s;
  color: #FF0000;
}

/***********************/

/***** page authores*******/

.txt_bl_aut{
    padding:0px 0 0 10px;
    /*width: 14rem;*/
   /* border-top: 2px solid #101f54;*/
    border-left: 2px solid #101f54;
}
.bl_auttt{
    padding:40px 0 0 0;
}
.list_aut {
    margin: 15px 0;
}
.list_aut li a {
    width:30px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius:3px;
    color:#fff;
    padding: 0px 0 0 0;
}
.list_aut li a.facebook_soc {
    background: #3f5a94;
}
.list_aut li a.twitter_soc {
    background: #2fa0e5;
}
.list_aut li a.linkedin_soc {
    background: #29699c;
}
.list_aut li a.Inst_ic_soc {
    background: #d92a75;
}
.list_aut li a.Teleg_ic_soc {
    background: #28add6;
}
.list_aut li a.youtube_soc {
    background: #c4302b;
}
.list_aut li a.Trad_ic_soc {
    /*background: #28add6;*/
    position:relative;
    top:-1px!important;
}
.content-well h2 {
    margin: 20px 0;
    color: #101f54;
}
.content-well h2:first-child{
    line-height:29px;
    margin: 0px 0 5px!important;
    color: #101f54;
}
.content-well h1:first-child{
    line-height:29px;
    margin: 0px 0 5px!important;
    color: #101f54;
}
.content-well h3,.content-well h4 {
    margin: 20px 0 5px;
    color: #101f54;
}
.content-well p {
    margin-bottom: 10px;
    color: #4c577f;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
}
.content-well ul {
    margin-bottom: 24px;
    padding-right: 0;
    padding-left: 37px;
}
.content-well ul li {
    font-weight: 400;
    margin-bottom: 6px;
    list-style-type: disc;
    color: #4c577f;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
}


/**************************/


/********* yotube *******/

.youtube,.youtube2,.youtube3,.youtube4 {
    background-color: #000;
    margin-bottom: 50px;
    position: relative;
    padding-top: 56.25%;
    /*overflow: hidden;*/
    cursor: pointer;
    width: 100%;
}
.youtube:hover,.youtube2:hover,.youtube3:hover,.youtube4:hover {
    /*background-color: #999;*/
}

.youtube img,.youtube2 img,.youtube3 img,.youtube4 img {width: 100%; top: -16.82%; left: 0; opacity: 0.8;}

.youtube .play-button,.youtube2 .play-button,.youtube3 .play-button,.youtube4 .play-button {
    /*width: 90px;
    height: 60px;
    background-color: rgb(255, 0, 0);
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;*/
}

.youtube .play-button:before,.youtube2 .play-button:before,.youtube3 .play-button:before,.youtube4 .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button,.youtube2 img, .youtube2 .play-button,.youtube3 img, .youtube3 .play-button, .youtube4 .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before,
.youtube2 img, .youtube2 iframe, .youtube2 .play-button, .youtube2 .play-button:before,
.youtube3 img, .youtube3 iframe, .youtube3 .play-button, .youtube3 .play-button:before,
.youtube4 img, .youtube4 iframe, .youtube4 .play-button, .youtube4 .play-button:before{position: absolute;}

.youtube .play-button, .youtube .play-button:before,
.youtube2 .play-button, .youtube2 .play-button:before,
.youtube3 .play-button, .youtube3 .play-button:before,
.youtube4 .play-button, .youtube4 .play-button:before{top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe,
.youtube2 iframe,
.youtube3 iframe,
.youtube4 iframe{height: 100%; width: 100%; top: 0; left: 0;}
.blog_item_main .youtube iframe,.blog_item_main .youtube2 iframe,.blog_item_main .youtube3 iframe,.blog_item_main .youtube4 iframe{
    height: 100%;
}

/************************/

/****** vakansii *******/

.job_description {
    width:70%;
    margin: 30px auto 0;
}

/***********************/

/****** text category ***/

.txt_und_cat img {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.txt_und_cat p{
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 18px;
    color: #4c577f;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 24px;
}
.txt_und_cat ul {
    margin-bottom: 24px;
    padding-right: 0;
    padding-left: 37px;
}
.txt_und_cat ul li {
    font-weight: 400;
    margin-bottom: 6px;
    list-style-type: disc;
    color: #4c577f;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
}
.txt_und_cat h2 {
    margin: 20px 0;
    color: #101f54;
    font-size: 28.4px;
    line-height: 36px;
}
.txt_und_cat h4, .txt_und_cat h3 {
    font-size: 21.3px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #101f54;
}

/****** offers**********/

.yellow_offer{
    background: #ffff66;
}
.blue_offer{
    background: #b0e0e6;
}
.grey_offer{
    background: #f3f5fc;
}

/***********************/


.blog_item_main span a, .blog_item_main p a {
    text-decoration: underline!important;
}
.panel4_f_body {
    position: relative;
    background: #fff;
    box-shadow: 0px 4.89674px 18.3628px rgb(0 0 0 / 9%);
    border-radius: 18.3628px;
    padding: 32px 37px;
}
.row_btn {
    position: absolute;
    right: 3%;
    top: 40%;
}
.panel4_f_body .btn {
    background: #0B44FF;
    box-shadow: 0.784615px 0.784615px 4.70769px rgb(7 44 165 / 40%);
    border-radius: 50%;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    height: 40px;
    padding: 2px 0 0 0;
    width: 40px;
    line-height: 30px;
    font-weight: 600;
    font-size: 30.7692px;
    /* line-height: 12px; */
    /* padding: 8px 30px; */
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #fff;
}
.panel4_f_body h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22.0353px;
    line-height: 34px;
    letter-spacing: -0.015em;
    color: #000000;
}
.panel4_f_body p {
    /*font-family: 'Poppins';*/
    font-style: normal;
    font-weight: 500;
    font-size: 18.6902px;
    line-height: 21px;
    letter-spacing: -0.015em;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    padding-bottom: 20px;
}

.blog_item_main span a:hover, .blog_item_main p a:hover {
    color:#000;
    text-decoration: none!important;
}
.menu nav li a {
    padding: 0px!important;
}
nav li {
    margin: 0 0px!important;
}
.blog_wrap h4{
    font-size:24px;
    margin: 15px 0;
}
.blog_wrap .blog_item_main img{
    margin: 20px auto 20px!important;
}

.links_foot a{
    display: block;
}

.links_foot a:nth-child(1) {
    float:left;
}

.blog_item_main iframe {
    width: 100%!important;
   /* height: 400px!important;*/
}

li.disabled{
    border: 2px solid #0a3de566;
    border-radius: 8px;
    margin: 0 5px;
    padding: 8px 18px;
}
li.control {
    padding: 10px 13px;
    border: 2px solid #0a3de566;
    border-radius: 10px;
    margin: 0 5px;
}

.page-item{
    border: 2px solid #0a3de566!important;
    border-radius: 10px;
    margin: 0 5px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: transparent!important;
    border-color: #007bff;
}


.page-item:hover{
    background: #0a3de566;
    border: 2px solid #ccc;
    background-color: #0a3de566!important;
}
.page-item a{
    display: inline-block;
    padding: 10px 13px;
    color: #000!important;
    line-height: 29px;
    border: none;
}
ul.pagination_block li.active{
    background: #0a3de566!important;
    border: 2px solid #ccc;
}
.rew_biko img {
    width: auto;
    height: 461px;
    margin: auto;
}
ul.pagination_block li.active a{
    color:#fff!important;
    background-color: #0a3de566!important
}
.page-item a:hover{
    color:#fff!important;
    border: none;
    background-color: #0a3de566!important;
    
}


@media (min-width: 100px) and (max-width: 760px) {
    .blog_wrap .blog_item_main p{line-height:1.5!important;}
    .blog_wrap .blog_item_main img {
        width: 100%!important;
    }
    
}