@charset "UTF-8";
html, body {
  max-width: 100%;
  background-color: #000000;
  /*overflow-x: hidden;*/
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  background-color: #000000;
  /*background: url('/wp-content/themes/kuchina/images/back_3.jpg');
  background-size: cover;
  background-attachment: fixed;*/
}

.debug {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 0px;
  font-size: 10px;
  padding: 3px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
}
.debug span {
  margin: 0px 5px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: white;
}

h1, h2 {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.button {
  cursor: pointer;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: inline-block;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  border: none;
  border-radius: 5px;
}

.button_color_1 {
  background: #ec5700;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button_color_1:hover {
  background: #b55100;
}

.button_color_2 {
  background: linear-gradient(-70deg, #ffbb7f, rgba(237, 34, 24, 0.95), #ffbb7f);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button_color_2:hover {
  background: #ffbb7f;
}

.button_color_3 {
  background: #4d4d4d;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ec5700;
  padding: 7px 12px;
}

.button_color_3:hover {
  background: #ec5700;
}

.container-fluid {
  padding: 0;
}

.header_button_mobile {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.header_button_mobile div {
  width: 100%;
}

#contact_form {
  display: none;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 100%;
  max-width: 500px;
}

.wallet_form {
  overflow-y: auto;
}
.wallet_form .wallet_form_cadet_name {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.contact_form_content {
  width: 100%;
  padding: 10%;
}

.button_form_close {
  cursor: pointer;
}

.link_form_close {
  cursor: pointer;
  text-decoration: underline;
}

.form_header {
  margin-bottom: 20px;
  margin-top: -20px;
  width: 100%;
  display: flex;
}

.form_header_text {
  width: 100%;
  margin: auto;
  margin-left: 0;
}

.form_header_text h2 {
  margin: 0px 0px 0px;
  font-size: var(--font-size-6);
  font-weight: 600;
  padding: 0;
}

.form_header_button {
  width: 20px;
  margin: auto;
  margin-right: 0;
}

.form_header_button img {
  width: 100%;
}

.form_inputs {
  width: 100%;
}

#glass {
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#div_call_file {
  display: none;
}

.cf_input {
  margin-bottom: 15px;
}

.contact_form_fields .cf_line {
  width: 100%;
}
.contact_form_fields .cf_line .text_3 {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000000;
}
.contact_form_fields .cf_line .text_3 a:hover {
  color: #000000;
  text-decoration: underline;
}

#call_submitPlace {
  display: flex;
}

.button_send_message {
  margin: auto;
}

.form_message {
  width: calc(100% - 100px);
  margin: 10px 0px 20px;
  font-size: 14px;
  color: #8b0000;
}
.form_message p {
  font-size: 16px;
}

#contact_form input[type=text], #contact_form input[type=tel], #contact_form input[type=number] {
  width: 100%;
}

.call_courses_block {
  padding-left: 50px;
  border: 1px solid #dddddd;
}
.call_courses_block .text_top {
  margin: 10px 10px 20px -40px;
  font-weight: bold;
}
.call_courses_block .text_bottom {
  margin: 10px 10px 20px -40px;
}

#wallet_form {
  display: none;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 100%;
  max-width: 500px;
}

.warning {
  border: 1px solid #ff0000;
  background: #f0ece8;
  margin: 20px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.warning_tickets {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ff0000;
  padding: 20px;
}

/* убираем стрелки у поля number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

/* бликуем */
.button > span {
  position: relative;
}

.button > span:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -100px;
  width: 250%;
  height: 300%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) no-repeat -7em 0%;
  background-size: 7em 100%;
  -moz-transform: skewX(-50deg);
  -o-transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
}

.button > span.blink_on:after {
  transition: 0.3s linear;
  background-position: 130% 0%;
}

.navbar-toggler {
  background-color: #ffffff !important;
}

.main_tile {
  display: flex;
  flex-wrap: wrap;
}
.main_tile .tile_block {
  width: 100%;
}

.lb .container, .template_person .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* МОДАЛЬНОЕ ОКНО */
/* Затемнённый фон */
#overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

/* Модальное окно */
.window_dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 20px 15px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: 80vh;
  min-width: 320px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 8px;
  box-sizing: border-box;
}
.window_dialog .zal_map_form_text {
  width: 100%;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  background: #f0f0f0;
}
.window_dialog .zal_map_form_checkbox {
  margin-left: 0;
}

/* Контент внутри модального окна */
#overlay-content {
  margin-top: 10px;
}

/* Кнопка закрытия */
#overlay-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

#overlay-close:hover {
  color: #000;
}

.logo_site {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.logo_site img {
  width: 240px;
}

.logo_fixed {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.logo_fixed img {
  width: 50px;
}

.slider_main {
  height: 300px;
  background-color: #000;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.slider_main .slide {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider_main .slide .slide-image {
  width: 100%;
  height: 100%;
}
.slider_main .slide .slide-image img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider_main .slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 40px;
  right: 0;
  left: 0;
}
.slider_main .slide .slide-overlay h2 {
  font-size: 2rem;
  margin: 0;
}
.slider_main .slide .slide-overlay p {
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
}

.header {
  background-color: #393939;
  height: 180px;
}
.header .container {
  background-color: #393939;
}
.header .container .header_top {
  height: 100px;
}
.header .container .header_top .phone {
  /*display: flex;
  justify-content: center;*/
  padding-top: 3px;
  font-family: "Roboto Condensed", sans-serif;
}
.header .container .header_top .phone .phone_icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .header_top .phone .phone_icon img {
  width: 70%;
}
.header .container .header_top .phone .phone_num a {
  color: #ffbb7f;
  font-size: 25px;
}
.header .container .header_top .phone .phone_num a:hover {
  color: #ffffff;
}
.header .container .header_top .phone .phone_description {
  margin-top: 0px;
  line-height: 1 !important;
}
.header .container .header_top .phone .phone_description a {
  font-size: 15px;
  color: #ffffff;
}
.header .container .header_top .phone .phone_description a:hover {
  color: #ff7300;
}
.header .container .header_top .deviz {
  font-family: "Marck Script", sans-serif;
  color: #ffbb7f;
  font-size: 34px;
  line-height: 1 !important;
  margin-top: 20px;
}
.header .container .header_top .deviz .top {
  text-align: left;
}
.header .container .header_top .deviz .bottom {
  text-align: right;
}
.header .container .header_bottom {
  height: 78px;
}
.header .container .header_bottom .header_peoples_back {
  background: url("/wp-content/themes/kuchina/images/peoples_back.png");
}
.header .container .button {
  margin: auto;
  margin-top: 10px;
}

/** НАВИГАТОР **/
.navigator {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.navigator .header-menu {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.navigator .header-menu .items {
  display: flex;
  vertical-align: center;
}
.navigator .header-menu .items .item_left {
  display: flex;
  margin: auto;
  margin-left: 0;
  position: relative;
}
.navigator .header-menu .items .item_left .menu_item {
  cursor: pointer;
  padding: 5px 10px;
}
.navigator .header-menu .items .item_left .menu_item a {
  color: #ffbb7f;
}
.navigator .header-menu .items .item_left .menu_item:hover {
  background: #555555;
}
.navigator .header-menu .items .item_left .menu_item:hover a {
  color: #ffffff;
}
.navigator .header-menu .items .item_left .menu_all_items {
  position: absolute;
  z-index: 1000;
  background: #222222;
  box-shadow: 1px 1px 6px #000000;
}
.navigator .header-menu .items .item_left .menu_all_items .menu_subitem {
  padding: 10px 15px;
  border-bottom: 1px solid #505050;
}
.navigator .header-menu .items .item_left .menu_item_login a {
  color: #ff7300 !important;
}
.navigator .header-menu .items .item_left .menu_sandvich {
  display: flex;
  padding: 0;
  margin-top: -5px;
  border: 1px solid #555555;
  border-radius: 4px;
}
.navigator .header-menu .items .item_left .menu_sandvich .sandvich {
  font-size: 20px;
  line-height: 0.9;
}
.navigator .header-menu .items .item_right {
  display: flex;
  margin: auto;
  margin-right: 0;
  justify-content: right;
}
.navigator .header-menu .items .item_right .menu_item {
  cursor: pointer;
  padding: 5px 10px;
}
.navigator .header-menu .items .item_right .menu_item a {
  color: #ffbb7f;
}
.navigator .header-menu .items .item_right .menu_item:hover {
  background: #555555;
}
.navigator .header-menu .items .item_right .menu_item:hover a {
  color: #ffffff;
}
.navigator .header-menu .items .item_right .menu_all_items {
  position: absolute;
  z-index: 1000;
  background: #222222;
  box-shadow: 1px 1px 6px #000000;
}
.navigator .header-menu .items .item_right .menu_all_items .menu_subitem {
  padding: 10px 15px;
  border-bottom: 1px solid #505050;
}
.navigator .header-menu .items .item_right .menu_item_login a {
  color: #ff7300 !important;
}
.navigator .header-menu .items .item_right .menu_sandvich {
  display: flex;
  padding: 0;
  margin-top: -5px;
  border: 1px solid #555555;
  border-radius: 4px;
}
.navigator .header-menu .items .item_right .menu_sandvich .sandvich {
  font-size: 20px;
  line-height: 0.9;
}
.navigator_fix {
  top: 0px;
  position: fixed;
  z-index: 1000;
  /*top: 0px;*/
}

.navigator_fix_adminbar {
  top: 30px;
  position: fixed;
  z-index: 1000;
  /*top: 0px;*/
}

.lb_2 {
  height: 560px;
  padding-top: 0;
  padding-bottom: 40px;
}
.lb_2 #b1_container_1 {
  display: none;
}
.lb_2 #b1_container_2 {
  display: block;
}
.lb_2 .line_1 {
  margin-bottom: 60px;
}
.lb_2 .line_1 h1 {
  font-size: 60px;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
  border-bottom: 1px solid #836f5e;
  text-shadow: 1px 1px 6px #000000;
}
.lb_2 .line_1 h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 65px;
  text-align: right;
  text-shadow: 1px 1px 6px #000000;
}
.lb_2 .line_2 .text_1 {
  /*background: rgba(255, 255, 256, 0.8);*/
  text-align: left;
  border-radius: 10px;
}
.lb_2 .line_2 .text_1 h3 {
  font-size: 39px;
  font-weight: 300;
  color: #ffbb7f;
  text-transform: uppercase;
  margin: 60px auto 0px;
  /*text-shadow: $font-shadow-1;*/
}
.lb_2 .line_2 .text_1 h3.text_2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin: 10px auto 60px;
  /*text-shadow: $font-shadow-1;*/
}

.lb_3 {
  background: #ffbb7f;
}
.lb_3 .container {
  background-color: #e8ac76;
}
.lb_3 .container h1 {
  font-size: 39px;
  color: #5d4f43;
  text-transform: uppercase;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_3 .container .block_1 {
  position: relative;
}
.lb_3 .container .block_1 .title_x {
  position: absolute;
  z-index: 100;
  left: 170px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  padding: 3px 20px;
  text-transform: uppercase;
}
.lb_3 .container .block_1 .title_x .subtitle {
  font-size: 17px;
  margin-bottom: -10px;
}
.lb_3 .container .block_1 .title_x .title {
  font-size: 29px;
}
.lb_3 .container .block_1 img {
  border-radius: 10px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_3 .container .btn {
  display: flex;
}
.lb_3 .container .btn .button {
  margin: auto;
  margin-top: 40px;
}

.lb_4 {
  background: #504439;
  text-transform: uppercase;
  color: #ffffff;
}
.lb_4 .container {
  background-color: #443a30;
}
.lb_4 .container h1 {
  font-size: 39px;
  color: #ffd9b8;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
}
.lb_4 .container h3 {
  font-size: 29px;
  font-weight: 300;
}
.lb_4 .container .block_1 div {
  display: flex;
}
.lb_4 .container .block_1 div img {
  width: 60%;
  margin: auto;
  margin-left: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_4 .container .block_1 div h3 {
  margin: auto;
  margin-right: 0;
  text-align: right;
}
.lb_4 .container .block_1 .b_1 {
  border-bottom: 1px solid #5f5044;
}
.lb_4 .container .block_2 div {
  display: flex;
}
.lb_4 .container .block_2 div img {
  width: 60%;
  margin: auto;
  margin-right: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_4 .container .block_2 div h3 {
  margin: auto;
  margin-left: 0;
  text-align: left;
}
.lb_4 .container .block_2 .b_1 {
  border-bottom: 1px solid #5f5044;
}
.lb_4 .container .btn {
  display: flex;
}
.lb_4 .container .btn .button {
  margin: auto;
  margin-top: 40px;
}

.lb_5 {
  background: #ffbb7f;
  text-transform: uppercase;
  color: #5d4f43;
}
.lb_5 .container {
  background-color: #e8ac76;
}
.lb_5 .container h1 {
  font-size: 39px;
  color: #5d4f43;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_5 .container h3 {
  font-size: 25px;
}
.lb_5 .container .block_1 div {
  display: flex;
}
.lb_5 .container .block_1 div h3 {
  margin: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_5 .container .block_2 div {
  display: flex;
}
.lb_5 .container .block_2 div h3 {
  margin: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lb_6 {
  background: #786964;
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
}
.lb_6 .container {
  background-color: #6c5e5a;
}
.lb_6 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
}
.lb_6 .container h3 {
  font-weight: 300;
  text-align: left;
}
.lb_6 .container .text {
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px;
  color: #ffbb7f;
}

.lb_7 {
  background: #ffbb7f;
  text-transform: uppercase;
  font-size: 25px;
  color: #5d4f43;
}
.lb_7 .container {
  background-color: #e8ac76;
}
.lb_7 .container h1 {
  font-size: 39px;
  font-weight: 500;
  color: #5d4f43;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_7 .container h3 {
  margin: auto;
  margin-left: 0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 300;
  text-align: left;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_7 .container .text {
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px;
  color: #ffbb7f;
}
.lb_7 .container .line_1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.lb_7 .container .line_1 h4 {
  margin: 20px auto;
  text-align: center;
}
.lb_7 .container .line_1 div {
  display: flex;
}
.lb_7 .container .line_1 div img {
  margin: auto;
  width: 90%;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lb_8 {
  background: #1c1c1d;
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
}
.lb_8 .container {
  background-color: #000000;
}
.lb_8 .container h1 {
  font-size: 39px;
  color: #ffbb7f;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
}
.lb_8 .container .photo {
  display: flex;
}
.lb_8 .container .photo img {
  width: 50%;
  margin: auto;
}
.lb_8 .container h3 {
  margin: auto;
  margin-left: 0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 300;
  text-align: left;
  color: #ffd9b8;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_8 .container .block_1 h3 {
  text-align: right;
}
.lb_8 .container ul {
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px;
  color: #ffbb7f;
}
.lb_8 .container .display_big {
  display: flex;
}
.lb_8 .container .display_small {
  display: none;
}
.lb_8 .container .btn {
  display: flex;
}
.lb_8 .container .btn .button {
  margin: auto;
  margin-top: 40px;
}

.lb_9 {
  background: #ffbb7f;
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
}
.lb_9 .container {
  background-color: #e8ac76;
}
.lb_9 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
}
.lb_9 .container .text_1 {
  font-size: 21px;
  font-weight: 300;
  text-align: right;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  padding-right: 10px;
  margin-bottom: 50px;
  color: #5d4f43;
}
.lb_9 .container .text_2 {
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  margin-bottom: 50px;
  color: #5d4f43;
}

.lb_11 {
  background: #786964;
  font-size: 25px;
}
.lb_11 .container {
  background-color: #6c5e5a;
}
.lb_11 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
  text-transform: uppercase;
}
.lb_11 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_11 .container .text {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #ffbb7f;
}
.lb_11 .container .text_left {
  text-align: right;
}
.lb_11 .container .text_right {
  text-align: left;
}
.lb_11 .container .video {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_11 .container .video video {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_11 .container .video_small {
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_11 .container .video_small video {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_11 .container .img {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_11 .container .img img {
  width: 100%;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}

.lb_13 {
  background: #504949;
  font-size: 25px;
}
.lb_13 .container {
  background-color: #474141;
}
.lb_13 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
  text-transform: uppercase;
}
.lb_13 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_13 .container .text {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #ffbb7f;
}
.lb_13 .container .text_left {
  text-align: right;
}
.lb_13 .container .text_right {
  text-align: left;
}
.lb_13 .container .video {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_13 .container .video video {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}

.lb_14 {
  background: #eacfb7;
  color: #5d4f43;
}
.lb_14 .container {
  background-color: #d4bba6;
}
.lb_14 .container h1 {
  font-size: 39px;
  color: #5d4f43;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.lb_14 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #5d4f43;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_14 .container .video {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_14 .container .video video {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_14 .container .img {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.lb_14 .container .img img {
  width: 100%;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
.lb_14 .container .text {
  font-size: 19px;
  font-weight: 300;
  color: #5d4f43;
}
.lb_14 .container .event_autor {
  font-weight: 400;
}
.lb_14 .container .event_description {
  margin-top: 20px;
}

.lb_15 {
  background: #786964;
  font-size: 25px;
}
.lb_15 .container {
  background-color: #6c5e5a;
}
.lb_15 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
  text-transform: uppercase;
}
.lb_15 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_15 .container h3 {
  font-size: 21px;
  font-weight: 400;
  color: #e3e3e3;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.lb_15 .container .img {
  display: flex;
}
.lb_15 .container .img img {
  width: 100%;
  margin: 0 auto 40px;
}
.lb_15 .container .text {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #ead1bc;
}
.lb_15 .container .text_group {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #e3e3e3;
}
.lb_15 .container .text_group li {
  margin-left: -15px;
}
.lb_15 .container .text_group span {
  color: #ffffff;
}
.lb_17 {
  background: #eacfb7;
  text-transform: uppercase;
  color: #5d4f43;
}
.lb_17 .container {
  cursor: pointer;
  background-color: #d4bba6;
}
.lb_17 .container h1 {
  font-size: 39px;
  color: #5d4f43;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_17 .container h3 {
  font-size: 25px;
}
.lb_17 .container .block_1 div {
  display: flex;
}
.lb_17 .container .block_1 div h3 {
  margin: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_17 .container .block_2 div {
  display: flex;
}
.lb_17 .container .block_2 div h3 {
  margin: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lb_17 .container:hover {
  background-color: #e2c7b1;
}

.lb_18 {
  background: #786964;
  font-size: 25px;
}
.lb_18 .container {
  background-color: #6c5e5a;
}
.lb_18 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
  text-transform: uppercase;
}
.lb_18 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_18 .container .text {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #ffbb7f;
  padding: 0 7%;
}
.lb_18 .container .text a {
  color: #ffffff;
}

.lb_19 {
  background: #786964;
  font-size: 25px;
}
.lb_19 .container {
  background-color: #6c5e5a;
}
.lb_19 .container h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #836f5e;
  text-transform: uppercase;
}
.lb_19 .container h2 {
  font-size: 29px;
  font-weight: 300;
  color: #ffd9b8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_19 .container .text {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #ffbb7f;
}
.lb_19 .container .text_left {
  text-align: right;
}
.lb_19 .container .text_right {
  text-align: left;
}
.lb_19 .container .img {
  display: flex;
}
.lb_19 .container .img img {
  width: 300px;
  margin: auto;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lb_announce_course_1 {
  background: #eacfb7;
  color: #2f2f2f;
}
.lb_announce_course_1 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_course_1 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_course_1 .container h2 a {
  text-decoration: none;
}
.lb_announce_course_1 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_course_1 .container h3 {
  font-size: 25px;
}
.lb_announce_course_1 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_course_1 .container .text_center {
  text-align: center;
}
.lb_announce_course_1 .container .text_left {
  text-align: right;
}
.lb_announce_course_1 .container .text_right {
  text-align: left;
}
.lb_announce_course_1 .container .img {
  width: 100%;
}
.lb_announce_course_1 .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_course_1 .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_1 .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_1 .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_1 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_course_1 .container .img img {
  width: 100%;
}
.lb_announce_course_1 .container a {
  text-decoration: underline;
}
.lb_announce_course_1 .container {
  background-color: #d4bba6;
}
.lb_announce_course_1 .container h1 {
  color: #5d4f43;
}
.lb_announce_course_1 .container h2, .lb_announce_course_1 .container h2 > a {
  color: #5d4f43;
}
.lb_announce_course_1 .container h2 a:hover, .lb_announce_course_1 .container h2 > a a:hover {
  color: #ffffff;
}
.lb_announce_course_1 .container a {
  color: #ffffff;
}
.lb_announce_course_1 .container a:hover {
  color: #ff7300;
}

.lb_announce_course_2 {
  background: #504439;
  color: #ffffff;
}
.lb_announce_course_2 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_course_2 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_course_2 .container h2 a {
  text-decoration: none;
}
.lb_announce_course_2 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_course_2 .container h3 {
  font-size: 25px;
}
.lb_announce_course_2 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_course_2 .container .text_center {
  text-align: center;
}
.lb_announce_course_2 .container .text_left {
  text-align: right;
}
.lb_announce_course_2 .container .text_right {
  text-align: left;
}
.lb_announce_course_2 .container .img {
  width: 100%;
}
.lb_announce_course_2 .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_course_2 .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_2 .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_2 .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_2 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_course_2 .container .img img {
  width: 100%;
}
.lb_announce_course_2 .container a {
  text-decoration: underline;
}
.lb_announce_course_2 .container {
  background-color: #443a30;
}
.lb_announce_course_2 .container h1 {
  color: #ffd9b8;
}
.lb_announce_course_2 .container h2 {
  color: #ffd9b8;
}
.lb_announce_course_2 .container a {
  color: #ffbb7f;
}
.lb_announce_course_2 .container a:hover {
  color: #ff7300;
}

.lb_announce_course_3 {
  background: #786964;
}
.lb_announce_course_3 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_course_3 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_course_3 .container h2 a {
  text-decoration: none;
}
.lb_announce_course_3 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_course_3 .container h3 {
  font-size: 25px;
}
.lb_announce_course_3 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_course_3 .container .text_center {
  text-align: center;
}
.lb_announce_course_3 .container .text_left {
  text-align: right;
}
.lb_announce_course_3 .container .text_right {
  text-align: left;
}
.lb_announce_course_3 .container .img {
  width: 100%;
}
.lb_announce_course_3 .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_course_3 .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_3 .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_3 .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_3 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_course_3 .container .img img {
  width: 100%;
}
.lb_announce_course_3 .container a {
  text-decoration: underline;
}
.lb_announce_course_3 .container {
  background-color: #6c5e5a;
}
.lb_announce_course_3 .container h1 {
  color: #ffffff;
}
.lb_announce_course_3 .container h2 {
  color: #ffd9b8;
}
.lb_announce_course_3 .container .text {
  color: #ead1bc;
}
.lb_announce_course_3 .container a {
  color: #ffffff;
}
.lb_announce_course_3 .container a:hover {
  color: #ff7300;
}

.lb_announce_course_4 {
  background: #786964;
}
.lb_announce_course_4 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_course_4 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_course_4 .container h2 a {
  text-decoration: none;
}
.lb_announce_course_4 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_course_4 .container h3 {
  font-size: 25px;
}
.lb_announce_course_4 .container .text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_course_4 .container .text_left {
  text-align: right;
}
.lb_announce_course_4 .container .text_right {
  text-align: left;
}
.lb_announce_course_4 .container .video {
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_4 .container .img img {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_course_4 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_course_4 .container a {
  text-decoration: underline;
}
.lb_announce_course_4 .container {
  background-color: #6c5e5a;
}
.lb_announce_course_4 .container h1 {
  color: #ffffff;
}
.lb_announce_course_4 .container h2 {
  color: #ffd9b8;
}
.lb_announce_course_4 .container .text {
  color: #ead1bc;
}
.lb_announce_course_4 .container a {
  color: #ffffff;
}
.lb_announce_course_4 .container a:hover {
  color: #ff7300;
}

.lb_announce_book {
  background: #eacfb7;
  color: #2f2f2f;
}
.lb_announce_book .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_book .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_book .container h2 a {
  text-decoration: none;
}
.lb_announce_book .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_book .container h3 {
  font-size: 25px;
}
.lb_announce_book .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_book .container .text_center {
  text-align: center;
}
.lb_announce_book .container .text_left {
  text-align: right;
}
.lb_announce_book .container .text_right {
  text-align: left;
}
.lb_announce_book .container .img {
  width: 100%;
}
.lb_announce_book .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_book .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_book .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_book .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_book .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_book .container .img img {
  width: 100%;
}
.lb_announce_book .container a {
  text-decoration: underline;
}
.lb_announce_book .container {
  background-color: #d4bba6;
}
.lb_announce_book .container h1 {
  color: #5d4f43;
}
.lb_announce_book .container h2, .lb_announce_book .container h2 > a {
  color: #5d4f43;
}
.lb_announce_book .container h2 a:hover, .lb_announce_book .container h2 > a a:hover {
  color: #ffffff;
}
.lb_announce_book .container a {
  color: #ffffff;
}
.lb_announce_book .container a:hover {
  color: #ff7300;
}

.lb_announce_kapustnik {
  background: #504439;
  color: #ffffff;
}
.lb_announce_kapustnik .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_kapustnik .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_kapustnik .container h2 a {
  text-decoration: none;
}
.lb_announce_kapustnik .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_kapustnik .container h3 {
  font-size: 25px;
}
.lb_announce_kapustnik .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_kapustnik .container .text_center {
  text-align: center;
}
.lb_announce_kapustnik .container .text_left {
  text-align: right;
}
.lb_announce_kapustnik .container .text_right {
  text-align: left;
}
.lb_announce_kapustnik .container .img {
  width: 100%;
}
.lb_announce_kapustnik .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_kapustnik .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_kapustnik .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_kapustnik .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_kapustnik .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_kapustnik .container .img img {
  width: 100%;
}
.lb_announce_kapustnik .container a {
  text-decoration: underline;
}
.lb_announce_kapustnik .container {
  background-color: #443a30;
}
.lb_announce_kapustnik .container h1 {
  color: #ffd9b8;
}
.lb_announce_kapustnik .container h2 {
  color: #ffd9b8;
}
.lb_announce_kapustnik .container a {
  color: #ffbb7f;
}
.lb_announce_kapustnik .container a:hover {
  color: #ff7300;
}

.lb_announce_horizontal, .lb_announce_event_horizontal {
  background: #eacfb7;
  color: #2f2f2f;
}
.lb_announce_horizontal .container h1, .lb_announce_event_horizontal .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_horizontal .container h2, .lb_announce_event_horizontal .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_horizontal .container h2 a, .lb_announce_event_horizontal .container h2 a {
  text-decoration: none;
}
.lb_announce_horizontal .container h2 a:hover, .lb_announce_event_horizontal .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_horizontal .container h3, .lb_announce_event_horizontal .container h3 {
  font-size: 25px;
}
.lb_announce_horizontal .container .text, .lb_announce_event_horizontal .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
}
.lb_announce_horizontal .container .text_left, .lb_announce_event_horizontal .container .text_left {
  text-align: right;
}
.lb_announce_horizontal .container .text_right, .lb_announce_event_horizontal .container .text_right {
  text-align: left;
}
.lb_announce_horizontal .container .img img, .lb_announce_event_horizontal .container .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal .container .img .video, .lb_announce_event_horizontal .container .img .video {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal .container .img audio, .lb_announce_event_horizontal .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_horizontal .container .video, .lb_announce_event_horizontal .container .video {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal .container a, .lb_announce_event_horizontal .container a {
  text-decoration: underline;
}
.lb_announce_horizontal .container, .lb_announce_event_horizontal .container {
  background-color: #d4bba6;
}
.lb_announce_horizontal .container h1, .lb_announce_event_horizontal .container h1 {
  color: #5d4f43;
}
.lb_announce_horizontal .container h2, .lb_announce_horizontal .container h2 > a, .lb_announce_event_horizontal .container h2, .lb_announce_event_horizontal .container h2 > a {
  color: #5d4f43;
}
.lb_announce_horizontal .container h2 a:hover, .lb_announce_horizontal .container h2 > a a:hover, .lb_announce_event_horizontal .container h2 a:hover, .lb_announce_event_horizontal .container h2 > a a:hover {
  color: #ffffff;
}
.lb_announce_horizontal .container a, .lb_announce_event_horizontal .container a {
  color: #ffffff;
}
.lb_announce_horizontal .container a:hover, .lb_announce_event_horizontal .container a:hover {
  color: #ff7300;
}

.lb_announce_horizontal_dark, .lb_announce_event_horizontal_dark {
  background: #504439;
  color: #ffffff;
}
.lb_announce_horizontal_dark .container h1, .lb_announce_event_horizontal_dark .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_horizontal_dark .container h2, .lb_announce_event_horizontal_dark .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_horizontal_dark .container h2 a, .lb_announce_event_horizontal_dark .container h2 a {
  text-decoration: none;
}
.lb_announce_horizontal_dark .container h2 a:hover, .lb_announce_event_horizontal_dark .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_horizontal_dark .container h3, .lb_announce_event_horizontal_dark .container h3 {
  font-size: 25px;
}
.lb_announce_horizontal_dark .container .text, .lb_announce_event_horizontal_dark .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
}
.lb_announce_horizontal_dark .container .text_left, .lb_announce_event_horizontal_dark .container .text_left {
  text-align: right;
}
.lb_announce_horizontal_dark .container .text_right, .lb_announce_event_horizontal_dark .container .text_right {
  text-align: left;
}
.lb_announce_horizontal_dark .container .img img, .lb_announce_event_horizontal_dark .container .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal_dark .container .img .video, .lb_announce_event_horizontal_dark .container .img .video {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal_dark .container .img audio, .lb_announce_event_horizontal_dark .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_horizontal_dark .container .video, .lb_announce_event_horizontal_dark .container .video {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_horizontal_dark .container a, .lb_announce_event_horizontal_dark .container a {
  text-decoration: underline;
}
.lb_announce_horizontal_dark .container, .lb_announce_event_horizontal_dark .container {
  background-color: #443a30;
}
.lb_announce_horizontal_dark .container h1, .lb_announce_event_horizontal_dark .container h1 {
  color: #ffd9b8;
}
.lb_announce_horizontal_dark .container h2, .lb_announce_event_horizontal_dark .container h2 {
  color: #ffd9b8;
}
.lb_announce_horizontal_dark .container a, .lb_announce_event_horizontal_dark .container a {
  color: #ffbb7f;
}
.lb_announce_horizontal_dark .container a:hover, .lb_announce_event_horizontal_dark .container a:hover {
  color: #ff7300;
}

.lb_announce_event_vertical {
  background: #786964;
}
.lb_announce_event_vertical .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_event_vertical .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_event_vertical .container h2 a {
  text-decoration: none;
}
.lb_announce_event_vertical .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_event_vertical .container h3 {
  font-size: 25px;
}
.lb_announce_event_vertical .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_event_vertical .container .text_center {
  text-align: center;
}
.lb_announce_event_vertical .container .text_left {
  text-align: right;
}
.lb_announce_event_vertical .container .text_right {
  text-align: left;
}
.lb_announce_event_vertical .container .img {
  width: 100%;
}
.lb_announce_event_vertical .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_announce_event_vertical .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_vertical .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_vertical .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_vertical .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_event_vertical .container .img img {
  width: 100%;
}
.lb_announce_event_vertical .container a {
  text-decoration: underline;
}
.lb_announce_event_vertical .container {
  background-color: #6c5e5a;
}
.lb_announce_event_vertical .container h1 {
  color: #ffffff;
}
.lb_announce_event_vertical .container h2 {
  color: #ffd9b8;
}
.lb_announce_event_vertical .container .text {
  color: #ead1bc;
}
.lb_announce_event_vertical .container a {
  color: #ffffff;
}
.lb_announce_event_vertical .container a:hover {
  color: #ff7300;
}

.lb_feedback, .lb_interview, .lb_map {
  background: #504439;
  color: #ffffff;
}
.lb_feedback .container h1, .lb_interview .container h1, .lb_map .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_feedback .container h2, .lb_interview .container h2, .lb_map .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_feedback .container h2 a, .lb_interview .container h2 a, .lb_map .container h2 a {
  text-decoration: none;
}
.lb_feedback .container h2 a:hover, .lb_interview .container h2 a:hover, .lb_map .container h2 a:hover {
  text-decoration: underline;
}
.lb_feedback .container h3, .lb_interview .container h3, .lb_map .container h3 {
  font-size: 25px;
}
.lb_feedback .container .text, .lb_interview .container .text, .lb_map .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_feedback .container .text_center, .lb_interview .container .text_center, .lb_map .container .text_center {
  text-align: center;
}
.lb_feedback .container .text_left, .lb_interview .container .text_left, .lb_map .container .text_left {
  text-align: right;
}
.lb_feedback .container .text_right, .lb_interview .container .text_right, .lb_map .container .text_right {
  text-align: left;
}
.lb_feedback .container .img, .lb_interview .container .img, .lb_map .container .img {
  width: 100%;
}
.lb_feedback .container .img .images_announce, .lb_interview .container .img .images_announce, .lb_map .container .img .images_announce {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.lb_feedback .container .img .images_announce img, .lb_interview .container .img .images_announce img, .lb_map .container .img .images_announce img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_feedback .container .img .image_announce img, .lb_interview .container .img .image_announce img, .lb_map .container .img .image_announce img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_feedback .container .img .video, .lb_interview .container .img .video, .lb_map .container .img .video {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_feedback .container .img audio, .lb_interview .container .img audio, .lb_map .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_feedback .container .img img, .lb_interview .container .img img, .lb_map .container .img img {
  width: 100%;
}
.lb_feedback .container a, .lb_interview .container a, .lb_map .container a {
  text-decoration: underline;
}
.lb_feedback .container, .lb_interview .container, .lb_map .container {
  background-color: #443a30;
}
.lb_feedback .container h1, .lb_interview .container h1, .lb_map .container h1 {
  color: #ffd9b8;
}
.lb_feedback .container h2, .lb_interview .container h2, .lb_map .container h2 {
  color: #ffd9b8;
}
.lb_feedback .container a, .lb_interview .container a, .lb_map .container a {
  color: #ffbb7f;
}
.lb_feedback .container a:hover, .lb_interview .container a:hover, .lb_map .container a:hover {
  color: #ff7300;
}

.lb_announce_event_1 {
  background: #eacfb7;
  color: #2f2f2f;
}
.lb_announce_event_1 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_event_1 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_event_1 .container h2 a {
  text-decoration: none;
}
.lb_announce_event_1 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_event_1 .container h3 {
  font-size: 25px;
}
.lb_announce_event_1 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_event_1 .container .text_left {
  text-align: right;
}
.lb_announce_event_1 .container .text_right {
  text-align: left;
}
.lb_announce_event_1 .container .img img {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_1 .container .img .video {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_1 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_event_1 .container a {
  text-decoration: underline;
}
.lb_announce_event_1 .container {
  background-color: #d4bba6;
}
.lb_announce_event_1 .container h1 {
  color: #5d4f43;
}
.lb_announce_event_1 .container h2, .lb_announce_event_1 .container h2 > a {
  color: #5d4f43;
}
.lb_announce_event_1 .container h2 a:hover, .lb_announce_event_1 .container h2 > a a:hover {
  color: #ffffff;
}
.lb_announce_event_1 .container a {
  color: #ffffff;
}
.lb_announce_event_1 .container a:hover {
  color: #ff7300;
}

.lb_announce_event_2 {
  background: #504439;
  color: #ffffff;
}
.lb_announce_event_2 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_event_2 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_event_2 .container h2 a {
  text-decoration: none;
}
.lb_announce_event_2 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_event_2 .container h3 {
  font-size: 25px;
}
.lb_announce_event_2 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_event_2 .container .text_left {
  text-align: right;
}
.lb_announce_event_2 .container .text_right {
  text-align: left;
}
.lb_announce_event_2 .container .img img {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_2 .container .img .video {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_2 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_event_2 .container a {
  text-decoration: underline;
}
.lb_announce_event_2 .container {
  background-color: #443a30;
}
.lb_announce_event_2 .container h1 {
  color: #ffd9b8;
}
.lb_announce_event_2 .container h2 {
  color: #ffd9b8;
}
.lb_announce_event_2 .container a {
  color: #ffbb7f;
}
.lb_announce_event_2 .container a:hover {
  color: #ff7300;
}

.lb_announce_event_3 {
  background: #786964;
}
.lb_announce_event_3 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_event_3 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_event_3 .container h2 a {
  text-decoration: none;
}
.lb_announce_event_3 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_event_3 .container h3 {
  font-size: 25px;
}
.lb_announce_event_3 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_event_3 .container .text_left {
  text-align: right;
}
.lb_announce_event_3 .container .text_right {
  text-align: left;
}
.lb_announce_event_3 .container .img img {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_3 .container .img .video {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_3 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_event_3 .container a {
  text-decoration: underline;
}
.lb_announce_event_3 .container {
  background-color: #6c5e5a;
}
.lb_announce_event_3 .container h1 {
  color: #ffffff;
}
.lb_announce_event_3 .container h2 {
  color: #ffd9b8;
}
.lb_announce_event_3 .container .text {
  color: #ead1bc;
}
.lb_announce_event_3 .container a {
  color: #ffffff;
}
.lb_announce_event_3 .container a:hover {
  color: #ff7300;
}

.lb_announce_event_4 {
  background: #786964;
}
.lb_announce_event_4 .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lb_announce_event_4 .container h2 {
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lb_announce_event_4 .container h2 a {
  text-decoration: none;
}
.lb_announce_event_4 .container h2 a:hover {
  text-decoration: underline;
}
.lb_announce_event_4 .container h3 {
  font-size: 25px;
}
.lb_announce_event_4 .container .text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.lb_announce_event_4 .container .text_left {
  text-align: right;
}
.lb_announce_event_4 .container .text_right {
  text-align: left;
}
.lb_announce_event_4 .container .img img {
  width: 300px;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_4 .container .img .video {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lb_announce_event_4 .container .img audio {
  margin: auto;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
}
.lb_announce_event_4 .container a {
  text-decoration: underline;
}
.lb_announce_event_4 .container {
  background-color: #6c5e5a;
}
.lb_announce_event_4 .container h1 {
  color: #ffffff;
}
.lb_announce_event_4 .container h2 {
  color: #ffd9b8;
}
.lb_announce_event_4 .container .text {
  color: #ead1bc;
}
.lb_announce_event_4 .container a {
  color: #ffffff;
}
.lb_announce_event_4 .container a:hover {
  color: #ff7300;
}

.login_links {
  border-bottom: 1px solid #bd8459;
}
.login_links a {
  font-size: 16px;
  color: #ffbb7f;
}
.login_links a:hover {
  color: #ffffff;
}

.footer {
  background-color: #504439;
}
.footer .container {
  background-color: #443a30;
}
.footer .container .logo img {
  margin-top: 10px;
  width: 40%;
}
.footer .container .menu {
  padding-top: 20px;
}
.footer .container .menu ul {
  color: #ffffff;
}
.footer .container .menu ul a {
  color: #ffffff;
}
.footer .container .menu ul a:hover {
  color: #ffbb7f;
}
.footer .container .phone {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.footer .container .phone .phone_icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .container .phone .phone_icon img {
  width: 70%;
}
.footer .container .phone .phone_num a {
  color: #ffbb7f;
  font-size: 24px;
}
.footer .container .phone .phone_description {
  color: #ffffff;
  margin-top: -10px;
}
.footer .container .btn {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .btn .button {
  margin: auto;
  margin-top: 10px;
}
.footer .container .btn .icons {
  margin: 10px 20px;
  height: 50px;
  width: 100%;
}
.footer .container .btn .icons img {
  height: 100%;
  margin: 4px;
}
.footer .container .contacts div {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}
.footer .container .contacts div a {
  color: #ffbb7f;
}

.template_common {
  background: #eacfb7;
  color: #5d4f43;
}
.template_common .container {
  background-color: #d4bba6;
}
.template_common .container h1 {
  color: #ffffff;
}
.template_common .container .filter_buttons .filter_button {
  border-right: 1px solid #000000;
}
.template_common .container .filter_buttons .filter_button:hover {
  color: #000000;
}
.template_common .container .filter_buttons .filter_button_active a {
  color: #ffffff;
}
.template_common .container {
  font-size: 16px;
  padding-top: 20px;
}
.template_common .container .page_content {
  margin-left: 25px;
}
.template_common .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
}
.template_common .container h1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  font-weight: lighter;
}
.template_common .container h1 span.user_login {
  text-transform: lowercase !important;
  margin-right: 20px;
}
.template_common .container .filter_buttons {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 21px;
}
.template_common .container .filter_buttons .filter_button {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  /*border: 1px solid #888888;*/
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 3px;
  background: #ffffff;
}
.template_common .container .filter_buttons .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_common .container .filter_buttons .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_common .container .filter_buttons .filter_button_active a:hover {
  cursor: default;
}
.template_common .container .filter_buttons_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
}
.template_common .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_common .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_common .container .filter_buttons_2 .filter_button {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.template_common .container .filter_buttons_2 .filter_button:hover {
  cursor: pointer;
  color: #ffffff;
}
.template_common .container .filter_buttons_2 .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_common .container .filter_buttons_2 .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_common .container .filter_buttons_2 .filter_button_active a:hover {
  cursor: default;
}
.template_common .container .cadets_list_head {
  font-size: 17px;
  font-weight: 500;
}
.template_common .container .cadets_list_head div {
  margin-right: 0px;
}
.template_common .container .anketa_list_head {
  font-size: 15px;
  font-weight: 500;
  background: #efebe7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template_common .container .anketa_list_head div {
  margin-right: 0px;
}
.template_common .container .cadets_list div.row {
  cursor: pointer;
}
.template_common .container .cadets_list div.row div {
  font-size: 13px;
}
.template_common .container .cadets_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_common .container .cadets_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_common .container .cadets_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_common .container .cadets_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_common .container .anketa_list div.row:nth-child(odd) {
  background: #dad6d2;
}
.template_common .container .anketa_list div.row:nth-child(even) {
  background: #cdc9c6;
}
.template_common .container .anketa_list div.row {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.template_common .container .anketa_list div.row div {
  font-size: 14px;
}
.template_common .container .anketa_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_common .container .anketa_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_common .container .anketa_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_common .container .anketa_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_common .container .input_hour_minute {
  display: flex;
}
.template_common .container .input_hour_minute select {
  width: 70px;
}
.template_common .container .group_course_form .container {
  padding-bottom: 0px;
}
.template_common .container .group_course_form .container .row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.template_common .container .group_course_form .container .form-check-input {
  margin-left: 0;
}
.template_common .container .group_course_form .container label {
  display: flex;
  justify-content: right;
  text-align: right;
  margin: unset;
  align-content: center;
  flex-wrap: wrap;
}
.template_common .container .group_course_form .container .field_place {
  display: flex;
}
.template_common .container .group_course_form .container .group_course_link {
  color: #006fff;
  cursor: pointer;
}
.template_common .container .group_course_form .container .colors_themes {
  display: flex;
  justify-content: space-between;
}
.template_common .container .group_course_form .container .colors_themes div {
  width: 16%;
}
.template_common .container .group_course_form .container .colors_themes div input {
  margin-top: 5px;
}
.template_common .container .group_course_form .form-group {
  /*div.row:nth-child(2n) {
  	background: #d0cdc9;
  }*/
}
.template_common .container .group_course_form .form-group div.row {
  /*border-bottom: 1px solid #cccccc;*/
}
.template_common .container .group_course_form .form-group .group_course_code_sample {
  font-size: 12px;
  color: #666666;
}
.template_common .container .lessons_cadets_table {
  width: 100%;
  border: none;
}
.template_common .container .lesson_year, .template_common .container .lesson_month, .template_common .container .lesson_time, .template_common .container .lesson_day, .template_common .container .lesson_num_day {
  text-align: center;
  font-size: 12px;
}
.template_common .container .lct_td {
  height: 30px;
}
.template_common .container .lct_td .cadet_no_active_button {
  color: #ff0000;
  margin-right: 10px;
}
.template_common .container .table_lessons {
  overflow-x: auto;
}
.template_common .container .lessons_cadets_filter {
  display: flex;
  flex-wrap: nowrap;
}
.template_common .container .lessons_cadets_filter div:nth-child(1n) {
  width: 100px;
}
.template_common .container .lessons_cadets_filter div:nth-child(2n) {
  width: 150px;
}
.template_common .container .lessons_cadets_filter div:nth-child(3n) {
  width: 120px;
}
.template_common .container-accordion {
  padding: 10px !important;
  display: flex;
  flex-wrap: nowrap;
}
.template_common .container-accordion .table_cadets {
  width: 270px;
}
.template_common .cadet_actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.template_common .cadet_actions div {
  width: 50%;
  height: 18px;
  margin-right: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.template_common .cadet_actions_sample {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}
.template_common .cadet_actions_sample div {
  width: 70px;
  margin: 2px;
  padding: 1px 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.template_common .container .filter_buttons_2 {
  margin-bottom: 20px;
}
.template_common .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_common .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_common .container .group_course_form {
  width: 100%;
}
.template_common .article {
  padding: 10px 20px 40px;
}
.template_common .img {
  flex-wrap: wrap;
}
.template_common .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template_common .img .text_add {
  margin-top: 30px;
}
.template_common .sub_menu_content {
  margin-right: 0;
  margin-top: -30px;
}
.template_common .sub_menu_content li {
  border-left: 4px solid #ffffff;
  list-style-type: none;
  margin: 2px;
  margin-left: -25px;
}
.template_common .sub_menu_content li a {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000000;
  padding: 4px;
  padding-left: 8px;
  background: linear-gradient(to left, #d4bba6, #eaceb8);
  display: block;
}
.template_common .sub_menu_content li a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_common .sub_menu_content li.training a {
  background: linear-gradient(to left, #d4bba6, #dfc5af);
}
.template_common .sub_menu_content li.training a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_common .person_post {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}
.template_common .profile_block {
  padding-bottom: 20px !important;
}
.template_common .person_block_title {
  font-size: 25px;
}
.template_common .actings {
  margin-top: 20px;
}
.template_common .actings h3 {
  font-size: 18px;
}
.template_common .actings .sub_menu_content {
  margin-top: 20px;
}
.template_common .actings .sub_menu_content li {
  margin-left: -40px;
}
.template_common .payment_result {
  text-align: center;
  font-size: 25px;
  color: #000000;
  padding: 50px;
}
.template_common .place_selected_color {
  display: block;
  margin-bottom: 20px;
}
.template_common .place_selected_color .place_selected_color_0 {
  background: #86a796;
}
.template_common .place_selected_color .place_selected_color_1 {
  background: #db832e;
}
.template_common .place_selected_color .place_selected_color_2 {
  background: #72a8ca;
}
.template_common .place_selected_color div {
  display: flex;
  width: 100%;
}
.template_common .place_selected_color .place_selected_color_x {
  margin-right: 5px;
  border-radius: 4px;
  padding: 10px;
}
.template_common .zal_map_form_text {
  width: 100%;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  background: #f0f0f0;
}
.template_common .zal_map_form_checkbox {
  margin-left: 0;
}
.template_common .zal_map_title {
  font-size: 25px;
}
.template_common .teacher .row {
  background: #d4c3b4;
  margin-bottom: 2px;
}
.template_common .container {
  padding-bottom: 20px;
}
.template_common .container ol.oferta li {
  font-weight: bold;
}
.template_common .container ol.oferta li li {
  font-weight: normal;
}
.template_common .container .oferta_rec {
  margin-top: 30px;
  font-weight: normal;
}

.template_person {
  background: #eacfb7;
  color: #5d4f43;
}
.template_person .container {
  background-color: #d4bba6;
}
.template_person .container h1 {
  color: #ffffff;
}
.template_person .container .filter_buttons .filter_button {
  border-right: 1px solid #000000;
}
.template_person .container .filter_buttons .filter_button:hover {
  color: #000000;
}
.template_person .container .filter_buttons .filter_button_active a {
  color: #ffffff;
}
.template_person .container {
  font-size: 16px;
  padding-top: 20px;
}
.template_person .container .page_content {
  margin-left: 25px;
}
.template_person .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
}
.template_person .container h1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  font-weight: lighter;
}
.template_person .container h1 span.user_login {
  text-transform: lowercase !important;
  margin-right: 20px;
}
.template_person .container .filter_buttons {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 21px;
}
.template_person .container .filter_buttons .filter_button {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  /*border: 1px solid #888888;*/
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 3px;
  background: #ffffff;
}
.template_person .container .filter_buttons .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_person .container .filter_buttons .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_person .container .filter_buttons .filter_button_active a:hover {
  cursor: default;
}
.template_person .container .filter_buttons_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
}
.template_person .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_person .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_person .container .filter_buttons_2 .filter_button {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.template_person .container .filter_buttons_2 .filter_button:hover {
  cursor: pointer;
  color: #ffffff;
}
.template_person .container .filter_buttons_2 .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_person .container .filter_buttons_2 .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_person .container .filter_buttons_2 .filter_button_active a:hover {
  cursor: default;
}
.template_person .container .cadets_list_head {
  font-size: 17px;
  font-weight: 500;
}
.template_person .container .cadets_list_head div {
  margin-right: 0px;
}
.template_person .container .anketa_list_head {
  font-size: 15px;
  font-weight: 500;
  background: #efebe7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template_person .container .anketa_list_head div {
  margin-right: 0px;
}
.template_person .container .cadets_list div.row {
  cursor: pointer;
}
.template_person .container .cadets_list div.row div {
  font-size: 13px;
}
.template_person .container .cadets_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_person .container .cadets_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_person .container .cadets_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_person .container .cadets_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_person .container .anketa_list div.row:nth-child(odd) {
  background: #dad6d2;
}
.template_person .container .anketa_list div.row:nth-child(even) {
  background: #cdc9c6;
}
.template_person .container .anketa_list div.row {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.template_person .container .anketa_list div.row div {
  font-size: 14px;
}
.template_person .container .anketa_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_person .container .anketa_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_person .container .anketa_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_person .container .anketa_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_person .container .input_hour_minute {
  display: flex;
}
.template_person .container .input_hour_minute select {
  width: 70px;
}
.template_person .container .group_course_form .container {
  padding-bottom: 0px;
}
.template_person .container .group_course_form .container .row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.template_person .container .group_course_form .container .form-check-input {
  margin-left: 0;
}
.template_person .container .group_course_form .container label {
  display: flex;
  justify-content: right;
  text-align: right;
  margin: unset;
  align-content: center;
  flex-wrap: wrap;
}
.template_person .container .group_course_form .container .field_place {
  display: flex;
}
.template_person .container .group_course_form .container .group_course_link {
  color: #006fff;
  cursor: pointer;
}
.template_person .container .group_course_form .container .colors_themes {
  display: flex;
  justify-content: space-between;
}
.template_person .container .group_course_form .container .colors_themes div {
  width: 16%;
}
.template_person .container .group_course_form .container .colors_themes div input {
  margin-top: 5px;
}
.template_person .container .group_course_form .form-group {
  /*div.row:nth-child(2n) {
  	background: #d0cdc9;
  }*/
}
.template_person .container .group_course_form .form-group div.row {
  /*border-bottom: 1px solid #cccccc;*/
}
.template_person .container .group_course_form .form-group .group_course_code_sample {
  font-size: 12px;
  color: #666666;
}
.template_person .container .lessons_cadets_table {
  width: 100%;
  border: none;
}
.template_person .container .lesson_year, .template_person .container .lesson_month, .template_person .container .lesson_time, .template_person .container .lesson_day, .template_person .container .lesson_num_day {
  text-align: center;
  font-size: 12px;
}
.template_person .container .lct_td {
  height: 30px;
}
.template_person .container .lct_td .cadet_no_active_button {
  color: #ff0000;
  margin-right: 10px;
}
.template_person .container .table_lessons {
  overflow-x: auto;
}
.template_person .container .lessons_cadets_filter {
  display: flex;
  flex-wrap: nowrap;
}
.template_person .container .lessons_cadets_filter div:nth-child(1n) {
  width: 100px;
}
.template_person .container .lessons_cadets_filter div:nth-child(2n) {
  width: 150px;
}
.template_person .container .lessons_cadets_filter div:nth-child(3n) {
  width: 120px;
}
.template_person .container-accordion {
  padding: 10px !important;
  display: flex;
  flex-wrap: nowrap;
}
.template_person .container-accordion .table_cadets {
  width: 270px;
}
.template_person .cadet_actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.template_person .cadet_actions div {
  width: 50%;
  height: 18px;
  margin-right: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.template_person .cadet_actions_sample {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}
.template_person .cadet_actions_sample div {
  width: 70px;
  margin: 2px;
  padding: 1px 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.template_person .container .filter_buttons_2 {
  margin-bottom: 20px;
}
.template_person .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_person .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_person .container .group_course_form {
  width: 100%;
}
.template_person .article {
  padding: 10px 20px 40px;
}
.template_person .img {
  flex-wrap: wrap;
}
.template_person .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template_person .img .text_add {
  margin-top: 30px;
}
.template_person .sub_menu_content {
  margin-right: 0;
  margin-top: -30px;
}
.template_person .sub_menu_content li {
  border-left: 4px solid #ffffff;
  list-style-type: none;
  margin: 2px;
  margin-left: -25px;
}
.template_person .sub_menu_content li a {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000000;
  padding: 4px;
  padding-left: 8px;
  background: linear-gradient(to left, #d4bba6, #eaceb8);
  display: block;
}
.template_person .sub_menu_content li a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_person .sub_menu_content li.training a {
  background: linear-gradient(to left, #d4bba6, #dfc5af);
}
.template_person .sub_menu_content li.training a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_person .person_post {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}
.template_person .profile_block {
  padding-bottom: 20px !important;
}
.template_person .person_block_title {
  font-size: 25px;
}
.template_person .actings {
  margin-top: 20px;
}
.template_person .actings h3 {
  font-size: 18px;
}
.template_person .actings .sub_menu_content {
  margin-top: 20px;
}
.template_person .actings .sub_menu_content li {
  margin-left: -40px;
}
.template_person .payment_result {
  text-align: center;
  font-size: 25px;
  color: #000000;
  padding: 50px;
}
.template_person .place_selected_color {
  display: block;
  margin-bottom: 20px;
}
.template_person .place_selected_color .place_selected_color_0 {
  background: #86a796;
}
.template_person .place_selected_color .place_selected_color_1 {
  background: #db832e;
}
.template_person .place_selected_color .place_selected_color_2 {
  background: #72a8ca;
}
.template_person .place_selected_color div {
  display: flex;
  width: 100%;
}
.template_person .place_selected_color .place_selected_color_x {
  margin-right: 5px;
  border-radius: 4px;
  padding: 10px;
}
.template_person .zal_map_form_text {
  width: 100%;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  background: #f0f0f0;
}
.template_person .zal_map_form_checkbox {
  margin-left: 0;
}
.template_person .zal_map_title {
  font-size: 25px;
}
.template_person .teacher .row {
  background: #d4c3b4;
  margin-bottom: 2px;
}

.template_repertoire {
  background: #eacfb7;
  color: #5d4f43;
}
.template_repertoire .container {
  background-color: #d4bba6;
}
.template_repertoire .container h1 {
  color: #ffffff;
}
.template_repertoire .container .filter_buttons .filter_button {
  border-right: 1px solid #000000;
}
.template_repertoire .container .filter_buttons .filter_button:hover {
  color: #000000;
}
.template_repertoire .container .filter_buttons .filter_button_active a {
  color: #ffffff;
}
.template_repertoire .container {
  font-size: 16px;
  padding-top: 20px;
}
.template_repertoire .container .page_content {
  margin-left: 25px;
}
.template_repertoire .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
}
.template_repertoire .container h1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  font-weight: lighter;
}
.template_repertoire .container h1 span.user_login {
  text-transform: lowercase !important;
  margin-right: 20px;
}
.template_repertoire .container .filter_buttons {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 21px;
}
.template_repertoire .container .filter_buttons .filter_button {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  /*border: 1px solid #888888;*/
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 3px;
  background: #ffffff;
}
.template_repertoire .container .filter_buttons .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_repertoire .container .filter_buttons .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_repertoire .container .filter_buttons .filter_button_active a:hover {
  cursor: default;
}
.template_repertoire .container .filter_buttons_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
}
.template_repertoire .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_repertoire .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_repertoire .container .filter_buttons_2 .filter_button {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.template_repertoire .container .filter_buttons_2 .filter_button:hover {
  cursor: pointer;
  color: #ffffff;
}
.template_repertoire .container .filter_buttons_2 .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_repertoire .container .filter_buttons_2 .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_repertoire .container .filter_buttons_2 .filter_button_active a:hover {
  cursor: default;
}
.template_repertoire .container .cadets_list_head {
  font-size: 17px;
  font-weight: 500;
}
.template_repertoire .container .cadets_list_head div {
  margin-right: 0px;
}
.template_repertoire .container .anketa_list_head {
  font-size: 15px;
  font-weight: 500;
  background: #efebe7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template_repertoire .container .anketa_list_head div {
  margin-right: 0px;
}
.template_repertoire .container .cadets_list div.row {
  cursor: pointer;
}
.template_repertoire .container .cadets_list div.row div {
  font-size: 13px;
}
.template_repertoire .container .cadets_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_repertoire .container .cadets_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_repertoire .container .cadets_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_repertoire .container .cadets_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_repertoire .container .anketa_list div.row:nth-child(odd) {
  background: #dad6d2;
}
.template_repertoire .container .anketa_list div.row:nth-child(even) {
  background: #cdc9c6;
}
.template_repertoire .container .anketa_list div.row {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.template_repertoire .container .anketa_list div.row div {
  font-size: 14px;
}
.template_repertoire .container .anketa_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_repertoire .container .anketa_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_repertoire .container .anketa_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_repertoire .container .anketa_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_repertoire .container .input_hour_minute {
  display: flex;
}
.template_repertoire .container .input_hour_minute select {
  width: 70px;
}
.template_repertoire .container .group_course_form .container {
  padding-bottom: 0px;
}
.template_repertoire .container .group_course_form .container .row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.template_repertoire .container .group_course_form .container .form-check-input {
  margin-left: 0;
}
.template_repertoire .container .group_course_form .container label {
  display: flex;
  justify-content: right;
  text-align: right;
  margin: unset;
  align-content: center;
  flex-wrap: wrap;
}
.template_repertoire .container .group_course_form .container .field_place {
  display: flex;
}
.template_repertoire .container .group_course_form .container .group_course_link {
  color: #006fff;
  cursor: pointer;
}
.template_repertoire .container .group_course_form .container .colors_themes {
  display: flex;
  justify-content: space-between;
}
.template_repertoire .container .group_course_form .container .colors_themes div {
  width: 16%;
}
.template_repertoire .container .group_course_form .container .colors_themes div input {
  margin-top: 5px;
}
.template_repertoire .container .group_course_form .form-group {
  /*div.row:nth-child(2n) {
  	background: #d0cdc9;
  }*/
}
.template_repertoire .container .group_course_form .form-group div.row {
  /*border-bottom: 1px solid #cccccc;*/
}
.template_repertoire .container .group_course_form .form-group .group_course_code_sample {
  font-size: 12px;
  color: #666666;
}
.template_repertoire .container .lessons_cadets_table {
  width: 100%;
  border: none;
}
.template_repertoire .container .lesson_year, .template_repertoire .container .lesson_month, .template_repertoire .container .lesson_time, .template_repertoire .container .lesson_day, .template_repertoire .container .lesson_num_day {
  text-align: center;
  font-size: 12px;
}
.template_repertoire .container .lct_td {
  height: 30px;
}
.template_repertoire .container .lct_td .cadet_no_active_button {
  color: #ff0000;
  margin-right: 10px;
}
.template_repertoire .container .table_lessons {
  overflow-x: auto;
}
.template_repertoire .container .lessons_cadets_filter {
  display: flex;
  flex-wrap: nowrap;
}
.template_repertoire .container .lessons_cadets_filter div:nth-child(1n) {
  width: 100px;
}
.template_repertoire .container .lessons_cadets_filter div:nth-child(2n) {
  width: 150px;
}
.template_repertoire .container .lessons_cadets_filter div:nth-child(3n) {
  width: 120px;
}
.template_repertoire .container-accordion {
  padding: 10px !important;
  display: flex;
  flex-wrap: nowrap;
}
.template_repertoire .container-accordion .table_cadets {
  width: 270px;
}
.template_repertoire .cadet_actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.template_repertoire .cadet_actions div {
  width: 50%;
  height: 18px;
  margin-right: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.template_repertoire .cadet_actions_sample {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}
.template_repertoire .cadet_actions_sample div {
  width: 70px;
  margin: 2px;
  padding: 1px 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.template_repertoire .container .filter_buttons_2 {
  margin-bottom: 20px;
}
.template_repertoire .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_repertoire .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_repertoire .container .group_course_form {
  width: 100%;
}
.template_repertoire .article {
  padding: 10px 20px 40px;
}
.template_repertoire .img {
  flex-wrap: wrap;
}
.template_repertoire .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template_repertoire .img .text_add {
  margin-top: 30px;
}
.template_repertoire .sub_menu_content {
  margin-right: 0;
  margin-top: -30px;
}
.template_repertoire .sub_menu_content li {
  border-left: 4px solid #ffffff;
  list-style-type: none;
  margin: 2px;
  margin-left: -25px;
}
.template_repertoire .sub_menu_content li a {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000000;
  padding: 4px;
  padding-left: 8px;
  background: linear-gradient(to left, #d4bba6, #eaceb8);
  display: block;
}
.template_repertoire .sub_menu_content li a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_repertoire .sub_menu_content li.training a {
  background: linear-gradient(to left, #d4bba6, #dfc5af);
}
.template_repertoire .sub_menu_content li.training a:hover {
  background: linear-gradient(to left, #d4bba6, #c3ac99);
}
.template_repertoire .person_post {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}
.template_repertoire .profile_block {
  padding-bottom: 20px !important;
}
.template_repertoire .person_block_title {
  font-size: 25px;
}
.template_repertoire .actings {
  margin-top: 20px;
}
.template_repertoire .actings h3 {
  font-size: 18px;
}
.template_repertoire .actings .sub_menu_content {
  margin-top: 20px;
}
.template_repertoire .actings .sub_menu_content li {
  margin-left: -40px;
}
.template_repertoire .payment_result {
  text-align: center;
  font-size: 25px;
  color: #000000;
  padding: 50px;
}
.template_repertoire .place_selected_color {
  display: block;
  margin-bottom: 20px;
}
.template_repertoire .place_selected_color .place_selected_color_0 {
  background: #86a796;
}
.template_repertoire .place_selected_color .place_selected_color_1 {
  background: #db832e;
}
.template_repertoire .place_selected_color .place_selected_color_2 {
  background: #72a8ca;
}
.template_repertoire .place_selected_color div {
  display: flex;
  width: 100%;
}
.template_repertoire .place_selected_color .place_selected_color_x {
  margin-right: 5px;
  border-radius: 4px;
  padding: 10px;
}
.template_repertoire .zal_map_form_text {
  width: 100%;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  background: #f0f0f0;
}
.template_repertoire .zal_map_form_checkbox {
  margin-left: 0;
}
.template_repertoire .zal_map_title {
  font-size: 25px;
}
.template_repertoire .teacher .row {
  background: #d4c3b4;
  margin-bottom: 2px;
}
.template_repertoire .sub_menu_content {
  margin-top: 0px;
}

.template_profile {
  display: flex;
  min-height: 70vh;
  background: #c2beba;
  color: #2f2f2f;
}
.template_profile .container {
  background-color: #dad6d2;
}
.template_profile .container h1 {
  color: #ffffff;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}
.template_profile .container a {
  color: #0e4aa2;
}
.template_profile .container a:hover {
  color: #000000;
}
.template_profile .container .filter_buttons .filter_button {
  border-right: 1px solid #000000;
}
.template_profile .container .filter_buttons .filter_button:hover {
  color: #000000;
}
.template_profile .container .filter_buttons .filter_button_active a {
  color: #ffffff;
}
.template_profile .container .cadets_list_head div {
  border-bottom: 1px solid #aaaaaa;
}
.template_profile .container .cadets_list {
  color: #000000;
}
.template_profile .container .cadets_list div.row:hover, .template_profile .container .cadets_list div.row:nth-child(2n):hover {
  background: #c2c2c2 !important;
}
.template_profile .container .cadets_list div.row:nth-child(2n) {
  background: #dedede !important;
}
.template_profile .container .lesson_year {
  background: #cfccc8;
  border-right: 1px solid #999999;
}
.template_profile .container .lesson_month {
  background: #d4d1cd;
  border-right: 1px solid #999999;
}
.template_profile .container .lesson_num_day {
  background: #e8e6e4;
  border-right: 1px solid #999999;
}
.template_profile .container .lesson_time {
  background: #e2deda;
  border-right: 1px solid #bbbbbb;
}
.template_profile .container .lesson_day {
  border-right: 1px solid #bbbbbb;
}
.template_profile .container .lct_tr:hover {
  background: #e6e2de;
}
.template_profile .cadet_action_attendance_1 {
  background: #29cf01;
}
.template_profile .cadet_action_attendance_0 {
  background: #c3dbbf;
}
.template_profile .cadet_action_payment_1 {
  background: #ff7a7a;
}
.template_profile .cadet_action_payment_0 {
  background: #e1c3bc;
}
.template_profile .cadet_action:hover {
  background: #ffffff;
  cursor: pointer;
}
.template_profile .cadet_action_trial {
  background: #ffffff;
}
.template_profile .container {
  font-size: 16px;
  padding-top: 20px;
}
.template_profile .container .page_content {
  margin-left: 25px;
}
.template_profile .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
}
.template_profile .container h1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  font-weight: lighter;
}
.template_profile .container h1 span.user_login {
  text-transform: lowercase !important;
  margin-right: 20px;
}
.template_profile .container .filter_buttons {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 21px;
}
.template_profile .container .filter_buttons .filter_button {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  /*border: 1px solid #888888;*/
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 3px;
  background: #ffffff;
}
.template_profile .container .filter_buttons .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_profile .container .filter_buttons .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_profile .container .filter_buttons .filter_button_active a:hover {
  cursor: default;
}
.template_profile .container .filter_buttons_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
}
.template_profile .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_profile .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_profile .container .filter_buttons_2 .filter_button {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.template_profile .container .filter_buttons_2 .filter_button:hover {
  cursor: pointer;
  color: #ffffff;
}
.template_profile .container .filter_buttons_2 .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_profile .container .filter_buttons_2 .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_profile .container .filter_buttons_2 .filter_button_active a:hover {
  cursor: default;
}
.template_profile .container .cadets_list_head {
  font-size: 17px;
  font-weight: 500;
}
.template_profile .container .cadets_list_head div {
  margin-right: 0px;
}
.template_profile .container .anketa_list_head {
  font-size: 15px;
  font-weight: 500;
  background: #efebe7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template_profile .container .anketa_list_head div {
  margin-right: 0px;
}
.template_profile .container .cadets_list div.row {
  cursor: pointer;
}
.template_profile .container .cadets_list div.row div {
  font-size: 13px;
}
.template_profile .container .cadets_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_profile .container .cadets_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_profile .container .cadets_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_profile .container .cadets_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_profile .container .anketa_list div.row:nth-child(odd) {
  background: #dad6d2;
}
.template_profile .container .anketa_list div.row:nth-child(even) {
  background: #cdc9c6;
}
.template_profile .container .anketa_list div.row {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.template_profile .container .anketa_list div.row div {
  font-size: 14px;
}
.template_profile .container .anketa_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_profile .container .anketa_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_profile .container .anketa_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_profile .container .anketa_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_profile .container .input_hour_minute {
  display: flex;
}
.template_profile .container .input_hour_minute select {
  width: 70px;
}
.template_profile .container .group_course_form .container {
  padding-bottom: 0px;
}
.template_profile .container .group_course_form .container .row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.template_profile .container .group_course_form .container .form-check-input {
  margin-left: 0;
}
.template_profile .container .group_course_form .container label {
  display: flex;
  justify-content: right;
  text-align: right;
  margin: unset;
  align-content: center;
  flex-wrap: wrap;
}
.template_profile .container .group_course_form .container .field_place {
  display: flex;
}
.template_profile .container .group_course_form .container .group_course_link {
  color: #006fff;
  cursor: pointer;
}
.template_profile .container .group_course_form .container .colors_themes {
  display: flex;
  justify-content: space-between;
}
.template_profile .container .group_course_form .container .colors_themes div {
  width: 16%;
}
.template_profile .container .group_course_form .container .colors_themes div input {
  margin-top: 5px;
}
.template_profile .container .group_course_form .form-group {
  /*div.row:nth-child(2n) {
  	background: #d0cdc9;
  }*/
}
.template_profile .container .group_course_form .form-group div.row {
  /*border-bottom: 1px solid #cccccc;*/
}
.template_profile .container .group_course_form .form-group .group_course_code_sample {
  font-size: 12px;
  color: #666666;
}
.template_profile .container .lessons_cadets_table {
  width: 100%;
  border: none;
}
.template_profile .container .lesson_year, .template_profile .container .lesson_month, .template_profile .container .lesson_time, .template_profile .container .lesson_day, .template_profile .container .lesson_num_day {
  text-align: center;
  font-size: 12px;
}
.template_profile .container .lct_td {
  height: 30px;
}
.template_profile .container .lct_td .cadet_no_active_button {
  color: #ff0000;
  margin-right: 10px;
}
.template_profile .container .table_lessons {
  overflow-x: auto;
}
.template_profile .container .lessons_cadets_filter {
  display: flex;
  flex-wrap: nowrap;
}
.template_profile .container .lessons_cadets_filter div:nth-child(1n) {
  width: 100px;
}
.template_profile .container .lessons_cadets_filter div:nth-child(2n) {
  width: 150px;
}
.template_profile .container .lessons_cadets_filter div:nth-child(3n) {
  width: 120px;
}
.template_profile .container-accordion {
  padding: 10px !important;
  display: flex;
  flex-wrap: nowrap;
}
.template_profile .container-accordion .table_cadets {
  width: 270px;
}
.template_profile .cadet_actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.template_profile .cadet_actions div {
  width: 50%;
  height: 18px;
  margin-right: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.template_profile .cadet_actions_sample {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}
.template_profile .cadet_actions_sample div {
  width: 70px;
  margin: 2px;
  padding: 1px 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.template_profile .container .filter_buttons_2 {
  margin-bottom: 20px;
}
.template_profile .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_profile .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_profile .container .group_course_form {
  width: 100%;
}
.template_profile .img {
  display: flex;
}
.template_profile .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template_profile .person_post {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}
.template_profile .profile_block {
  padding-bottom: 20px !important;
}
.template_profile .person_block_title {
  font-size: 25px;
}

.template_course {
  background: #c2beba;
  color: #2f2f2f;
}
.template_course .container {
  background-color: #dad6d2;
}
.template_course .container h1 {
  color: #ffffff;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}
.template_course .container a {
  color: #0e4aa2;
}
.template_course .container a:hover {
  color: #000000;
}
.template_course .container .filter_buttons .filter_button {
  border-right: 1px solid #000000;
}
.template_course .container .filter_buttons .filter_button:hover {
  color: #000000;
}
.template_course .container .filter_buttons .filter_button_active a {
  color: #ffffff;
}
.template_course .container .cadets_list_head div {
  border-bottom: 1px solid #aaaaaa;
}
.template_course .container .cadets_list {
  color: #000000;
}
.template_course .container .cadets_list div.row:hover, .template_course .container .cadets_list div.row:nth-child(2n):hover {
  background: #c2c2c2 !important;
}
.template_course .container .cadets_list div.row:nth-child(2n) {
  background: #dedede !important;
}
.template_course .container .lesson_year {
  background: #cfccc8;
  border-right: 1px solid #999999;
}
.template_course .container .lesson_month {
  background: #d4d1cd;
  border-right: 1px solid #999999;
}
.template_course .container .lesson_num_day {
  background: #e8e6e4;
  border-right: 1px solid #999999;
}
.template_course .container .lesson_time {
  background: #e2deda;
  border-right: 1px solid #bbbbbb;
}
.template_course .container .lesson_day {
  border-right: 1px solid #bbbbbb;
}
.template_course .container .lct_tr:hover {
  background: #e6e2de;
}
.template_course .cadet_action_attendance_1 {
  background: #29cf01;
}
.template_course .cadet_action_attendance_0 {
  background: #c3dbbf;
}
.template_course .cadet_action_payment_1 {
  background: #ff7a7a;
}
.template_course .cadet_action_payment_0 {
  background: #e1c3bc;
}
.template_course .cadet_action:hover {
  background: #ffffff;
  cursor: pointer;
}
.template_course .cadet_action_trial {
  background: #ffffff;
}
.template_course .container {
  font-size: 16px;
  padding-top: 20px;
}
.template_course .container .page_content {
  margin-left: 25px;
}
.template_course .container h1 {
  font-size: 39px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
}
.template_course .container h1 span {
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  font-weight: lighter;
}
.template_course .container h1 span.user_login {
  text-transform: lowercase !important;
  margin-right: 20px;
}
.template_course .container .filter_buttons {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 21px;
}
.template_course .container .filter_buttons .filter_button {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  /*border: 1px solid #888888;*/
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 3px;
  background: #ffffff;
}
.template_course .container .filter_buttons .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_course .container .filter_buttons .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_course .container .filter_buttons .filter_button_active a:hover {
  cursor: default;
}
.template_course .container .filter_buttons_2 {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
}
.template_course .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_course .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_course .container .filter_buttons_2 .filter_button {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.template_course .container .filter_buttons_2 .filter_button:hover {
  cursor: pointer;
  color: #ffffff;
}
.template_course .container .filter_buttons_2 .filter_button_active {
  font-size: 27px;
  margin-top: -5px;
}
.template_course .container .filter_buttons_2 .filter_button_active a {
  pointer-events: none;
  cursor: default;
}
.template_course .container .filter_buttons_2 .filter_button_active a:hover {
  cursor: default;
}
.template_course .container .cadets_list_head {
  font-size: 17px;
  font-weight: 500;
}
.template_course .container .cadets_list_head div {
  margin-right: 0px;
}
.template_course .container .anketa_list_head {
  font-size: 15px;
  font-weight: 500;
  background: #efebe7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template_course .container .anketa_list_head div {
  margin-right: 0px;
}
.template_course .container .cadets_list div.row {
  cursor: pointer;
}
.template_course .container .cadets_list div.row div {
  font-size: 13px;
}
.template_course .container .cadets_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_course .container .cadets_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_course .container .cadets_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_course .container .cadets_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_course .container .anketa_list div.row:nth-child(odd) {
  background: #dad6d2;
}
.template_course .container .anketa_list div.row:nth-child(even) {
  background: #cdc9c6;
}
.template_course .container .anketa_list div.row {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.template_course .container .anketa_list div.row div {
  font-size: 14px;
}
.template_course .container .anketa_list div.row .row-actions {
  display: flex;
  justify-content: space-around;
}
.template_course .container .anketa_list div.row .row-actions .action {
  width: 30px;
  height: 30px;
  display: flex;
  margin: auto;
  background: #eeeeee;
}
.template_course .container .anketa_list div.row .row-actions .action div {
  margin: auto;
  font-size: 20px;
}
.template_course .container .anketa_list div.row .row-actions .action:hover {
  background: #ffffff;
}
.template_course .container .input_hour_minute {
  display: flex;
}
.template_course .container .input_hour_minute select {
  width: 70px;
}
.template_course .container .group_course_form .container {
  padding-bottom: 0px;
}
.template_course .container .group_course_form .container .row {
  margin-top: 4px;
  margin-bottom: 4px;
}
.template_course .container .group_course_form .container .form-check-input {
  margin-left: 0;
}
.template_course .container .group_course_form .container label {
  display: flex;
  justify-content: right;
  text-align: right;
  margin: unset;
  align-content: center;
  flex-wrap: wrap;
}
.template_course .container .group_course_form .container .field_place {
  display: flex;
}
.template_course .container .group_course_form .container .group_course_link {
  color: #006fff;
  cursor: pointer;
}
.template_course .container .group_course_form .container .colors_themes {
  display: flex;
  justify-content: space-between;
}
.template_course .container .group_course_form .container .colors_themes div {
  width: 16%;
}
.template_course .container .group_course_form .container .colors_themes div input {
  margin-top: 5px;
}
.template_course .container .group_course_form .form-group {
  /*div.row:nth-child(2n) {
  	background: #d0cdc9;
  }*/
}
.template_course .container .group_course_form .form-group div.row {
  /*border-bottom: 1px solid #cccccc;*/
}
.template_course .container .group_course_form .form-group .group_course_code_sample {
  font-size: 12px;
  color: #666666;
}
.template_course .container .lessons_cadets_table {
  width: 100%;
  border: none;
}
.template_course .container .lesson_year, .template_course .container .lesson_month, .template_course .container .lesson_time, .template_course .container .lesson_day, .template_course .container .lesson_num_day {
  text-align: center;
  font-size: 12px;
}
.template_course .container .lct_td {
  height: 30px;
}
.template_course .container .lct_td .cadet_no_active_button {
  color: #ff0000;
  margin-right: 10px;
}
.template_course .container .table_lessons {
  overflow-x: auto;
}
.template_course .container .lessons_cadets_filter {
  display: flex;
  flex-wrap: nowrap;
}
.template_course .container .lessons_cadets_filter div:nth-child(1n) {
  width: 100px;
}
.template_course .container .lessons_cadets_filter div:nth-child(2n) {
  width: 150px;
}
.template_course .container .lessons_cadets_filter div:nth-child(3n) {
  width: 120px;
}
.template_course .container-accordion {
  padding: 10px !important;
  display: flex;
  flex-wrap: nowrap;
}
.template_course .container-accordion .table_cadets {
  width: 270px;
}
.template_course .cadet_actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.template_course .cadet_actions div {
  width: 50%;
  height: 18px;
  margin-right: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.template_course .cadet_actions_sample {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
}
.template_course .cadet_actions_sample div {
  width: 70px;
  margin: 2px;
  padding: 1px 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.template_course .container .filter_buttons_2 {
  margin-bottom: 20px;
}
.template_course .container .filter_buttons_2 .filter_place_field {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
}
.template_course .container .filter_buttons_2 .filter_place_field .filter_field_header {
  padding: 10px;
}
.template_course .container .group_course_form {
  width: 100%;
}
.template_course h2 {
  font-size: 27px;
  margin-bottom: 20px;
  border-left: 15px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 7px;
  padding-left: 10px;
  margin-top: 40px;
  text-transform: uppercase;
  text-align: left;
}
.template_course h3 {
  font-size: 25px;
}
.template_course a.link_from_banner img:hover {
  border: 1px solid #000000;
  filter: sepia(0.7);
}
.template_course .img {
  display: flex;
}
.template_course .img img {
  width: 100%;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template_course .program_block {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0));
  padding: 20px;
}
.template_course .program_block .program_stages_header {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  text-transform: uppercase;
  border-left: 1px solid #888888;
}
.template_course .program_block .program_item_title {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.template_course .program_block .program_item_title div {
  text-transform: none;
  font-weight: normal;
}
.template_course .program_block ul {
  border-left: 1px solid #888888;
}
.template_course .program_block .schedule_block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.template_course .program_block .schedule_block .schedule_content, .template_course .program_block .schedule_block .price_content {
  display: block;
  height: 250px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  width: 49%;
  min-width: 550px;
  margin: auto;
}
.template_course .program_block .schedule_block .schedule_content div, .template_course .program_block .schedule_block .price_content div {
  padding: 20px;
}
.template_course .program_block .schedule_block .schedule_content .title, .template_course .program_block .schedule_block .price_content .title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.template_course .program_block .schedule_block .price_content {
  margin-left: 0;
  text-align: right;
}
.template_course .program_block .schedule_block .schedule_content {
  margin-right: 0;
  /*box-shadow: $shadow-2;*/
}

.sub_post_text {
  padding-top: 0px !important;
}
.sub_post_text h2 {
  text-align: left;
}
.sub_post_text h2 a {
  color: #ffffff;
}
.sub_post_text h2 a:hover {
  color: #5d4f43;
}

.sub_post_img {
  display: flex;
}
.sub_post_img img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sub_post_img img:hover {
  border: 1px solid #000000;
  filter: sepia(0.7);
}

.roles {
  margin-left: 15px;
}
.roles .role {
  /*display: inline;*/
}

.profile_button {
  cursor: pointer;
}

.profile_button:hover {
  color: #ffffff;
}

.wallet_buttons {
  width: 100%;
}
.wallet_buttons button {
  height: 60px;
  /*width: 70px;
  font-size: 30px;
  line-height: 15px;*/
  font-size: 20px;
  margin-bottom: 5px;
}
.wallet_buttons button:hover {
  border: 1px solid #ff8000;
  background: #ffdbb8;
}
.wallet_buttons .btn-block + .btn-block {
  margin-top: 0;
}

.warning_input {
  color: #ff0000;
  font-size: 12px;
}

.accordion-item .container {
  background: none;
}
.accordion-item .ui-accordion-header-active, .accordion-item .ui-accordion-content-active {
  background: #e3dfdb;
}

#profile_links_pc {
  display: block;
}

#profile_links_mobile {
  display: none;
}

.comment-time {
  display: none;
}

.zal_map {
  width: 100%;
  display: block;
}
.zal_map .map_row:nth-child(1) {
  width: 60px;
}
.zal_map .map_row:nth-child(2) {
  width: 500px;
}
.zal_map .map_row {
  display: inline-block;
}
.zal_map .map_row .map_row_balkon {
  margin: auto;
  width: 60px;
}
.zal_map .map_row .map_row_balkon div {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zal_map .map_row .map_row_balkon div:hover {
  background: #ffffff;
}
.zal_map .map_row .map_row_zal {
  margin: auto;
  width: 500px;
  display: inline-flex;
}
.zal_map .map_row .map_row_zal div {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zal_map .map_row .map_row_zal div:hover {
  background: #ffffff;
}

/*# sourceMappingURL=style.css.map */
