.page-banner-new{
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	z-index: 20;
}
.page-banner-new__inner{
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.page-banner-new__overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}
.page-banner-new__thumb{
	width: 100%;
	height: auto;
	display: block;
}
.page-banner-new__content{
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.page-banner-new__headline-wrap{
	width: 40%;
	padding-bottom: 16px;
}
.page-banner-new__headline{
	font-size: 52px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
}
.page-banner-new__description{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.page-banner-new__sep{
	width: 50px;
	height: 3px;
	display: block;
	background-color: #B2C505;
}
.contacts-page-section-new{
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	top: -16px;
	z-index: 10;
}
.contacts-page-section-new::after{
	content: "";
	position: absolute;
	height: 16px;
	width: 100%;
	background-color: #F7FAFF;
	bottom: -16px;
	left: 0;
	right: 0;
}
.contacts-page-section-new__inner{
	background-color: #F7FAFF;
	padding-top: 48px;
	padding-bottom: 32px;
}
.contacts-page-section-new__items{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	padding-bottom: 16px;
}
.contacts-wgt-new{
	width: 25%;
	flex: 0 0 auto;
	padding: 8px;
}
.contacts-wgt-new__inner{
	background-color: #fff;
	padding: 16px 12px;
	border-radius: 16px;
	height: 100%;
}
.contacts-wgt-new__header{
	display: flex;
	align-items: center;
	padding-bottom: 16px;
}
.contacts-wgt-new__icon-wrap{
	width: 70px;
	height: 70px;
	min-width: 70px;
	border-radius: 50%;
	background-color: #E8F2FD;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contacts-wgt-new__icon-wrap img{
	width: 35px;
	height: auto;
	display: block;
}
.contacts-wgt-new__headline{
	padding-left: 16px;
	color: #000;
	font-size: 24px;
}
.contacts-wgt-new__address{
	padding-bottom: 8px;
}
.contacts-wgt-new__address address{
	color: #3c3c3c;
	font-style: normal;
	font-size: 16px;
}
.contacts-wgt-new__phones ul{
	list-style-type: none;
}
.contacts-wgt-new__phones ul li{
	padding-bottom: 8px;
}
.contacts-wgt-new__phones ul li a{
	color: #0056D7;
	font-size: 22px;
}
.contacts-wgt-new__mails ul{
	list-style-type: none;
}
.contacts-wgt-new__mails ul li{
	padding-bottom: 8px;
}
.contacts-wgt-new__mails ul li a{
	color: #3c3c3c;
	font-size: 16px;
}
.contacts-form-section-new{
	padding-left: 16px;
	padding-right: 16px;
}
.contacts-form-section-new__inner{
	background-color: #F7FAFF;
	padding-bottom: 32px;
}
.contacts-form-section-new__logo{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	width: 100px;
	height: auto;
	display: block;
	opacity: 0.1;
}
.contacts-form-section-new__abstraction{
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 10;
	width: 150px;
	height: auto;
	display: block;
	opacity: 0.1;
}
.contacts-form-section-new__content{
	padding: 48px;
	border-radius: 16px;
	background-color: #0255d2;
	display: flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}
.contacts-form-section-new__info{
	width: 40%;
	flex: 0 0 auto;
	padding-right: 32px;
}
.contacts-form-section-new__headline-wrap{
	padding-bottom: 8px;
}
.contacts-form-section-new__headline{
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}
.contacts-form-section-new__description{
	font-size: 16px;
	color: #fff;
}
.contacts-form-section-new__sep{
	width: 50px;
	height: 3px;
	display: block;
	background-color: #B2C505;
}
.contacts-form-section-new__form{
	flex: auto;
}
.contacts-form-section-new__form form{
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 11;
}
.contacts-form-section-new__left{
	width: 50%;
	flex: 0 0 auto;
	padding-right: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contacts-form-section-new__right{
	padding-left: 8px;
	width: 50%;
	flex: 0 0 auto;
}
.field-wrap-new {
  padding-bottom: 16px;
}

.field-input-new {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: none;
  display: block;
  width: 100%;
}

.field-input-new::placeholder {
  color: #fff;
}

.field-input-new__area {
  resize: none;
  min-height: 144px;
}

.field-input-new:focus {
  border-color: #fff;
}
.btn-new{
  background-color: #B9C90B;
  border: 2px solid #B9C90B;
  border-radius: 8px;
  padding: 12px 32px;
  color: #000;
  display: inline-block;
  text-align: center;
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
}
.btn-new_theme_transparent {
	background: none;
	border-color: #013C91;
	color: #013C91;
}
.btn-new_theme_txt-white{
	color: #fff;
}
.btn-new_width_100{
	width: 100%;
}
.footer-new{
	padding: 10px 16px;
}
.footer-new__inner{
	background: #013C91;
	background: linear-gradient(130deg,rgba(1, 60, 145, 1) 0%, rgba(1, 94, 222, 1) 100%);
	padding: 32px;
	border-radius: 16px;
	display: flex;
	align-items: stretch;
}
.footer-new-wgt{
    width: 16.6666666667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 16px;
}
.footer-new-wgt__desc{
	padding-top: 16px;
}
.footer-new-wgt__desc p{
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.header-new{
	padding-left: 16px;
	padding-right: 16px;
}
.header-new .header__inner{
	border-radius: 16px;
}
.cookies-new{
	position: fixed;
	right: 32px;
	bottom: 32px;
	width: 800px;
	z-index: 1000;
	display: none;
}
.cookies-new__inner{
	background-color: #fff;
	border-radius: 16px;
	padding: 32px;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.cookies-new__header{
	display: flex;
	align-items: center;
	padding-bottom: 16px;
}
.cookies-new__label{
	display: flex;
	align-items: center;
}
.cookies-new-label-icon{
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cookies-new-label-icon img{
	width: 35px;
	height: 35px;
	display: block;
}
.cookies-new-label-text{
	padding-left: 8px;
}
.cookies-new-label-text__inner{
	background-color: #ECF3FE;
	border-radius: 32px;
	padding: 4px 32px;
	text-align: center;
	font-size: 16px;
	color: #013C91;
}
.cookies-new__close{
	width: 50px;
	height: 50px;
	min-width: 50px;
	background-color: #F4F4F4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 16px;
	right: 16px;
	border: none;
}
.cookies-new__close svg{
	width: 15px;
	height: 15px;
	display: block;
	fill: #000;
}
.cookies-new__content{
	display: flex;
	align-items: stretch;
}
.cookies-new__content-left{
	width: 60%;
	flex: 0 0 auto;
}
.cookies-new__content-right{
	width: 40%;
	flex: 0 0 auto;
}
.cookies-new__content-right img{
	width: 100%;
	height: auto;
	display: block;
}
.cookies-new__headline-wrap{
	padding-bottom: 16px;
}
.cookies-new__headline{
	font-size: 32px;
	line-height: 40px;
	color: #000;
}
.cookies-new__description{
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.cookies-new__description a{
	color: #013C91;
	text-decoration: underline;
}
.cookies-new__nav{
	padding-top: 32px;
}
.cookies-new__nav ul{
	display: flex;
	align-items: center;
	margin-left: -8px;
	margin-right: -8px;
	list-style-type: none;
}
.cookies-new__nav ul li{
	width: 50%;
	flex: 0 0 auto;
	padding-left: 8px;
	padding-right: 8px;
}
.notification-modal-new {
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.notification-modal-new.active {
  opacity: 1;
  visibility: visible;
}

.notification-modal-new__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.notification-modal-new__inner {
  position: relative;
  background: #fff;
  padding: 32px;
  max-width: 800px;
  width: 90%;
  border-radius: 16px;
  z-index: 2;
  margin-top: 64px;
}
.notification-modal-new__close{
	width: 50px;
	height: 50px;
	min-width: 50px;
	background-color: #F4F4F4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 16px;
	right: 16px;
	border: none;
}
.notification-modal-new__close svg{
	width: 15px;
	height: 15px;
	display: block;
	fill: #000;
}
.notification-modal-new__content{
	display: flex;
	align-items: stretch;
}
.notification-modal-new__content-left{
	width: 200px;
	padding-right: 32px;
}
.notification-modal-new__content-left img{
	width: 100%;
	height: auto;
	display: block;
}
.notification-modal-new__content-right{
	flex: 1;
}
.notification-modal-new__headline-wrap{
	padding-bottom: 16px;
}
.notification-modal-new__headline{
	font-size: 32px;
	line-height: 40px;
	color: #000;
}
.notification-modal-new__sep{
	width: 50px;
	height: 3px;
	display: block;
	background-color: #B2C505;
}
.notification-modal-new-info-wgt{
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.notification-modal-new-info-wgt_b_n{
	border-bottom: none;
}
.notification-modal-new-info-wgt__inner{
	display: flex;
	align-items: flex-start;
}
.notification-modal-new-info-wgt__icon img{
	width: 35px;
	height: auto;
	display: block;
}
.notification-modal-new-info-wgt__content{
	padding-left: 16px;
	font-size: 16px;
	line-height: 24px;
}
.notification-modal-new-info-wgt__content p{
	margin: 0;
}
.notification-modal-new-info-wgt__content p span{
	color: #97AD04;
}
.notification-modal-new-wgt-bg{
	padding-bottom: 16px;
}
.notification-modal-new-wgt-bg__inner{
	padding: 16px;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	background-color: #F0F3DA;
}
.notification-modal-new-wgt-bg__icon img{
	width: 35px;
	height: auto;
	display: block;
}
.notification-modal-new-wgt-bg__content{
	padding-left: 16px;
	font-size: 16px;
	line-height: 24px;
}
.notification-modal-new-wgt-bg__content p{
	margin: 0;
}
.notification-modal-new-wgt-bg__content p span{
	color: #97AD04;
}
.notification-modal-new-wgt-bg{
	padding-bottom: 16px;
}
.notification-modal-new-wgt-transparent__inner{
	padding: 16px;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.notification-modal-new-wgt-transparent__icon img{
	width: 35px;
	height: auto;
	display: block;
}
.notification-modal-new-wgt-transparent__content{
	padding-left: 16px;
	font-size: 16px;
	line-height: 24px;
}
.notification-modal-new-wgt-transparent__content p{
	margin: 0;
}
.notification-modal-new-wgt-transparent__content p span{
	color: #97AD04;
}
.notification-modal-new-wgt__footer{
	padding-top: 32px;
}
.notification-modal-new-wgt__label{
	background-color: #97AD04;
	padding: 16px 32px;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 28px;
}
.front-banner-new{
	padding: 8px 16px;
}
.front-banner-new__img img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}