

/* 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/ru_gtk/components/bitrix/form.result.new/.default/style.css?1641887033803*/
#SIMPLE_QUESTION_341{
	display: none;
}
#SIMPLE_QUESTION_555{
	display: none;
}
input[type="file"]{
	border: none!important;
}
input[name="captcha_word"]{
	width: 25%!important;
}
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/ru_gtk/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ru_gtk/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /css/custom.css?16871849197574 */
/* /local/templates/ru_gtk/components/bitrix/form.result.new/.default/style.css?1641887033803 */
