* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
.main {
    min-width: 1194px;
    max-width: 1920px;
    height: 100%;
}
.content {
    width: 1060px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header {
    background: url("../images/shapka_2.png") no-repeat center top;
    background-size: auto;
    padding-top: 36px;
    height: 1020px;
    position: relative;
    z-index: 2;
}
.head_str {
    width: 100%;
    height: 54px;
}
.logo {
    background: url("../images/logo.png") no-repeat;
    width: 179px;
    height: 51px;
    float: left;
    margin-right: 57px;
}
.head_text {
    float: left;
    width: 353px;
    height: 31px;
    line-height: 15.5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 128px;
    margin-top: 6px;
}
.phone {
    float: left;
    width: 160px;
    height: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}
.call_button {
    width: 164px;
    height: 47px;
    border: 1px solid #FFE000;
    border-radius: 4px;
    color: #FFE000;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}
.call_button:hover {
    background: #FFE000;
    color: #0005FF;
}
.header h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 519px;
    position: absolute;
    top: 257px;
}
.special {
    width: 267px;
    height: 50px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 430px;
    border-radius: 4px;
    background: #FFE000;
    border-bottom: 3px solid #F2C94C;
}
.special:hover {
    border-bottom: none;
}
.form1 {
    width: 340px;
    height: 466px;
    position: absolute;
    top: 268px;
    right: 0;
    background: #F2F4F8;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;    
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.form2{
    width: 340px;
    height: 466px;
    display: none;
    left: 50%;
    margin-left: -216.5px;
    margin-top: -264.5px;
    opacity: 0;
    position: fixed;
    background: #F2F4F8;
    top: 50%;
    z-index: 999999;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.close {
    background: url("../images/close_modal.png") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -25px;
    cursor: pointer;
}
.form_head {
    height: 98px;
    background: #FFE000;
    text-align: center;
    padding-top: 25px;
    border-radius: 4px 4px 0 0;
}
.form_head h2 {
    width: 221px;
    height: 47px;
    line-height: 23.5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
    margin: 0 auto;
}
.form_item {
    padding: 24px 37px 23px 40px;
    border-radius: 0 0 4px 4px;
    height: 368px;
}
.column_1 {
    width: 127px;
    height: 43px;
    float: left;
}
.column_2 {
    height: 43px;
}
.column_1 p, .column_2 p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 9px;
}
.column_1 img, .column_2 img {
    width: 8px;
    height: 6px;
    margin-right: 5px;
}
.callback {
    height: 202px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.callback input[type="text"] {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 13px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: none;
    margin-bottom: 20px;
}
.callback input[type="text"]:focus {
    border: 1px solid #333;
}
.callback input[type="submit"] {
    width: 200px;
    height: 53px;
    font-size: 16px;
    font-weight: 400;
    color: #0005FF;
    border: 1px solid #0005FF;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 9px auto 0 auto;
    background: transparent;
    display: block;
}
.callback input[type="submit"]:hover {
    background: #0005FF;
    color: #fff;
}
.form_item span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    width: 210px;
    height: 33px;
    display: block;
    margin: 0 auto;
    line-height: 16.5px;
    text-align: center;
}
.preim {
    width: 648px;
    height: 250px;
    position: absolute;
    top: 592px;
    left: 0;
}
.preim h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 43px;
}
.c_1 {
    width: 267px;
    height: 179px;
    margin-left: 38px;
    float: left;
}
.c_2 {
    width: 286px;
    height: 179px;
    margin-left: 365px;
}
.str {
    margin-bottom: 32px;
    height: 38px;
}
.one {
    background: url("../images/icon_one.png") no-repeat;
    width: 32px;
    height: 33px;
    margin-top: 2px;
    float: left;
}
.two {
    background: url("../images/icon_two.png") no-repeat;
    width: 23px;
    height: 33px;
    margin-top: 3px;
    margin-left: 1px;
    float: left;
}
.three {
    background: url("../images/icon_three.png") no-repeat;
    width: 30px;
    height: 32px;
    margin-top: 3px;
    float: left;
}
.four {
    background: url("../images/icon_four.png") no-repeat;
    width: 35px;
    height: 31px;
    margin-top: 3px;
    float: left;
}
.five {
    background: url("../images/icon_five.png") no-repeat;
    width: 31px;
    height: 32px;
    margin-top: 4px;
    margin-left: 3px;
    float: left;
}
.six {
    background: url("../images/icon_six.png") no-repeat;
    width: 30px;
    height: 31px;
    margin-top: 6px;
    margin-left: 3px;
    float: left;
}
.c_1 p, .c_2 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 237px;
    margin-left: 53px;
}
.programm_back {
    background: #FFEB00;
    padding-top: 23px;
    height: 876px;
    position: absolute;
    top: 918px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.programm {
    background: transparent;
    padding-top: 23px;
    height: 876px;
    position: absolute;
    top: 918px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.programm h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 39px;
}
.programm_menu {
    width: 100%;
    height: 633px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.tab_menu {
    width: 340px;
    height: 633px;
    float: left;
    padding-top: 29px;
    position: relative;
    background: #F2F4F8;
}
.tab_menu p {
    padding: 10px 55px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}
.tab_menu p:hover {
    background: #FFEB00;
}
.active {
    background: #FFEB00;
}
.tab_link:before {
    content: '';
    width: 55px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #F2F4F8;
}
.tab_link:after {
    content: '';
    width: 55px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #F2F4F8;
}
.last {
    border-bottom: none!important;
}
.tab_menu p a {
    text-decoration: none;
    width: 227px;
    padding: 10px 0;
    color: #333;    
}
.tab_content {
    width: 720px;
    height: 633px;
    padding: 36px 78px 44px 62px!important;
    margin-left: 340px;
}
.tab_content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 27px;
}
.tab_content ol li {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-bottom: 8px;
}
.snoska {
    width: 517px;
    height: 54px;
    position: absolute;
    bottom: 47px;
    left: 66px;
}
.sn_img {
    background: url("../images/icon_seven.png") no-repeat;
    width: 40px;
    height: 48px;
    float: left;
    margin-right: 22px;
}
.snoska p {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.snoska span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.programm_button {
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: 70px;
    bottom: 41px;
    width: 268px;
    height: 66px;
    border-bottom: 3px solid #22249A;
    background: #0005FF;
    border-radius: 4px;
    font-weight: 400;
    line-height: 66px;
    font-size: 16px;
    color: #FFFFFF;
}
.programm_button:hover {
    border: none!important; background: #0005FF!important; color: #FFFFFF!important;
}
.sostav {
    width: 100%;
    height: 674px;
    background: #fff;
    padding-top: 37px;
    margin-top: 445px;
}
.sostav h3 {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.title {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 48px;
}
.location_learn {
    width: 100%;
    height: 685px;
    padding-top: 38px;
    background: rgba(0, 5, 255, 1.0) url("../images/obuch.png") no-repeat center center;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
}
.location_learn h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 7px;
}
.t2 {color: #fff!important;}
.consult {
    text-decoration: none;
    width: 380px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    background: #FFEB00;
    border-bottom: 4px solid #F2C94C;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 27px auto 0 auto;
    display: block;
    border-radius: 4px;
}
.consult:hover {
    border: none;
}
.documents {
    width: 100%;
    height: 536px;
    padding-top: 49px;
    background: #fff;
    position: relative;
}
.documents h3 {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 7px;
}
.t3 {color: #000!important;}
.questions {
    width: 100%;
    height: 591px;
    padding-top: 43px;
    background: rgba(0, 5, 255, 1.0) url("../images/obuch.png") no-repeat center center;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
}
.questions h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 37px;
}
.container {
  max-width: 700px;
  margin: 0 auto;
}
.panel {
  margin-bottom: 5px;
}
.panel-title {
    width: 700px;
    height: 54px;
    line-height: 54px;
    background: #F2F4F8;
  padding: 0 20px 0 34px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 9px;
}
.panel-title h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333; 
    display: inline-block;
    float: left;
    margin-bottom: 0!important;
}
.open_spoiler {
    width: 18px;
    height: 18px;
    background: url("../images/open.png") no-repeat;
    float: right;
    margin-top: 21px;
}
.panel-body {
    width: 700px;
    height: 109px;
  padding: 18px 36px 34px 37px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  margin-bottom: 9px;
  background: #fff;
}
.panel-active {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFEB00;
}
.panel-active + .panel-body {
  display: block;
}
.panel-active > .open_spoiler {
  width: 14px!important;
    height: 14px!important;
    background: url("../images/close.png") no-repeat!important;
    float: right;
    margin-top: 21px;
    margin-right: 2px!important;
}
.contacts {
    width: 100%;
    height: 591px;
    padding-top: 30px;
    background: #fff;
    position: relative;
}
.contacts h3 {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.contact_block {
    width: 100%;
    height: 457px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.contact_item {
    width: 430px;
    height: 457px;
    float: left;
    padding: 54px 66px 60px 66px;
}
#map {
    width: 630px;
    height: 457px;
    float: right;
}
.con {
    padding-left: 26px;
}
.con h5 {
    font-weight: 700;
    font-size: 16px;
    color: #0005FF;
    margin-bottom: 7px;
}
.con p {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.address {
    height: 100px;
    margin-bottom: 22px;
    background: url("../images/icon_dis.png") no-repeat left top 1px;
}
.contact_phone {
    height: 84px;
    margin-bottom: 6px;
    background: url("../images/icon_phone.png") no-repeat left top;
}
.email {
    height: 43px;
    margin-bottom: 28px;
    background: url("../images/icon_email.png") no-repeat left top 5px;
}
.vk_group {
    height: 41px;
    background: url("../images/icon_vk.png") no-repeat left top 5px;
}
.footer {
    width: 100%;
    height: 132px;
    background: #0005FF;
    position: relative;
    padding-top: 22px;
}
.footer_logo {
    background: url("../images/logo.png") no-repeat;
    width: 179px;
    height: 51px;
    float: left;
    margin-right: 95px;
}
#menu {
    list-style: none;
    width: 365px;
    height: 32px;
    float: left;
    margin: 11px 83px 31px 0;
}
#menu li {
    float: left;
    display: inline-block;
    margin-right: 40px;
    height: 32px;
}
#menu li:hover {
    border-bottom: 4px solid #FFEB00;
}
#menu li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
}
.phone_footer {
    margin-top: 16px!important;
    margin-bottom: 41px;
}
.call_button_footer {
    margin-top: 2px!important;
    margin-bottom: 24px;
}
.footer_info {
    font-weight: 400;
    font-size: 12px;
    color: #8A8BE1;
    text-align: center;
}
.footer_info a {
    font-weight: 400;
    font-size: 12px;
    color: #8A8BE1;
    text-decoration: none;
    border-bottom: 1px dashed #8A8BE1;
}
.footer_info a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.mim {
    width: 49px;
    height: 31px;
    background: url("../images/mim.png") no-repeat;
    position: absolute;
    right: 0;
    bottom: 16px;
}
.information {
    width: 100%;
    height: auto;
    padding: 43px 0 50px 0;
    background: #0005FE;
    position: relative;
}
.information h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.docs {
    width: 960px; position: relative; margin: 0 auto;
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-align-content: space-between; align-content: space-between;
}
.docs a {
    text-decoration: none!important; color: #333333;
}
.docs a:hover, .docs a:focus, .docs a:active {
    text-decoration: none!important; color: #333333;
}
.docs-item {
    width: 470px; height: 117px; background: #FFFFFF url("../images/docs-icon.png") no-repeat left 30px top 20px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); border-radius: 4px;
    padding: 20px 10px 20px 77px; margin-bottom: 30px; position: relative;
}
.docs-item:hover, .docs-item:focus, .docs-item:active {
    background: #FFEB00 url("../images/docs-icon.png") no-repeat left 30px top 20px;
}
.docs-item p {
    font-family: "Roboto", sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; color: #333333;
}
.docs-item span {
    font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; line-height: 132.66%; color: #333333; position: absolute; left: 77px; bottom: 20px;
}
.info-text {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #FFFFFF;
    position: relative;
}
.info-text p {
    font-family: "Roboto", sans-serif; font-weight: 400; font-size: 16px; line-height: 21px; color: #333333;
}