@font-face{
    font-family: 'GothamPro';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GothaProReg.eot');
    src: url('../fonts/GothaProReg.woff') format('woff'), url('../fonts/GothaProReg.ttf') format('truetype'), url('../fonts/GothaProReg.svg') format('svg');
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/GothaProBol.eot');
    src: url('../fonts/GothaProBol.woff') format('woff'), url('../fonts/GothaProBol.ttf') format('truetype'), url('../fonts/GothaProBol.svg') format('svg');
}

@font-face{
    font-family: 'GothamPro';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/GothaProBla.eot');
    src: url('../fonts/GothaProBla.woff') format('woff'), url('../fonts/GothaProBla.ttf') format('truetype'), url('../fonts/GothaProBla.svg') format('svg');
}


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img{
    border: none;
}
textarea{
    overflow: auto;
}
input,
textarea,
input:active,
textarea:active{
    outline: none transparent!important;
    box-shadow: none;

    -moz-outline: none!important;
}
input[type=submit],
button[type=submit]{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}
:focus{
    outline: none;
}

/*---------------
    Main styles
---------------*/
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}

html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    background: #fff;

    -webkit-text-size-adjust: 100%;
}

.cont{
    position: relative;

    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}



/*---------------
   Header
---------------*/
header{
    text-align: center;

    background: #082948;
}

header .logo{
    height: 110px;
    display: grid;
    place-items: center;
    line-height: 110px;
}
header .logo a{
    display: inline-block;

    position: relative;
    top: -1px;

    vertical-align: middle;
}
header .logo img{
    display: block;

    max-width: 100%;
}


header .menu_link{
    display: none;

    width: 98px;
    height: 110px;
    padding: 40px 0;
    margin-right: -20px;
}
header .menu_link span{
    display: block;

    width: 36px;
    height: 6px;
    margin: 0 auto;
    border-radius: 3px;

    background: #fff;
}
header .menu_link span + span{
    margin-top: 6px;
}
header .menu_link:hover span{
    background: #01bafa;
}

header .menu_link.active{
    background: url(../images/ic_menu_close.png) 50% 50% no-repeat;
}
header .menu_link.active:hover{
    background: url(../images/ic_menu_close2.png) 50% 50% no-repeat;
}
header .menu_link.active span{
    display: none;
}


header .menu{
    display: inline-block;

    padding: 46px 0;

    vertical-align: top;
}
header .menu li{
    display: inline-block;

    list-style: none;

    vertical-align: top;
}
header .menu li + li{
    margin-left: 46px;
}
header .menu li a{
    display: block;

    position: relative;

    color: #fff;
    font: 700 15px/18px GothamPro;

    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s linear;
}
header .menu li a:hover{
    color: #01bafa;
}



/*---------------
   Main section
---------------*/
.first_block{
    display: flex;
    min-height: 653px;
    width: 100%;

    background: #1e62a7;
}

.first_block .img{
    display: table-cell;
    overflow: hidden;

    vertical-align: top;

    width: 66.666%;
}
.first_block .img img{
    display: block;
    height: 100%;
    width: 100%;
	object-fit: cover;
}

.first_block .text{
    display: flex;
    width: 33.333%;
    padding: 0 0px;
    text-align: center;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first_block .text img {
    width: 107px;
}

.first_block .text .title{
    padding-top: 28px;
    color: #fff;
    font: 700 42px/46px GothamPro;
    max-width: 320px;
	margin-inline: auto;
}
.first_block .text .title b{
    font-size: 49px;
    font-weight: 900;
    line-height: 54px;
}
.first_block .text .desc{
    color: #fff;
    font: 400 22px/28px GothamPro;
    margin-top: 20px;
}


@media (max-width: 600px) {
    .facet_sidebar {
        display: none;
    }
}



.types{
    overflow: hidden;
}
.types .item{
    display: table;
    float: left;

    position: relative;

    width: 33.333%;

    color: #192d41;
    font: 700 20px/24px GothamPro;

    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.types .item .name {
	max-width: 230px;
    text-align: center;
    margin-inline: auto;
}
.types .item1{
    width: 33.333%;

    background: #dbdfe2;
}
.types .item1:before{
    display: block;

    position: absolute;
    top: 0;
    left: -1000px;

    width: 1000px;
    height: 100%;

    background: #dbdfe2;

    content: '';
}

.types .item2{
    background: #eaeeef;
}
.types .item3{
    background: #fff;
}

.types .item .box{
    display: table-cell;

    height: 220px;

    vertical-align: middle;
}

.types .item .icon{
    margin-bottom: 10px;

    line-height: 60px;
}
.types .item .icon img{
    position: relative;
    top: -1px;
	width: 60px;
    vertical-align: middle;
}



.program{
    padding: 50px 0 0;
    background: #182d40;
}


.program .block_title{
    margin-bottom: 45px;

    color: #fff;
    font: 700 28px/30px GothamPro;

    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.program .items{
    text-align: center;
}
.program .item{
    display: inline-block;

    position: relative;

    width: 230px;
    margin: 0 38px 87px;

    color: #fff;
    font: 16px/20px GothamPro;

    vertical-align: top;
	flex: 1;
}
/*.program .item + .item:before{
    display: block;

    position: absolute;
    top: 115px;
    left: -65px;

    width: 50px;
    height: 1px;

    background: #75818d;

    content: '';
}*/

.program .item .thumb{
    margin-bottom: 20px;
}
.program .item .thumb img{
    display: block;
    overflow: hidden;

    max-width: 100%;
    margin: 0 auto;

    border-radius: 50%;
}



.profession{
    overflow: hidden;
}
.profession .row{
    display: table;

    width: 100%;
}


.profession .info{
    display: table-cell;

    padding: 79px 40px 64px 84px;

    vertical-align: top;
}
.profession .info .title{
    margin-bottom: 18px;

    color: #182d40;
    font: 700 28px/34px GothamPro;

    letter-spacing: .02em;
    text-transform: uppercase;
}

.profession .info li{
    position: relative;

    padding-left: 20px;

    list-style: none;

    color: #192d40;
    font: 16px/22px GothamPro;
}
.profession .info li + li{
    margin-top: 12px;
}
.profession .info li:before{
    display: block;

    position: absolute;
    top: 10px;
    left: 0;

    width: 13px;
    height: 1px;

    content: '';
}
.profession .info li:nth-child(7n+1):before{
    background: #ff6e1c;
}
.profession .info li:nth-child(7n+2):before{
    background: #00bafa;
}
.profession .info li:nth-child(7n+3):before{
    background: #c72091;
}
.profession .info li:nth-child(7n+4):before{
    background: #808080;
}
.profession .info li:nth-child(7n+5):before{
    background: #75c300;
}
.profession .info li:nth-child(7n+6):before{
    background: #005aa0;
}
.profession .info li:nth-child(7n+7):before{
    background: #192d40;
}


.profession .finish{
    display: table-cell;

    position: relative;

    width: 416px;
    padding: 10px;

    table-layout: fixed;

    color: #182d40;
    font: 16px/20px GothamPro;

    text-align: center;
    vertical-align: middle;

    background: #eaeeef;
}
.profession .finish:before{
    display: block;

    position: absolute;
    top: 0;
    right: -1000px;

    width: 1000px;
    height: 100%;

    background: #eaeeef;

    content: '';
}

.profession .finish .text{
    display: inline-block;

    width: 175px;
    padding-top: 80px;

    vertical-align: middle;
	font: 16px/20px GothamPro;
}



.information{
    padding: 50px 0;

    text-align: center;

    background: #75c200;
}
.information a{
    display: inline-block;

    height: 70px;
    padding: 0 36px;

    color: #fff;
    font: 700 21px/68px GothamPro;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all .2s linear;
}

.information a img{
    position: relative;
    top: -1px;
    margin: 0 6px;
    vertical-align: middle;
	width: 35px;
}


.information a:not(:hover) img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7460%) hue-rotate(183deg) brightness(122%) contrast(100%);
}

.information a:hover{
    color: #75c200;

    background: #fff;
}



.register_form{
    background: #eaeeef;
}

.register_form .head{
    padding: 50px 0;

    color: #192c41;
    font: 18px/20px GothamPro;

    text-align: center;
}

.register_form .head .title{
    margin-bottom: 20px;

    font: 700 28px/30px GothamPro;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.register_form .head p + p{
    margin-top: 13px;
}


.stats{
    padding: 25px 0;

    color: #fff;
    font: 19px/22px GothamPro;

    text-align: center;

    background: #AEB2AF;
}
.stats .item{
    display: inline-block;
    min-width: 30%;
    margin: 0 32px;

    vertical-align: top;
}

.stats .item .icon{
    height: auto;
    margin-bottom: 10px;

    line-height: 43px;
}
.stats .item .icon img{
    position: relative;
    top: 1px;

    vertical-align: middle;
}

.stats .item .val{
    margin-top: 10px;

    font: 700 43px/46px GothamPro;
}


.register_form form{
    padding: 50px 0 80px;

    text-align: center;
}

.register_form form .col{
    display: inline-block;

    width: 375px;
    max-width: 100%;
    margin: 0 25px;

    text-align: left;
    vertical-align: top;
}

.register_form form .line{
    margin-bottom: 25px;
}

.register_form form .name{
    margin-bottom: 6px;

    color: #0B3449;
    font: 16px/20px GothamPro;
}

.register_form form .input{
    display: block;

    width: 100%;
    height: 50px;
    padding: 0 10px;

    color: #192d41;
    font: 20px GothamPro;

    border: 1px solid #8c96a0;
    background: #fff;

    transition: border-color .2s linear;
}

.register_form form .input:focus{
    border-color: #447ea3;
}


.register_form form select{
    display: block;

    width: 100%;
    height: 50px;
    padding: 0 61px 0 10px;

    color: #192d41;
    font: 20px/48px GothamPro;

    border: 1px solid #8c96a0;
    background: #fff;
}

.register_form form .sbHolder{
    display: block;

    position: relative;

    width: 100%;
    height: 50px;
}
.register_form form .sbSelector{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 0 41px 0 10px;

    color: #192d41;
    font: 20px/48px GothamPro;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;

    border: 1px solid #8c96a0;
    background: #fff;

    text-overflow: ellipsis;

    transition: border-color .2s linear;
}
.register_form form .sbToggleOpen + .sbSelector{
    border-color: #447ea3;
}

.register_form form .sbToggle{
    display: block;

    position: absolute;
    top: 50%;
    right: 23px;

    width: 15px;
    height: 10px;
    margin-top: -5px;

    background: url(../images/keyboard_arrow_down.svg) center no-repeat;
    background-size: 200%;
    content: '';
}

.register_form form .sbOptions{
    overflow: hidden;

    position: absolute;
    top: 49px !important;
    left: 0;
    z-index: 99;

    width: 100%;

    border: 1px solid #447ea3;
    background: #fff;

    max-height: 290px !important;
    overflow-y: scroll;
}
.register_form form .sbOptions li{
    list-style: none;
}
.register_form form .sbOptions li:first-child{
    display: none;
}

.register_form form .sbOptions a{
    display: block;

    width: 100%;
    padding: 12px 10px;

    color: #192d41;
    font: 18px/20px GothamPro;

    text-decoration: none;

    transition: all .2s linear;
}
.register_form form .sbOptions a:hover{
    color: #fff;

    background: #447ea3;
}


.register_form form .submit{
    display: block;

    padding-top: 35px;
}
.register_form form .submit_btn{
    display: inline-block;

    width: 375px;
    max-width: 100%;
    height: 70px;

    color: #fff;
    font: 700 19px GothamPro;

    vertical-align: top;
    letter-spacing: .045em;
    text-transform: uppercase;

    border: 1px solid #447ea3;
    background: #005aa0;

    cursor: pointer;
    transition: background .2s linear;
}
.register_form form .submit_btn img{
    position: relative;
    top: -1px;
    margin-right: 11px;
    vertical-align: middle;
	filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7460%) hue-rotate(183deg) brightness(122%) contrast(100%);
}


.register_form form .submit_btn:hover{
    background: #447ea3;
}

.without-zno {
    color: #f2474a;
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    overflow:hidden;
    margin:20px 0 0 0;
}

.without-zno .new-label {
    background: #f2474a;
    width:62px;
    height:62px;
    border-radius:50%;
    line-height:62px;
    text-align:center;
    color:#fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    float:left;
    margin:0 15px 0 0;
}

.without-zno .zno-text {
    padding:10px 0 0 0;
}

/*---------------
   Footer
---------------*/
footer{
    padding: 50px 0;

    text-align: center;

    background: #082948;
}


footer .contacts{
    margin-bottom: 40px;

    color: #fff;
    font: 18px/24px GothamPro;
}


footer .copyright{
    color: #3b556e;
    font: 13px/18px GothamPro;
}


.register_form form .submit_btn:disabled {
    cursor: not-allowed;
    background: 0 0;
    /*color: #d1d5d9;*/
    border: 1px solid #d1d5d9
}
.register_form form .input.invalid, .required { border: 1px solid #ff0000!important; }

.polit{
    margin:0 auto 30px;
    font: 18px/24px GothamPro;
    max-width:640px;
}

.polit p.title{
    color:#8293a2;
    font-size:16px;
    text-decoration:underline;
    cursor:pointer;
}
.polit p.title.active{
    color:#fff;
    text-decoration:none;
    margin-bottom:15px;
}

.more__polit{display:none;}
.more__polit p,
.more__polit p a{
    font-size:14px;
    color:#fff;
    text-align:left;
    line-height:18px
}
.more__polit p strong{
    margin:7px 0;
    display:block
}


/* custom */
.cont {
    max-width: 960px;
	padding: 0 15px;
}

.header__inner {
	display: flex;
    justify-content: space-between;
	height: 110px;
	align-items: center;
}

header .menu li a {
	font-size: 15px;
}

.header__inner .clear {
	display: none;
}

header .logo {
    max-width: 165px;
}

.types .item1 {
    background: #E4E5E1;
}

.types .item2 {
    background: #D1D3CF;
}

.types .item3 {
    background: #BCBEBA;
}

.program {
    background: #FFF;
}

.program .block_title {
    color: #0B3449;
}

.program .item .thumb img {
    border-radius: 0;
    width: 200px;
    height: 105px;
    object-fit: contain;
}

.program .items {
    display: flex;
}

.program .item {
    color: #0B3449;
}

.profession {
    background: #E4E5E1;
}

.profession .info li:before {
    background: #0B3449 !important;
}

.information {
    background: #0065A7;
}

.information a:hover {
    color: #0065A7;
}

.register_form {
    background: #E4E5E1;
}

.stats .item .icon {
    width: 55px;
    margin-inline: auto;
}

.stats .item .icon img {
    width: 100%;
}

.profession .row {
	display: flex;
}

.profession .info {
	display: flex;
	background: none;
}

.profession .info img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 35px;
}

.profession .finish {
   background: #D1D3CF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.profession .finish img{
	width: 120px;
	height: 97px;
	margin-inline: auto;
}

.profession .finish .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-top: 18px;
	text-transform: uppercase;
	max-width:220px;
}

.profession .finish .text {
    padding-top: 20px;
}

.profession .finish:before {
	background: #D1D3CF;
}

.form-error {
	display: none;
	color: #e51212;
}

@media (max-width: 1125px) {
	header .menu_link{
        display: block;
    }
	
    header .menu{
        display: none;

        position: absolute;
        top: 110px;
        left: 0;
        z-index: 999;

        width: 100%;
        padding: 10px 0 20px;

        background: #082948;
    }
    header .menu li{
        display: block;

        width: 100%;

        text-align: center;
    }
    header .menu li + li{
        margin: 0;
    }
    header .menu li a{
        font-size: 20px;
        line-height: 60px;
        color: #fff;
    }

    header .menu li a:hover{
        color: #01bafa;
    }
}

@media screen and (max-width: 1024px) {
    .program .items {
        flex-wrap: wrap;
    }

    .program .item {
        flex: 1 34%;
    }
	
}

@media screen and (max-width: 900px) {
	.profession .info {
	  flex-direction: column;
      gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.cont {
		max-width: 100%;
		padding: 0 10px;
	}
	.profession .cont {
		padding: 0;
	}
	.first_block .text img {
		width: 70px;
	}
	.profession .finish .title {
		margin-inline: auto;
	}
	.profession .info {
	  flex-direction: row;
	}
}

.info {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 1;
    width: 65%;
    background: #e4e5e1;
	padding: 60px 60px;
	gap: 60px;
}

.info img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-top: -10%;
}

.info .title {
	margin-bottom: 18px;
    color: #182d40;
    font: 700 28px/34px GothamPro;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.info li {
    position: relative;
    padding-left: 20px;
    list-style: none;

}

.info li a {
	color: #0065A7;
	font: 16px/20px GothamPro;
}

.info li:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 1px;
    content: '';
	background: #0065A7;
}

.info li + li {
    margin-top: 7px;
}

.info li a {
	text-decoration-color: #d4d0d0;
}

.profession .img img{
	width: 100%;
}

.profession .finish {
	flex: 1 65%;
}

@media (max-width: 1024px) {
	.info {
		width: 100%;
	}
	.profession .finish {
		flex: 1 100%;
	}
}


@media (max-width: 1024px) {
	.profession .cont {
		padding: 0;
	}
}

@media (max-width: 600px) {
	.info {
		flex-direction: column;
	}
	.info img  {
		margin-top: auto;
	}
}
