@font-face {
	font-family:'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNova-Regular.woff') format('woff'),
	url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNova-Semibold.woff') format('woff'),
	url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight:bold;
}

*{border:none;outline:none;margin:0 auto;padding:0;-webkit-transition: all 0.34s ease;-o-transition: all 0.34s ease;-moz-transition: all 0.34s ease;transition: all 0.34s ease;}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
body{background-color:#fff;color:#474d5e;font-family:'Proxima Nova',sans-serif;line-height:1.4;}
.content {
	padding-left:20px!important;
	padding-right:20px!important;
	width:100%;
    max-width: 1170px;
    min-width:300px;
    margin: 0 auto;
    box-sizing:border-box;
}
.head{
	position:relative;
}
.prim.title-h{
	color:#0055b5;
	padding:40px 0;
	text-align:center;
	max-width:800px;
}
header{
	background:url(../img/header.png) center center no-repeat;
	background-size:cover;
	color:#fff;
	margin-bottom:60px;
	overflow:hidden;
}
.head:after{
	content:'';
	border-bottom: 8px solid rgba(0, 85, 181, 0.25);
	position:absolute;
	top:100%;
	width:100%;
}
header .top {
    display: flex;
    align-items:center;
    padding:49px 0 11px;
    width:100%;
}
header .top__logo {
    margin-left:0;
    max-width:264px;
}
header .top__phone {
    margin-right:0;
    position:relative;
}
header .top__phone strong{
	font-weight:normal;
}
header .top__phone a{
	color:#fff;
	position:relative;
}
header .top__phone span::after, header .top__phone span::before {
      content: '';
      width:63px;
      height:63px;
      border-radius: 50%;
      border: 1px solid #4390E7;
      position: absolute;
      top: -2px;
      left: -2px;
      animation: linear 2s scale_border;
}
header .top__phone span::after {
      animation: 2s linear infinite scale_border;
}
header .top__phone span::before {
      animation: 2s linear infinite scale_border;
      animation-delay: 1s;
}
header .top__phone a span{
	background:url(../img/icon-callback.svg) center center no-repeat;
	content:'';
	height:43px;
	width:43px;
	position:absolute;
	left:-90px;
	top:0;
	bottom:0;
	margin:auto;
	border: 1px solid #4390E7;
	border-radius: 50%;
	padding:10px;

}
header .center .content{
	padding-top:53px;
	padding-bottom:53px;
    position: relative;
}
header h1{
	margin-bottom:30px;
	line-height:1.3;
}
header span.title{
	margin-bottom:20px;
	dosplay:block;
	font-size:1.25rem;
}
header ul{
	font-size:1.3125rem;
	margin-bottom:30px;
	margin-left:60px;
}
header ul li{
	font-weight:300;
	margin-bottom:10px;
	list-style:none;
	position:relative;
}
header ul.check li:before{
	background:url(../img/check.svg) center center no-repeat;
	content:'';
	height:26px;
	width:26px;
	position:absolute;
	left:-37px;
	top:0;
	bottom:0;
	margin:auto;
}
header ul.files li:before{
	background:url(../img/file.svg) center center no-repeat;
	content:'';
	height:22px;
	width:22px;
	position:absolute;
	left:-32px;
	top:0;
	bottom:0;
	margin:auto;
}

header .form{
	display:flex;
	position:relative;
	margin-bottom:80px;
	margin:0 -10px 80px;
}
header .form input[type=text]{
	border:1px solid #fff;
	background-color:transparent;padding:10px 15px;font-family:Roboto,sans-serif;
	font-weight:300;width:100%;
	border-radius:5px;
	margin:0 10px;
	font-size:1rem;
	color:#fff;
}
header .form span{
	color:rgba(255,255,255,.6);
	position:absolute;
	right:0;
	top:100%;
	margin-top:10px;
	font-size:0.875rem;
	line-height:1.3;
	max-width:250px;
	text-align:right;
}
input[type=submit]{
	background: #0055B5;
	border-radius: 5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:10px 25px;
}
input[type=submit]:hover{
	background-color:#000;
	cursor:pointer;
}
header input::placeholder {
  color:#fff;
}

header h2{
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
}
header h2:before,
header h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
}
header h2:before {
    margin-left: -100%;
    left: -14px;
}
header h2:after {
    margin-right: -100%;
    right: -14px;
}

.find{
	margin-bottom:70px;
}
.find .title-h{
	text-align:center;
}
.find .blocks{
	display:flex;
	flex-wrap: wrap;
	align-items:flex-start;
	margin:0 -1%;
}
.find .block {
  flex-grow: 1;
  width: 31.333%;
  margin:20px 1% 30px;
}
.find span{
	font-size: 20px;
	line-height: 23px;
	color: #0055B5;
	position:relative;
	display:block;
	margin-bottom:15px;
	padding-left:40px;
}
.find p{
	font-size:1.025rem;
}
.find span:before{
	background:url(../img/icon-callback.svg) center center no-repeat;
	content:'';
	height:43px;
	width:43px;
	position:absolute;
	left:-70px;
	top:0;
	bottom:0;
	margin:auto;
}
.find .ic{
	position:relative;
	padding-left:55px;
	margin-bottom:25px;
}
.find .ic:before{
	content:'';
	height:40px;
	width:40px;
	position:absolute;
	display:block;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.find .ic.ic1:before{
	background:url(../img/ic/protected.svg) center center no-repeat;
	background-size:contain;
}
.find .ic.ic2:before{
	background:url(../img/ic/auction.svg) center center no-repeat;
	background-size:contain;
}
.find .ic.ic3:before{
	background:url(../img/ic/open-book.svg) center center no-repeat;
	background-size:contain;
}
.find .ic.ic4:before{
	background:url(../img/ic/exchange-rate.svg) center center no-repeat;
	background-size:contain;
}
.find .ic.ic5:before{
	background:url(../img/ic/team.svg) center center no-repeat;
	background-size:contain;
}
.find .ic.ic6:before{
	background:url(../img/ic/online-video.svg) center center no-repeat;
	background-size:contain;
}

.order{
	margin-bottom:80px;
}
.order .form{
	display:flex;
	position:relative;
	margin:0 -10px;
}
.order .form input[type=text]{
	border:1px solid #000;
	background-color:transparent;padding:10px 15px;font-family:Roboto,sans-serif;
	font-weight:300;width:100%;
	border-radius:5px;
	margin:0 10px;
	font-size:1rem;
}
.order .form span{
	position:absolute;
	right:0;
	top:100%;
	margin-top:10px;
	font-size:0.875rem;
	line-height:1.3;
	text-align:right;
}
.order .form input[type=submit]{
	background: #0055B5;
	border-radius: 5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:10px 25px;
}
.input-error {
    border: 1px solid red !important;
}

.title-h{
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:20px;
	color:#000;
}
@keyframes scale_border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.footer{padding:35px 0;background-color:#2c2c2c}.footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.footer__logo{height:40px;opacity:0.5;margin-right:0;margin-left:auto;}.footer__text{color:#b1b1b1;font-size:18px;font-weight:300;line-height:23.36px;margin-left:0;}@media screen and (max-width: 767px){.footer .container{display:block}.footer__logo{margin-top:20px}}


@media screen and (max-width:1000px){
	header h2:before, header h2:after{
		content:none;
	}
	header h1{
		font-size:1.75rem;
	}
	header ul{
		font-size:1.125rem;
	}
	header .center .content{
		padding-top:30px;
	}
}

@media screen and (max-width:700px){
	.backform_btn {
	    display: block;
	    width: 100%;
	    padding: 15px 20px;
	    box-sizing: border-box;
	    font-size: 1rem;
	    font-weight: bold;
	}
	header .form,.order .form{
		display:block;
		margin-left:0;
		margin-right:0;
		margin-bottom:30px;
	}
	header .form input[type=text],.order .form input[type=text]{
		box-sizing:border-box;
		margin:0 0 10px;
	}
	header .form input[type=submit],.order .form input[type=submit]{
		box-sizing:border-box;
		width:100%;
	}
	header .form span,.order .form span{
		position:relative;
		max-width:100%;
		margin-top:10px;
		display:block;
		text-align:center;
	}
	.find .block {
	    flex-grow: 1;
	    width:46%;
	    margin: 20px 2% 30px;
	}
	.order{
		margin-bottom:50px;
	}
}

@media screen and (max-width:575px){
	header h2 {
	    font-size:20px;
	}
	header .top__phone{
		font-size:0.875rem;
	}
	header .top__phone span::after, header .top__phone span::before {
      content: '';
      width:43px;
      height:43px;
	}
	header .top__phone a span{
		background:url(../img/icon-callback.svg) center center no-repeat;
		content:'';
		height:23px;
		width:23px;
		left:0;
		background-size:contain;
	}
	header .top__phone a{
		padding-left:50px;
	}
	header .top__logo img{
		max-width:200px;
	}
	input[type=submit]{
		font-size:1rem;
	}
}

@media screen and (max-width:380px){
	header h1{
		font-size:1.25rem;
	}
	header ul{
		font-size:1rem;
		margin-left:34px;
	}
	header .top__phone strong{
		display:none;
	}
	.find .block {
	  width:98%;
	  margin:20px 1% 30px;
	}
	.find {
	    margin-bottom:40px;
	}
}

#form-popup,#form-popup-ok{max-width:400px;padding:45px 40px;text-align:center;overflow:hidden;}
#form-popup-ok{text-align:center;}
#form-popup .title{font-size:1.75rem;}
#form-popup p{position:relative;color:#838383;font-size:1.125rem;padding:30px 20px 0px;line-height:1.2;}
#form-popup form{max-width:350px;}
#form-popup-ok .title{font-size:1.75rem;color:#000;font-weight:800;margin-bottom:15px;position:relative;}
#form-popup-ok p{line-height:1.3;}
#form-popup .title{margin-bottom:25px;}
.popup input[type=text] {
    margin-bottom: 10px;
    font-family: 'Proxima Nova';
    font-size: 1.125rem;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #93989C;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 14px 8px;
}
.popup input {
    width: 100%;
    box-sizing: border-box;
}
.popup .button {
	cursor:pointer;
	display:block;
	font-size:1rem;
    background: #0055b5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    max-width: 378px;
    display: block;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;
}
.form__agreement {
    font-size: 12px!important;
    color: #474D5E!important;
}

.popup_forma_06072022 {
	position: absolute;
    top: 15%;
    z-index: 1;
    background: #ffffff;
    width: 430px;
    left: calc(50% - 215px);
}
.popup_forma_06072022_close {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    font-size: 35px;
    padding: 0 15px;
    transform: rotate(45deg);
    cursor: pointer;
}
.backform_btn {
	background: #0055b5;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.backform_btn:hover {
	background: #136fd7;
}
.backform_sendok {
	margin: 60px auto;
    width: fit-content;
}
.popup_banner_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 246, 255, 0.8);
    align-items: center;
    justify-content: center;
}
.popup_banner_bg.open {
	display: flex;
}
.popup_banner_bg .popup_banner_container {
    width: 100%;
    height: 516px;
    max-width: 680px;
    display: flex;
    justify-content: flex-end;
    background-color: #46474f;
    background-image: url(../img/man.jpg);
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 32px 0 #d8daf0;
	position:relative;
}
.popup_banner_bg .popup_banner_container .backform_popup_banner_close {
	position:absolute;
	background: #ebf2ff;
	display: flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 25px;
	border-radius: 50%;
	transform: rotate(45deg);
	padding: 0;
	box-sizing: border-box;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.popup_banner_bg .popup_banner_container .backform_popup_banner_close:hover {
	opacity:0.7;
}
.popup_banner_bg .popup_banner_container .backform_popup_left {}
.popup_banner_bg .popup_banner_container .backform_popup_right {position: relative;width: 100%;max-width: 422px;padding: 45px 50px;margin: 0;box-sizing: border-box;}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner label {
    flex: 0 0 100%;
    margin-bottom: 25px;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner label input {
    width: 100%;
    height: 44px;
    border: 0px none #000;
    padding-left: 28px;
    box-sizing: border-box;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner label input.name {
	background-position: 9px 50%, 0px 0px;
    background-size: 12px, auto;
	background-image: url(https://www.gd.ru/school/mba/images/icon_user.svg);
    background-repeat: no-repeat;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner label input.email {
	background-position: 9px 50%, 0px 0px;
    background-size: 12px, auto;
	background-image: url(https://www.gd.ru/school/mba/images/icon_mail.svg);
    background-repeat: no-repeat;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner label input.phone {
	background-position: 9px 50%, 0px 0px;
    background-size: 12px, auto;
	background-image: url(https://www.gd.ru/school/mba/images/icon_phone.svg);
    background-repeat: no-repeat;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner .backform_popup_banner_agreement {
    color: #fff;
    line-height: 16px;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 0px;
    float: left;
    font-size: 12px;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner .backform_popup_banner_agreement.check {}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner p.backform_popup_banner_agreement a {
    color: #ffffff;
    text-decoration: underline;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner button {
    padding: 14px 16px;
    border-radius: 3px;
    background-color: #e63b35;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 25px 0 15px;
    color: #ffffff;
    cursor:pointer;
}
.popup_banner_bg .popup_banner_container .backform_popup_right form.backform_popup_banner button:hover {
	background-color: #ff534d;
}
.popup_banner_bg .popup_banner_container .backform_popup_banner_sendok {
	color: #ffffff;
}
@media screen and (max-width:800px) {
	.popup_banner_bg.open {
	display: none;
	}
}