img {
  max-width: 100%;
}

body {
  min-height: 100%;
}

.row {
  display: flex;
}

.col {
  padding: 0 15px;
}


/* Buttons start */
.theme__button {
  display: inline-block;
  border: none;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 45px;
  text-align: center;
  max-width: 100%;
  min-width: 290px;
  line-height: 16px;
  transition: all .3s;
}
.theme__button-light-red {
  background: #e5091a;
  color: #fff;
}

.theme__button-light-red:hover {
  background: #f12030;
}

.theme__button-light-red:active,
.theme__button-light-red:focus {
  background: #c40d1b;
}

.page-header__button {
  display: none;
}


.page-header-wrap {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .3s;
  z-index: 5;
}

.page-header {
  transition: all .3s;
  padding: 30px 0;
}
.page-header__row {
  justify-content: space-between;
  transition: all .3s;
}
.page-header__logo {}
.page-header__logo a {
  display: block;
}
.page-header__logo a img {
  display: block;
}
.page-header__logo-fixed {
  padding: 0;
  display: none;
}

.page-header__menu {
  padding-top: 10px;
  margin-left: auto;
}
.page-header__menu ul {
  display: flex;
}
.page-header__menu ul li {
  padding: 0 20px;
}
.page-header__menu ul li a {
  color: #fff;
  position: relative;
  display: block;
  padding-bottom: 15px;
  transition: all .3s;
}
.page-header__menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all .3s;
}

.page-header__menu ul li a.active:before,
.page-header__menu ul li a:hover:before {
  width: 100%;
}

.page-header-wrap-fixed {
  background: rgba(0, 0, 0, 0.8);
}
.page-header-wrap-fixed-top {
  top: 0;
}
.page-header-wrap-fixed .page-header {
  padding: 15px 0;
}
.page-header-wrap-fixed .page-header__logo-default {
  width: 0;
  padding: 0;
  overflow: hidden;
}
.page-header-wrap-fixed .page-header__logo-fixed {
  display: block;
  padding: 0 15px;
}
.page-header-wrap-fixed .page-header__menu {
  padding-top: 0;
}
.page-header-wrap-fixed .page-header__menu ul li a {
  padding-bottom: 0;
}
.page-header-wrap-fixed .page-header__row {
  align-items: center;
}


.practice-course {
  position: relative;
  background: url("../img/slide.jpg") top center / cover;
  padding: 50px 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 800px;
}
.practice-course__title {
  font-size: 54px;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
}
.practice-course__button {
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}
.practice-course__advantages {
  color: #fff;
  margin-bottom: -30px;
}
.practice-course__advantages_item {
  flex: 0 0 25%;
  padding-bottom: 30px;
}
.practice-course__advantages_item-icon {
  padding-bottom: 30px;
  height: 90px;
  display: flex;
  align-items: center;
}
.practice-course__advantages_item-icon img {
  display: block;
  max-height: 100%;
}
.practice-course__advantages_item-text {
  font-size: 20px;
}

.advantages {
  background: #f5f5f5;
  padding: 80px 0;
}
.advantages__items {
}
.advantages__items-item {
  flex: 0 0 25%;
  padding: 0 15px 30px;
  text-align: center;
}
.advantages__items-item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.advantages__items-item_icon img {
  display: block;
}
.advantages__items-item_text {
  padding-top: 20px;
  font-size: 20px;
}
.advantages__text {
  text-align: center;
  padding-top: 40px;
  color: #4f4b4a;
  font-size: 18px;
  padding-bottom: 20px;
}
.advantages__button {
  display: flex;
  justify-content: center;
}

.advantages__button button {
  width: 440px;
  max-width: 100%;
}

.be-professional {
  padding: 100px 0;
  background: url("../img/be-profesional.jpg") right top no-repeat;
  background-size: auto 100%;
}

.be-professional__row {}
.be-professional__title {
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 70px;
}
.be-professional__text {
  color: #4f4b4a;
  font-size: 20px;
}
.be-professional__video {}
.be-professional__video-item {
  border: 5px solid #fff;
  padding-top: 15px;
  padding-right: 15px;
  position: relative;
}

.be-professional__video-item iframe {
  display: block;
  position: relative;
  margin-bottom: -15px;
  margin-left: -15px;
}

.be-professional__video-item:before {
  content: '';
  position: absolute;
  background: url("../img/line.png");
  width: 156px;
  height: 56px;
  left: 20px;
  bottom: -40px;
  z-index: 5;
}

.choose {
  background: url("../img/choose_bg.jpg") left center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}

.choose__row {
  align-items: center;
}

.choose__text {
  font-size: 26px;
  flex: 0 0 55%;
}
.choose__items {
  margin-bottom: -25px;
  flex: 1 1 auto;
}
.choose__item {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.choose__item-icon {
  flex: 0 0 50px;
}
.choose__item-icon img {
  display: block;
}
.choose__item-text {}

.who-need {
  padding: 90px 0;
}

.who-need__title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 60px;
}

.who-need__items {
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.who-need__items-item {
  flex: 0 0 33.3333%;
  padding-bottom: 30px;
}

.who-need__items-item_inner {
  display: flex;
  align-items: flex-start;
  cursor: default;
}

.who-need__items-item_number {
  font-size: 72px;
  line-height: 1;
  color: #e1e1e1;
  flex: 0 0 100px;
  transition: all .3s;
}
.who-need__items-item_number img {
  display: block;
  margin-left: 5px;
  margin-top: 20px;
}

.who-need__items-item_text {
  padding-top: 4px;
  font-size: 20px;
  color: #4f4b4a;
}

.who-need__items-item_inner:hover .who-need__items-item_number  {
  color: #ffcf00;
}

.experts {
  padding: 90px 0;
  background: #f5f5f5;
}
.experts__title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 60px;
  font-size: 36px;
}

.experts__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}

.experts__items-item {
  flex: 0 0 25%;
  cursor: pointer;
}

.course__program-teachers .experts__items-item {
  flex: 0 0 20%;
}

.experts__items-item-img {
}

.experts__items-item-img img {
  display: block;
  border-radius: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.experts__items-item-img {
  background: url("../img/user-bg.png") no-repeat;
  background-size: 100%;
  padding: 15px 20px 22px 30px;
  transition: all .3s;
  position: relative;
}

.experts__items-item-img:before {
  content: '';
  left: 34px;
  top: 22px;
  width: 82%;
  height: 85%;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 6;
  display: none;
}

.experts__items-item-img-wrap {
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #ffcf00;
  position: relative;
}

.experts__items-item-img-wrap-outer {
  position: relative;
}

.experts__items-item-img-wrap-outer:before {
  content: '';
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 6;
}

.experts__items-item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.experts__items-item:hover .experts__items-item-img {
  background: url("../img/user-bg-yellow.png") no-repeat;
  background-size: 100%;
}

.experts__items-item-name {
  text-align: center;
  color: #4f4b4a;
  font-size: 24px;
  font-weight: 600;
  padding: 0 5px 5px;
}

.experts__items-item-work {
  color: #898989;
  font-size: 18px;
  text-align: center;
  padding: 0 5px 30px;
}

.yellow_order {
  background: #ffcf00;
  padding: 90px 0;
}

.yellow_order_row {
  align-items: center;
  justify-content: space-between;
}

.yellow_order_text {
  font-size: 36px;
}

.career {
  padding: 100px 0;
}

.career__title {
  font-size: 36px;
  text-align: center;
  padding-bottom: 70px;
  font-weight: 600;
}
.career__items {
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.career__items-item {
  flex: 0 0 33.33333%;
  padding-bottom: 30px;
}
.career__items-item-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
  font-weight: 600;
}
.career__items-item-title:after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffcf00;
  display: inline-flex;
}
.career__items-item-text {
  color: #4f4b4a;
}

.career__consult {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

.course__program {
  background: url("../img/program_Bg.jpg") bottom center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}

.course__program-title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 70px;
}

.course__program-items {
  flex-wrap: wrap;
}

.course__program-item {
  flex: 0 0 33.33333%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.course__program-item_inner {
  border: 1px solid #898989;
  padding: 30px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.course__program-item_inner:hover {
  background: #ffcf00;
  color: #000;
  border-color: #ffcf00;
}

.course__program-item-theme {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.course__program-item-title {
  font-size: 20px;
  padding-bottom: 20px;
}

.course__program-item-speaker {
  font-size: 18px;
  margin-top: auto;
}

.course__program-teachers-title {
  text-align: center;
  font-size: 28px;
  padding-bottom: 30px;
  padding-top: 40px;
}

.our-trust {
  padding: 90px 0;
}

.our-trust__wrap {
  display: flex;
  align-items: center;
}

.our-trust__title {
  font-size: 36px;
  font-weight: 600;
  flex: 0 0 280px;
}

.our-trust__items__row {
  align-items: center;
  justify-content: space-around;
}

.our-trust__items {
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.our-trust__item {
  display: flex;
  justify-content: center;
}

.our-trust__item img {
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.our-trust__item img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: gray;
  -webkit-filter: grayscale(0);
}

.serticficate {
  background: url(../img/serts_bg.png) 50% 50% / cover;
  padding: 90px 0;
}

.serticficate__title {
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}

.serticficate__subtitle {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 70px;
}

.serticficate__items {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.serticficate__items-item {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.serticficate__items-item_inner {

}

.serticficate__items-item-img {
  flex: 1 1 auto;
  display: flex;
}
.serticficate__items-item-img a {
  display: block;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.serticficate__items-item-img a img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.sert_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s;
}
.serticficate__items-item-img a:hover .sert_overlay {
  opacity: 1;
}

.serticficate__items-item-text {
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.set_question {
  background: url("../img/question_bg.jpg") left center;
  background-size: cover;
  padding-top: 30px;
}

.set_question__outer {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}

.set_question__row {
  justify-content: space-between;
  align-items: center;
}

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

.inputs .input {
  padding-bottom: 15px;
}
.inputs .input input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #898989;
  background: transparent;
  font-size: 20px;
  padding: 10px 0;
}

.inputs .checkbox {
  padding-bottom: 15px;
}
.inputs span.wpcf7-list-item {
  margin: 0!important;
}
.inputs .checkbox .wpcf7-list-item-label  {
  color: #898989;
}
.inputs .checkbox .wpcf7-not-valid .wpcf7-list-item-label  {
  color: red;
}

.inputs .textarea {
  padding-bottom: 15px;
}
.inputs .textarea textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #898989;
  background: transparent;
  font-size: 20px;
  padding: 10px 0;
  resize: none;
}
.inputs .submit {}
.inputs .submit button,
.inputs .submit input {}

.set_question__img_text_name {
  font-size: 24px;
}

.set_question__img_text_work {
  font-size: 20px;
  color: #666666;
}

.set_question__img_wrap img {
  display: block;
}

.page_footer {
  background: #000000;
  color: #fff;
}

.page_footer__bottom {
  padding: 15px 0;
  text-align: center;
  color: #898989;
}

.page_footer__top {
  padding-top: 40px;
}

.page_footer__contacts {
  flex: 0 0 350px;
  text-align: right;
}

.page_footer__address {
  margin-left: auto;
}

.page_footer__address-metro {
  display: flex;
  align-items: center;
}

.page_footer__address-metro img {
  display: block;
  margin-right: 16px;
}

.page_footer__contacts-phone {
  padding-bottom: 15px;
}
.page_footer__contacts-phone a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.page_footer__contacts-graphic {
  font-size: 20px;
  padding-bottom: 25px;
}

.page_footer__contacts-socials {}
.page_footer__contacts-socials ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
.page_footer__contacts-socials ul li {
  padding: 0 10px;
}
.page_footer__contacts-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page_footer__contacts-socials ul li a:hover {
  color: #000;
  background: #ffcf00;
  border-color: #ffcf00;
}

.modal_block {
  display: none;
  width: 700px;
  max-width: 100%;
  padding: 30px;
}

.modal_block__title {
  font-size: 36px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
}

.modal_block__call {
  text-align: center;
  color: #898989;
}

.modal_block__call a {
  color: #898989;
}

.modal_block .inputs .submit input {
  display: block;
  width: 100%;
}

.modal_block_thankyoutext {
  font-size: 24px;
  text-align: center;
  padding-bottom: 115px;
}

.modal_block_close {
  display: flex;
  justify-content: center;
}

.course__program-teachers .experts__items-item-name {
  color: #fff;
}
.course__program-teachers .experts__items-item-name {
  color: #fff;
}

.theme__info-head {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 20px;
  padding-bottom: 50px;
  margin: 0 -15px;
}

.theme__info-head-body {
  padding-bottom: 35px;
}

.theme__info-close {
  display: flex;
  justify-content: center;
}

.people_info_head {
  display: flex;
  margin: 0 -15px;
}

.people_info_head_photo {
  flex: 0 0 50%;
}

.people_info_head_photo_wrap {
  background: url(../img/user-bg.png) no-repeat;
  background-size: 100%;
  padding: 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.people_info_head_photo_wrap img {
  border-radius: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.people_info_head_photo_wrap_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.people_info_head_text_name {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.people_info_head_text_work {
  font-size: 18px;
  color: #4c4b4b;
}

.people_info_body {
  padding-top: 20px;
}

.toggle_menu {
  width: 35px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -moz-user-select: none;
}

.toggle_menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggle_menu span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.toggle_menu span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.toggle_menu span:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.toggle_menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

.toggle_menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.toggle_menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 8px;
}

.people_info_head_photo_wrap {
  position: relative;
}

.people_info_head_photo_wrap:before {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.events__page {
  padding-top: 100px;
}

.events {
  padding-bottom: 20px;
}
.events__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}
.events__item {
  flex: 0 0 50%;
  padding: 0 15px 50px;
}
.events__item-image {
  position: relative;
}
.events__item-image a {
  display: block;
  width: 100%;
  position: relative;
}
.events__item-image a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(31, 28, 22, 0.47);
  cursor: pointer;
  transition: all .3s;
}
.events__item-image a img {
  display: block;
  width: 100%;
}
.events__item-image-date {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(18, 18, 18, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 14px;
  width: 200px;
  text-align: center;
  z-index: 2;
}
.events__item-image-type {
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
  font-weight: bold;
  font-size: 24px;
  padding: 14px;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  text-align: center;
  z-index: 2;
  transition: all .3s;
}

.events__item:hover .events__item-image a:before {
  opacity: 0;
}
.events__item:hover .events__item-image-type.online {
  background: #24b208;
}
.events__item:hover .events__item-image-type.offline {
  background: #ffcb32;
  color: #000;
}

.events__item-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
}

.events__item-title a {
  color: #000000;
}
.events__item-title a:hover {
  text-decoration: underline;
}

.events__item-description {
  font-size: 20px;
}

.events-past {
  background: #252525;
  padding-top: 70px;
  padding-bottom: 20px;
  color: #fff;
}

.events-past .events__item {
  flex: 0 0 33.3333%;
}
.events-past .events__item-title a {
  color: #fff;
}

.events-past .events__item-date {
  color: #909090;
  font-size: 20px;
  font-weight: bold;
}


.event-page {}
.event-page__aside {
  flex: 0 0 390px;
  padding-bottom: 80px;
}
.event-page__register {
  padding-top: 50px;
}
.event-page__article {
  flex: 1 1 auto;
  padding-bottom: 80px;
}
.event-page__details {
  padding-top: 50px;
  border-top: 5px solid #ffcb32;
  border-bottom: 5px solid #ffcb32;
}
.event-page__details-item {
  padding-bottom: 50px;
}

.event-page__details-item-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding-bottom: 30px;
}
.event-page__details-item-value {
  font-size: 20px;
  color: #4f4b4a;
}

.event-page__image {
  position: relative;
}
.event-page__image img {
  display: block;
  width: 100%;
}
.event-page__image-type {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  font-weight: bold;
  font-size: 24px;
  padding: 14px;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  text-align: center;
  z-index: 2;
  transition: all .3s;
}

.event-page__image-type.online {
  background: #24b208;
}
.event-page__image-type.offline {
  background: #ffcb32;
  color: #000;
}

.event-page__text {

}

.event-page__text-title {
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}

.event-page__text .text_page {
  color: #4f4b4a;
}

.event-page__register-link {
  padding-bottom: 15px;
}

.event-page__register-link a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #3a99f2;
  color: #fff;
  border: none;
  border-radius: 10px;
  min-height: 60px;
  padding: 5px;
  font-weight: 600;
  font-size: 20px;
  transition: all .3s;
}
.event-page__register-link a img {
  margin-right: 5px;
  display: block;
}
.event-page__register-link a:hover {
  background: #2c87dc;;
}


.event-page__register-link button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #c4220c;
  color: #fff;
  border: none;
  border-radius: 10px;
  min-height: 60px;
  padding: 5px;
  font-weight: 600;
  font-size: 20px;
  transition: all .3s;
}

.event-page__register-link button:hover {
  background: #9e120f;
}

.events__row  {
  flex-wrap: wrap;
}