.header-top {
  min-height: 90px;
  background-color: #fdfdfd;
}

.header-top__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
	padding-left: 25px;
	padding-right: 25px;
}

.header-top__phone a {
  color: #d2191b;
  font-size: 16px;
  font-weight: 700;
}

.header-top__contacts-wrapper {
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.header-top__buttons {
  display: flex;
}

.header-top__social {
  display: flex;
  align-items: center;
}

.header-top__buttons a:hover, .header-top__social a:hover {
	opacity: 0.8;
}

.header-top__social a {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.header-top__buttons a:first-child {
  margin-right: 27px;
}

.header-top__phone {
  display: flex;
  align-items: center;
}

.header-top__phone a:hover {
  color: #939598;
}

.header-top__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 166px;
  height: 40px;
  background-color: #d2191b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.page-title {
  margin-top: 40px;
}

header#offcanvas {
  display: none;
}

hr.custom-hr {
  height: 2px;
  background-color: #ebebeb;
  border: none;
}

.address-block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/addr1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  width: 47%;
  height: 429px;
  margin: 15px;
  padding: 90px;
  box-sizing: border-box;
}

.address-block-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/addr2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 429px;
  margin: 15px;
  padding: 90px;
  box-sizing: border-box;
}

.address-block-wrapper1 {
  margin-bottom: 58px;
}

.address-text {
  color: #fdfdfd;
  font-size: 22px;
  font-weight: 600;
}

.address-title {
  color: #ebebeb;
  font-size: 14px;
  font-weight: 400;
}

.address-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 55px;
}

.manager-block {
  padding: 104px 0;
  background-color: #eaeaea;
  background-image: url(../img/manager-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.manager-wrapper {
  background: url(../img/manager.png);
  background-repeat: no-repeat;
  height: 295px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.border-wrapper {
  border: 4px solid #d2191b;
  padding-left: 268px;
  width: 800px;
  height: 235px;
  padding-top: 30px;
  box-sizing: border-box;
  padding-right: 20px;
}

.border-wrapper span {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  margin-top: 2px;
}

.border-wrapper h2 {
  color: #2e1314;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.border-wrapper p {
  font-size: 14px;
  font-weight: 400;
}

footer.footer {
  min-height: 333px;
  background-color: #2e1314;
  padding: 0 277px;
}

ul.footer-menu a {
  color: #fdfdfd;
  font-size: 13px;
  font-weight: 400;
	padding: 0 5px 0 5px;
}

ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: center;
  padding: 0;
}

.footer-layer4 {
  text-align: center;
}

.footer-layer1 {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}

span.copiright {
  opacity: 0.3;
  color: #eeeeee;
  font-size: 12px;
  font-weight: 400;
  margin-top: 27px;
  padding-bottom: 20px;
  display: block;
}

.footer-phone {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social a {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.footer-layer3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.form-block {
  display: flex;
}

.form-block__left {
  width: 60%;
  height: 434px;
}

.form-block__right {
  width: 40%;
  height: 434px;
  background-color: #d2191b;
  padding-top: 90px;
  padding-left: 50px;
  padding-right: 90px;
  box-sizing: border-box;
}

h2.form-title {
  color: #fdfdfd;
  font-size: 22px;
  font-weight: 600;
}

.form-block__right form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-block__right form input[type="text"] {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.59);
  background: no-repeat;
  height: 45px;
  color: #fdfdfd;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.form-block__right button {
  width: 264px;
  height: 40px;
  background-color: #fdfdfd;
  border: none;
  color: #d2191b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 18px;
}

.form-block__right form input::-webkit-input-placeholder {
  color: #fdfdfd;
}

.form-block__right form input::-moz-placeholder {
  color: #fdfdfd;
}

/* Firefox 19+ */

.form-block__right form input:-moz-placeholder {
  color: #fdfdfd;
}

/* Firefox 18- */

.form-block__right form input:-ms-input-placeholder {
  color: #fdfdfd;
}

.form-block__left {
  background: url(https://academy-art.ru/upload/medialibrary/9af/9afbb8f70a73798d1862e1161dcf0b22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

input.form-block__name-input {
  background: url("../img/form-book.png") no-repeat left center !important;
}

input.form-block__phone-input {
  background: url("../img/form-phone.png") no-repeat left center !important;
}

.address-menu {
  position: relative;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.before-menu {
  height: 40px;
  display: flex;
  align-items: center;
}

.address-menu ul {
  display: none;
  position: absolute;
  background: #fff;
  /*width: 200px;*/
  top: 40px;
  padding: 10px 20px;
}

.address-menu li {
  margin-bottom: 7px;
  line-height: 17px;
}

.address-menu>a {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #2e1314;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-menu .fa.fa-caret-up {
  display: none;
}

.address-menu:hover .fa.fa-caret-up {
  display: flex;
}

.address-menu:hover .fa.fa-caret-down {
  display: none;
}

.address-menu:hover ul {
  display: block;
}

a.special-version {
  display: flex;
  align-items: center;
}

.address-menu i {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

ul.course-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.course-items li {
  width: 386px;
  height: 554px !important;
  margin: 15px;
}

ul.course-items .list__item .card {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0;
  box-shadow: 1px 1px 3px 0px #d0d0d0;
  overflow: hidden;
  position: relative;
}

ul.course-items .item-title {
  border-bottom: 4px solid #d2191b;
  padding-bottom: 10px;
  height: 65px;
  overflow: hidden;
}

.form-block__right {
  padding-top: 50px;
  color: #ffffff;
}

.form-block__right .c-group-button_descr {
  display: none !important;
}

.form-block__right a {
  color: #ffffff;
  text-decoration: underline;
}

.form-block__right a:hover {
  text-decoration: none;
}

.form-block__right .bitrixAjaxOrder h3 {
  color: #fdfdfd;
  font-size: 22px;
  font-weight: 600;
}

.form-block__right form input[type="text"] {
  margin-bottom: 0;
}

.form-block__right form input[name="form_text_1"] {
  background: url("../img/form-book.png") no-repeat left center !important;
}

.form-block__right form input[name="form_text_2"] {
  background: url("../img/form-phone.png") no-repeat left center !important;
}

.form-block__right input[type="submit"] {
  width: 264px;
  height: 40px;
  background-color: #fdfdfd !important;
  border: none;
  color: #d2191b !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 18px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-block__right .b-form-required {
  display: none !important;
}

.form-block__right .b-form-field__label {
  display: none !important;
}

.form-block__right .c-group-button {
  margin-top: 52px;
}

.address-block a:hover {
	opacity: 0.8;
}

.cours-body a:hover {
	opacity: 0.8;
}

.course-programm {
	width: 100%;
	text-align: left;
	margin: 60px 110px 50px 0;
	background-color: #fff5f2;
	padding: 25px 20px 25px 30px;
	position: relative;
}

.course-date {
	position: absolute;
	top: -25px;
	right: -110px;
	width: 400px;
	height: 110px;
	border-radius: 55px 0 0 55px;
	background-color: #d2191b;
	color: #fff;
	text-align: center;
}

.course-date > p {
	display: flex;
	padding: 15px 0 0 25px;
	font-size: 14px;
	margin: 0;
	justify-content: center;
}

.course-banner {
	width: 100%;
	height: auto;
}

.course-banner h2 {
	padding: 150px 0 150px 100px;
	font-weight: 100;
}

.course-banner h2 > p {
	margin: 0;
}

.course-banner h2 > p:nth-child(1) {
	font-size: 56px;
}

.course-banner h2 > p:nth-child(2) {
	font-size: 23px;
}

.main-programm__item > div {
	display: inline;
}

.main-programm__item p {
	margin: 0;
	padding: 9px 22px 10px 20px;
	color: #000;
	font-size: 30px;
	text-align: center;
}

.main-programm__item {
    width: 33%;
    margin-bottom: 52px;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main-programm__item > div:nth-child(1) {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ffdbd0;
}

.main-programm__item > div:nth-child(2) {
	width: 160px;
}

.main-programm {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.programm-footer {
	padding: 30px 45px 20px 45px;
	border-top: 1px solid #ffdbd0;
	display: flex;
	align-items: center;
}

.programm-footer a {
	padding: 10px 30px;
	background-color: #301617;
	color: #fff;
}

.programm-footer a:hover {
	opacity: 0.8;
}

.programm-footer > div {
    display: inline;
}

.programm-footer > div:nth-child(1) {
    margin-right: 40px;
}

.course-learn {
	padding: 0 110px 0 70px;
	width: 100%;
	margin-bottom: 50px;
}

.course-learn__item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffdbd0;
	padding: 15px 0;
}

.course-learn__item > div {
	display: inline;
}

.course-learn__item > div:nth-child(1) {
	font-size: 19px;
	padding-right: 10px;
}

.course-learn__item > div:nth-child(2) {
	font-size: 16px;
}

.fa-long-arrow-alt-right {
	color: RED;
}

.programm-body {
	font-size: 16px;
}

.course-teacher {
	padding: 0 110px 0 70px;
	width: 100%;
	margin-bottom: 30px;
}

.teacher-block {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.teacher-item {
    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.teacher-item > img {
	border-radius: 50%;
	object-fit: cover;
	object-position: 0 0;
	margin-right: 30px;
}

.certificate-block {
	width: 100%;
	height: 220px;
	background-color:#301617;
	margin-bottom: 80px;
	padding: 20px 0px 0px 70px;
	position: relative;
}

.certificate-block h2 {
	color: #fff;
}

.course-detail {
	font-family: 'ProximaNova';
	overflow: hidden;
}

.certificate-block input[type="text"] {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.59);
  background: no-repeat;
  height: 45px;
  color: #fdfdfd;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
}

.buy-certificate {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 16px;
	margin-bottom: 40px;
}

.certificate-info a {
	color: #fff;
	background-color: #D2191B;
	padding: 15px 40px;
}

.certificate-info a:hover {
	opacity: 0.8;
}

#certificate-hand {
	position: absolute;
	top: -100px;
	right: 0;
}

#certificate-logo {
	position: absolute;
	top: 60px;
	right: 480px;
}

.certificate-sum-label {
	margin-right: 20px;
}

.certificate-block-label {
	margin-bottom: 10px;
	font-size: 40px;
	display: flex;
	color: #fff;
}

.dates-block {
	display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
	padding: 0 5px 0 10px;
}

.dates-block-item {
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: center;
}

#date-circle {
	font-size: 5px;
	width: 5px;
	height: 5px;
	padding-right: 5px;
}
.footer-ministerstvo {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-top:25px;
}
.footer-ministerstvo a {
	color: #fdfdfd;
}
.footer-ministerstvo a:hover {
	color: #ed2429;
}
.cert-doc-block {

}
.cert-doc-block .cert-info {
	display:none;
	position: absolute;
	top:0;
	right:10px;
	width: 300px;
    background-color: #f2fee7;
    padding: 5px;
    border: 1px solid #c8f0a4;
	font-size:12px;
	z-index: 99;
	text-align:center;
}
.cert-doc-block:hover .cert-info {
	display:block;
}