.breake-all{
    word-break: break-all;
}
.drag_and_drop_download .adm-fileinput-item-preview{
    max-width: 100%;
}
.pane__gallery{
    padding:0;
}
.pane__gallery .adm-fileinput-btn-panel{
    display:none;
}
.pane__gallery .adm-fileinput-area-container div.adm-fileinput-item-wrapper{
    width:auto
}
.pane__gallery .adm-fileinput-drag-area-hint{
    margin:  0;
    font-size: 1.125rem;
    font-family: "PT Serif", serif;
    line-height: 1.4;
    color: #7e7e7e;
    font-weight: normal;
    word-break: break-word;
}
.pane__gallery .adm-fileinput-drag-area{
    border:0;
}
.custom-select-stations {
	height: 150px;
	min-height: 150px;
}
.custom-select-stations span {
	height: 150px;
	background-color: transparent;
}
.custom-select-stations select {
	padding-top: 30px;
}
.custom-select-stations select .disabled{
	position: absolute;
    top: 0;
    left: 17px;
    width: 100%;
    background-color: #fff;
    padding-top: 4px;
}
.filter-container .input-check label {
	position: relative;
}
.filter-container .input-check label::before {
	position: relative;
	border-radius: 50%;
}
.filter-container .input-check label::after {
	display: none;
	content: "";
	position: absolute;
    top: 5px;
    left: 7px;
    width: 15px;
    height: 15px;
	background-color: #ffed00;
	border-radius: 50%;
}
.filter-container .input-check input:checked + label::after {
	display: block;
}
.filter-container .input-check input:checked + label::before {
	background-image: unset;
}
.font_small  .pane__label_width {
	min-width: 163px;
}
.form-group .pane-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.modal__message.success_message {
	color: #2d2d2d;
}

.modal___.modal-md .modal-dialog {
	margin: 0;
}
.hiden-h1-text {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.nav-item:not(:first-child) .modal__title::after {
	display: block;
}
#loginModal {
	background-color: rgba(0, 0, 0, 0.5);
}
.page-content a:hover .link-card__content h2.link-card__title {
	color: #000;
}
.main-text-page {
	padding-top: 20px;
}


@media (max-width: 1370px) {
.form-group .flex-collumn-class{
	display: flex;
    flex-direction: column;
}
}
@media (max-width: 650px) {
.smr-filter .custom-select-stations {
	height: 40px;
    min-height: 30px;
}
.custom-select-stations select .disabled {
	display: none;
}
.custom-select-stations select {
	padding-top: 7px;
}
}


.page-content ul.text li, .page-content ol.text li{
    font-size: 1.125rem;
    font-family: "PT Serif", serif;
    line-height: 1.4;
}


.yellow_link{
text-decoration: none;
    padding: 0 6px;
    background: yellow;
    line-height: 1.5em;
}


.flat-data__gallery.no-slider .flat-gallery {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.flat-data__gallery.no-slider .flat-gallery span {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.flat-data__gallery.no-slider .flat-gallery  img {
	max-width: 100%;
}
.link-card__content .decoration-element {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 27px;
	border: 10px solid #fff;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.link-card__content .decoration-element.left {
	left: -480px;
	border-left: 0;
	border-radius: 0 50px 50px 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.link-card__content .decoration-element.right {
	right: -430px;
	border-right: 0;
	border-radius: 50px 0 0 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.decoration-element-inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
}

.link-card:hover .link-card__content .decoration-element.left {
	left: 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.link-card:hover .link-card__content .decoration-element.right {
	right: 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.link-card:hover .link-card__content .link-card__title {
	position: relative;
    z-index: 6;
}
.link-card-group__container.cust-margin .link-card__title {
	margin-bottom: 15px;
}


.link-card__icon {
	top: 0;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.link-card:hover .link-card__icon {
	top: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/*RESPONSIVE*/

@media screen and (max-width: 1024px) {
	.link-card__content .decoration-element {
		display: none;
	}
	.flat-data__gallery.no-slider .flat-gallery span {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	.flat-data__gallery.no-slider .flat-gallery span {
		font-size: 20px;
	}
}
