

/* Start:/bitrix/templates/byril/components/bitrix/main.include/count-list/style.css?16842408434941*/
#header{
    position: absolute;
    z-index: 25;
    left: 0;
    top: 0;
    width: 100%;
}
.count-block{
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0D262F 28.15%, #047DA6 64.25%, #00A3DA 100%);
}
.count-block-container{
    position: relative;
}
.count-block .row{
    position: relative;
    z-index: 5;
}
.count-block .counts-list .item-count:not(:last-child){
    margin-bottom: 30px;
}
.count-block .counts-list .number{
    font-family: 'TT Travels';
    font-weight: 700;
    font-size: 80px;
    line-height: .8;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.count-block .counts-list .number.plus:after{
    content: "+";
    position: absolute;
    left: 100%;
    top: -.1em;
    display: block;
    color:#C7F0FF;
}
.count-block .counts-list .item-count{
    text-align: right;
}
.item-count.animate .desc{
    font-size: 20px;
}
.item-count.animate .number,
.item-count.animate .desc,
.item-count.animate .number:after{
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-delay: 1s;
}
.item-count.animate .desc{
    transition-delay: 1.1s;
}
.item-count.animate .number:after{
    transition-delay: 1.3s;
    transition-duration: .4s;
}
.item-count.animate.load .number:after,
.item-count.animate.load .number,
.item-count.animate.load .desc{
    opacity: 0;
    transform: translateX(50%);
}

.item-count.animate:nth-child(2) .number{
    transition-delay: 1.3s;
}
.item-count.animate:nth-child(2) .desc{
    transition-delay: 1.4s;
}
.item-count.animate:nth-child(2) .number:after{
    transition-delay: 1.6s;
}
.item-count.animate:nth-child(3) .number{
    transition-delay: 1.6s;
}
.item-count.animate:nth-child(3) .desc{
    transition-delay: 1.7s;
}
.item-count.animate:nth-child(3) .number:after{
    transition-delay: 2.6s;
}

@media (min-width: 768px){
    .count-block .counts-list .number{
        font-size: 120px;
    }
}

@media (min-width: 1240px){
    .count-block .image-block{
        padding-right: 0;
    }
    .count-block .counts-list{
        padding-left: 3em;
        padding-top: 40px;
    }
    .item-count.animate .desc{
        color: #C7F0FF;
        font-size: 27px;
        line-height: 32px;
    }
    .count-block .bg-block{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .count-block .bg-block .fon{
        max-width: none;
    }
    .count-block-container{
        position: relative;
        padding-top: 6em;
        padding-bottom: 5em;
    }
}

@media (min-width: 1340px){
    .count-block .counts-list .number{
        font-size: 142px;
    }
    .item-count.animate .desc{
        font-size: 27px;
    }
}

@media (min-width: 1921px){
    .count-block-container{
        width: 1903px;
        margin: 0 auto;
    }
}

@media (max-width: 1239.98px) {
    .count-block .counts-list{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }
    .count-block .counts-list .item-count{
        text-align:center;
        min-width: 135px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .count-block .counts-list .item-count .desc br{
        display:none;
    }
    .count-block .counts-list .number.plus{
        min-width: 2em;
    }
    .count-block .counts-list .number.plus,
    .count-block .counts-list .number.plus+.desc{
        padding-right: 60px;
        box-sizing: content-box;
    }
    .count-block .counts-list .number.plus:after{
        left:auto;
        right:0;
    }
}

@media (max-width: 767.98px){
    .count-block .counts-list .item-count{
        text-align:center;
    }
    .count-block .counts-list .item-count:not(:last-child){
        margin-bottom: 20px;
    }
    .count-block .counts-list{
        justify-content: center;
        flex-wrap:wrap;
    }
    .count-block .counts-list .item-count{
        flex: 0 0 50%;
    }
    .count-block .counts-list .item-count:last-child{
        flex: 0 0 80%;
    }
}
@media (max-width: 575.98px) {
    .count-block .counts-list .number.plus+.desc{
        padding-right: 0;
    }
    .count-block .counts-list .number.plus{
        padding-right: 40px;
    }
    .count-block .bg-block:before{
        content:'';
        display:block;
        position: absolute;
        right: 1.3%;
        bottom: .5%;
        height: 95%;
        width: 95%;
        background-position: center;
        background-size: contain;
        background-repeat:no-repeat;
        background-image:url('/images/stickSmall.webp');
        transition: .3s;
    }
    .count-block .bg-block.load:before{
        opacity:0;
    }
}
/* End */


/* Start:/bitrix/templates/byril/components/bitrix/main.include/description/style.css?16842408432382*/
.desc-block{
    padding-top: 5em;
    padding-bottom: 5em;
    background: linear-gradient(180deg, #00A3DA 0%, #0789B6 50%, #106685 100%);
    overflow: hidden;
}
.desc-block .title-block{
    margin-bottom: 1.5rem;
    text-align:left;
    margin-top: 0;
}
.desc-block .image-about{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
    transition-duration: 2s;
}
.desc-block .image-about img.first-img{
    opacity: 1;
    transition-duration: 2s;
}
/*.desc-block .image-about img.first-img:not(.active){
    opacity: 0;
}*/
.desc-block .image-about img.addition-image{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    transition-duration: .5s;
}
.desc-block .image-about.animLazy img.addition-image{
    transition-duration: 2s;
}
.desc-block .image-about img.addition-image.active{
    z-index: 5;
    opacity: 1;
}
.desc-block .animate.container{
    transition-delay: .2s;
    transition-duration: .8s;
}

.desc-block .column-desc{
    z-index: 15;
}
@media (min-width: 768px){
    .desc-block .animate.load.container{
        opacity: 0;
        transform:translateY(40%);
    }
}
@media (min-width: 1240px){
    .desc-block .column-desc{
        padding-left: 2.5em;
    }
}
@media (min-width: 1400px){
    .desc-block .image-about{
        margin-left: -100px;
        margin-right: -100px;
    }
    .desc-block .column-desc{
        font-size: 25px;
        padding-left: 1.5em;
    }
}
@media (max-width: 991.98px){
    .desc-block .image-block{
        margin-bottom: -12%;
    }
    .desc-block{
        padding-bottom: 3.5em;
    }
}
@media (max-width: 991.98px) AND (min-width: 768px){
    .desc-block .title-block{
        font-size: 60px;
    }
    .desc-block .title-block>span{
        font-size: 110px;
    }
    .desc-block .column-desc{
        font-size: 25px;
    }
}
@media (max-width: 767.98px){
    .desc-block .image-block{
        margin-bottom: -7%;
    }
    .desc-block .title-block{
        font-size: 50px;
    }
    .desc-block .title-block>span{
        font-size: 80px;
    }
    .desc-block .column-desc{
        font-size: 20px;
    }
}
@media (max-width: 575.98px){
    .desc-block{
        padding: 2em 15px 1em;
    }
}
/* End */


/* Start:/bitrix/templates/byril/components/bitrix/news.list/games-block/style.css?16843125218133*/
.games-list{
    padding-top: 2em;
    background-color: #106685;
    padding-bottom: 3em;
}
.games-list .item{
    margin-bottom: 2rem;
    color: #fff;
}
.games-list .item.big-block{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.games-list .panel{
    position: relative;
    border-radius: 15px;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,.9);
    padding: 45px 45px 25px 45px;
    height: 100%;
    min-height: 246px;
    overflow: hidden;
    transition: .3s;
}
.games-list .panel:hover{
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,.5);
}
@keyframes focusPanel{
    0%   {border-color:transparent;}
    40%  {border-color:#fff;}
    60%  {border-color:#fff;}
    100% {border-color:transparent;}
}

.games-list .panel .gradient{
    background-image: linear-gradient(100.03deg, #2A98C0 38.73%, rgba(42, 152, 192, 0) 74.34%);
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    border-radius: 15px;
    width: 100%;
    z-index: 3;
}
.games-list .panel .fon-img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    max-width:none;
    max-height: none;
    object-fit: cover;
    object-position: right center;
    border-radius: 15px;
    z-index: 1;
}
.games-list .panel .fon-video{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    max-width:none;
    max-height: none;
    object-fit: cover;
    object-position: right center;
    border-radius: 15px;
    z-index: 2;
    transform: translate3d(0,0,0);
}
.games-list .panel .info-block{
    position: relative;
    height: 100%;
    display:flex;
    flex-direction: column;
    z-index: 10;
}
.games-list .panel .info-block .full-block{
    flex: 1 0 0%;
}
.games-list .info-block .name{
    font-size: 1.5rem;
    line-height: 1;
}
.games-list .item.big-block .info-block .name{
    font-family: 'TT Travels', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
}
.games-list .info-block .rating img{
    margin-left: -16px;
}
.games-list .info-block .rating img:first-child{
    margin-left: -8px;
}
.games-list .list-link{
    margin-top: 15px;
    width: 304px;
}
.games-list .item.big-block .list-link{
    margin-top: 44px;
}
.games-list .list-link .panel-link{
    padding: 8px 7px;
    margin: 4px 0 0;
    border-radius: 15px;
    border: 1px solid transparent;
    width: 100%;
    transition: .5s;
}
.games-list .list-link .panel-link:hover{
    border-color: rgba(255,255,255,1);
    color: #fff;
}
.games-list .list-link .panel-link .icon{
    padding: 0 10px 0 0;
    width: 40px;
}
.games-list .list-link .panel-link .description{
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: 'TT Travels', "Arodora Pro", sans-serif;
}
.games-list .list-link .panel-link .small-title{
    font-size: 9px;
    margin-bottom: 2px;
}
.games-list .list-link .panel-link .big-title{
    font-size: 15px;
}
.games-list .list-link .row-column{
    margin: 0 -8px;
}
.games-list .list-link .row-column .column{
    padding: 0 2px;
}
.games-list .list-link .row-column .column>.row{
    margin: 0 -8px;
    flex-direction: column-reverse;
}
.games-list .list-link .row-column .column>.row>div{
    padding: 0 8px;
}
.games-list .list-link .img-store{
    padding: 0;
}
@media (min-width: 576px){
    .games-list .panel .info-block .name{
        width: 50%;
    }
}
@media (min-width: 768px) {
    .games-list .list-link.mobile-style{
        display:none;
    }
    .games-list .offset-md-3 {
        margin-right: 25%;
    }
    .games-list .title-block{
        margin-bottom: 3rem;
    }

    .games-list .panel:focus .list-link .panel-link{
		animation-timing-function: linear;
		animation-name: focusPanel;
		animation-delay: 0s;
		animation-duration: 1s;
	}
}
@media (min-width: 1240px){
    .games-list .item.big-block{
        min-height: 374px;
    }
}

@media (max-width: 1239.98px){
    .games-list .panel{
        padding: 25px 25px 20px 25px;
    }
    .games-list .item.big-block .list-link{
        margin-top: 5px;
    }
    .games-list .panel{
        min-height: 150px
    }
    .games-list .item.big-block .info-block .name{
        font-size: 2em;
    }
}
@media (max-width: 992px) {
    .row-games.row{
        margin-left: -9px;
        margin-right: -9px;
    }
    .row-games>div{
        padding-left:9px;
        padding-right: 9px;
    }
    .games-list .item{
        margin-bottom: 20px;
    }
    .games-list .panel .info-block .name{
        width: 90%;
        font-size: 20px;
    }
    .games-list .item.big-block .info-block .name{
        width: 50%;
        font-size: 25px;
    }
    .games-list .list-link{
        margin-top: 10px;
    }
    .games-list{
       padding-bottom:3.5em;
    }
}
@media (max-width: 768px) {
    .games-list{
        padding-bottom:2em;
    }
    .row-games.row{
        margin-left: -5px;
        margin-right: -5px;
        display:block;
    }
    .row-games.row:after{
        content: '';
        display:block;
        clear:both;
    }
    .row-games > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .games-list .item:nth-child(odd){
        float:right;
    }
    .games-list .item:nth-child(even){
        float:left;
    }
    .games-list .item{
        margin-bottom: 10px;
        --bottom-pos: 25px;
    }
    .games-list .panel .fon-img,
    .games-list .panel .fon-video{
        height: calc( 100% - var(--bottom-pos) );
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .games-list .panel .info-block .name{
        font-size: 15px;
    }
    .games-list .item.big-block .info-block .name{
        width: 70%;
        font-size: 20px;
    }
    .games-list .item.big-block{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .games-list .panel{
        padding: 0;
    }
    .games-list .panel .info-block .list-link{
        display:none;
    }
    .games-list .list-link,
    .games-list .item.big-block .list-link{
        margin-top:0;
    }
    .games-list .panel .info-block{
        height: 150px;
        padding: 15px;
    }
    .games-list .item.big-block .panel .info-block{
        height: 162px;
    }
    .games-list .panel>.list-link{
        position:relative;
        width: 100%;
        z-index: 10;
        padding: 10px 8px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .games-list .list-link.mobile-style .panel-link{
        border-color: rgba(255,255,255,1);
    }
    .games-list .list-link.mobile-style .row{
        margin:0;
        justify-content: center;
    }
    .games-list .item.big-block .list-link.mobile-style .row{
        margin: 0 -2px;
    }
    .games-list .list-link.mobile-style .row .col-6{
        padding: 0;
        margin-bottom:1px;
    }
    .games-list .item.big-block .list-link.mobile-style .row .col-6{
        margin-bottom:0;
        padding: 0 2px;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .games-list .list-link.mobile-style .panel-link{
        padding: 3px 5px;
        height: 25px;
        border-radius: 13px;
    }
    .games-list .list-link.mobile-style .panel-link .img-store{
        text-align:center;
    }
    .games-list .list-link.mobile-style .panel-link img{
        max-width: 19px;
    }
    .games-list .list-link .panel-link .small-title{
        font-size: 6px;
        margin-bottom: 0;
    }
    .games-list .list-link .panel-link .big-title{
        font-size: 10px;
    }
    .games-list .list-link .panel-link .icon{
        width: auto;
        padding-left: 3px;
    }
}
@media (max-width: 575.98px){
    .games-list .list-link .panel-link .icon{
         padding-right: 3px;
         padding-left: 0;
    }
    .games-list .list-link .panel-link .big-title{
        font-size: 8px;
    }
    .games-list .list-link.mobile-style .panel-link img{
        max-width: 14px;
    }
}
@media (max-width: 389.98px){
    .games-list .list-link.mobile-style .panel-link img{
        max-width: 12px;
    }
    .games-list .list-link .panel-link .big-title{
        font-size: 7px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1684240850122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/byril/components/bitrix/main.include/jobs/style.css?1684240843537*/
.jobs-block{
    overflow: hidden;
    background: #106685;
    padding-top:2em;
    padding-bottom: 2.5em;
}
.jobs-block .line-search-job{
    position:relative;
    z-index: 10;
}
.jobs-block .info-block{
    background: #BFCAE0;
    border-radius: 10px;
    padding: 20px;
}
.jobs-block .info-block .info{
    color: #465569;
    font-size: 1.5em;
    line-height: 1;
}
@media (min-width: 1240px){
    .jobs-block .info-block{
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%;
    }
}
/* End */


/* Start:/bitrix/templates/byril/components/bitrix/news.list/jobs/style.css?16842408437717*/
.panel-jobs .pane-mobile{
    padding: 50px 0 0;
    margin-bottom:-120px;
    position: relative;
    z-index: 3;
}
.panel-jobs .pane-mobile:before{
    content: '';
    display: block;
    position:absolute;
    left: -20%;
    right: -20%;
    top:0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, #35A6C7 0%, rgba(53, 166, 199, 0.35) 50%, rgba(53, 166, 199, 0) 100%);
    z-index: 1;
}
.panel-jobs .pane-mobile>*{
    position:relative;
    z-index: 2;
}
@keyframes call{
    0%   {transform:rotate(0) translateY(0);}
    4%  {transform:rotate(-5deg) translateY(-5px);}
    8%  {transform:rotate(0) translateY(-10px);}
    12%  {transform:rotate(5deg) translateY(-5px);}
    16% {transform:rotate(-5deg) translateY(0);}
    20% {transform:rotate(0) translateY(0);}
    100% {transform:rotate(0) translateY(0);}
}
.panel-jobs .pane-mobile .mobile{
    position: relative;
    left: 0;
    margin-left: 0;
}
.panel-jobs .item{
    margin-bottom: 20px;
}
.panel-jobs .item .panel{
    background-color: #BFCAE0;
    border-radius: 10px;
    padding: 9px 12px 5px;
    margin: 0;
}
.panel-jobs .item .panel img{
    width: 30px;
    height:auto;
}
.panel-jobs .item .panel:not(a){
    cursor: default;
}
.panel-jobs .item .panel>span{
    padding:0;
}
.panel-jobs .item .panel>.image{
    padding-right: 8px;
}
.panel-jobs .list-jobs{
    margin-left: -10px;
    margin-right: -10px;
}
.panel-jobs .list-jobs .item{
    padding-left: 10px;
    padding-right: 10px;
    color:#465569;
    font-size: 2em;
    line-height: 1;
}
.panel-jobs .list-jobs .item a:hover{
    background-color: #e3e9f5;
    color: #465569;
    /*box-shadow: 0px 8px 8px rgba(0,0,0,.2);*/
    filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.5));
}
.panel-jobs .list-jobs{
    position:relative;
    z-index: 5;
    margin-bottom: -100px;
}
.panel-jobs .list-jobs .item .panel{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    position:relative;
    opacity: 1;
}
.panel-jobs:not(.animComp) .list-jobs .item .panel{
    transition-timing-function: linear;
    transition-duration: .2s;
}
.panel-jobs.animComp .list-jobs .item .panel{
    transition-duration: .3s;
    transition-delay: 0s!important;
}
.panel-jobs.load .list-jobs .item .panel{
    opacity:0;
    transform: translate(-50%, 50%);
}
@media (min-width: 768px){
    .panel-jobs:not(.load) .pane-mobile .mobile{
        transition-duration: .5s;
        transition-delay: 1.5s;
        transition-timing-function: linear;
        animation-delay: 1s;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .panel-jobs:not(.animComp).load .pane-mobile .mobile,
    .panel-jobs.not-vacan .pane-mobile .mobile{
        left: 50%;
        animation-delay: 0s;
        margin-left: -100px;
    }
    .panel-jobs:not(.animComp) .list-jobs .item .panel{
        transition-delay: 2s;
    }
    .panel-jobs.load .list-jobs .item .panel{
        transition-delay: 0s!important;
    }
    @keyframes call-smoth{
        0%   {transform:rotate(0) translateY(0);}
        .8%  {transform:rotate(-5deg) translateY(-5px);}
        1.6%  {transform:rotate(0) translateY(-10px);}
        2.4%  {transform:rotate(5deg) translateY(-5px);}
        3.2% {transform:rotate(-5deg) translateY(0);}
        4% {transform:rotate(0) translateY(0);}
        100% {transform:rotate(0) translateY(0);}
    }
    .panel-jobs.animComp .pane-mobile .mobile{
     
        animation-delay: 10s;
        animation-duration: 10s;
    }
}
@media (min-width: 992px){
    .panel-jobs .list-jobs .item.firtLine{
        margin-left: 140px;
    }
    .panel-jobs .list-jobs .item.firtLine ~ .item.firtLine{
        margin-left: 260px;
    }
    .panel-jobs .list-jobs .item.firtLine ~ .item.firtLine ~ .item.firtLine{
        margin-left: 320px;
    }
    .panel-jobs .list-jobs .item:first-child .panel:before,
    .panel-jobs .list-jobs .item.firtLine .panel:before,
    .panel-jobs .list-jobs .item:first-child .panel:after,
    .panel-jobs .list-jobs .item.firtLine .panel:after{
        content: '';
        display: block;
        position: absolute;
        left: 25px;
        top: 100%;
        height: 27px;
        width: 39px;
        background-image: url(/images/mess.png);
        transition:.3s;
    }
    .panel-jobs .list-jobs .item:first-child .panel:after,
    .panel-jobs .list-jobs .item.firtLine .panel:after{
        background-image: url(/images/mess_hov.png);
        opacity: 0;
        z-index: 2;
    }
    .panel-jobs .list-jobs .item:first-child a.panel:hover:after,
    .panel-jobs .list-jobs .item.firtLine a.panel:hover:after{
        opacity: 1;
    }
    .panel-jobs .list-jobs .item:first-child a.panel:hover:before,
    .panel-jobs .list-jobs .item.firtLine a.panel:hover:before{

    }
    .panel-jobs .list-jobs .item.firtLine ~ .item.firtLine ~ .item.firtLine .panel:before{
        display: none;
    }

    .panel-jobs .list-jobs .item{
        --left-init: 0;
        --top-init: 0;
    }
    .panel-jobs .list-jobs .item .panel{
        left: 0;
        top: 0;
    }
    .panel-jobs.load .list-jobs .item .panel{
        transform: translate(0,0);
        left: var(--left-init)!important;
        top: var(--top-init)!important;
    }
    .panel-jobs:not(.animComp).load .list-jobs .item .panel{
        transition-delay: 0s;
    }
}

@media (min-width: 1240px){

}

@media (max-width: 991.98px){
    .panel-jobs .list-jobs .item:last-child .panel:before,
    .panel-jobs .list-jobs .item:last-child .panel:after{
        content: '';
        display: block;
        position: absolute;
        left: 25px;
        top: 100%;
        height: 27px;
        width: 39px;
        background-image: url(/images/mess.png);
    }
    .panel-jobs .list-jobs .item:last-child .panel:after{
        background-image: url(/images/mess_hov.png);
        opacity: 0;
        z-index: 2;
    }
    .panel-jobs .list-jobs .item:last-child a.panel:hover:after{
        opacity: 1;
    }
    .panel-jobs .list-jobs .item:last-child a.panel:before{

    }
}

@media(max-width: 991.98px) AND (min-width: 768px){
    .panel-jobs .list-jobs{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 150px;
        margin-bottom: -250px;
    }
    .panel-jobs .list-jobs .item{
        margin-left: 150px;
    }
    .panel-jobs .list-jobs .item:nth-child(1){
        margin-left: 30px;
    }
    .panel-jobs .list-jobs .item:nth-child(2){
        margin-left: 60px;
    }
    .panel-jobs .list-jobs .item:nth-child(3){
        margin-left: 90px;
    }
    .panel-jobs .list-jobs .item:nth-child(4){
        margin-left: 120px;
    }
    .panel-jobs .list-jobs .item:nth-child(5){
        margin-left: 150px;
    }
    .panel-jobs.load .list-jobs .item .panel{
        opacity:0;
        transform: translate(-50%, 50%);
    }
}
@media (max-width: 767.98px){
    .panel-jobs .list-jobs{
        justify-content: center;
    }
    .panel-jobs:not(.not-vacan) .pane-mobile .mobile{
        display:none;
    }
    .panel-jobs.not-vacan #jobs-amination-container{
        translate: 0 0;
    }
    .panel-jobs .pane-mobile{
        padding: 0;
        margin-bottom: 0;
    }
    .panel-jobs .list-jobs{
        margin-bottom: 0;
    }
    .jobs-block .line-search-job{
        margin-top: 30px;
        text-align: center;
    }
    .jobs-block .info-block .info{
        margin-bottom: 15px;
    }
    .panel-jobs.load .list-jobs .item .panel{
        transform: translate(0, 0);
        opacity: 1;
    }
}
@media (max-width: 575.98px) {
    .panel-jobs .list-jobs .item{
        font-size: 30px;
    }
}
@media (max-width: 369.98px) {
    .panel-jobs .list-jobs .item{
        font-size: 25px;
    }
}

/* End */
/* /bitrix/templates/byril/components/bitrix/main.include/count-list/style.css?16842408434941 */
/* /bitrix/templates/byril/components/bitrix/main.include/description/style.css?16842408432382 */
/* /bitrix/templates/byril/components/bitrix/news.list/games-block/style.css?16843125218133 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1684240850122 */
/* /bitrix/templates/byril/components/bitrix/main.include/jobs/style.css?1684240843537 */
/* /bitrix/templates/byril/components/bitrix/news.list/jobs/style.css?16842408437717 */
