.open-text p {
	margin-bottom: 5px;
}
.open-text a {
	font-weight: normal;
}
.open-text p a:first-of-type {
	margin-right: 12px;
}
.open-text .space {
	margin-bottom: 15px;
}
.abroad {
	margin-right: -12px;
}

@media only screen and (max-width: 992px) {
	.contacts .open-text {
		width: 100%!important;
	}
	.open-text {
		margin-bottom: 15px;
	}
	.open-text:nth-child(3) {
		margin-bottom: 0px;
	}
}

#modal_cookie .container{
	max-width: 100%;
    padding: 10px;
}

@media only screen and (min-width: 992px) {
	#modal_cookie .modal-dialog{
		max-width: 800px;
		width: 2000px;
		margin-top: calc(100vh - 180px);
	}
}