@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: rgb(81,106,100);
}

header .logo{
    height: 110px;

    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: rgba(97,133,103,0.8);
}

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 'Quicksand', sans-serif;

    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s linear;
}
header .menu li a:hover{
    color: rgba(97,133,103,0.8);
}



/*---------------
   Main section
---------------*/
.first_block{
    display: table;

    width: 100%;

   /* background: rgba(97,133,103,0.8);*/
   background: rgba(97,133,103,0.8);
}

.first_block .img{
    display: table-cell;
    overflow: hidden;

    vertical-align: top;

    width: 66.666%;
}
.first_block .img img{
    display: block;

    width: 100%;
}

.first_block .text{
    display: table-cell;

    width: 33.333%;
    padding: 0 0px;

    table-layout: fixed;

    text-align: center;
    vertical-align: middle;
}

.first_block .text .title{
    padding-top: 80px;
    color: #fff;
    font: 700 42px/47px 'Quicksand', sans-serif;

    background: url(../images/ic_first_block.png) 50% 0 no-repeat;
}
.first_block .text .title b{
    font-size: 49px;
    font-weight: 900;
    line-height: 54px;
}
.first_block .text .desc{
    color: #fff;
    font: 400 22px/28px 'Satisfy', cursive/*'Quicksand', sans-serif*/;
    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 'Quicksand', sans-serif;

    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.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;

    vertical-align: middle;
}



.program{
    padding: 50px 0 0;

    background: rgb(81,106,100);/*#182d40;*/
}
.program .block_title{
    margin-bottom: 30px;

    color: #fff;
    font: 700 28px/30px 'Quicksand', sans-serif;

    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 50px;

    color: #fff;
    font: 16px/20px 'Quicksand', sans-serif;

    vertical-align: top;
}
/*.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: 50px 40px 50px 220px;

    vertical-align: top;

    background: url(../images/bg_profession_info.png) 63px 55px no-repeat;
}
.profession .info .title{
    margin-bottom: 18px;

    color: #182d40;
    font: 700 28px/34px 'Quicksand', sans-serif;

    letter-spacing: .02em;
    text-transform: uppercase;
}

.profession .info li{
    position: relative;

    padding-left: 20px;

    list-style: none;

    color: #192d40;
    font: 16px/20px 'Quicksand', sans-serif;
}
.profession .info li + li{
    margin-top: 7px;
}
.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: 312px;
    padding: 10px;

    table-layout: fixed;

    color: #182d40;
    font: 16px/20px 'Quicksand', sans-serif;

    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;

    background: url(../images/ic_profession_finish.png) 50% 0 no-repeat;
}



.information{
    padding: 50px 0;

    text-align: center;

    background:  rgb(111, 141, 114);  /*#75c200;*/
}
.information a{
    display: inline-block;

    height: 70px;
    padding: 0 36px;

    color: #fff;
    font: 700 21px/68px 'Quicksand', sans-serif;

    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;
}

.information a:hover{
    color: rgb(111, 141, 114); /*#75c200;*/

    background: #fff;
}



.register_form{
    background: #eaeeef;
}

.register_form .head{
    padding: 50px 0;

    color: #192c41;
    font: 16px/20px 'Quicksand', sans-serif;

    text-align: center;
}

.register_form .head .title{
    margin-bottom: 20px;

    font: 700 28px/34px 'Quicksand', sans-serif;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.register_form .head p + p{
    margin-top: 13px;
}


.stats{
    padding: 25px 0;

    color: #fff;
    font: 19px/20px 'Quicksand', sans-serif;

    text-align: center;

    background: #b2b5bc;
}
.stats .item{
    display: inline-block;
    min-width: 30%;
    margin: 0 32px;

    vertical-align: top;
}

.stats .item .icon{
    height: 43px;
    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/43px 'Quicksand', sans-serif;
}


.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: #192d41;
    font: 16px/24px 'Quicksand', sans-serif;
}

.register_form form .input{
    display: block;

    width: 100%;
    height: 50px;
    padding: 0 10px;

    color: #192d41;
    font: 20px 'Quicksand', sans-serif;

    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 'Quicksand', sans-serif;

    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 'Quicksand', sans-serif;

    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/ic_select_toggle.png) 0 0 no-repeat;

    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 'Quicksand', sans-serif;

    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 'Quicksand', sans-serif;

    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;
}

.register_form form .submit_btn:hover{
    background: #447ea3;
}

.without-zno {
	color: rgb(64, 87, 81);
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	overflow:hidden;
	margin:20px 0 0 0;
}

.without-zno .new-label {
	background: rgb(64, 87, 81);
	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: rgb(81,106,100);
}


footer .contacts{
    margin-bottom: 20px;

    color: #fff;
    font: 18px/24px 'Quicksand', sans-serif;
}


footer .copyright{
    color: #3b556e;
    font: 13px/18px 'Quicksand', sans-serif;
}


.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 'Quicksand', sans-serif;
	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
}