@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900&display=swap&subset=cyrillic');
/* de0e65 розовый */
/* 1b0751 текст */
/* 6206bd фиолетовый */
* {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Roboto';
  font-size: 17px;
  letter-spacing: .02em;
}
body {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
input {
  outline: none !important;
}
button {
  outline: none !important;
  cursor: pointer;
  font-family: 'Roboto';
}
a {
  outline: none;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1090px;
  }
}
.container > .row {
  margin-right: -30px;
  margin-left: -30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt10  {
  margin-top: 10px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt85 {
  margin-top: 85px;
}
.mt105 {
  margin-top: 105px;
}
.mt145 {
  margin-top: 145px;
}
.mt175 {
  margin-top: 175px;
}
.text-center {
  text-align: center;
}
.p-relative {
  position: relative;
}
.top-nav {
  background: url(img/top-nav-bg.png);
  background-position: center;
  background-size: cover;
  height: 77px;
}
.top-nav-ul {
  text-align: center;
  margin-top: 25px;
  margin-left: 8px;
}
.top-nav-ul > li {
  display: inline-block;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}
.top-nav-ul > li:after {
  content: '';
  display: block;
  background: #2b185d;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: -21px;
}
.top-nav-ul > li:last-child:after {
  display: none;
}
.top-nav-ul > li > a {
  font-size: 17px;
  color: #2b185d;
  font-weight: 500;
  text-decoration: none;
}
.top-nav-ul li a:hover {
  text-decoration: underline;
}
.top-nav-ul > li > span {
  cursor: pointer;
  height: 30px;
  display: inline-block;
  font-size: 17px;
  color: #2b185d;
  font-weight: 500;
  position: relative;
  padding-right: 17px;
}
.top-nav-ul > li > span::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 7px;
    border: 7px solid transparent;
    border-top: 8px solid #2b185d;
}
.top-nav-inner {
  position: absolute;
  left: 0;
  top: 22px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  text-align: left;
  z-index: 5;
  width: 205px;
  padding: 7px 0;
  display: none;
}
#top-nav-dropdown:hover .top-nav-inner {
  display: block;
}
.top-nav-inner li {
  display: block;
}
.top-nav-inner li a {
  text-decoration: none;
  display: block;
  padding: 7px 15px 7px 18px;
  color: inherit;
}
.menu-close {
  display: none;
}
.header {
  margin-bottom: 30px;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
.header-left1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.logo {
  width: 60px;
  margin-top: 15px;
}
.header-left2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}
.header h1 {
  font-size: 17px;
  color: #2b185d;
  font-weight: 400;
  margin-bottom: 6px;
}
.header h2 {
  font-size: 17px;
  color: #2b185d;
  font-weight: 400;
  margin-bottom: 4px;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-right ul {
  margin-top: 7px;
}
.header-right ul li {

}
.header-right ul li.header-right-tel {
  font-weight: 900;
}
.header-right ul li.header-right-adress {
  font-weight: 500;
}
.header-right ul li object {
  margin-right: 15px;
  position: relative;
  top: 7px;
}
.header-right ul li.header-right-tel object {
  top: 3px;
}
.header-right ul li a {
  color: inherit;
  text-decoration: none;
}
.header-right ul li a:hover {
  text-decoration: underline;
}
.first {
  margin-top: 5px;
}
.first .container {
  position: relative;
}
.first .container:after {
  content: '';
  display: block;
  height: 710px;
  width: 1065px;
  background: url(img/bg-first1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 430px;
  top: -35px;
  z-index: -1;
}
.first .h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 1.2em;
  letter-spacing: .04em;
}
.first .h2 span {
  font-weight: 500;
  font-style: italic;
  display: block;
}
.first-p {
  font-weight: 600;
  font-size: 20px;
  color: #2b185d;
}
.first-ul {
  margin-top: 35px;
  margin-bottom: 60px;
}
.first-ul li {
  display: block;
  font-size: 20px;
  color: #2b185d;
  margin-bottom: 5px;
}
.videoplay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.videoplay-item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  max-width: 132px;
  margin-right: 10px;
}
.videoplay-item-left img {
  width: 132px;
  cursor: pointer;
  transition: .2s;
  -webkit-animation: play .7s ease-in-out infinite;
  animation: play .7s ease-in-out infinite;
}
@keyframes play {
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(.94);
  }
}
.videoplay-item-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 142px);
  flex: 0 0 calc(100% - 142px);
  max-width: calc(100% - 142px);
}
.videoplay-item-right p {
  font-size: 20px;
  color: #2b185d;
  line-height: 1.4em;
}
.first .col-md-5 {
  position: relative;
}
.first-form {
  width: 400px;
  height: 400px;
  background: rgba(255, 255,255, .7);
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  bottom: -50px;
  left: -80px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
}
.first-form:before {
  content: '';
  display: block;
  width: 280px;
  height: 150px;
  background: url(img/first-line.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: -280px;
  bottom: 85px;
  z-index: 3;
}
.main-f {
  border-radius: 10px;
  border: 2px solid lightgrey;
  height: 100%;
  padding: 20px 40px 40px;
  text-align: center;
}
.main-f-h {
  font-size: 25px;
  color: #2b185d;
  font-weight: 600;
  margin-bottom: 30px;
}
.main-f-h span {
  color: #d2276f;
}
.main-form {

}
.main-form input {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
  height: 50px;
  text-align: center;
  font-size: 21px;
  color: #2b185d;
  opacity: .5;
}
.main-form input::placeholder {
  color: #2b185d;
  opacity: .5;
}
.main-btn-div {
  position: relative;

}
.main-btn {
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 68px;
  border: none;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}

.main-btn::before{
  content: '';
  display: block;
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fc678a, #ea4c7d);
  z-index: -1;
}
.main-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 5px;
  background: #c82368;
  z-index: -2;
}
.main-btn:hover::before {
  background: #ea4c7d;
}
.slider-choose {

}
h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  padding-bottom: 8px;
}
.music-line {
  width: 510px;
  margin: 20px auto 45px;
}
.music-line-bottom {
  width: 510px;
  margin: 13px auto 15px;
}
.music-line object {
width: 510px;
}
.music-line img {
  max-width: 100%;
}
.music-line-bottom img {
  max-width: 100%;
}
a.main-btn {
  display: block;
  height: 63px;
  text-decoration: none;
  text-align: center;
  padding: 19px 0;
  margin-bottom: 5px;
}
a.main-btn::before {
  height: 63px;
}
a.main-btn::after {
  height: 63px;
}
.choose-slider {
  padding-left: 74px;
  padding-right: 74px;
}
.choose-slider .slick-prev {
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 208px;
  cursor: pointer;
}
.choose-slider .slick-next {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 208px;
  cursor: pointer;
}
.slick-next, .slick-prev {
  transition: .2s;
}
.slick-next:hover, .slick-prev:hover {
  filter: brightness(1.1);
}
.choose-slider .slick-prev object,
.choose-slider .slick-next object {
  position: relative;
  z-index: -1;
}
.choose-slider .slick-dots {
  text-align: center;
  margin-top: 50px;
}
.choose-slider .slick-dots li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.choose-slider .slick-dots button {
  background: transparent;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid lightgrey;
  transition: .2s;
}
.choose-slider .slick-dots button:hover {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.choose-slider .slick-dots .slick-active button {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.choose-slider .item {
  padding: 0 16px;
  text-align: center;
  outline: none;
}
.choose-item-wrapper {

}
.choose-item {
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  margin-bottom: 40px;
  margin-top: 15px;
  background: #fff;
  position: relative;
}
.slider-choose .choose-item:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #de0e65;
    width: 141px;
    height: 141px;
    border-top-right-radius: 18px;
    transition: .5s;
}
.slider-choose .choose-item:hover:before {
  animation: line .5s linear;
  -webkit-animation: line .5s linear;
  animation-fill-mode: forwards;
}
@keyframes line {
  25% {
    height: 100%;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    width: 141px;
  }
  50% {
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 18px;
  }
  55% {
    border-bottom-left-radius: 18px;
  }
  100% {
    width: 141px;
    height: 141px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 18px;
  }
}
.choose-item-inner {
  border-radius: 15px;
  border: 2px solid lightgrey;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.choose-item img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.choose-item-h {
  font-size: 20px;
  color: #2b185d;
  margin-bottom: 5px;
}
.choose-item-capt {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 300;
}
.choose-item-price {
  font-size: 30px;
  font-weight: 900;
  color: #2b185d;
}
.h3-capt {
  font-size: 25px;
  color: #6407bd;
  text-align: center;
}
.h3-capt-bottom {
  font-size: 25px;
  color: #6407bd;
  text-align: center;
  margin-bottom: 45px;
}
.about-p p{
  font-size: 20px;
  color: #2b185d;
}
.about-p-span1 {
  font-weight: bold;
  color: #ed4f80;
}
.about-p-span2 {
  font-weight: 500;
}
.about-p-span3 {
  font-weight: 500;
  font-style: italic;
}
.about-p a {
  color: #2b185d;
  text-decoration: none;
}
.about-p a:hover {
  text-decoration: underline;
}
.about .videoplay-item-left {
  position: relative;
}
.about .videoplay-item-left:before {
  content: '';
  display: block;
  width: 150px;
  height: 127px;
  background: url(img/line.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: -155px;
  top: 86px;
  z-index: 3;
}
.first-about {
  width: 573px;
      position: relative;
      left: -47px;
      top: 20px;
}
.slider-teachers .choose-slider .slick-dots {
    margin-top: 0px;
}
.slider-teachers .choose-item {
    padding: 4px;
}
.teacher-name {
  font-size: 18px;
  text-transform: uppercase;
  color: #ed4f80;
  font-weight: 900;
}
.teachers-line {
  margin: 10px 0;
}
.teachers-line object {
  width: 137px;
}
.teachers-item-capt {
  font-size: 15px;
  color: #2b185d;
}
.teachers-item-inner {
  padding-bottom: 15px;
}
p.h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 8px;
}
/* фоны */
.bc1 {
  position: relative;
}
.bc1:before {
  content: '';
  display: block;
  width: 106vw;
  height: 116vh;
  background: url(img/bc_1.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -47vh;
  z-index: -1;
}
.bc2 {
  position: relative;
}
.bc2:before {
  content: '';
  display: block;
  width: 100vw;
  height: 63vh;
  background: url(img/bc_2.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -14vh;
  z-index: -1;
}
.bc3 {
  position: relative;
}
.bc3:before {
  content: '';
  display: block;
  width: 100vw;
  height: 63vh;
  background: url(img/bc_3.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
}
/* фоны */

.method {
  padding-right: 140px;
  padding-left: 140px;
  position: relative;
}
.method .col-md-6 {
  padding-left: 9px;
  padding-right: 9px;
}
.star-ul-item {
  background: #fff;
  border: 2px solid lightgrey;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  border-radius: 15px;
  padding: 30px 25px 25px 30px;
  height: 100%;
}
.star-ul-item ul {
}
.star-ul-item ul li {
  color: #1c1d55;
  line-height: 30px;
  padding-left: 38px;
  position: relative;
}
.star-ul-item ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/star.svg);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}
.method-capt {
  text-align: center;
  color: #1c1d55;
  margin-top: 45px;
}
.gallery-slider-for-wrapper {
  border-radius: 15px;
  padding: 8px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  margin-left: 125px;
  margin-right: 125px;
  margin-bottom: 35px;
}
.gallery-slider-for {
  border-radius: 15px;
  border: 2px solid lightgrey;
}
.gallery-slider-nav-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
}
.gallery-slider-for-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
}
.slider-gallery .slick-prev {
  border: none;
  background: transparent;
  position: absolute;
  left: -115px;
  top: 208px;
  cursor: pointer;
}
.slider-gallery .slick-next {
  border: none;
  background: transparent;
  position: absolute;
  right: -115px;
  top: 208px;
  cursor: pointer;
}
.slider-gallery .slick-prev object,
.slider-gallery .slick-next object {
  position: relative;
  z-index: -1;
}
.slider-gallery .slick-dots {
  text-align: center;
  margin-top: 50px;
}
.slider-gallery .slick-dots li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.slider-gallery .slick-dots button {
  background: transparent;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid lightgrey;
  transition: .2s;
}
.slider-gallery .slick-dots button:hover {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.slider-gallery .slick-dots .slick-active button {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.gallery-slider-nav .slick-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 3;
}
.gallery-slider-nav .slick-list::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent);
  z-index: 3;
}
.gallery-slider-nav .item {
  margin-left: 8px;
  margin-right: 8px;
  outline: none;
}
.gallery-slider-nav-item {
  border-radius: 15px;
}
.gallery-slider-nav-item-inner {
  border-radius: 15px;
}
.soc {

}
.soc-p  {
  font-size: 25px;
  margin-bottom: 30px;
}
.soc-p span {
  font-weight: bold;
  color: #d2276f;
}
.soc-capt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.soc-capt-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 170px;
  margin-right: 150px;
}
.soc-capt-p {
  font-size: 21px;
  line-height: 1.5em;
}
.soc-capt-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 340px);
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
}
.soc-ul {

}
.soc-ul li {
  display: inline-block;
  margin-right: 32px;
}
.soc-ul li img {
  width: 68px;
}
.testimonials .row-bg {
  position: relative;
}
.testimonials .row-bg::before {
    content: '';
    position: absolute;
    left: -62px;
    top: -84px;
    width: 1300px;
    height: 475px;
    background: url(img/sh.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials .main-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 70px;
}
.testimonials .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.testimonial-item-wrapper {
  border-radius: 15px;
  padding: 3px;
  background: #fff;
  cursor: pointer;
}
.testimonial-item {
  border-radius: 15px;
  border: 2px solid lightgrey;
  background: #fff;
}
.testimonial-item .testimonial-item-mask > img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: -4px;
}
.testimonial-item-mask {
  position: relative;
}
.testimonial-item-mask::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, .5);
}
.testimonial-item-play {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  padding-top: 22px;
  padding-left: 2px;
  left: calc(50% - 32px);
  top: 35%;
  border: 3px solid #fff;
  transition: .3s;
}
.testimonial-item-wrapper:hover .testimonial-item-play {
  border: 3px solid #ed4f80;
  background: #ed4f80;
}
.testimonial-item-play img {
      width: 13px;
}
.video-mask {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.video-mask img {
  width: 100%;
  padding: 15px;
}
.results .col-md-4 {
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.results .testimonial-item-wrapper {
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  cursor: pointer;
}
.inline-btn {
  background: transparent;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #2b185d;
  border-bottom: 1px solid #2b185d;
  margin-top: 15px;
}
#results-more-block {
  display: none;
}
.contacts {

}
.contacts-iframe-wrap {
  border-radius: 15px;
}
#map {
  width: 100%;
  border: 2px solid lightgrey;
  outline: none;
  border-radius: 15px;
  height: 560px;
}
#map .ymaps-2-1-75-map {
  border-radius: 15px;
}
#map .ymaps-2-1-75-inner-panes {
  border-radius: 15px;
}
.contacts-capt {
  position: absolute;
  width: 400px;
  height: 435px;
  border-radius: 15px;
  background: #fff;
  top: 65px;
  right: 60px;
  padding: 40px 30px;
}
.contacts-capt-ul {

}
.contacts-capt-ul li {
  font-size: 21px;
  color: #2b185d;
  position: relative;
  padding-left: 50px;
  line-height: 1.6em;
  margin-bottom: 17px;
}
.contacts-capt-ul li a {
  font-weight: 900;
  color: #de0e65;
  text-decoration: none;
}
.contacts-capt-ul li a:hover {
  text-decoration: underline;
}
.contacts-capt-ul li object {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.customed-accordion .card {
  width: 810px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  margin-bottom: 25px;
  color: #2b185d;
}
.customed-accordion .btn {
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 21px;
  color: #2b185d;
  position: relative;
  z-index: 3;
}
.customed-accordion-arrow {
  width: 34px;
  position: absolute;
  right: 0;
  top: -5px;
  transition: .3s;
  z-index: -1;
}
.customed-accordion .btn:not(.collapsed) .customed-accordion-arrow {
  transform: rotate(90deg);
}
.customed-accordion-inner {
  border-radius: 15px;
  border: 2px solid lightgrey;
  padding: 18px 25px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.customed-accordion .card {
  position: relative;
}
.customed-accordion .card:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #de0e65;
    width: 300px;
    height: 40px;
    border-top-right-radius: 18px;
    transition: .5s;
}
.customed-accordion .card:hover:before {
  animation: aline .5s linear;
  -webkit-animation: aline .5s linear;
  animation-fill-mode: forwards;
}
@keyframes aline {
  25% {
    height: 100%;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    width: 300px;
  }
  50% {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 18px;
  }
  55% {
    border-bottom-left-radius: 18px;
  }
  100% {
    width: 300px;
    height: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 18px;
  }
}
.customed-accordion .card.selected:before {
  animation: aline .5s linear;
  -webkit-animation: aline .5s linear;
  animation-fill-mode: forwards;
}
.customed-accordion .card-body {
  margin-top: 20px;
}
.answers .main-btn {
  width: 300px;
  display: block;
  margin: 70px auto 0;
}
.footer {
  position: relative;
  background: #f2f2f2;
  color: #2b185d;
}
.footer::before {
  content: '';
  width: 100%;
  height: 100px;
  background: url(img/footer-bg.png);
  position: absolute;
  left: 0;
  top: -100px;
}
.footer .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.footer .col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.footer .col-md-7 .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  margin-left: 15px;
}
.footer .main-btn {
  height: 47px;
  padding: 13px 0;
}
.footer .main-btn::before {
  height: 47px;
}
.footer .main-btn::after {
  height: 47px;
}
.footer-p {
  margin-bottom: 20px;
}
.footer-logo {
  width: 255px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.footer-h4 {
  color: #d2276f;
  font-weight: 900;
  font-size: 27px;
  margin-bottom: 25px;
  letter-spacing: .05em;
}
.footer-ul {

}
.footer-ul li {
  margin-bottom: 3px;
}
.footer-ul li a {
  color: #2b185d;
  text-decoration: none;
}
.footer-ul li a:hover {
  text-decoration: underline;
}
.footer-p a {
  color: #2b185d;
  text-decoration: none;
}
.footer-p a:hover {
  text-decoration: underline;
}
.footer-email {
  font-weight: 500;
  margin-top: 20px;
}
.footer-email a {
  color: inherit;
  text-decoration: none;
}
.footer-email a:hover {
  text-decoration: underline;
}
.footer-form {

}
.footer-form input {
  border: 2px solid #ed4f80;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
  height: 48px;
  padding: 12px;
  background: transparent;
}
.footer-form button {

}
.footer-soc-ul {
  margin-bottom: 10px;
}
.footer-soc-ul li {
  display: inline-block;
  margin-left: 6px;
}
.footer-soc-ul li a {

}
.footer-soc-ul li img {
  width: 40px;
}
.footer-b-capt {
  color: #2b185d;
  margin-bottom: 35px;
}
.footer-center-bottom {
  margin-top: 35px;
  padding-right: 63px;
  padding-left: 0;
}
.footer-center-bottom .footer-h4 {
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
.footer-bottom {
  background: #f2f2f2;
  color: #2b185d;
  font-weight: 300;
  font-size: 13px;
  color: #717171;
  padding-bottom: 20px;
}
.footer-bottom p {
  margin-bottom: 15px;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer a.main-btn {

}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  outline: 0;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  padding: 8px;
}
.modal-video {
  border-radius: 15px;
  border: 2px solid lightgrey;
}
.modal-video iframe {
  width: 680px;
  height: 480px;
  border-radius: 15px;
  margin-bottom: -4px;
  border: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}


.modal .close {
  position: absolute;
  border: none;
  right: -53px;
      top: 2px;
      font-size: 35px;
      background: #d2276f;
      box-sizing: border-box;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      padding: 6px 16px;
      color: #fff;
}


.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 720px) {
  .modal-dialog {
    max-width: 702px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 440px) {
  #callModal .modal-dialog {
      max-width: 420px;
  }
}
.mob-menu {
  display: none;
}
@media screen and (max-width:992px) {
  .mob-menu {
    display: block;
  }
  .mob-menu img {
    width: 25px;
    margin: 15px 0 10px;
  }
  .top-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  .top-nav-ul > li {
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.top-nav-ul > li > span {
  height: auto;
}
.top-nav-ul > li > span:after {
    display: none;
}
.top-nav-ul > li:after {
    display: none;
}
.menu-close {
  display: block;
  position: absolute;
  border: none;
  right: 20px;
  top: 20px;
  font-size: 35px;
  background: #d2276f;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px 16px;
  color: #fff;
  z-index: 3;
}
.top-nav-inner {
    position: static;
    box-shadow: none;
    text-align: left;
    padding: 12px 0 0;
    display: block;
}
  .first .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 100%;
    max-width: 100%;
}
.first .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 100%;
  max-width: 100%;
}
.first-form {
  position: static;
  height: auto;
}
.first .h2 {
  font-size: 43px;
  margin-bottom: 25px;
}
.first-ul {
    margin-bottom: 35px;
}
.first .container:after {
    height: 550px;
    width: 665px;
    left: 300px;
}
.first-form {
  width: 100%;
}
.slider-choose {
    margin-top: 45px;
}
h3 {
    font-size: 35px;
}
.music-line {
    width: 100%;
    margin: 12px auto 25px;
}
.music-line-bottom {
    width: 100%;
    margin: 12px auto 25px;
    margin-bottom: 12px;
}
.choose-item-price {
    font-size: 24px;
}
.about {
  margin-top: 55px;
}
.about-p br {
  display: none;
}
.first-about {
  width: 573px;
      position: relative;
      left: -47px;
      top: 20px;
}
.slider-teachers {
      margin-top: 55px;
}
p.h3 {
  font-size: 35px;
}
.method {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
}
.method .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding-left: 100px;
    padding-right: 100px;
}
.method-capt {
    margin-top: 0;
}
.star-ul-item {
    padding: 25px 25px 25px 30px;
}
.slider-gallery {
  margin-top: 55px;
}
.slider-gallery .slick-next {
    top: 35%;
}
.slider-gallery .slick-prev {
    top: 35%;
}
.soc {
    margin-top: 55px;
}
.soc-ul li img {
    width: 40px;
}
.testimonials {
  margin-top: 50px;
}
.testimonials .main-btn {
    margin-top: 30px;
}
.results {
  margin-top: 55px;
}
.h3-capt {
    font-size: 22px;
}
.h3-capt-bottom {
    font-size: 22px;
    margin-bottom: 25px;
}
.contacts-capt-ul li {
    font-size: 16px;
    padding-left: 45px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.contacts-capt {
    height: auto;
    right: 30px;
    padding: 30px 25px 15px;
}
.contacts {
  margin-top: 50px;
}
#map {
  height: 400px;
}
.answers {
  margin-top: 50px;
}
.answers .main-btn {
  margin-top: 35px;
}
.footer {
  margin-top: 110px;
}
.footer-h4 {
    font-size: 23px;
    margin-bottom: 15px;
}
.footer .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: -1;
}
.footer .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer > .container > .row > .col-md-7 {
  order: 1;
  margin-top: 20px;
}
.footer .main-btn {
    width: 230px;
}
.footer .col-md-7 .col-md-7 {
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
}
.footer .col-md-7 .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-form input {
    width: 230px;
}
.footer-center-bottom {
  text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 28px;
}
.customed-accordion .card {
    width: 100%;
}
.customed-accordion .card:before {
    width: 50%;
    height: 50%;
}
.customed-accordion .card:hover:before {
    -webkit-animation: none;
    animation: none;
}
.customed-accordion .card.selected:before {
    animation: alinem .5s linear;
    -webkit-animation: alinem .5s linear;
    animation-fill-mode: forwards;
}
@keyframes alinem {
  25% {
    height: 100%;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    width: 50%;
  }
  50% {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 18px;
  }
  55% {
    border-bottom-left-radius: 18px;
  }
  100% {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 18px;
  }
}
.first-form:before {
    display: none;
}
.about .videoplay-item-left:before {
    display: none;
}
.modal-video iframe {
  width: 100%;
}
}
@media screen and (max-width:767px) {
  .header-right {
    justify-content: flex-start;
    margin-top: 10px;
}
.container > .row {
    margin-right: -15px;
    margin-left: -15px;
}
.first .h2 {
    font-size: 31px;
    margin-bottom: 25px;
}
.first-ul {
    margin-top: 15px;
    margin-bottom: 20px;
}
h3 {
    font-size: 28px;
}
p.h3 {
    font-size: 28px;
}
.music-line object {
    width: 100%;
}
.h3-capt {
    font-size: 20px;
}
.h3-capt-bottom {
    font-size: 20px;
}
.choose-slider .slick-prev object, .choose-slider .slick-next object {
    width: 40px;
}
.choose-slider {
    padding-left: 34px;
    padding-right: 34px;
}
.about-p p {
    font-size: 18px;
}
.first-about {
    width: 100%;
    left: -10px;
}
.choose-slider .slick-dots {
    margin-top: 13px;
}
.method .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.star-ul-item ul li {
    line-height: 27px;
    padding-left: 30px;
}
.star-ul-item {
    padding: 20px;
}
.slider-gallery .slick-prev object, .slider-gallery .slick-next object {
    display: none;
}
.gallery-slider-for-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
}
.gallery-slider-nav .slick-list::before {
    display: none;
}
.gallery-slider-nav .slick-list::after {
    display: none;
}
.slider-gallery .slick-dots {
    margin-top: 18px;
}
.soc-capt-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.soc-capt-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
}
.soc-ul li {
    margin-right: 10px;
    margin-left: 10px;
}
.testimonial-item-wrapper{
  margin-bottom: 5px;
}
.results .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonials .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.contacts-capt {
  position: static;
  width: 100%;
  padding: 30px 0 0;
}
.customed-accordion-inner {
    padding: 15px 15px;
}
.customed-accordion .btn {
    padding-right: 40px;
}
.modal .close {
  right: 0;
  top: -53px;
}
.contacts-capt-ul li.contacts-capt-ul-li3 {
  margin-top: 0;
}
.contacts-capt-ul li.contacts-capt-ul-li4 {
  margin-top: 0;
}
}
@media screen and (max-width: 600px) {
  .footer .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer .col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.footer .col-md-7 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}
.footer .col-md-7 .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-bottom .col-md-12 {
  text-align: left;
}
}
.img-brd {
  width: 100%;
  border-radius: 15px;
}
.img-about  img {
  margin-top: 25px;
}
.about-s .img-about {
  position: relative;
}
.about-s .img-about::before {
  content: '';
  display: block;
  width: 140%;
  height: 140%;
  background: url(img/about-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: -20%;
  top: -20%;
  z-index: -1;
}
.colored-p {
  font-size: 20px;
  color: #2b185d;
  text-align: center;
}
.vacancies .colored-p {
  margin: 50px 0 30px;
}
.v-row {
  text-align: center;
  padding-left: 160px;
  padding-right: 160px;
}
.v-row p {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
.v-row .col-md-3 {
  margin-bottom: 35px;
}
.find1 {
  width: 139px;
  height: 101px;
  margin-top: 16px;
  position: relative;
  left: 23px;
}
.find2 {
  width: 75px;
  height: 117px;
}
.find3 {
  width: 95px;
  height: 85px;
  margin-top: 32px;
}
.find4 {
  width: 92px;
  height: 117px;
  position: relative;
  left: -2px;
}
.find5 {
  width: 140px;
  height: 116px;
}
.find6 {
  width: 139px;
  height: 75px;
  margin-top: 41px;
}
.find7 {
  width: 95px;
  height: 75px;
  margin-top: 41px;
}
.find8 {
  width: 137px;
  height: 80px;
  margin-top: 36px;
}
.styled-ul {
  margin-top: 40px;
  column-count: 2;
  width: 100%;
}
.styled-ul li {
  font-size: 20px;
  color: #2b185d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.styled-ul li .styled-ul-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.styled-ul li .styled-ul-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.styled-ul1 img {
  width: 32px;
  height: 24px;
}
.styled-ul2 img {
  width: 30px;
  height: 29px;
}
.styled-ul3 img {
  width: 20px;
  height: 30px;
}
.styled-ul4 img {
  width: 22px;
  height: 21px;
}
.styled-ul5 img {
  width: 27px;
  height: 27px;
}
.styled-ul6 img {
  width: 50px;
  height: 50px;
}
.about-u {
  text-align: center;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}
.about-u1 {
  width: 127px;
  height: 88px;
}
.about-u2 {
  width: 85px;
  height: 79px;
  margin-top: 9px;
}
.about-u .col-md-12 {
  padding-left: 50px;
  padding-right: 50px;
}
.about-u p {
  margin-top: 20px;
  font-size: 20px;
  color: #2b185d;
}
.ab1 {
  width: 98px;
  height: 75px;
  margin-top: 35px;
}
.ab2 {
  width: 78px;
  height: 110px;
}
.ab3 {
  width: 120px;
  height: 78px;
  margin-top: 32px;
}
.about-p-a {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.about-st {
  text-align: center;
  margin-top: 50px;
}
.about-st img {
  width: 250px;
}
@media screen and (max-width: 992px) {
  .v-row {
    padding-left: 0;
    padding-right: 0;
}
.styled-ul {
    column-count: 1;
    margin-top: 20px;
    width: 100%;
}
.styled-ul li {
  margin-bottom: 8px;
}
.about-u {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}
.about-u .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.about-st img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}
.about-mt85 {
  margin-top: 40px;
}
.about-s .img-about::before {
  display: none;
}
.vacancies .colored-p {
    margin: 30px 0 30px;
}
}
@media screen and (max-width: 767px) {
  .v-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .styled-ul li span span {
    display: inline-block;
    width: 5px;
  }
  .styled-ul li .styled-ul-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
}
.styled-ul li .styled-ul-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 45px);
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
}
.ab2 {
    margin-top: 25px;
}
.v-row .col-md-3 {
    margin-bottom: 20px;
}
.find7 {
    margin-top: 36px;
}
.find8 {
    margin-top: 31px;
}
.vacancies .colored-p {
    margin: 15px 0 30px;
}
.styled-ul {
    margin-top: 10px;
}
.ab1 {
    margin-top: 10px;
}
.about-u .col-md-12 {
    margin-top: 20px;
}
.about-st {
    margin-top: 20px;
}
}
.first-draw.first .h2 span {
    display: inline-block;
}
.first-draw.first .container:after {
    content: '';
    display: block;
    height: 580px;
    width: 660px;
    background: url(img/draw.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 700px;
    top: 100px;
    z-index: -1;
}
.first-draw .first-form {
    left: -130px;
}
.pablo-row {
  position: relative;
}
.pablo-row:before {
  content: '';
  width: 120%;
  height: 120%;
  background: url(img/draw-bg1.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: -68px;
  top: -70px;
}
.pablo-div img  {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
.pablo-div p {
  color: #2b185d;
  text-align: center;
}
.azy .styled-ul {
  margin-top: 0;
}
.personal-div .col-md-4 {
  position: relative;
  text-align: center;
}
.personal-h {
  color: #d2276f;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
.personal-p-lg {
  display: none;
}
.personal-p-sm .personal-p {
  padding-left: 20px;
  padding-right: 20px;
  color: #2b185d;
}
.prs1 {
  margin-bottom: 20px;
}
.prs2 {
  margin-top: 22px;
}
.prs3 {
  margin-top: 14px;
  margin-bottom: 20px;
}
.prs4 {
  margin-top: 18px;
  margin-bottom: 20px;
}
.prs5 {
  margin-bottom: 20px;
}
.prs6 {
  margin-top: 20px;
}
.prs7 {
  margin-top: 15px;
}
.personal-div .main-btn {
  margin-top: 105px;
  width: 300px;
}
.personal-div-bg {
  position: relative;
}
.personal-div-bg:before {
  content: '';
  width: 540px;
  height: 370px;
  background: url(img/draw-bg3.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
}
.start p {
  margin-bottom: 35px;
  color: #2b185d;
}
.start-draw-img {
  position: relative;
}
.start-draw-img img {
  position: absolute;
  width: 452px;
  height: 336px;
  left: -142px;
  top: -10px;
}
.start-l {
  padding-left: 120px;
  padding-right: 35px;
}
.start-r {
  padding-left: 100px;
}
.start-bg {
  position: relative;
}
.start-bg:before {
  content: '';
  width: 110%;
  height: 144vh;
  background: url(img/draw-bg4.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -54vh;
}
.price {
  padding-left: 65px;
  padding-right: 65px;
}
.price .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}
.price-wrapper {
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  background: #fff;
  position: relative;
}
.price-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #de0e65;
    width: 141px;
    height: 141px;
    border-top-right-radius: 18px;
    transition: .5s;
}
.price-wrapper:hover:before {
    animation: line .5s linear;
    -webkit-animation: line .5s linear;
    animation-fill-mode: forwards;
}
.price-inner {
  border-radius: 15px;
      border: 2px solid lightgrey;
      padding-bottom: 30px;
      position: relative;
      z-index: 2;
      background: #fff;
      padding: 17px;
      text-align: center;
}
.price-icon {
  width: 50px;
  height: 50px;
}
.price-h {
  font-size: 33px;
  color: #d2276f;
  font-weight: bold;
  margin-bottom: 10px;
}
.price-h-capt {
  font-size: 21px;
  color: #2b185d;
}
.price-small {
  font-size: 13px;
  margin-bottom: 15px;
}
.price-price {
  margin-bottom: 20px;
  color: #2b185d;
  font-size: 29px;
  font-weight: bold;
}
.price-capt {
  font-size: 13px;
  color: #2b185d;
  margin-bottom: 15px;
}
.price .main-btn {

}
.price-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 19px;
  color: #2b185d;
}
.draw-price-bg {
  position: relative;
}
.draw-price-bg:before {
  content: '';
  width: 398px;
  height: 850px;
  background: url(img/draw-bg5.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0;
}
.hours-3-bg {
  position: relative;
}
.hours-3-bg:before {
  content: '';
  width: 110%;
  height: 71vh;
  background: url(img/draw-bg6.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0vh;
}
.hours-3 img {
  width: 313px;
  border-radius: 15px;
}
.hours-3 .col-md-7 img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.hours-3 p {
  margin-bottom: 30px;
  color: #2b185d;
}
.hours-3 .col-md-7 {
  padding-right: 100px;
}
.hours-3 .col-md-5 {
  padding-left: 0;
}
.hours-3 .main-btn {
  width: 300px;
  margin: 70px auto 0;
}
.stars-ul {
  list-style: none;
  margin-top: 40px;
}
.stars-ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  color: #2b185d;
}
.stars-ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(img/a4.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
}
.slider-tch {
  margin-left: 75px;
  margin-right: 75px;
}
.slider-tch .slick-prev {
    border: none;
    background: transparent;
    position: absolute;
    left: -95px;
    top: 208px;
    cursor: pointer;
}
.slider-tch .slick-next {
    border: none;
    background: transparent;
    position: absolute;
    right: -95px;
    top: 208px;
    cursor: pointer;
}
.slider-tch .slick-dots {
  text-align: center;
  margin-top: 25px;
}
.slider-tch .slick-dots li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.slider-tch .slick-dots button {
  background: transparent;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid lightgrey;
  transition: .2s;
}
.slider-tch .slick-dots button:hover {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.slider-tch .slick-dots .slick-active button {
  width: 23px;
  height: 23px;
  border: 4px solid #d2276f;
}
.tch-slider-inner {

}
.tch-slider-l {
  padding: 20px 15px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  border-radius: 15px;
  margin-top: 32px;
  margin-left: 15px;
}
.tch-slider-l img {
  width: 100%;
}
.tch-slider-l-inner {
  margin-top: 15px;
  text-align: center;
}
.tch-slider-l-inner img {
  width: 100%;
  margin-top: 9px;
  margin-bottom: 10px;
}
.tch-slider-l-i-p {
  color: #d2276f;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
.tch-slider-l-i-p2 {
  color: #2b185d;;
  font-size: 19px;
}
.tch-slider-r {
  margin-left: 15px;
}
.tch-slider-r p:not(.tch-slider-r-p) {
  margin-bottom: 20px;
  font-size: 21px;
  color: #2b185d;
}
.tch-slider-r-p {
  color: #d2276f;
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.tch-slider-r .main-btn {
  display: block;
  width: 300px;
  text-align: center;
  padding: 22px 0;
  margin-top: 15px;
}
.tch-slider-draw {
  position: relative;
}
.tch-slider-draw:before {
  content: '';
  width: 400px;
  height: 800px;
  background: url(img/draw-bg2.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -400px;
}
@media screen and (max-width: 1200px) {
  .price {
    padding: 0;
}
.price .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 992px) {
  .first-draw.first .container:after {
    left: 300px;
  }
  .pablo {
    margin-top: 40px;
  }
  .tch-slider-inner .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.tch-slider-inner .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.tch-slider-r-p {
    font-size: 23px;
    margin-bottom: 15px;
}
.tch-slider-r p:not(.tch-slider-r-p) {
    margin-bottom: 20px;
    font-size: 16px;
    color: #2b185d;
}
.tch-slider-r .main-btn {
  width: 250px;
}
.personal-h {
    font-size: 23px;
}
.start-l {
    padding-left: 15px;
    padding-right: 35px;
}
.start-draw-img img {
  left: -163px;
}
.price-container {
  margin-top: 25px;
}
.price-h {
    font-size: 23px;
}
.price-price {
    font-size: 23px;
}
.hours-3 img {
    width: 100%;
}
.hours-3 .col-md-5 {
    padding-left: 15px;
}
.hours-3 .col-md-7 {
    padding-right: 15px;
}
.hours-3 .main-btn {
  margin-top: 30px;
}
.azy {
  margin-top: 45px;
}
.tch-slider {
  margin-top: 40px;
}
.personal {
  margin-top: 50px;
}
.start-container {
  margin-top: 50px;
}
.hours-3-container {
  margin-top: 45px;
}
}
@media screen and (max-width: 767px) {
  .pablo-div img {
    margin-bottom: 5px;
}
.pablo-div {
  margin-bottom: 20px;
}
.styled-ul6 li .styled-ul-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px;
}
.styled-ul6 li .styled-ul-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}
.personal-p-lg {
    display: block;
}
.personal-p-sm {
  display: none;
}
.prs1 {
    margin-bottom: 0;
}
.prs3 {
    margin-bottom: 0;
}
.prs4 {
    margin-top: 10px;
    margin-bottom: 0;
}
.prs5 {
    margin-bottom: 0;
}
.prs7 {
    margin-bottom: -15px;
}
.personal-div .main-btn {
    margin-top: 15px !important;
}
.start-draw-img img {
  position: static;
      width: 100%;
      height: auto;
      margin-bottom: 5px;
}
.start p {
    margin-bottom: 15px;
    color: #2b185d;
}
.start-r {
    padding-left: 15px;
}
.price-small {
    margin-bottom: 5px;
}
.price-price {
    margin-bottom: 5px;
}
.price-wrapper {
    margin-bottom: 20px;
}
.price-bottom {
  margin-top: 0;
}
.hours-3 p {
    margin-bottom: 20px;
}
.hours-3 .col-md-7 img {
    margin-top: 0px;
    margin-bottom: 20px;
}
.stars-ul {
    margin-top: 20px;
}
.stars-ul li {
  margin-bottom: 5px;
}
.hours-3 .main-btn {
    margin-top: 15px;
}
.tch-slider-inner .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tch-slider-inner .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tch-slider .slick-prev, .tch-slider .slick-next {
    display: none;
}
.slider-tch {
    margin-left: 0;
    margin-right: 0;
}
.tch-slider-l {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 25px;
}
.tch-slider-r-p {
    display: none;
}
.tch-slider-r .main-btn {
    width: 100%;
}
.tch-slider-r {
    margin-left: 0;
}
.tch-slider-r .main-btn {
    width: 100%;
}
.slider-tch .slick-dots {
    margin-top: 5px;
}
.personal-p {
    color: #2b185d;
}
.azy {
    margin-top: 20px;
}
.tch-slider-draw:before {
  display: none;
}
.personal-div-bg:before {
  display: none;
}
.start-bg:before {
  display: none;
}
.draw-price-bg:before {
    content: '';
    width: 246px;
    height: 550px;
    background: url(img/draw-bg5.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0;
}
}
.first-vokal.first .container:after {
    content: '';
    display: block;
    height: 765px;
    width: 530px;
    background: url(img/vokal.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 600px;
    top: -75px;
    z-index: -1;
}
.first.first-vokal .h2 {
  margin-bottom: 95px;
}
.first.first-vokal .first-form {
  left: -100px;
}
.prs6-1 {
  margin-top: -20px;
}
.prs7-1 {
  margin-top: -50px;
}
.vokal-personal-div .main-btn {
    margin-top: 45px;
}
.vokal-personal-div .personal-div-bg:before {
  content: '';
      width: 530px;
      height: 265px;
      background: url(img/vokal-bg2.png);
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      right: 70px;
      top: -35px;
}
.who {

}
.who-div {
  margin-bottom: 25px;
  background: #fff;
  padding: 3px;
  border-radius: 15px;
}
.who-div-inner {
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.who-div img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}
.who-h {
  text-align: center;
  color: #d84d84;
  font-weight: 900;
  font-size: 33px;
  margin: 25px 0 30px;
}
.who-wrap > p {
  color: #2b185d;
  margin-left: 4px;
}
.who-list {
  margin-top: 20px;
}
.who-list-div {
  text-align: center;
  border-radius: 15px;
  border: 1px solid lightgrey;
  padding: 10px;
  height: 100%;
  background: #fff;
}
.who-list-div p {
  font-weight: bold;
  color: #2b185d;
}
.who-list-img1 {
  width: 202px;
  height: 72px;
}
.who-list-img2 {
  width: 76px;
  height: 67px;
  margin-top: 5px;
}
.who-list-img3 {
  width: 75px;
  height: 67px;
  margin-top: 5px;
}
.who-list-img4 {
  width: 81px;
  height: 65px;
  margin-top: 7px;
}
.who-list .main-btn {
  width: 300px;
  margin-top: 50px;
}
.styled-ul-h {
  display: block;
  margin-bottom: 20px;
  color: #d84d84;
  text-transform: uppercase;
  font-weight: bold;
}
.styled-ul8 li {
  margin-bottom: 35px;
}
.styled-ul8 img {
  width: 50px;
}
.styled-ul8 li .styled-ul-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}
.styled-ul8 li .styled-ul-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}
.what img {
  border-radius: 15px;
  border: 1px solid lightgrey;
  padding: 3px;
  width: 100%;
}
.what-h {
  text-align: center;
  color: #d84d84;
  font-weight: 900;
  margin: 25px 0;
  font-size: 21px;
}
.what-p {
  font-size: 14px;
  color: #2b185d;
}
.unic-div {
  border: 1px solid lightgrey;
  padding: 20px 25px 5px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  height: 100%;
}
.unic-h {
  margin-bottom: 20px;
  font-size: 33px;
  color: #d2276f;
  font-weight: bold;
}
.styled-ul9 {
  column-count: 1;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: calc(100% - 60px);
    margin-top: 0;
}
.styled-ul9 .styled-ul-img {
  position: relative;
}
.styled-ul9 .styled-ul-img::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #d2276f;
}
.styled-ul9 .styled-ul-text {
  font-size: 17px;
}
.styled-ul9 li .styled-ul-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
.styled-ul9 li .styled-ul-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.unic-p {
  margin-top: 40px;
}
.unic-p p {
  margin-bottom: 15px;
}
.first-vokal.first .container::before {
  content: '';
  display: block;
  height: 493px;
  width: 510px;
  background: url(img/one-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -250px;
  top: 30%;
  z-index: -1;
}
.vokal-personal {
  position: relative;
}
.vokal-personal::before {
  content: '';
  display: block;
  height: 140vh;
  width: 110%;
  background: url(img/vokal-bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -2vh;
  z-index: -1;
}
.azy-vokal {
  position: relative;
}
.azy-vokal:before {
  content: '';
  width: 110%;
  height: 144vh;
  background: url(img/draw-bg4.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -40vh;
}
.one-bg-element {
  position: relative;
}
.one-bg-element::before {
  content: '';
  display: block;
  height: 493px;
  width: 510px;
  background: url(img/one-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -200px;
  bottom: -250px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .first-vokal.first .container:after {
    left: 350px;
  }
  .container-who {
    margin-top: 50px;
  }
  .who-h {
    font-size: 23px;
}
  .what-container {
    margin-top: 45px;
  }
  .unic {
    margin-top: 45px;
  }
  .unic-h {
    font-size: 23px;
}
.vokal-personal .prs3 {
    margin-top: 0;
    margin-bottom: 0;
}
.first-vokal.first .container:after {
    content: '';
    display: block;
    height: 305px;
    width: 230px;
    background: url(img/vokal.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 195px;
    top: -175px;
    z-index: -1;
}
.first.first-vokal .h2 {
    margin-bottom: 15px;
}
.prs6-1 {
    margin-top: 10px;
}
.prs7-1 {
    margin-top: 10px;
}
.who-div {
  margin-bottom: 5px;
}
.who-wrap {
  margin-bottom: 15px;
}
.who-h {
    margin: 7px 0 10px;
}
.who-list .col-md-3 {
  margin-bottom: 15px;
}
.styled-ul li span span.styled-ul-h {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.what .col-md-3 {
  margin-bottom: 15px;
}
.what-h {
    margin: 5px 0;
}
.who-list {
  margin-top: 0;
}
.who-list .main-btn {
    margin-top: 0px;
}
.azy-vokal {
    position: relative;
    margin-top: 45px;
}
.unic {
    margin-top: 25px;
}
.unic .col-md-4 {
  margin-bottom: 15px;
}
.unic-div {
    padding: 15px 20px 15px;
}
.unic-h {
    margin-bottom: 12px;
}
.styled-ul8 li:last-child {
    margin-bottom: 0;
}
}

@media screen and (max-width: 767px) {
  .unic-p {
      margin-top: 5px;
  }
  .styled-ul9-1 li {
    margin-top: 12px;
}
.unic-div {
  height: auto;
}
}
.first-dombra.first .container:after {
  background: url(img/dombra.png);
background-size: cover;
background-repeat: no-repeat;
    display: block;
    height: 543px;
    width: 799px;
    left: 530px;
top: 7px;
}
.first.first-dombra .h2 span {
    display: inline-block;
}
.dombra-prs3 {
  margin-top: -13px;
  margin-bottom: 0;
}
.prs7-db1 {
  margin-top: 15px;
}
.prs8-db1 {
  margin-top: 5px;
  margin-bottom: -8px;
}
.dombra-personal .personal-div-bg:before {
  content: '';
width: 451px;
height: 461px;
background: url(img/personal-dombra.png);
-webkit-background-size: cover;
background-size: cover;
position: absolute;
left: -25px;
top: 67px;
}
.dombra-price {
  position: relative;
}
.dombra-price:before {
  content: '';
  width: 800px;
  height: 300px;
background: url(img/dombra-bg1.png);
-webkit-background-size: cover;
background-size: cover;
position: absolute;
right: 0;
top: -180px;
}
.dombra-price:after {
  content: '';
width: 400px;
height: 710px;
background: url(img/dombra-bg2.png);
-webkit-background-size: cover;
background-size: cover;
position: absolute;
left: 25px;
top: 167px;
}
@media screen and (max-width: 767px) {
  .first-dombra.first .container:after {
    background: url(img/dombra.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 343px;
    width: 491px;
    left: 130px;
    top: -54px;
}
.dombra-price:before {
  display: none;
}
.slider-gallery {
    margin-top: 25px;
}
}

.first-gitara.first .container:after {
    content: '';
    display: block;
    height: 471px;
    width: 960px;
    background: url(img/gitara.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 520px;
top: -35px;
    z-index: -1;
}
.gitar-who-main-p {
  text-align: center;
  color: #2b185d;
  margin-bottom: 50px;
}
.gitar-who-img {
  padding: 3px 3px 0;
  border: 2px solid lightgrey;
  border-radius: 15px;
  margin-bottom: 20px;
}
.gitar-who-img img {
  width: 100%;
  border-radius: 15px;
}
.gitar-who-h {
  font-size: 33px;
  color: #d84d84;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.gitar-who-p {
  color: #2b185d;
  text-align: center;
}
.gitar-who {
  padding-left: 35px;
  padding-right: 35px;
}
.gitar-who .col-md-6 {
  padding-left: 60px;
  padding-right: 60px;
}
.gitar-who .main-btn {
  display: block;
  width: 300px;
  margin: 45px auto 0;
}
.gitara-method .main-btn {
  display: block;
  width: 300px;
  margin: 70px auto 0;
}
.gitara-price {
  position: relative;
}
.gitara-price:before {
    content: '';
    width: 600px;
    height: 440px;
    background: url(img/gitara-bg1.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: -150px;
    top: -150px;
}
.gitara-price:after {
    content: '';
    width: 401px;
    height: 654px;
    background: url(img/gitara-bg2.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: -93px;
bottom: -202px;
}
.gitara-personal .personal-div-bg:before {
    content: '';
    width: 673px;
    height: 521px;
    background: url(img/gitara-bg3.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 50px;
    top: -160px;
}
.gitara-personal .main-btn {
  width: 300px;
  display: block;
  margin: 110px auto 0;
}

.first-piano.first .container:after {
    content: '';
    display: block;
    height: 493px;
    width: 823px;
    background: url(img/piano.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 621px;
    top: -35px;
    z-index: -1;
}
.first-piano .first-form {
    bottom: -35px;
    left: -110px;
}
.piano-rez {
  color: #2b185d;
}
.p-rez-p {
  font-weight: bold;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 5px;
  position: relative;
}
.p-rez-p span {
  color: #d84d84;
}
.p-rez-h {
  font-weight: bold;
  text-transform: uppercase;
  color: #d84d84;
  margin: 20px 0;
}
.piano-rez .col-md-6 img {
  width: 100%;
  margin-bottom: 30px;
}
.p-rez-p-l {
  left: 50px;
}
.p-rez-p-r {
  right: 50px;
}
.p-rez-c-p {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
}
.piano-prs6 {
    margin-top: 38px;
}
.piano-personal .personal-div-bg:before {
  content: '';
      width: 689px;
      height: 506px;
      background: url(img/piano-bg1.png);
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      right: -57px;
      top: -280px;
}
.piano-price {
  position: relative;
}
.piano-price:before {
  content: '';
  width: 659px;
  height: 375px;
  background: url(img/piano-bg2.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -106px;
}
.piano-price:after {
  content: '';
      width: 110%;
      height: 144vh;
      background: url(img/draw-bg4.png);
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      left: 0px;
      bottom: -40vh;
          z-index: -1;
}
@media screen and (max-width: 992px) {
  .first-piano.first .container:after {
      content: '';
      display: block;
      height: 330px;
      width: 523px;
      background: url(img/piano.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: auto;
      top: -35px;
      z-index: -1;
      right: -100px;
  }
  .piano-rez-container {
    margin-top: 50px;
  }
  .p-rez-p {
    margin-top: 0;
    margin-bottom: 5px;
    position: static;
    display: inline-block;
    width: 49%;
}
.piano-rez .col-md-6 img {
    margin-bottom: 10px;
}
.piano-prs6 {
    margin-top: 20px;
}
.piano-prs7 {
  margin-top: 17px;
}
.piano-price {
    margin-top: 50px;
}
.first-gitara.first .container:after {
    height: 262px;
    width: 560px;
    left: 500px;
}
.gitar-who .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.gitar-who-h {
    font-size: 23px;
    margin-bottom: 5px;
}
.gitar-who .main-btn {
    margin: 25px auto 0;
}
.gitar-who-main-p {
    margin-bottom: 20px;
}
.gitar-who-container {
  margin-top: 25px;
}
.gitar-who {
    padding-left: 0;
    padding-right: 0;
}
.gitara-price:before {
  display: none;
}
.first-gitara.first .container:after {
    left: 200px;
}
.gitar-who-img {
    margin-bottom: 10px;
}
.gitar-who-p {
    margin-bottom: 15px;
}
.gitara-price:after {
  display: none;
}
}
@media screen and (max-width: 767px) {
  .first-piano.first .container:after {
      left: 200px;
      right: auto;
  }
  .p-rez-p br {
    display: inline-block;
    width: 5px;
  }
  .p-rez-p {
    vertical-align: top;
}
}
.first-scripka.first .container:after {
    background: url(img/scripka.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 899px;
    width: 1030px;
    left: 423px;
top: -198px;
}
.first-scripka.first .h2 {
    margin-bottom: 35px;
}
.first-scripka.first .h2 span {
    display: inline-block;
}
.first-scripka .first-form {
  bottom: -30px;
  left: -115px;
}
.skripka-rez {
  color: #2b185d;
}
.skripka-rez-div {
  background: #fff;
  padding: 15px 2px 5px;
  border: 2px solid lightgrey;
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  height: 100%;
  color: #2b185d;
}
.skripka-rez-div img {
  width: 50px;
  margin-bottom: 10px;
}
.skripka-rez-div p {

}
.scripka-rez .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.skripka-rez-c-p {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  color: #2b185d;
}
.skripka-rez-img1 {
  width: 125px;
  margin-bottom: 10px;
}
.skripka-rez-img2 {
  width: 75px;
  margin-bottom: 10px;
}
.skripka-rez-bottom p {
  color: #2b185d;
}
.skripka-rez-bottom p span {
  color: #d84d84;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -14px;
}
.prs-sk3 {
  margin-bottom: -2px;
}
.prs-sc6 {
  margin-top: 2px;
}
.scripka-personal .personal-div .main-btn {
    margin-top: 135px;
}
.scripka-start {

}
.scripka-start img {
  width: 324px;
  position: relative;
  top: -15px;
  margin-bottom: -40px;
}
.scripka-start p {
  color: #2b185d;
  font-weight: bold;
  margin-bottom: 50px;
}
.scripka-start p span {
  color: #d84d84;
}
.scripka-start-l {
  position: relative;
  left: 80px;
}
.scripka-start-r {
  position: relative;
  right: 80px;
}
.scripka-personal .personal-div-bg:before {
    content: '';
    width: 733px;
    height: 653px;
    background: url(img/scripka-bg2.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: -20px;
top: -350px;
}
.scripka-teachers {
  position: relative;
}
.scripka-teachers:before {
  content: '';
  width: 625px;
  height: 1007px;
  background: url(img/scripka-bg1.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: -420px;
  bottom: -150px;
}
@media screen and (max-width: 992px) {
  .first-scripka.first .container:after {
    background: url(img/scripka.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 599px;
    width: 730px;
    left: 323px;
    top: -198px;
}
.skripka-rez-container {
  margin-top: 40px;
}
.scripka-start-l {
    left: 0;
}
.scripka-start-r {
    right: 0;
}
.scripka-start img {
    width: 100%;
}
.first-scripka.first .container:after {
    background: url(img/scripka.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 399px;
    width: 430px;
    left: 93px;
    top: -198px;
}
.scripka-rez .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.skripka-rez-c-p {
    margin-top: 15px;
    margin-bottom: 10px;
}
.skripka-rez-img2 {
    margin-top: 10px;
}
.prs-sc6 {
    margin-top: 15px;
}
.scripka-start-container {
  margin-top: 45px;
}
.scripka-start p {
    margin-bottom: 10px;
}
.scripka-start img {
    margin-bottom: 0;
}
}
.thanks img {
  margin-bottom: 35px;
  width: 321px;
}
.thanks1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.thanks2 {
  font-size: 29px;
  color: #6206bd;
  font-style: italic;
  margin-bottom: 35px;
}
.thanks3 {
  font-size: 21px;
  color: #1b0751;
}
@media screen and (max-width: 767px) {
  .thanks img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .thanks1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.thanks2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.thanks3 {
    font-size: 17px;
}
}
.first-dance-p {
  font-size: 21px;
  color: #2b185d;
  margin-bottom: 305px;
}
.first.first-dance .h2 span {
    display: inline-block;
}
.first-dance .main-f-h {
    font-size: 21px;
    color: #2b185d;
    font-weight: 600;
    margin-bottom: 30px;
}
.first-dance .first-form:before {
  display: none;
}
.first.first-dance .container:after {
    content: '';
    display: block;
    height: 907px;
    width: 689px;
    background: url(img/dance-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 600px;
    top: -35px;
    z-index: -1;
}
.first.first-dance .container:before{
  content: '';
      display: block;
      height: 906px;
      width: 1004px;
      background: url(img/dance-bg2.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: -350px;
      top: 355px;
      z-index: -1;
}
.second-dance {
  margin-top: 200px;
}
.second-dance .row {
  padding-left: 60px;
  padding-right: 60px;
}
.second-d {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.second-d p {
  font-size: 21px;
  color: #2b185d;
  line-height: 1.4em;
}
.second-dance-img1 {
  width: 266px;
  margin-top: 23px;
}
.second-dance-img2 {
  width: 261px;
  position: relative;
  left: 20px;
}
.second-dance-img3 {
  width: 361px;
}
.second-d2 p {
  margin: 55px 0 25px;
}
.second-d2 {
  position: relative;
  left: 10px;
}
.dance-3-p {
  text-align: center;
  font-size: 21px;
  color: #2b185d;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.dance-3-p span {
  color: #6206bd;
}
.styled-ul10 .styled-ul-text span {
  font-weight: bold;
}
.span-colored {
  color: #d2276f;
}
.dance-polza-container {

}
.dance-polza {

}
.dance-polza p {
  font-size: 21px;
  color: #2b185d;
  line-height: 1.3em;
  margin-top: 30px;
  margin-bottom: 40px;
}
.dance-polza p span {
  font-weight: bold;
}
.dance-polza1 {
  position: relative;
  left: 100px;
}
.dance-polza2 {

}
.dance-polza2 img {
  width: 867px;
  height: 638px;
  position: relative;
  left: -275px;
}
.dance-polza3 {

}
.dance-polza-b {

}
.dance-polza-b p {
  font-size: 21px;
  color: #2b185d;
  line-height: 1.3em;
  margin-top: -75px;
}
.dance-polza-b p span {
  display: block;
  font-weight: bold;
  color: #d2276f;
}
.dance-go-container {
  margin-top: 60px;
}
.dance-go {
  text-align: center;
  color: #2b185d;
}
.dance-form-wrapper {
  box-shadow: 0 0 10px rgba(98,6,189,0.3);
  padding: 10px;
  border-radius: 10px;
}
.dance-form-wrapper .main-f {
    padding: 20px 40px 25px;
}
.dance-go .col-md-4 {
  margin-bottom: 50px;
}
.dance-go-img1 {
  width: 89px;
  height: 162px;
  margin-bottom: 5px;
  margin-bottom: 5px;
}
.dance-go-img2 {
  width: 136px;
  height: 155px;
  margin-bottom: 12px;
}
.dance-go-img3 {
  width: 131px;
  height: 161px;
  margin-bottom: 6px;
}
.dance-go .col-md-4 p span {
  font-weight: 900;
  color: #d2276f;
}
.dance-go-inner {
  margin-right: 15px;
  border: 2px solid lightgrey;
  border-radius: 15px;
  background: #fff;
  padding: 20px 10px 23px;
  text-align: left;
}
.dance-go-inner span {
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #d2276f;
  border-radius: 50%;
  margin: 0 auto 12px;
}
.dance-go-p {
  margin: 35px 0;
}
.dance-go .videoplay-item {
  text-align: left;
}
.dance-go-bg {
  position: relative;
}
.dance-go-bg::before {
  content: '';
  display: block;
  height: 1253px;
  width: 659px;
  background: url(img/dance-bg6.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -470px;
}
.dance-go-bg::after {
  content: '';
  display: block;
  height: 981px;
  width: 569px;
  background: url(img/dance-bg7.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -510px;
}
.dance-slider-img {
  position: relative;
}
.dance-sldr .main-btn {
  margin-bottom: 5px;
}
.dance-discount {
  width: 60px;
      height: 60px;
      border-radius: 50%;
      color: #fff;
      background: #fa6389;
      font-size: 23px;
      font-weight: 900;
      text-align: center;
      display: block;
      padding-top: 17px;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 30px);
}
.dance-item-capt {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 300;
}
.dance-item-h {
  font-size: 25px;
  font-weight: 900;
  color: #2b185d;
  margin-bottom: 11px;
}
.dance-item-img {
  width: calc(100% - 40px) !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px !important;
}
.dance-item-h2 {
  font-size: 30px;
  font-weight: 900;
  color: #2b185d;
}
.dance-item-age {
  font-size: 19px;
  margin-bottom: 10px;
  color: #2b185d;
}

@media screen and (max-width: 992px) {
  .first-dance-p {
    margin-bottom: 205px;
}
.first.first-dance .container:before {
    height: 645px;
    width: 704px;
    left: -200px;
    top: 270px;
}
.first.first-dance .container:after {
    height: 665px;
    width: 540px;
    left: auto;
    right: -217px;
    top: -35px;
}
.second-dance {
    margin-top: 30px;
}
.second-dance .row {
    padding-left: 0;
    padding-right: 0;
}
.second-dance-img1 {
    width: 100%;
    height: auto;
}
.second-dance-img2 {
    width: 100%;
    height: auto;
}
.second-dance-img3 {
    width: 100%;
    height: auto;
}
.second-d2 {
    left: 0;
}
.second-d p {
    font-size: 18px;
}
.dance-3 {
  margin-top: 35px;
}
.dance-3-p {
    font-size: 18px;
    margin-bottom: 0px;
}
.dance-polza p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.dance-polza1 {
    left: 0;
}
.dance-polza2 img {
    width: 467px;
    height: auto;
    position: relative;
    left: -145px;
}
.dance-polza-b p {
    font-size: 17px;
    margin-top: -30px;
}
.dance-polza-container {
    margin-top: 40px;
}
.dance-go-bg::before {
  display: none;
}
.dance-go-bg::after {
  display: none;
}
.dance-go-inner {
  margin-right: 0;
}
}
@media screen and (max-width: 767px) {
  .first.first-dance .container:before {
    display: none;
  }
  .first.first-dance .container:after {
    height: 560px;
    width: 400px;
    left: 70px;
    right: auto;
    top: -35px;
}
.first-dance-p {
    margin-bottom: 55px;
}
.second-dance-img1 {
    width: 60%;
    height: auto;
}
.second-dance-img2 {
    width: 60%;
    height: auto;
}
.second-dance-img3 {
    width: 75%;
    height: auto;
}
.second-dance {
    margin-top: 10px;
}
.second-d2 p {
    margin: 25px 0 25px;
}
.styled-ul10 .styled-ul-text span {
    width: auto;
}
.styled-ul10 .styled-ul-img img {
  width: 35px;
}
.dance-polza p {
    margin-bottom: 5px;
}
.dance-polza2 img {
    left: -105px;
    margin-top: 15px;
    margin-bottom: -40px;
}
.dance-polza-b p {
    margin-top: 10px;
}
.dance-go-container {
    margin-top: 40px;
}
.dance-go .col-md-4 {
    margin-bottom: 25px;
}
.dance-go-inner {
    margin-bottom: 10px;
}
.dance-go-p {
    margin: 5px 0 15px;
}
.dance-form-wrapper {
    margin-top: 20px;
}
}

.golos1-1 {
  width: 239px;
}
.golos1-1 p {
  font-size: 21px;
  text-align: center;
  color: #2b185d;
  margin-bottom: 20px;
}
.golos1-1 img {
  width: 239px;
  height: 239px;
}
.golos1-2 {
  width: 290px;
  margin-left: 250px;
  margin-top: -200px;
}
.golos1-2 p {
  font-size: 21px;
  text-align: center;
  color: #2b185d;
  margin-bottom: 15px;
}
.golos1-2 img {
  width: 290px;
  height: 239px;
}
.golos1-3 {
  margin-top: -65px;
}
.golos1-3 p {
  font-size: 21px;
  text-align: center;
  color: #2b185d;
  margin-top: -130px;
  margin-left: -120px;
}
.golos1-3 img {
  width: 239px;
  height: 242px;
}
.first-golos .first-form:before {
  display: none;
}
.first-golos .first-form {
    bottom: 30px;
    left: -240px;
}
.first.first-golos .container:after {
    content: '';
    display: block;
    height: 859px;
    width: 785px;
    background: url(img/golos-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 500px;
    top: -75px;
}
.first-golos-bg {
  position: relative;
}
.first-golos-bg:before {
  content: '';
  display: block;
  height: 115vh;
  width: 100vw;
  background: url(img/golos-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -165px;
}

.golos-slider-h {
  font-size: 25px;
  font-weight: 900;
  color: #2b185d;
  margin-bottom: 5px;
}
.golos-slider-h2 {
  font-size: 25px;
  font-weight: 500;
  color: #2b185d;
}
.microphone {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px) !important;
}
.golos-slider-p {
  font-size: 19px;
  color: #2b185d;
}
@media screen and (min-width: 1200px) {
  .slider-golos .choose-item {
    min-height: 577px;
  }
  .slider-golos .choose-item-inner {
    min-height: 567px;
  }
}
.slider-golos-p {
  text-align: center;
  font-size: 21px;
  color: #2b185d;
  margin-top: 30px;
}
.golos-etap-bg {
  position: relative;
}
.golos-etap-bg:before {
  content: '';
      display: block;
      height: 970px;
      width: 675px;
      background: url(img/golos-bg5.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: -500px;
          z-index: -1;
}
.g-e {
  color: #2b185d;
}
.g-e-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.g-e-header img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 15px;
}
.g-e-header-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
}
.g-e-header-inner-h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #d84d84;
  margin-bottom: 20px;
}
.g-e-header-inner-h2 {
  font-weight: bold;
}
.g-e > p {
  margin-left: 65px;
  margin-bottom: 25px;
}
.star-golos {
  margin-left: 65px;
  margin-bottom: 25px;
}
.star-golos li {
  position: relative;
  padding-left: 38px;
}
.star-golos li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/star.svg);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}
.g-e .main-btn {
  width: 300px;
  display: block;
  margin-left: 65px;
  margin-top: 50px;
}
.squares-div {
  padding-left: 120px;
  padding-right: 120px;
}
.squares-div .col-md-4 {
  text-align: center;
  margin-bottom: 20px;
}
.squares-div img {
  width: 259px;
  height: 103px;
}
.squares .main-btn {
  display: block;
  width: 300px;
  margin: 45px auto 0;
}
.aranzh-item-wrapper {
  border-radius: 15px;
      padding: 3px;
      background: #fff;
      cursor: pointer;
}
.aranzh-item {
  border-radius: 15px;
  border: 2px solid lightgrey;
  background: #fff;
}
.aranzh-item img {
  border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      width: 100%;
}
.aranzh-item-p {
font-size: 25px;
color: #2b185d;
text-align: center;
margin: 20px 0 15px;
}
.aranzh-item img.aranzh-img {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.audio-bg {
  position: relative;
}
.audio-bg:before {
  content: '';
      display: block;
      height: 955px;
      width: 433px;
      background: url(img/golos-bg3.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: -35px;
      z-index: -1;
}
.audio-bg:after {
  content: '';
      display: block;
      height: 115vh;
      width: 100vw;
      background: url(img/golos-bg4.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: -230px;
      z-index: -1;
}
.audio-row {
  padding-left: 80px;
  padding-right: 80px;
}
.audio {

}
.audio-h {
  margin-left: 90px;
  font-weight: 900;
  font-size: 21px;
  color: #d84d84;
  margin-bottom: 15px;
}
.audio-p {
  margin-top: 20px;
  color: #2b185d;
  font-size: 13px;
}
.audio .main-btn {
  display: block;
  width: 300px;
  margin: 40px auto 0;
}



.jp_wrapper {
  background: #fff;
  height: 75px;
  border-radius: 40px;
  padding: 5px;
  width: 381px;
}
.jp_inner {
  border: 1px solid lightgrey;
  border-radius: 40px;
  height: 65px;
  width: 370px;
}
.jp-jplayer, .jp-audio {
    width: 370px;
    /* width: 420px; */
}
.jp-gui {
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    margin-left: 2px;
}
.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    color: #fff;
}
.jp-play,.jp-pause {
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
}
.jp-play img, .jp-pause img {
  width: 59px;
}

.jp-mute,.jp-unmute {
  position: absolute;
  right: 30px;
  top: 11px;
  width: 20px;
  height: 40px;
  display: inline-block;
  line-height: 46px;
}
.jp-mute img, .jp-unmute img {
  width: 27px;
  transition: .2s;
}
.jp-mute img:hover, .jp-unmute img:hover {
  opacity: .5
}
.jp-mute {
    text-align: left;
}
.jp-progress {
  background-color: #dcdbdd;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  position: absolute;
  left: 90px;
  top: 28px;
  width: 200px;
}

.jp-play-bar {
    height: 5px;
    background-color: #e74675;
    border-radius: 20px 20px 20px 20px;
}

.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 45px;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    background-color: #992E18;
    overflow: hidden;
}

.jp-volume-bar-value {
    background-color: #fff;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
}
.jp_wrapper-small {
  width: 100%;
}
.jp_inner-small {
  width: 100%;
  border: none !important;
}
.jp-jplayer-small {
  width: 100%;
}
.jp-jplayer-small.jp-jplayer {
    width: 100%;
}
.jp-audio-small {
    width: 100%;
}
.jp_inner-small .jp-progress {
    width: 155px;
}
@media screen and (max-width: 992px) {
  .audio-row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 767px) {
.audio-row {
    padding-left: 0;
    padding-right: 0;
}
.jp_wrapper {
    width: 270px;
}
.jp_inner {
    border: 1px solid lightgrey;
    border-radius: 40px;
    height: 65px;
    width: 270px;
}
.jp-jplayer, .jp-audio {
    width: 270px;
}
.jp-progress {
  width: 130px !important;
      left: 70px;
}
/* .jp-mute {
  display: inline-block !important;
} */
}
@media screen and (max-width: 992px) {
  .first-golos .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .first-golos .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .first.first-golos .container:after {
    height: 520px;
    width: 485px;
    left: 480px;
    top: -75px;
}
.golos1-3 {
    margin-bottom: 90px;
}
.audio-bg:before {
    height: 455px;
    width: 233px;
}
.golos-etap-bg:before {
  display: none;
}
.squares-div {
    padding-left: 0;
    padding-right: 0;
}
.squares-div img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.aranzh-item-p {
    font-size: 18px;
}
.audio {
    margin-top: 40px;
}
.golos-etap {
  margin-top: 60px;
}
.squares {
  margin-top: 30px;
}
.aranzh {
  margin-top: 55px;
}
}
@media screen and (max-width: 767px) {
  .golos1-1 {
      width: 100%;
      text-align: center;
  }
  .golos1-2 {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
      text-align: center;
  }
  .golos1-3 {
      margin-top: 20px;
      text-align: center;
      margin-bottom: 20px;
  }
  .golos1-3 p {
      margin-top: 0;
      margin-left: 0;
  }
  .g-e > p {
      margin-left: 0;
      margin-bottom: 15px;
  }
  .g-e-header-inner-h1 {
      margin-bottom: 10px;
  }
  .star-golos {
      margin-left: 0;
      margin-bottom: 15px;
  }
  .g-e .main-btn {
    margin-left: 0;
    margin-top: 10px;
}
.squares-div .col-md-4 {
    margin-bottom: 5px;
}
.squares .main-btn {
    margin: 10px auto 0;
}
.aranzh-item {
    margin-bottom: 10px;
}
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400&subset=cyrillic');
#callback-wrapper-mediaguru {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 background-color: rgb(98, 201, 91);
 z-index: 1000;
 display: none;
}

.callback-wrapper-mediaguru-btns {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 padding: 8px 0;
}
#callback-wrapper-mediaguru .callback-item {
 display: inline-block;
 vertical-align: middle;
 width: 50%;
 float: left;
 text-align: center;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
}
#callback-wrapper-mediaguru .callback-item:first-child {
 border-left: none;
}
#callback-wrapper-mediaguru .callback-item:last-child {
 border-right: none;
}
#callback-wrapper-mediaguru .callback-item a,#callback-wrapper-mediaguru .copyrights a {
 display: block;
 font-size: 14px;
 font-weight: 400;
 color: #fff;
 font-family:'Roboto',sans-serif;
 text-align: center;
 text-decoration: none;
}
#callback-wrapper-mediaguru .callback-item a:hover , #callback-wrapper-mediaguru .callback-item a:focus , #callback-wrapper-mediaguru .callback-item a:active,#callback-wrapper-mediaguru .copyrights a:hover,#callback-wrapper-mediaguru .copyrights a:focus,#callback-wrapper-mediaguru .copyrights a:active {
 color: #fff;
 text-decoration: none;
}
#callback-wrapper-mediaguru .callback-wrapper_icon {
 display: block;
 margin: 0 auto 5px;
 width: 40px;
 height: 28px;
}
#callback-wrapper-mediaguru .callback-wrapper_whatsapp-icon {
 background: url('img/whatsapp-icon.svg')no-repeat center;
}
#callback-wrapper-mediaguru .callback-wrapper_call-icon {
 background: url('img/phone-icon.svg')no-repeat center;
}
#callback-wrapper-mediaguru .copyrights a {
 background-color: #5bbb54;
 padding: 3px;
}
#callback-wrapper-mediaguru .callback-item a:hover , #callback-wrapper-mediaguru .copyrights a:hover{
 color: #ffd762;
}
@media (max-width: 480px){
 body {
   padding-bottom: 69px;
 }
 #callback-wrapper-mediaguru{
     display: block;
 }
}
.tch-slider * {
  outline: none !important;
}













/* hh */
