@charset "UTF-8";
/**
  * Mixins
  **/
/**
  * General styles
  **/
* {
  font-family: Roboto-Regular, sans-serif;
}

html {
  scrollbar-color: #12afb4 #0E565B;
  scrollbar-width: thin;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #000000;
}

body {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  /* remove scrollbar space */
  background: #0E565B;
}

::-webkit-scrollbar-thumb {
  background: #12afb4;
}

h4.main {
  font-family: Furore, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

h5, p, h4.main, p.light {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
h5.small {
  font-size: 17px;
}

a:hover,
a {
  color: inherit;
  text-decoration: none;
}

input, textarea {
  width: 100%;
  background: #393939;
  border: 2px solid #000000;
  padding: 10.5px 15px;
  margin-bottom: 30px;
  outline-color: #12afb4;
  color: #ffffff;
}
input::placeholder, textarea::placeholder {
  opacity: 0.25;
}

textarea {
  height: 120px;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

.modal-dialog {
  width: auto;
  max-width: none;
  min-width: auto;
}

.modal-content {
  text-align: center;
  background-color: #fff0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.modal-content img {
  max-width: 800px;
  display: inline-block;
  width: 100%;
  margin: auto;
}

.bg-img {
  min-height: 450px;
  height: 450px;
  width: 100%;
  position: absolute;
  filter: grayscale(100%) brightness(20%);
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  outline: none;
  animation: arrow_pulse 1.5s infinite;
}
.owl-carousel .owl-next span {
  font-size: 90px;
  line-height: 50px;
  color: white;
  margin-left: 7px;
}
.owl-carousel .owl-prev {
  position: absolute;
  top: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background-color: rgba(18, 175, 180, 0.5) !important;
  outline: none;
  animation: arrow_pulse 1.5s infinite;
}
.owl-carousel .owl-prev span {
  font-size: 90px;
  line-height: 50px;
  color: white;
  margin-right: 7px;
}

/**
  * Start styles
  **/
header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
header .navbar-toggler {
  display: block;
  outline: none;
}
header .navbar {
  justify-content: center;
}
header .home-link {
  left: 0;
  color: #ffffff;
}
header .navbar-toggler:hover g#Home- {
  fill: #12afb4;
}
header .close-menu {
  display: none;
}
header .close-menu img {
  filter: grayscale(100%) brightness(200%);
}
header .close-menu:hover img {
  filter: none;
}

.full-content {
  transition: 0.2s;
  min-height: calc(100vh - 180px);
}

.blur-content {
  transition: 0.2s;
  filter: blur(10px) brightness(80%);
}

header ul li a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.1s;
}

header ul li a:hover {
  transition: 0.1s;
}

.logo-center {
  padding-top: 25vh;
  position: absolute;
  z-index: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.logo-center-main {
  padding-top: 25vh;
  position: absolute;
  z-index: 1;
  transition: 0.4s;
}

.opacity-logo {
  transition: 0.4s;
  opacity: 0.25;
  z-index: 10;
  visibility: visible;
}

.head-section {
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.head-section-other {
  height: 450px;
}

body .navbar-toggler i {
  color: #ffffff;
  font-size: 30px;
}
body .navbar-toggler i:hover {
  color: #12afb4;
}

#navbarSupportedContent a,
.home-link a {
  font-family: KelsonSans-RU;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
#navbarSupportedContent a:hover, .home-link a:hover {
  color: #12afb4;
}

#navbarSupportedContent {
  transition: 0.05s;
}

/*
*  Mouse animation
 */
.mouse {
  height: 22px;
  width: 14px;
  border-radius: 14px;
  border: 2px solid #fff;
  margin: 0 auto;
}

.mouse:after {
  content: "";
  display: block;
  height: 3px;
  width: 2px;
  margin: 0px auto;
  background: #fff;
  position: relative;
  -webkit-animation: a 1.2s ease infinite;
  animation: a 1.2s ease infinite;
}

.arrow-scroll {
  width: 35px;
  margin-top: 10px;
}

.arrow-scroll > span {
  font-family: Arial, sans-serif;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 5px auto 3px;
  -webkit-animation: b 1s infinite;
  animation: b 1s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.arrow-scroll > span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.arrow-scroll > span:last-child {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes a {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes a {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes b {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/*
* Mouse end
 */
span.menu-number {
  font-size: 24px;
  font-family: KelsonSans-RU, sans-serif;
  color: #ffffff;
  opacity: 0.5;
}

span.language-span {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 10px;
}

span.link-wrap {
  padding-right: 10px;
}

.social-links .link-wrap:hover svg g {
  fill: #12afb4;
}
.social-links .link-wrap:hover svg g path {
  fill: #12afb4;
}
.social-links .link-wrap:hover svg g circle {
  fill: #12afb4;
}

.menu-section {
  transition: 0.4s;
  overflow: hidden;
}
.menu-section .menu-list {
  position: relative;
  overflow: hidden;
  flex-wrap: nowrap;
  width: 111.1%;
  overflow: hidden;
  right: 0;
}
.menu-section .menu-list .menu-item:nth-child(1) {
  transition: 0.4s;
}
.menu-section .menu-list .menu-item:nth-child(1) img {
  width: 100%;
}
.menu-section .menu-list .menu-item:nth-child(1):hover {
  margin: 0 !important;
  z-index: 2;
  transition: 0.4s;
}
.menu-section .menu-list .menu-item:nth-child(2):hover, .menu-section .menu-list .menu-item:nth-child(3):hover, .menu-section .menu-list .menu-item:nth-child(4):hover, .menu-section .menu-list .menu-item:nth-child(5):hover {
  margin-left: 2%;
}
.menu-section .menu-list .menu-item:nth-child(2), .menu-section .menu-list .menu-item:nth-child(3), .menu-section .menu-list .menu-item:nth-child(4), .menu-section .menu-list .menu-item:nth-child(5), .menu-section .menu-list .menu-item:nth-child(6) {
  transition: 0.4s;
  margin-left: -2%;
}
.menu-section .menu-list .menu-item:nth-child(2) img, .menu-section .menu-list .menu-item:nth-child(3) img, .menu-section .menu-list .menu-item:nth-child(4) img, .menu-section .menu-list .menu-item:nth-child(5) img, .menu-section .menu-list .menu-item:nth-child(6) img {
  width: 100%;
}
.menu-section .menu-list .menu-item:nth-child(2):hover, .menu-section .menu-list .menu-item:nth-child(3):hover, .menu-section .menu-list .menu-item:nth-child(4):hover, .menu-section .menu-list .menu-item:nth-child(5):hover, .menu-section .menu-list .menu-item:nth-child(6):hover {
  z-index: 3;
  transition: 0.4s;
}
.menu-section .menu-list .menu-item:last-child {
  right: 0;
}
.menu-section .menu-list .menu-item:last-child img {
  width: 100%;
}
.menu-section .menu-list .menu-item:last-child:hover {
  transition: 0.4s;
}
.menu-section .menu-list .item_1, .menu-section .menu-list .item_6 {
  z-index: 2;
}
.menu-section .menu-list .menu-item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.menu-section .menu-list .menu-item img {
  filter: grayscale(100%) brightness(50%);
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  transition: 0.4s;
}
.menu-section .menu-list .menu-item .number:before, .menu-section .menu-list .menu-item .menu-title:before {
  position: absolute;
  content: "";
  width: 20%;
  left: 40%;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  background-color: transparent;
  transition: 0.4s;
}
.menu-section .menu-list .menu-item .menu-title:before {
  width: 70%;
  height: 35px;
  left: 15%;
  margin-top: -4px;
}
.menu-section .menu-list .menu-item .number {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: absolute;
  display: block;
  top: 2%;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
}
.menu-section .menu-list .menu-item .menu-title {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 2%;
  pointer-events: none;
}
.menu-section .menu-list .menu-item:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  transition: 0.4s;
}
.menu-section .menu-list .menu-item:hover .number:before, .menu-section .menu-list .menu-item:hover .menu-title:before {
  background-color: #12afb4;
  transition: 0.4s;
}
.menu-section .move_1 {
  margin-left: -4% !important;
}
.menu-section .move_reverse_1 {
  margin-left: 2% !important;
}
.menu-section .move_2 {
  margin-left: -6% !important;
}
.menu-section .move_reverse_2 {
  margin-left: 2% !important;
}
.menu-section .move_3 {
  margin-left: -5.999% !important;
}
.menu-section .move_reverse_3 {
  margin-left: 2% !important;
}
.menu-section .move_4 {
  margin-left: -6% !important;
}
.menu-section .move_reverse_4 {
  margin-left: 2% !important;
}

/*

Menu Mobile

 */
.mobile-menu {
  display: none;
}

.menu-carousel {
  width: 100%;
}
.menu-carousel .menu-item {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.menu-carousel .menu-item .menu-bg {
  width: 100%;
  max-height: 400px;
  height: 250px;
  background-position: center;
  background-size: cover;
}
.menu-carousel .menu-item .menu-bg {
  filter: grayscale(100%) brightness(50%);
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  transition: 0.4s;
}
.menu-carousel .menu-item .menu-title:before {
  position: absolute;
  content: "";
  width: 0px;
  z-index: -1;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.4s;
}
.menu-carousel .menu-item .number {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  display: block;
  z-index: 20;
  pointer-events: none;
  margin-top: -150px;
  margin-bottom: 100px;
  padding-left: 5%;
}
.menu-carousel .menu-item .menu-title {
  font-family: KelsonSans-RU, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  display: block;
  z-index: 0;
  pointer-events: none;
  margin-top: -100px;
  margin-bottom: 92px;
  padding-right: 10%;
}
.menu-carousel .menu-item:hover .menu-bg {
  filter: grayscale(0) brightness(80%);
  -webkit-filter: grayscale(0) brightness(80%);
  -moz-filter: grayscale(0) brightness(80%);
  transition: 0.4s;
}
.menu-carousel .menu-item:hover .number:before, .menu-carousel .menu-item:hover .menu-title:before {
  background-color: #12afb4;
  width: 40px;
  transition: 0.4s;
}

.post-header {
  min-height: 450px;
  height: 450px;
}

.single p {
  margin-bottom: 5px;
}

.post-padding {
  padding-top: 30vh;
}

.news-archive-wrap {
  padding-top: 159px;
}
.news-archive-wrap .news-wrap .news-content-wrap {
  padding: 3%;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  border-left: 1px solid #242424;
  transition: 0.4s;
}
.news-archive-wrap .news-wrap .news-content-wrap .addition-info p {
  margin-bottom: 5px;
}
.news-archive-wrap .news-wrap img {
  filter: grayscale(100%);
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.news-archive-wrap .news-wrap:hover .news-content-wrap {
  border-top: 1px solid #12afb4;
  border-bottom: 1px solid #12afb4;
  border-left: 1px solid #12afb4;
  transition: 0.4s;
}
.news-archive-wrap .news-wrap:hover img {
  filter: grayscale(0);
  transition: 0.4s;
}

/* Pagination */
.wp-pagenavi span, .wp-pagenavi a {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  border: none !important;
  color: #ffffff;
}

.wp-pagenavi {
  margin: 2em auto;
  text-align: center;
}

.wp-pagenavi > * {
  display: inline-block;
  padding: 0em 0.5em;
  margin: 0.1em;
}

.wp-pagenavi a,
.wp-pagenavi a:hover {
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #12afb4;
}

.wp-pagenavi .extend {
  color: #ffffff;
}

.head-about-group-section {
  height: 750px;
}

.page-template-about-group-page p {
  line-height: 2;
}
.page-template-about-group-page .about-group-section p {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-template-about-group-page .about-group-section .about-person {
  display: inline-block;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap {
  display: inline-block;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap span {
  opacity: 0.5;
  font-family: KelsonSans-RU, sans-serif;
  font-size: 96px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap .name-wrap {
  height: 56px;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap .wrap {
  display: block;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap .wrap span {
  opacity: 1;
  font-family: KelsonSans-RU;
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.page-template-about-group-page .about-group-section .about-person .count-wrap .wrap span.position {
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.page-template-about-group-page .about-group-section .first-photo-wrap {
  max-width: 692px;
}
.page-template-about-group-page .about-group-section .second-photo-wrap {
  max-width: 370px;
  margin: 0 auto;
  padding-top: 20px;
}

.form-contact-us {
  max-width: 473px;
}
.form-contact-us [type=submit] {
  background: #000000;
  color: #797979;
  border: 1px solid #797979;
  width: 160px;
  padding: 6px 15px;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-submit:hover {
  background-color: #12afb4;
  border: 1px solid #12afb4;
  color: #ffffff;
}

.page-template-shop-page .shop-main-title {
  margin: 0 auto;
  max-width: 976px;
}
.page-template-shop-page .shop-main-title p {
  font-size: 24px;
}
.page-template-shop-page .shop-main-title a {
  color: #12afb4;
}
.page-template-shop-page .shop-section .item {
  padding-top: 50px;
}
.page-template-shop-page .shop-section .item p {
  font-family: Roboto-Light, sans-serif;
  margin: 0;
  line-height: 1.69;
}
.page-template-shop-page .shop-section .item .description p:last-child {
  background: #ff0000;
}
.page-template-shop-page .shop-section .item .description .price {
  position: absolute;
  bottom: -5px;
  margin-bottom: 20px;
}

.search article img {
  max-width: 100%;
  height: 100%;
}

.post-type-archive-video .full-content article img {
  width: 100%;
  filter: grayscale(100%);
  transition: 0.4s;
}
.post-type-archive-video .full-content article .video-archive-image {
  position: relative;
}
.post-type-archive-video .full-content article .video-archive-image:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 42px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ffffff;
  border-radius: 7%;
  top: calc(50% - 35px);
  left: calc(50% - 16px);
  transition: 0.4s;
}
.post-type-archive-video .full-content article p {
  font-family: Roboto-Light, sans-serif;
  font-size: 16px;
  opacity: 0;
  transition: 0.4s;
}
.post-type-archive-video .full-content article .video-archive-description {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: 0.4s;
}
.post-type-archive-video .full-content article .video-archive-description .wrap-description {
  padding-left: 55px;
}
.post-type-archive-video .full-content article:hover .video-archive-image {
  position: relative;
}
.post-type-archive-video .full-content article:hover .video-archive-image:after {
  border-left: 30px solid #12afb4;
  transition: 0.4s;
}
.post-type-archive-video .full-content article:hover .video-archive-description {
  border-top: 1px solid #12afb4;
  border-bottom: 1px solid #12afb4;
  border-right: 1px solid #12afb4;
  transition: 0.4s;
}
.post-type-archive-video .full-content article:hover h5, .post-type-archive-video .full-content article:hover p {
  color: #12afb4;
  opacity: 1;
  transition: 0.4s;
}
.post-type-archive-video .full-content article:hover img {
  filter: grayscale(0%);
  transition: 0.4s;
}

.post-type-archive-music .full-content {
  padding-top: 70px;
}
.tc-and-pp-section {
  padding-top: 130px;
}
.post-type-archive-music .full-content p {
  font-family: KelsonSans-RU-Normal, sans-serif;
  font-size: 36px;
  line-height: normal;
}
.post-type-archive-music .full-content .tablature-block, .post-type-archive-music .full-content .lyrics-block {
  display: none;
}
.post-type-archive-music .full-content .tablature-block p, .post-type-archive-music .full-content .lyrics-block p {
  font-family: Roboto-Light, sans-serif;
  font-size: 15px;
}
.post-type-archive-music .full-content .tablature-block pre {
  color: #ffffff;
  font-family: Roboto-Light, sans-serif;
  font-size: 15px;
}

/*
Wawe player
 */
.wavesurfer-block {
  margin-bottom: 0 !important;
}

.wavesurfer-block .wavesurfer-player wave {
  border-right: 0 !important;
}

.wavesurfer-time, .wavesurfer-duration {
  background-color: transparent !important;
}

button.wavesurfer-paused-button, button.wavesurfer-active-button, .wavesurfer-block button, .wavesurfer-time, .wavesurfer-duration {
  background-color: transparent !important;
}

.wavesurfer-playlist-track-artist, .wavesurfer-playlist-track-separator {
  display: none;
}

.list-group-item {
  background-color: transparent !important;
  color: #ffffff;
}
.list-group-item div {
  font-family: KelsonSans-RU-Normal, sans-serif;
  font-size: 24px;
}

.wavesurfer-buttons_set div {
  font-family: KelsonSans-RU, sans-serif;
}
.wavesurfer-buttons_set .wavesurfer-time, .wavesurfer-buttons_set .wavesurfer-duration {
  min-width: auto;
  margin: 0;
  padding-top: 20px;
  text-align: right;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.wavesurfer-block.wavesurfer-playlist {
  position: relative;
}

button.wavesurfer-play {
  padding-right: 2em !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

button.wavesurfer-download {
  position: absolute;
  top: 30px;
}

.wavesurfer-play.wavesurfer-active-button, .list-group-item.wavesurfer-active-track {
  color: #12afb4;
}

.player {
  position: relative;
}

.wavesurfer-player {
  opacity: 0;
  visibility: hidden;
  width: 40%;
  float: right;
  margin-right: 80px;
  margin-top: -10px;
  transition: 0.2s;
}
.wavesurfer-player.show-wave {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.wavesurfer-audio {
  padding-top: 5px;
  margin-top: -65px;
}

.wavesurfer-duration, .wavesurfer-time {
  position: absolute;
  right: 0;
}
.wavesurfer-duration:before, .wavesurfer-time:before {
  content: "" !important;
}

.music-name {
  padding-left: 40px;
}

.wavesurfer-time {
  display: none;
}

.wavesurfer-time.active {
  color: #12afb4;
}

.btn-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: none;
  transition: 0.2s;
}
.btn-set button {
  padding-left: 0;
  padding-right: 0;
  margin-right: 12px;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.btn-set button:hover svg g {
  fill: #12afb4;
}
.btn-set button:hover svg g path {
  fill: #12afb4;
}
.btn-set.active {
  display: flex;
  transition: 0.2s;
}

/*
 Перемикач меню
 */
#menu-switcher {
  color: #ffffff;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
#menu-switcher li.current-lang a {
  color: #12afb4;
}
#menu-switcher li a {
  padding: 0 10px;
}

/*
    Контактна форма
 */
.wpcf7-form span {
  text-align: left;
  font-size: 14px;
  font-family: KelsonSans-RU-Normal;
}

.swal2-icon.swal2-success [class^=swal2-success-line], .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  background-color: #12afb4 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #12afb4 !important;
  display: none !important;
}

.swal2-icon.swal2-success {
  border-color: #12afb4 !important;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}
footer p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

.menu-footer-menu-tc-and-pp > li,
.menu-footer-menu-tc-and-pp-ua > li {
  color: #ffffff;
}

.about-band p {
  font-size: 20px;
}

/**
  * Fix content to 1400px
  **/
@media screen and (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 992px) {
  footer .container {
    max-width: 1100px;
  }

  .post-type-archive-video .full-content .container {
    max-width: 971px;
  }

  .single .full-content .container {
    max-width: 700px;
  }

  .single-video .full-content .container {
    max-width: 971px;
  }
  .single-video .full-content .container iframe {
    width: 100%;
    height: 531px;
    margin-bottom: 50px;
  }

  .page-template-about-group-page .full-content .container {
    max-width: 971px;
  }
  .page-template-about-group-page .about-group-section p {
    padding: 40px 50px 100px 50px;
  }
  .page-template-about-group-page .about-group-section .about-person {
    padding-left: 80px;
    margin-bottom: 23px;
  }
  .page-template-about-group-page .about-group-section .about-person .count-wrap:nth-child(2) {
    padding-left: 19px;
  }
  .page-template-about-group-page .about-group-section .second-photo-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .news-archive-wrap .news-wrap .news-content-wrap .addition-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7%;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent li {
    width: 100%;
  }

  button:focus {
    outline: none;
  }

  footer {
    text-align: center;
  }

  footer .chw-widget {
    margin-top: 50px;
  }

  .single-video .full-content .container iframe {
    width: 100%;
    margin-bottom: 50px;
  }

  .head-about-group-section {
    height: 370px;
  }
  .post-padding {
    padding-top: 26vh;
  }

  .navbar-toggler {
    padding-bottom: 2.25rem;
  }
  header .navbar {
    justify-content: space-between;
  }

  .language-col {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .post-type-archive-video .full-content article img {
    padding-right: 15px;
  }
  .post-type-archive-video .full-content article .video-archive-description {
    border: 0;
  }
  .post-type-archive-video .full-content article .video-archive-description .wrap-description {
    padding-left: 15px;
  }
  .post-type-archive-video .full-content article:hover .video-archive-description {
    border: 0;
  }

  .post-type-archive-music article p.album-title {
    text-align: center;
    padding-top: 20px;
  }

  .post-padding {
    padding-top: 18vh;
  }

  .menu-carousel .menu-item .menu-bg {
    width: 100%;
    max-height: 400px;
    height: 350px;
    background-position: 50% 33%;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 160px;
  }

  .page-template-about-group-page .about-group-section p {
    padding-top: 0;
  }

  .about-band p {
    font-size: 19px;
  }

  .page-template-about-group-page .about-group-section .about-person .count-wrap span {
    font-size: 80px;
  }
  .page-template-about-group-page .about-group-section .about-person .count-wrap .name-wrap {
    height: 48px;
  }
  .page-template-about-group-page .about-group-section .about-person .count-wrap .wrap span {
    font-size: 24px;
  }
  .page-template-about-group-page .about-group-section .about-person .count-wrap .wrap span.position {
    font-size: 20px;
  }

  .wavesurfer-player {
    margin-top: 0px;
    margin-right: 0;
    width: 100%;
  }

  .wavesurfer-player.show-wave {
    margin-top: 55px;
  }
}

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

