

/* Start:/css/custom.css?16871849197574*/
.table-boxshredinger {
    max-width: 1066px;
}

.inner-slider.slick-slider.slick-initialized {
	max-width: 90%;
}
.inner-slider .slick-slide img {
	border-radius: 12px;
}
.wrapper-tizers{
padding-right: 15px!important;
}
.col-sm-1.item{
width: 18%!important
}
.button-wrapper .col-sm-10{
width: 66%!important;
}

@media screen and (max-width: 732px) {
    .table_zapret {
        overflow-x: scroll;
    }
    .table-boxshredinger {
        overflow-x: scroll;
    }
    .slider-menu__item {
        margin-left: 5px!important;
       margin-right: 5px!important;
        width: 20%!important;
        height: 108px!important;
    }
    .slider-menu__title {
        font-size: xx-small;
        width: 100%;
    }
    .slider-menu__hash {
        width: 60px!important;
        height: 110px!important;
    }
}
@media screen and (max-width: 500px){
.wrapper-tizers{
justify-content: space-between!important;
flex-wrap: wrap;
}
    .slider-menu__item {
        margin-left: 0!important;
       margin-right: 0!important;
        width: 24%!important;
        height: 108px!important;
    }
}

.slick-slider {
    padding-top: 70px;
}
.news-item .bx-context-toolbar-empty-area p{
    outline: 1px solid #525252;
}
.member-ved ul li::after {
    display: none;
}
.main-ved ul li:last-child {
    padding-bottom: 0px!important;
}
.pagination{
    margin-top: 0px;
    padding: 32px 25% !important;
    justify-content: space-around!important;
}
@media (max-width: 731px) {
    .pagination {
        padding: 32px 10% !important;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
   /* font-size: larger;*/
   font-size: 16px;
}

.marquee span {
    font-weight: bold;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 32s infinite linear;
    -moz-animation: scroll 32s infinite linear;
    animation: scroll 32s infinite linear;
}
#escapingBallG{
    position:relative;
    width:125px;
    height:43px;
    margin:auto;
}

.escapingBallG{
    background-color:rgb(0,0,0);
    position:absolute;
    top:0;
    left:0;
    width:43px;
    height:43px;
    border-radius:21px;
    -o-border-radius:21px;
    -ms-border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    animation-name:bounce_escapingBallG;
    -o-animation-name:bounce_escapingBallG;
    -ms-animation-name:bounce_escapingBallG;
    -webkit-animation-name:bounce_escapingBallG;
    -moz-animation-name:bounce_escapingBallG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    transform:scale(0.5, 1);
    -o-transform:scale(0.5, 1);
    -ms-transform:scale(0.5, 1);
    -webkit-transform:scale(0.5, 1);
    -moz-transform:scale(0.5, 1);
}



@keyframes bounce_escapingBallG{
    0%{
        left:0px;
        transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        transform:scale(0.5, 1);
    }
}

@-o-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -o-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -o-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -o-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -o-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -o-transform:scale(0.5, 1);
    }
}

@-ms-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -ms-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -ms-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -ms-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -ms-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -ms-transform:scale(0.5, 1);
    }
}

@-webkit-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -webkit-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -webkit-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -webkit-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -webkit-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -webkit-transform:scale(0.5, 1);
    }
}

@-moz-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -moz-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -moz-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -moz-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -moz-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -moz-transform:scale(0.5, 1);
    }
}
.bx-filter-select-popup ul li label.disabled{
    display:none;
}
.bx-filter .bx-filter-select-text {
    max-width: 185px;
}

a[href$="rtf"]{
    background-image: url('https://www.customs.gov.by/local/templates/ru_gtk//img/icons/rtf1.png');
    padding-left: 30px;
    display: flex;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 30px;
    margin-top: 20px;
    align-items: center;
}

.vertical-slider{
	background: #A8EBF0!important;
}

/*Сергей*/

.table-size {
    display: contents!important;
}

@media screen and (max-width: 680px){
    .table-size {
        display: none!important;
    }
}

.table-box {
    max-width: fit-content;
}

@media screen and (max-width: 732px) {
    .table-box {
        overflow-x: scroll;
    }
}
.main-ved .link {
    margin: 0px 0!important;
}

/*Сергей*/

.main-ved {
    background: rgba(184, 208, 247, .2) !important;
    border-top: 2px solid #E0B400;
    border-bottom: 2px solid #E0B400;
}

.item-fislicam {
	outline: none !important;
	margin: 16px 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.item-fislicam a {
	display: block !important;
    width: 95%;
    height: 100%;
	margin: 0 !important;
    padding: 16px 16px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #00478F;
	transition-duration: .4s;
}

.item-fislicam a:hover,
.item-fislicam a:active,
.item-fislicam a:focus {
	text-decoration: none !important;
    color: #fff !important;
    background-color: #00478F;
    border: 1px solid #00478F;
	transition-duration: .4s;
}
/* End */


/* Start:/local/templates/eng_gtk/components/bitrix/news/news/bitrix/news.detail/news/style.css?1639350741883*/
.ya-share2 .ya-share2__item_service_twitter .ya-share2__icon{
	background: url(/local/templates/ru_gtk/img/icons/twitter_icon.svg) 0 0 no-repeat #fff;
}
.ya-share2 .ya-share2__item_service_facebook .ya-share2__icon{
	background: url(/local/templates/ru_gtk/img/icons/facebook_icon.svg) 0 0 no-repeat #fff;
}
.ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon{
	background: url(/local/templates/ru_gtk/img/icons/vk_icon.svg) 0 0 no-repeat #fff;
}
.ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon{
	background: url(/local/templates/ru_gtk/img/icons/odnoclassniki_icon.svg) 0 0 no-repeat #fff;
}
.ya-share2 .ya-share2__item_service_telegram .ya-share2__icon{
	background: url(/local/templates/ru_gtk/img/icons/telegram_icon.svg) 0 0 no-repeat #fff;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
	margin-left: 14px!important;
}
/* End */


/* Start:/bitrix/components/bitrix/iblock.vote/templates/stars/style.min.css?1636982679832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/components/bitrix/iblock.vote/templates/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */
/* /css/custom.css?16871849197574 */
/* /local/templates/eng_gtk/components/bitrix/news/news/bitrix/news.detail/news/style.css?1639350741883 */
/* /bitrix/components/bitrix/iblock.vote/templates/stars/style.min.css?1636982679832 */
