/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #005cb2;
  background-color: #E1E2E1;
}
body h1, body h2, body h3 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
@media (max-width: 995px) {
  body h1, body h2, body h3 {
    font-size: 20px !important;
  }
}
body div .grecaptcha-badge {
  display: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #33CCCC;
  text-decoration: underline;
}

.wrap {
  flex: 1 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

pre {
  white-space: pre-wrap;
}

button, select {
  text-transform: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input, select[multiple], textarea {
  background-image: none;
}

.sr-only {
  display: none;
}

.img-circle {
  border-radius: 50%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  height: 100%;
}
@media (max-width: 993px) {
  .container {
    max-width: 720px;
  }
}

@font-face {
  font-family: "icon-font";
  src: url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.eot");
  src: url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.eot?#iefix") format("embedded-opentype"), url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "a";
}

.icon-star:before {
  content: "b";
}

.icon-print:before {
  content: "c";
}

.icon-plus:before {
  content: "d";
}

.icon-minus:before {
  content: "e";
}

.icon-heart:before {
  content: "f";
}

.icon-arrows-v:before {
  content: "g";
}

.icon-sign-out:before {
  content: "h";
}

.icon-search:before {
  content: "i";
  font-size: 14px;
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
/*-------------------HEADER------------------------*/
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1564bf;
    z-index: 10;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header {
  display: flex;
  align-items: center;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo-img-block {
  width: 55px;
  padding-left: 15px;
  display: flex;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo-img-block .logo-img {
  width: 100%;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo, .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo_mobile {
  color: #33CCCC;
  font-size: 36px;
  text-decoration: none;
  outline: none;
  padding-left: 15px;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo .white, .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo_mobile .white {
  color: #fff;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo, .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-header .logo_mobile {
    display: none;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle {
  display: none;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    height: 1px;
    border-radius: 1px;
    background-color: #fff;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 20% 10%;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 13% 90%;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav {
  display: flex;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li {
  list-style: none;
  border-bottom: 2px solid transparent;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a {
  text-decoration: none;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 8px;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a:hover, .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a:focus {
  color: #33CCCC;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a:hover, .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a:focus {
    outline: none;
  }
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li a {
    justify-content: flex-start;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover {
  border-bottom: 2px solid #33CCCC;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover .user__hover-block {
  background-color: #fff;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover .user__hover-block {
    background-color: transparent;
  }
}
@media (min-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover .user__submenu {
    display: block;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover .user__dropdown, .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:focus .user__dropdown {
  color: #303030;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:hover .user__dropdown, .aa23bd0028f7a8a92f57ae0df25005649a-header .nav li:focus .user__dropdown {
    color: #33CCCC;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user {
  position: relative;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__hover-block {
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__avatar {
  width: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 5px;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__dropdown {
  color: #fff;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__submenu {
  display: none;
  position: absolute;
  z-index: 15;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 205px;
  right: 25px;
  top: 70px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__submenu li {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid transparent;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__submenu li a {
  color: #303030;
  height: 48px;
  padding: 0 6px;
  width: 99%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__submenu li a:hover {
  background-color: #ddd;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user__submenu_body {
  border: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item .user:hover {
  border-bottom: none;
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item:hover {
  border-bottom: 2px solid transparent;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item {
    display: none;
  }
}
.aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile {
  display: none;
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile {
    display: block;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__hover-block {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__avatar {
    width: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 5px;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__name-mobile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__dropdown {
    color: #fff;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__submenu {
    height: 0;
    padding: 0 10px;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__submenu a {
    height: 48px;
    padding: 0 6px;
    width: 99%;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav .user-item-mobile .user__submenu.add-height {
    height: auto;
  }
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav {
    display: none;
    flex-direction: column;
    border-top: 1px solid #fff;
    height: 1px;
    transition: all 0.5s;
    overflow: hidden;
  }
  .aa23bd0028f7a8a92f57ae0df25005649a-header .nav.nav-mobile {
    display: flex;
    height: 100%;
    overflow-x: visible;
  }
}
@media (max-width: 993px) {
  .aa23bd0028f7a8a92f57ae0df25005649a-header #navbar {
    width: 100%;
  }
}

/*---------------/HEADER------------------------*/
/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
/*---------------BREADCRUMBS-------------------*/
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row {
  height: 100%;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul {
  display: inline-block;
  line-height: 30px;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  height: 30px;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li.next::before {
  content: " > ";
  color: #fff;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li a {
  font-size: 14px;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li a:focus, .ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li a:hover {
  color: #fff;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li a.selected {
  text-decoration: underline;
  color: #33CCCC;
}
.ebc75444d79b1f4607343b587338059d-breadcrumbs .row #breadcrumbs ul li:last-child {
  text-overflow: ellipsis;
}
@media (max-width: 993px) {
  .ebc75444d79b1f4607343b587338059d-breadcrumbs {
    margin-top: 45px;
    order: 2;
  }
}
@media (max-width: 600px) {
  .ebc75444d79b1f4607343b587338059d-breadcrumbs {
    height: auto;
  }
}

/*---------------/BREADCRUMBS-------------------*/
/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
/*---------------MAIN-------------------*/
#fbebb1d92aed82dfd12c7e7843f809fd-main {
  margin: 10px auto;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .row {
  display: flex;
}
@media (max-width: 993px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row {
    flex-direction: column;
  }
}
#fbebb1d92aed82dfd12c7e7843f809fd-main {
  /*---------------ARTICLE-------------------*/
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .article {
  width: 70%;
  padding: 0 15px;
}
@media (max-width: 993px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .article {
    width: 100%;
  }
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .article .about-project {
  background-color: #E1E2E1;
  padding: 5px 10px;
  border-radius: 4px;
  color: #444;
  margin-top: 20px;
  border: 1px solid transparent;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .article .about-project h2 {
  margin: 0;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main {
  /*---------------/ARTICLE-------------------*/
  /*---------------ASIDE-------------------*/
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside {
  width: 30%;
  padding: 0 15px;
  flex-direction: column;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside a {
  color: #005cb2;
  text-decoration: underline;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside a:focus, #fbebb1d92aed82dfd12c7e7843f809fd-main .aside a:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .aside a:active {
  color: #33CCCC;
  text-decoration: underline;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside #popular h3 {
  font-size: 16px;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside #popular .list-group {
  margin-bottom: 20px;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside #popular .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #f5f5f6;
  border: 1px solid #003b8e;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside #popular .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .aside #popular .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 993px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .aside {
    width: 100%;
  }
}
#fbebb1d92aed82dfd12c7e7843f809fd-main {
  /*---------------/ASIDE-------------------*/
}

/*---------------/MAIN-------------------*/
/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
/*-------------------FOOTER------------------------*/
.c4deab4825ab3461402d35bd606f2d15-footer {
  min-height: 60px;
  flex: 0 0 auto;
  margin-top: -70px;
  background-color: #1564bf;
}
.c4deab4825ab3461402d35bd606f2d15-footer .nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 70px;
}
.c4deab4825ab3461402d35bd606f2d15-footer .nav-footer a {
  text-decoration: underline;
}
.c4deab4825ab3461402d35bd606f2d15-footer .nav-footer a:hover, .c4deab4825ab3461402d35bd606f2d15-footer .nav-footer a:focus {
  text-decoration: none;
}
@media (max-width: 555px) {
  .c4deab4825ab3461402d35bd606f2d15-footer .nav-footer {
    flex-direction: column;
    line-height: 55px;
  }
}

/*-------------------/FOOTER------------------------*/
/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
.google-log-wrapper .or-block {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  text-align: center;
  color: #313131;
}
.google-log-wrapper .or-block .left-border, .google-log-wrapper .or-block .right-border {
  width: 40%;
  height: 11px;
  border: 1px solid #444;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.google-log-wrapper .or-block .or-text {
  width: 20%;
  font-weight: 600;
}
.google-log-wrapper .google-login-btn {
  display: flex;
  font-size: 14px;
  width: 100%;
  border: 1px solid #444;
  margin: 0 auto;
  padding: 6px 12px;
  border-radius: 25px;
  color: #313131;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.google-log-wrapper .google-login-btn img {
  width: 20px;
  margin-right: 6px;
}
.google-log-wrapper .google-login-btn:hover {
  text-decoration: none;
  background-color: #313131;
  color: #fff;
}

.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0.15s linear;
  background-color: #f5f5f6;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal.fade-in,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal.fade-in {
  opacity: 0.5;
}

.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog {
  display: none;
  position: fixed;
  width: 600px;
  margin: 30px auto;
  z-index: 1001;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-header,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-header {
  background-color: #003b8e;
  color: #fff;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content {
  position: relative;
  background-color: #f5f5f6;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  top: -200px;
  transition: all 0.15s ease-in-out;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content.fade-slide,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content.fade-slide {
  top: 0;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-header,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #212121;
  display: flex;
  justify-content: flex-end;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-header .close,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-header .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #212121;
  filter: alpha(opacity=20);
  opacity: 0.2;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-header .close:focus, .af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-header .close:hover,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-header .close:focus,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-header .close:hover {
  outline: none;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-body,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-body .alert,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-body .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-body .alert-danger,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-body .alert-danger {
  color: #ff4e42;
  background-color: rgba(255, 78, 66, 0.0025);
  border-color: #ff4e42;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-body .alert-danger a,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-body .alert-danger a {
  color: #ff4e42;
  text-decoration: underline;
  font-weight: 600;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-footer,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  flex-direction: column;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .modal-footer a,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .modal-footer a {
  margin-top: 15px;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .google-log-wrapper,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .google-log-wrapper {
  width: 100%;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .left-border, .af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .right-border,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .left-border,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .right-border {
  width: 45%;
}
.af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .or-text,
.af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog .modal-content .google-log-wrapper .or-block .or-text {
  width: 10%;
}
@media (max-width: 770px) {
  .af8a3d5c58aa6436450518b4f1523735-authorization-modal-wrapper .modal-dialog,
  .af8a3d5c58aa6436450518b4f1523735-modal-wrapper .modal-dialog {
    padding: 0 15px;
    width: 100%;
  }
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
form .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
form .form-group label {
  margin-bottom: 5px;
  font-weight: 700;
}
form .form-group .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #f5f5f6;
  background-image: none;
  border: 1px solid #003b8e;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form .form-group .form-control:focus {
  border-color: #444;
  outline: 0;
}
form .form-group .btn {
  color: #fff;
  background-color: #337733;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #398439;
  border-radius: 4px;
}
form .form-group .btn:hover, form .form-group .btn:focus, form .form-group .btn:active {
  color: #fff;
  background-color: #398439;
  border-color: #398439;
  outline: none;
}

.modal-content .modal-header h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
}
.modal-content .modal-body {
  padding-bottom: 0 !important;
}
.modal-content .modal-body .form-group a {
  text-align: center;
  height: 34px;
  line-height: 34px;
}
.modal-content .modal-body .btn {
  width: 100%;
}
.modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
#fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet {
  display: flex;
  flex-direction: row;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet.en {
  margin-bottom: 15px;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet .alpha-body {
  width: 100%;
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
  justify-content: center;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet .alpha-body a {
  border: 1px solid #003b8e;
  display: flex;
  border-radius: 4px;
  width: 26px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin: 3px 5px;
  justify-content: center;
  align-items: center;
  background-color: #003b8e;
}
#fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet .alpha-body a:active, #fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet .alpha-body a:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet .alpha-body a:focus {
  background: #1564bf;
  color: #33CCCC;
  text-decoration: none;
  outline: none;
}
@media (max-width: 768px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row .alphabet {
    display: none;
  }
}
@media (max-width: 768px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector {
    display: flex;
    flex-direction: column;
  }
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control {
    width: 300px;
    display: flex;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: transparent;
    outline: none;
    border-radius: 4px;
    border: 1px solid #fff;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:active, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:focus {
    border-color: #1564bf;
    outline: 0;
    cursor: default;
  }
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:active option:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:active option:focus, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:active option:active, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:hover option:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:hover option:focus, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:hover option:active, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:focus option:hover, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:focus option:focus, #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control:focus option:active {
    background-color: #ade1f5;
    color: #fff;
  }
}
@media (max-width: 768px) and (max-width: 355px) {
  #fbebb1d92aed82dfd12c7e7843f809fd-main .row #alphabetSelector .form-control {
    width: 265px;
  }
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
.bb044af8716604df946d3a960d4df44b29-cookie {
  display: none;
  position: fixed;
  background: #f5f5f6;
  text-align: center;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #444;
  border-top: 1px solid #33cccc;
}
.bb044af8716604df946d3a960d4df44b29-cookie p a {
  cursor: pointer;
  color: #33CCCC;
  text-decoration: underline;
}
.bb044af8716604df946d3a960d4df44b29-cookie .cookie-btn {
  color: #ddd;
  text-decoration: none;
  outline: none;
  background-color: #337733;
  display: inline-block;
  padding: 6px 12px;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #337733;
  border-radius: 4px;
}

@font-face {
  font-family: "icon-font";
  src: url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.eot");
  src: url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.eot?#iefix") format("embedded-opentype"), url("/static/acoustic_tabs_com/fonts/icon_fonts/icon-font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "a";
}

.icon-star:before {
  content: "b";
}

.icon-print:before {
  content: "c";
}

.icon-plus:before {
  content: "d";
}

.icon-minus:before {
  content: "e";
}

.icon-heart:before {
  content: "f";
}

.icon-arrows-v:before {
  content: "g";
}

.icon-sign-out:before {
  content: "h";
}

.icon-search:before {
  content: "i";
  font-size: 14px;
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
.search {
  flex-direction: column;
}
.search .input-group {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}
.search .input-group:focus {
  outline: none;
  text-decoration: none;
}
.search .input-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #003b8e;
  border-radius: 4px;
}
.search .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search .input-group .form-control:focus {
  outline: none;
}
.search .input-group .input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #003b8e;
  border: 1px solid #003b8e;
  border-radius: 4px;
}
.search .input-group .input-group-addon .icon-search {
  height: 15px;
}
.search .input-group .input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search .input-group .input-group-addon:focus {
  outline: none;
  text-decoration: none;
}
.search label {
  margin-bottom: 5px;
  font-weight: 700;
}

.navbar .input-group {
  display: none;
}
.navbar .input-group .search-input {
  display: none;
  height: 30px;
  width: 100%;
  outline: none;
  border: none;
  padding-left: 5px;
  background-color: #f5f5f6;
  border-bottom: 2px solid transparent;
}
.navbar .input-group .search-input:active, .navbar .input-group .search-input:focus {
  border-bottom: 2px solid #fff;
  color: #444;
}
.navbar .input-group .icon {
  display: flex;
  align-items: center;
  height: 100%;
  width: 20px;
  justify-content: center;
}
@media (max-width: 993px) {
  .navbar .input-group {
    display: flex;
    justify-content: flex-end;
    width: 85%;
    padding-right: 10px;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .navbar .input-group {
    width: 80%;
  }
}
@media (max-width: 560px) {
  .navbar .input-group {
    width: 75%;
  }
}
@media (max-width: 400px) {
  .navbar .input-group {
    width: 70%;
  }
}

.aside .search {
  display: flex;
}
@media (max-width: 993px) {
  .aside .search {
    display: none;
  }
}

/*-------------MAIN-PAGE-CONFIG----------*/
/*------------/MAIN-PAGE-CONFIG----------*/
/*----------------HEADER-----------------*/
/*----------------/HEADER-----------------*/
/*-----------------SEARCH-----------------*/
/*----------------/SEARCH-----------------*/
/*---------------BREADCRUMBS--------------*/
/*---------------/BREADCRUMBS-------------*/
/*---------------ALERT-ERROR--------------*/
/*--------------/ALERT-ERROR--------------*/
/*---------------ALERT-SUCCESS------------*/
/*--------------/ALERT-SUCCESS------------*/
/*-----------------ALPHABET---------------*/
/*----------------/ALPHABET---------------*/
/*-----------------COMMENTS---------------*/
/*----------------/COMMENTS---------------*/
/*------------------FORMS-----------------*/
/*-----------------/FORMS------------------*/
/*------------------COOKIE-----------------*/
/*-----------------/COOKIE-----------------*/
/*------------PRIVACY_POLICY_PAGE-----------*/
/*-----------/PRIVACY_POLICY_PAGE-----------*/
/*------------------ASIDE------------------*/
/*-----------------/ASIDE------------------*/
/*-----------------MODAL-------------------*/
/*-----------------/MODAL-------------------*/
/*---------------PAGINATION-----------------*/
/*--------------/PAGINATION-----------------*/
/*-----------------TABLE--------------------*/
/*----------------/TABLE--------------------*/
/*-----------FUNCTIONAL-TOOL-BLOCK----------*/
/*----------/FUNCTIONAL-TOOL-BLOCK----------*/
/*-------------------FOOTER-----------------*/
/*------------------/FOOTER-----------------*/
/*---------------ADD_COMPOSITION------------*/
/*--------------/ADD_COMPOSITION------------*/
/*--------------------ARTIST----------------*/
/*-------------------/ARTIST----------------*/
/*--------------AUTHORIZATION_PAGE----------*/
/*-------------/AUTHORIZATION_PAGE----------*/
/*--------------------BASE------------------*/
/*-------------------/BASE------------------*/
/*----------------COMPOSITION----------------*/
/*---------------/COMPOSITION----------------*/
/*-------------ABOUT_PROJECT------------*/
/*------------/ABOUT_PROJECT------------*/
/*-------------------HOW_TO_OPEN-----------------*/
/*------------------/HOW_TO_OPEN-----------------*/
/*-------------REGISTRATION_PAGE------------*/
/*------------/REGISTRATION_PAGE------------*/
article .instruction-block {
  margin-top: 20px;
  background-color: #f5f5f6;
  color: #444;
  border: 1px solid #33cccc;
  border-radius: 4px;
  padding: 10px 15px;
}
article .instruction-block h1 {
  margin-top: 0;
}
