@charset "UTF-8";

/*---------------------------------
 * Reset
 *---------------------------------*/
@import url("reset.css");

/*---------------------------------
 * Fonts
 *---------------------------------*/

@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue_Regular.ttf") format("truetype"),
  url("fonts/BebasNeue_Regular.otf") format("otf");
}

@font-face {
  font-family: "BebasNeue-Bold";
  src: url("fonts/BebasNeue_Bold.ttf") format("truetype"),
  url("fonts/BebasNeue_Bold.otf") format("otf");
}

@font-face {
  font-family: "BebasNeue-Book";
  src: url("fonts/BebasNeue_Book.ttf") format("truetype"),
  url("fonts/BebasNeue_Book.otf") format("otf");
}

@font-face {
  font-family: "BebasNeue-Light";
  src: url("fonts/BebasNeue_Light.ttf") format("truetype"),
  url("fonts/BebasNeue_Light.otf") format("otf");
}

@font-face {
  font-family: "BebasNeue-Thin";
  src: url("fonts/BebasNeue_Thin.ttf") format("truetype"),
  url("fonts/BebasNeue_Thin.otf") format("otf");
}

/*---------------------------------
 * Styles
 *---------------------------------*/

/* COLORS
 * bg:
 *   gray = 0e0e0e;
 *   red = 6d1212;
 * target:
 *   red = d22020;
 *   graywhite = 808080;
 */


/* Common
-----------------------*/
html, body {
    width: 100%;
    position: relative;
    font-family: Verdana, sans-serif;
    min-height: 100%;
    background: #0e0e0e url('images/gray-textured.png') repeat;
	  color: #fff;
}

p, article, table {
  line-height: 1.2em;
}

.btn-black {
	background: #0e0e0e;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.52);
    border: 2px solid #191919;
    font-family: "BebasNeue";
    font-size: 18px;
    letter-spacing: 0.03em;
    padding: 4px 47px;
    text-shadow: none;
    color: #bd1d1d;
}

.table-responsive {
    border: none;
}

.container {
  margin-bottom: 30px;
  padding: 0px 30px;
}

/* header
-----------------------*/
.header {

}

.header h1 {
  	font-family: 'BebasNeue-Bold';
  	font-size: 30pt;
    letter-spacing: 0.05em;
    padding: 5%;
    color: #d22020;
    text-shadow: 2px 2px 3px #000;
}

.header h1 span {
	color: #fff;
}

.header h1 span.gray {
	color: #808080;
}

.ref-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.9;
    margin-top: 25px;
    margin: 25px 6%;
    float: right;
}

.ref-icon:hover {
	opacity: 1.0;
}

.icon-vk {
	background-image: url('images/icon-vk.png');
}

.icon-instagram {
	background-image: url('images/icon-instagram.png');
}

@media screen and (max-width: 768px) {
	.ref-icon {
	    float: none;
	    margin: 0px 10%;
	    display: inline-block;
	}
}

/* Content
----------------------*/
.content-block {
    border: 1px solid #1b1b1b;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.62);
    background: rgba(255, 255, 255, 0.04);
    margin-top: 35px;
    min-height: 50px;
    padding: 0px;
}

.content-block .block-content-wrap {
    padding: 0px 20px;
}

.content-block h2,
.content-block h3 {
    margin: 13px 0px;
    font-size: 20px;
    font-weight: bold;
}

.content-block h2 {

}

.content-block h3 {

}

.content-block h2.block-title {
    text-align: center;
    margin: 0px 0px 15px;
    padding: 17px 0px;
    background: rgb(142, 29, 29);
    position: relative;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.81);
}

.black-line {
	color: #fff;
    padding: 10px;
    background: #0e0e0e;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
}

.gray-line {
	color: #fff;
    padding: 10px;
    background: #212121;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
    margin: 12px 0px;
}

/* Content-menu and tabs
----------------*/

.content-menu {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    display: table;
}

.content-menu li {
    display: table-cell;
    padding: 9px;
    background: #c22f2ffa;
    opacity: 0.6;
    cursor: pointer;
}

.content-menu li:hover {
    opacity: 0.9;
}

.content-menu li.active {
    opacity: 1;
    cursor: default;
}

.content-tab {
  display: none;
}

.content-tab.active {
  display: block;
}

/* Auth-block 
---------------*/

.auth-block {
    background: rgba(210, 32, 32, 0.55);
    border: 1px solid rgba(68, 0, 0, 0.98);
    box-sizing: border-box;
    display: block;
    padding: 14px 37px;
}

.auth-block .title-text {
    margin: 0px 0px 18px 0px;
    font-size: 26pt;
    letter-spacing: 0.05em;
    font-family: BebasNeue-Bold;
}

.login-error-text {

}

/* info-block
----------------*/

.info-article {
    line-height: 1.2em;
    padding: 0px 2px 0px 0px;
    white-space: pre-line;
}

.info-subblock {
    border: 3px solid #bd1d1d;
    background: #0f0f0f;
    border-radius: 9px;
    padding: 5px 17px 22px;
    margin: 30px 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.29);
    border-right: none;
    border-bottom: none;
    border-left: none;
    /* border-top: none; */
}

.info-subblock h3 {
  text-align: center;
}

.info-subblock.info-contacts {

}

.info-lines {
    width: 100%;
    border: none;
}

.info-lines td {
    font-size: 14px;
    padding: 7px 4px;
    border: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .info-lines td {
      float: left;
      clear: both;
      width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .info-lines td {
      float: left;
      clear: both;
      width: 100%;
  }
}

.info-lines span {
    color: #9c9c9c;
}

.info-subblock.info-map {

}

/* profile
-----------------------*/
.profile-fio {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #0e0e0e;
    padding: 12px;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.28);
}

.profile-birthday {
    margin: 0px 0px 14px 9px;
    background: #8e1d1d;
    padding: 8px;
    float: left;
    width: 97px;
    font-size: 12px;
    text-align: center;
    border: 0px solid #0e0e0e;
    border-left: none;
    border-radius: 0px 0px 3px 3px;
    border-top: 9px solid rgb(23, 21, 21);
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.39);
    top: -6px;
    position: relative;
}

.profile-photo {
	float: left;
    width: 225px;
    position: relative;
    margin-bottom: 15px;
}

.profile-photo img {
    max-width: 100%;
    border: 9px solid #0e0e0e;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.45);
}

.profile-photo img.dummy {
    background: #8e1d1d;
}

.profile-target {

}

.profile-target span {

}

.profile-phone {

}

.profile-phone span {

}

.profile-registered {

}

.profile-registered span {

}

.table-red-borders {

}

.profile-type {
	  background: #8e1d1d;
    width: 120px;
    padding: 6px 9px;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.69);
    z-index: 2;
    left: -10px;
    font-size: 16px;
    font-family: 'BebasNeue-Bold';
    font-weight: bold;
    letter-spacing: 0.05em;
}

.table-red-borders td {
	  border: 1px dashed #8e1d1d;
    border-left: none;
    border-right: none;
}

.profile-block .info-lines {
    margin-bottom: 22px;
}

.profile-block .info-lines td {
	   border: 1px dashed #8e1d1d;
    border-left: none;
    border-right: none;
    background: #101010;
    padding: 8px 9px 10px 10px;
}

.profile-subscribes {
    background: #101010;
    border: 2px solid #bd1d1d;
    padding: 7px 15px 18px 15px;
    margin-bottom: 18px;
}

.profile-no-subscribes {

}

.profile-subscribe {
    box-shadow: 1px 1px 10px #000;
    background: #bd1d1d;
    padding: 0px 0px;
    font-size: 12px;
    border: 6px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 7px;
}

.profile-subscribe > table {

}

.profile-subscribe > table td {
    padding: 8px 10px 8px 8px;
    border: 5px solid #bd1d1d;
    border-left: none;
    border-right: 1px dashed #bd1d1d;
    background: #8e1d1d;
}

.profile-subscribe > table tr:first-child td:first-child {
  border-top: none;
}

.profile-subscribe > table tr td:first-child {
    width: 68%; 
}

.profile-subscribe .subscribe-name {
    font-family: "BebasNeue-Bold";
    font-size: 23px;
    margin: 4px 0px 6px 0px;
}

.profile-subscribe .subscribe-date-from {

}

.profile-subscribe .subscribe-date-to {

}

.profile-subscribe .subscribe-lessons-completed {

}

.profile-subscribe .subscribe-lessons {

}

.profile-subscribe .subscribe-self-completed {

}

.profile-subscribe .subscribe-self {

}

.profile-subscribe .color-red {
    color: #ff8e8e;
}


/* 2GIS map
--------------------------------------------------------------*/
.map-container {
  width: 100%;
  height: 500px;
}
#gis_map .balun-header,
#gis_map .balun-content {
  font-size: 14pt;
  text-align: center;
  font-style: italic;
  color: #ffffff;
}
#gis_map .balun-header {
  font-size: 10pt;
}

#gis_map .leaflet-popup-content-wrapper {
    background: #1a1a1a;
    border: 3px solid #bd1d1d;
}
#gis_map .leaflet-map-pane .leaflet-popup-tip-container_svg {
  fill: #bd1d1d;
}

#gis_map .leaflet-top .leaflet-control {
    margin-top: 40px;
}



/* for ANIMATIONS
--------------------------------------------------------------*/
.content-block {
  opacity: 0.0;
}

.main-wrapper {
  overflow: hidden;
}

.ezscm-legend {
  display: flex;
  flex-flow: wrap;
}

.ezscm-legend li {
  width: 49%;
  margin: 3px 3px;
}

@media (max-width: 1200px) {
  .ezscm-legend li {
    width: auto;
  }
}


.entry-add {
    background-color: #e2922c;
}

