.maincontent .content-wrap .grey-list ul li:before {
	background: url(./images/li-grey.svg) no-repeat 0 0 !important;
	
}
.container {max-width}

body .alert.cookie .close.btn-white{
	border: 1px solid #0e3266;
			border-radius: 8px;
			margin-left: 0px;
}

@media (max-width: 767px) {
   
	body .alert.cookie .subcontent {margin-bottom: 15px;}
	body .alert.cookie .flex-row {flex-direction: column; }
}



.alert.cookie {
	padding: 31px;
    bottom: 32px;
    z-index: 10000;
    right: 12%;
    width: calc(100% - 40px);
	max-width: 1360px;
    background: #FFFFFF;
    
    box-sizing: border-box;
    border-radius: 16px;
	left: 50%; 
	transform: translateX(-50%);
	margin-bottom: 0 !important;
}

.alert.cookie .flex-row {align-items: center;}
.alert.cookie .subtitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	color: #191A1E;
	margin-bottom: 12px;
}


@media (min-width: 1199px) {
	.alert.cookie { }
}
@media (max-width: 767px) {  

   body .alert.cookie .flex-row .left-alert {margin-right: 11px;}
   body .alert.cookie .flex-row {  display: block;  text-align: center;}
   body .alert.cookie .flex-row .left-alert {text-align: left;}
   .alert.cookie .close.button {float: none; }
   .alert.cookie{
	bottom: 24px;
	padding: 24px;
   }
}


.alert.cookie .close.button {
	background: linear-gradient(180deg, #004696 0%, #00418B 100%);
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	width: 100%;
	max-width: 137px;
	flex-shrink: 0; 
	padding: 14px 20px; 
	opacity: 1; 
	text-shadow: none;}
	
.alert.cookie .close.btn-white {
	background: transparent;
	color: #0e3266;
	margin-left: 24px;
	
}
	
	
.alert.cookie {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 11px; 
}

.alert.cookie .flex-row {display: flex;}

.alert.cookie .close.btn-white:hover {color: #fff; background: #0e3266;}


table.odno_okno_table tr td:first-child,
table.odno_okno_table tr td:nth-child(3),
table.odno_okno_table tr td:nth-child(5)  { width: 10%;}

.row.image .col-md-12 img {
	width: 200px; 
	height: 300px; 
	object-fit: cover;
}

.contacts-form + .inner-footer {margin-top: 0;}
.contacts-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(3, 44, 141, 0.1);
    height: 100%;
    right: 0;
}
.contacts-form {padding: 80px 0; margin-top: 80px; position: relative; background: url(./img/contacts-bg.jpg) top center / cover no-repeat;}
.contacts-form .container {padding-top:0; padding-bottom: 0;}
.contacts-row {display: flex;}
.contact-block {float: right; width: 54%;}
.contacts-info {flex-grow: 0;}
.contact-block {flex: 1 0 591px}
.mainform input.form-control {border-radius: 10px !important;}
.mainform .select2-container--default .select2-selection--single {border-radius: 10px;}
body .mainform .select2-container {width: 100%;}
.contacts-form textarea {resize: none;}
.mainform .required > font { color: #032C8D;}
.contacts-info h2 {font-weight: 600; font-size: 20px; margin-bottom: 15px;}
.contacts-info p + h2 {margin-top: 40px;}
.required-wrapper {margin-bottom: 16px;}
.content-wrap .title-block-project {display: none}

@media (max-width: 991px) {
	.contact-block {flex: 1 0 100%; width: 100%;}
	.contacts-row {flex-direction: column;}

}