@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Comfortaa', cursive;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.first-block {
  background: url('img/first-block.png') center / cover;
  padding-bottom: 294px;
}
.first-block .header {
  padding: 20px 0;
  margin-bottom: 80px;
}
.first-block .header .contacts {
  padding-top: 23px;
}
.first-block .header .contacts .adress {
  display: inline-block;
  margin-right: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(43, 43, 43, 0.7);
  padding: 0 0 0 33px;
  background: url('img/adress.svg') no-repeat 0 0;
}
.first-block .header .contacts .phone {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 0 30px;
  background: url('img/phone.svg') no-repeat 0 0;
}
.first-block .header button {
  margin-top: 6px;
  width: 290px;
  height: 58px;
  background: linear-gradient(91.59deg, #00b156 3.31%, #08ec77 99.61%);
  border-radius: 887.5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.first-block .header .menu-button {
  width: 124px;
  height: 30px;
  margin-top:6px;
 /*  background: url('img/menu-button.svg'); */
  display: none;
}



.first-block .text {
  padding: 0 300px 0 100px;
}
.first-block .text .top-text {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #FFB200;
  display: none;
}
.first-block .text .name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  color: #B8C922;
}
.first-block .text p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 20px;
  color: #212529;
}
.first-block .text button {
  width: 252px;
  height: 65px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(180deg, #fed61f 0%, #ffb200 100%);
  border-radius: 32.2126px;
}
.why-we-block {
  background: #fbfbfb url('img/why-we-block.png') no-repeat center;
  padding: 100px 0 70px;
  position: relative;
}
.why-we-block .block-name {
  text-align: center;
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.why-we-block .item {
  margin-bottom: 70px;
  padding-right: 90px;
}
.why-we-block .item .image {
  margin-bottom: 14px;
}
.why-we-block .item .name {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #FFB200;
}
.why-we-block .item p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #535353;
}
.why-we-block .item p:last-child {
  margin-bottom: 0;
}
.why-we-block .item p span {
  font-weight: 600;
}
.why-we-block .item p .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  background: #2B2B2B;
  opacity: .7;
  margin: -2px 6px 0 6px;
}
.gallery-block {
  padding: 220px 0 155px;
  position: relative;
  background: url('img/gallery-block.png') no-repeat top center;
}
.gallery-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: #fbfbfb url('img/why-we-after.png') no-repeat center;
}
.gallery-block .block-name {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.gallery-block img {
  width: 100%;
}
.gallery-block .slider-for .item {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
.gallery-block .slider-for .slick-prev,
.gallery-block .slider-for .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 71px;
  height: 71px;
}
.gallery-block .slider-for .slick-prev {
  left: -35px;
  background: url('img/prev.svg') center / cover;
}
.gallery-block .slider-for .slick-next {
  right: -35px;
  background: url('img/next.svg') center / cover;
}
.gallery-block .slider-nav {
  margin: 25px -10px 0 -10px;
}
.gallery-block .slider-nav .item {
  margin: 0 10px;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  opacity: .5;
}
.gallery-block .slider-nav .item.slick-current {
  opacity: 1;
}
.gallery-block .slider-nav .slick-dots {
  text-align: center;
  padding-top: 45px;
}
.gallery-block .slider-nav .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.gallery-block .slider-nav .slick-dots li.slick-active button {
  background: #FFDE4B;
}
.gallery-block .slider-nav .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #E7E7E7;
}
.staff-block {
  background: #fbfbfb url('img/staff-block.png') no-repeat center;
  padding: 210px 0 95px;
  position: relative;
  overflow: hidden;
}
.staff-block:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 100%;
  width: 1920px;
  height: 172px;
  background: #ffffff url('img/staff-block-before.png') no-repeat center;
}
.staff-block .block-name {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.staff-block .col-sm-6 {
  margin-bottom: 40px;
}
.staff-block .item {
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 6.32153px 6.32153px rgba(0, 0, 0, 0.05);
  margin: 0 30px;
  text-align: center;
}
.staff-block .item img {
  width: 100%;
}
.staff-block .item .name {
  padding: 20px 20px 15px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #535353;
}
.staff-block .item .prof {
  color: #fff;
  text-transform: uppercase;
  padding: 11px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.staff-block .item .prof.color1 {
  background: #FEB100;
}
.staff-block .item .prof.color2 {
  background: #DB8CFF;
}
.staff-block .item .prof.color3 {
  background: #51C926;
}
.staff-block .item .info {
  padding: 23px 15px;
}
.staff-block .item .info p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 13px;
  color: #535353;
}
.staff-block .item .info p span {
  font-weight: 700;
}
.staff-block .bottom-link {
  text-align: center;
  padding-top: 7px;
  display: block;
}
.staff-block .bottom-link a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 18px;
  color: #FEB100;
  opacity: 0.7;
}
.schedule-block {
  padding: 215px 0 120px;
  background: url('img/schedule-block.png') no-repeat center;
  position: relative;
}
.schedule-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 155px;
  background: #fbfbfb url('img/schedule-before.png') no-repeat center;
}
.schedule-block .block-name {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.schedule-block .top-text {
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
}
.schedule-block .row {
  margin: 0 60px;
}
.schedule-block .item {
  margin-bottom: 30px;
}
.schedule-block .item .name {
  text-align: center;
  color: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 26px 20px 40px 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 17px;
}
.schedule-block .item .name.color1 {
  background: #FEB100;
}
.schedule-block .item .name.color2 {
  background: #DB8CFF;
}
.schedule-block .item .info {
  background: #FBFBFB;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  padding: 52px 20px 136px 20px;
  text-align: center;
  position: relative;
}
.schedule-block .item .info .time {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  padding: 13px 28px;
  border-radius: 12px;
  border: 7px solid #fff;
  color: #fff;
}
.schedule-block .item .info .time.color1 {
  background: #FEB100;
}
.schedule-block .item .info .time.color2 {
  background: #DB8CFF;
}
.schedule-block .item .info .times {
  display: inline-block;
}
.schedule-block .item .info .times div {
  padding-left: 54px;
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #2B2B2B;
}
.schedule-block .item .info .times div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.schedule-block .item .info .times div span img {
  vertical-align: middle;
}
.schedule-block .item .info button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48px;
  width: 252px;
  height: 65px;
  background: linear-gradient(180deg, #fed61f 0%, #ffb200 100%);
  border-radius: 32.2126px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.lessons-block {
  background: #fbfbfb url('img/lessons-block.png') no-repeat bottom center;
  padding: 215px 0 75px;
  position: relative;
  overflow: hidden;
}
.lessons-block:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 100%;
  width: 1920px;
  height: 195px;
  background: #ffffff url('img/lessons-block-before.png') no-repeat center;
}
.lessons-block .block-name {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.lessons-block .top-text {
  text-align: center;
  margin-bottom: 72px;
  padding: 0 15%;
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
}
.lessons-block .item {
  margin-bottom: 30px;
}
.lessons-block .item .image {
  display: table-cell;
  vertical-align: middle;
}
.lessons-block .item .image img {
  max-width: 367px;
  width: 367px;
  margin-right: 20px;
}
.lessons-block .item .info {
  display: table-cell;
  vertical-align: middle;
}
.lessons-block .item .info .text {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 30px 35px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
}
.lessons-block .item .info .text span {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #FFB200;
}
.form-block {
  padding: 215px 0 118px;
  background: url('img/form-block.png') no-repeat center;
  position: relative;
}
.form-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 155px;
  background: #fbfbfb url('img/form-block-before.png') no-repeat center;
}
.form-block .text {
  text-align: center;
}
.form-block .text .name {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #B8C922;
}
.form-block .text p {
  margin-bottom: 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.5);
  padding: 0 80px;
}
.form-block form {
  border: 10px solid #EDEDED;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 60px;
  background: #fff;
  text-align: center;
}
.form-block form .name {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(43, 43, 43, 0.7);
}
.form-block form input[type='text'] {
  width: 100%;
  height: 73px;
  margin-bottom: 13px;
  background: #F9F9F9;
  border-radius: 36.5px;
  padding: 0 20px 0 68px;
  font-weight: 500;
}
.form-block form input[type='text'].inp1 {
  background: #f9f9f9 url('img/inp1.svg') no-repeat 20px 50%;
}
.form-block form input[type='text'].inp2 {
  background: #f9f9f9 url('img/inp2.svg') no-repeat 20px 50%;
}
.form-block form button {
  margin-top: 25px;
  width: 100%;
  height: 65px;
  margin-bottom: 30px;
  color: #fff;
  background: linear-gradient(180deg, #fed61f 0%, #ffb200 100%);
  border-radius: 32.2126px;
  font-size: 20px;
  font-weight: 700;
}
.form-block form .bottom-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C6C2C2;
  padding: 0 60px;
}
.form-block form .bottom-text a {
  font-weight: 700;
  color: #9B9B9B;
  text-decoration: underline;
}
.reviews-block {
  background: #fbfbfb url('img/reviews-block.png') no-repeat center;
  padding: 225px 0 240px;
  position: relative;
  overflow: hidden;
}
.reviews-block:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  width: 1920px;
  height: 155px;
  background: #ffffff url('img/reviews-block-before.png') no-repeat center;
}
.reviews-block .block-name {
  text-align: center;
  margin-bottom: 90px;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #B8C922;
  padding: 0 25%;
}
.reviews-block .list .item {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 813px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  border: 10px solid #DCDCDC;
  background: #fff;
  padding: 47px 80px 46px 150px;
  opacity: .5;
  transform: scale(0.85);
  height: 400px;
}
.reviews-block .list .item.slick-current {
  opacity: 1;
  transform: none;
}
.reviews-block .list .item .name {
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFB200;
}
.reviews-block .list .item .name .rating {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
}
.reviews-block .list .item .name .rating .fa {
  color: #FFB200;
  font-size: 14px;
  vertical-align: middle;
  margin-top: -4px;
}
.reviews-block .list .item .name .rating .fa:nth-child(5) {
  margin-right: 10px;
}
.reviews-block .list .item .name img {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 13px;
      border-radius: 50px;
}
.reviews-block .list .item p {
  font-size: 16px;
  line-height: 25px;
 color #000;
}
.reviews-block .list .slick-prev,
.reviews-block .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 71px;
  height: 71px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}
.reviews-block .list .slick-prev {
  left: 50%;
  margin-left: -435px;
  background: url('img/prev.svg') center / cover;
}
.reviews-block .list .slick-next {
  right: 50%;
  margin-right: -435px;
  background: url('img/next.svg') center / cover;
}
.docs-block {
  padding: 74px 0 120px;
  background: url('img/docs-block.png') no-repeat center;
  text-align: center;
}
.docs-block .block-name {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.docs-block .list {
  padding: 0 25px;
}
.docs-block .list .item {
  margin: 0 19px;
}
.docs-block .list .item img {
  display: inline-block;
}
.docs-block .list .slick-prev,
.docs-block .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 71px;
  height: 71px;
}
.docs-block .list .slick-prev {
  left: -35px;
  background: url('img/prev.svg') center / cover;
}
.docs-block .list .slick-next {
  right: -35px;
  background: url('img/next.svg') center / cover;
}
.docs-block .list .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -30px;
}
.docs-block .list .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.docs-block .list .slick-dots li.slick-active button {
  background: #FFDE4B;
}
.docs-block .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #E7E7E7;
}
.map-block {
  padding: 100px 0 136px;
  position: relative;
}
.map-block .contacts {
  position: relative;
  z-index: 3;
  width: 376px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  border: 10px solid #DCDCDC;
  padding: 42px 50px 50px 50px;
}
.map-block .contacts .name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #B8C922;
}
.map-block .contacts .phone {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 0 33px;
  background: url('img/phone.svg') no-repeat 3px 0;
  margin-bottom: 23px;
}
.map-block .contacts .adress {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
  padding: 0 0 0 33px;
  background: url('img/adress.svg') no-repeat 0 0;
}
.map-block .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer {
  padding: 40px 0 50px;
}
.footer nav {
  padding-top: 7px;
}
.footer nav ul {
  margin-bottom: 17px;
}
.footer nav ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer nav ul li:last-child {
  margin-right: 0;
}
.footer nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
  opacity: 0.7;
}
.footer nav .links a {
  margin-right: 38px;
  font-size: 14px;
  line-height: 25px;
  color: rgba(43, 43, 43, 0.7);
  opacity: 0.5;
  text-decoration: underline;
}
.footer nav .links a:last-child {
  margin-right: 0;
}
.footer .contacts {
  margin-top: -4px;
  width: 244px;
}
.footer .contacts .phone {
  display: block;
  margin-bottom: 23px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 0 33px;
  background: url('img/phone.svg') no-repeat 3px 0;
}
.footer .contacts .adress {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(43, 43, 43, 0.7);
  padding: 0 0 0 33px;
  background: url('img/adress.svg') no-repeat 0 0;
}
.mobile-menu {
  position: fixed;
  width: 280px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  left: -280px;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  z-index: 30;
}
.mobile-menu .contacts .adress {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(43, 43, 43, 0.7);
  padding: 0 0 0 33px;
  background: url('img/adress.svg') no-repeat 0 0;
}
.mobile-menu .contacts .phone {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 0 30px;
  background: url('img/phone.svg') no-repeat 0 0;
}
.mobile-menu button {
  margin-top: 20px;
  width: 100%;
  height: 58px;
  background: linear-gradient(91.59deg, #00b156 3.31%, #08ec77 99.61%);
  border-radius: 887.5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #EDEDED;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 30px;
  background: #fff;
  text-align: center;
}
.popup .window .name {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(43, 43, 43, 0.7);
}
.popup .window input[type='text'] {
  width: 100%;
  height: 73px;
  margin-bottom: 13px;
  background: #F9F9F9;
  border-radius: 36.5px;
  padding: 0 20px 0 68px;
  font-weight: 500;
}
.popup .window input[type='text'].inp1 {
  background: #f9f9f9 url('img/inp1.svg') no-repeat 20px 50%;
}
.popup .window input[type='text'].inp2 {
  background: #f9f9f9 url('img/inp2.svg') no-repeat 20px 50%;
}
.popup .window button {
  margin-top: 25px;
  width: 100%;
  height: 65px;
  margin-bottom: 30px;
  color: #fff;
  background: linear-gradient(180deg, #fed61f 0%, #ffb200 100%);
  border-radius: 32.2126px;
  font-size: 20px;
  font-weight: 700;
}
.popup .window .bottom-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C6C2C2;
  padding: 0 60px;
}
.popup .window .bottom-text a {
  font-weight: 700;
  color: #9B9B9B;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .first-block .text {
    padding: 0 200px 0 0;
  }
  .why-we-block .item {
    padding-right: 0;
  }
  .staff-block .item {
    margin: 0;
  }
  .schedule-block .item .info .time {
    white-space: nowrap;
  }
  .form-block .text p {
    padding: 0;
  }
  .form-block form {
    padding: 40px;
  }
  .docs-block .list {
    padding: 0;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .first-block .header .contacts .adress {
    display: block;
    margin: 0 0 10px -3px;
  }
  .first-block .header .contacts {
    padding-top: 10px;
  }
  .first-block .text .name {
    font-size: 30px;
    line-height: 40px;
  }
  .first-block .text p {
    margin-bottom: 20px;
    width: 60%;
  }
  .first-block {
    padding-bottom: 100px;
  }
  .first-block .header {
    margin-bottom: 40px;
  }
  .gallery-block .slider-nav {
    margin: 20px -5px 0 -5px;
  }
  .gallery-block .slider-nav .item {
    margin: 0 5px;
  }
  .schedule-block .row {
    margin: 0 -15px;
  }
  .schedule-block .item .info .times div {
    font-size: 14px;
    line-height: 36px;
  }
  .lessons-block .item .image {
    display: block;
    text-align: center;
  }
  .lessons-block .item .image img {
    margin: 0;
  }
  .lessons-block .item .info {
    display: block;
  }
  .reviews-block {
    padding: 180px 0 120px;
  }
  .reviews-block .list .item {
    width: 600px;
    padding: 30px 50px 30px 80px;
	
  }
  .reviews-block .list .slick-prev {
    margin-left: -330px;
  }
  .reviews-block .list .slick-next {
    margin-right: -330px;
  }
  .footer nav {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .contacts {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .first-block .header .contacts {
    display: none;
  }
  .first-block .header button {
    display: none;
  }
  .header .logo img {
    height: 30px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .first-block .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    left: 0;
  }
  .first-block .text {
    padding: 0 120px 0 0;
  }
  .first-block .text .name {
    font-size: 24px;
    line-height: 32px;
  }
  .first-block .text p {
    font-size: 16px;
    line-height: 18px;
  }
  .first-block .header {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .reviews-block .block-name {
    padding: 0;
  }
  .reviews-block .list .item {
    width: 500px;
  }
  .reviews-block .list .slick-prev {
    margin-left: -280px;
  }
  .reviews-block .list .slick-next {
    margin-right: -280px;
  }
  .docs-block .list .item {
    margin: 0;
  }
  .footer nav .links a {
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 575px) {
  .first-block .header {
    margin-bottom: 0;
  }
  .first-block {
    text-align: center;
  }
  .first-block .text {
    padding-right: 0;
  }
  .first-block .text .top-text {
    display: block;
  }
  .first-block .text .name {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 25px;
  }
  .first-block .text .name span {
    display: none;
  }
  .first-block .text p {
    width: auto;
    margin-bottom: 210px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 60px;
  }
  .first-block .text button {
    width: 205px;
    height: 60px;
    font-size: 16px;
  }
  .first-block {
    padding-bottom: 30px;
    background: url('img/first-block2.png') center / cover;
  }
  .why-we-block {
    padding: 50px 0 25px;
  }
  .docs-block .block-name,
  .reviews-block .block-name,
  .form-block .text .name,
  .lessons-block .block-name,
  .schedule-block .block-name,
  .staff-block .block-name,
  .gallery-block .block-name,
  .why-we-block .block-name {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
  .why-we-block .item {
    margin-bottom: 25px;
  }
  .why-we-block .item .image {
    margin-bottom: 3px;
  }
  .why-we-block .item .name {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
  }
  .why-we-block .item p {
    font-size: 12px;
    line-height: 18px;
  }
  .gallery-block:before {
    height: 50px;
    background: #fbfbfb url('img/why-we-after.png') no-repeat center / cover;
  }
  .gallery-block {
    padding: 60px 0 50px 0;
  }
  .gallery-block .slider-for .slick-prev,
  .gallery-block .slider-for .slick-next {
    width: 30px;
    height: 30px;
  }
  .gallery-block .slider-for .slick-prev {
    left: -15px;
  }
  .gallery-block .slider-for .slick-next {
    right: -15px;
  }
  .gallery-block .slider-nav {
    display: none;
  }
  .staff-block:before {
    width: 520px;
    height: 50px;
    background: #ffffff url('img/staff-block-before.png') no-repeat center / cover;
    top: 0;
  }
  .staff-block {
    padding: 60px 0 50px;
  }
  .staff-block .item img {
    display: none;
  }
  .staff-block .col-sm-6 {
    margin-bottom: 15px;
  }
  .staff-block .item {
    padding: 0 0 0 45%;
    position: relative;
    border-radius: 5px;
  }
  .staff-block .item .name {
    padding: 15px 15px 7px 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .staff-block .item .prof {
    padding: 4px 10px;
    font-size: 10px;
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .staff-block .item .info {
    padding: 9px 12px;
  }
  .staff-block .item .info p {
    margin-bottom: 4px;
    font-size: 6px;
    line-height: 7px;
  }
  .staff-block .item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
  }
  
  .staff-block .bottom-link {
    display: block;
  }
  .schedule-block {
    padding: 60px 0 25px;
  }
  .schedule-block:before {
    height: 50px;
    background: #fbfbfb url('img/schedule-before.png') no-repeat center / cover;
  }
  .schedule-block .top-text {
    margin: -20px 0 15px;
    font-size: 12px;
    line-height: 17px;
  }
  .schedule-block .item .name {
    border-radius: 5px;
    padding: 11px 10px 21px 10px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .schedule-block .item .info {
    padding: 34px 10px 107px 10px;
  }
  .schedule-block .item .info .time {
    font-size: 18px;
    line-height: 30px;
    padding: 4px 20px;
    border: 4px solid #fff;
    top: -26px;
  }
  .schedule-block .item .info .times div {
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    text-align: center;
  }
  .schedule-block .item .info .times div span {
    display: none;
  }
  .schedule-block .item .info button {
    bottom: 30px;
    font-size: 16px;
    width: 205px;
    height: 61px;
  }
  .schedule-block .item {
    margin-bottom: 25px;
  }
  .lessons-block {
    padding: 70px 0 25px;
  }
  .lessons-block:before {
    width: 720px;
    height: 60px;
    top: 0;
    background: #ffffff url('img/lessons-block-before.png') no-repeat center / cover;
  }
  .lessons-block .top-text {
    padding: 0;
    margin: -20px 0 25px;
    font-size: 12px;
    line-height: 17px;
  }
  .lessons-block .item .image img {
    max-width: 100%;
    width: auto;
  }
  .lessons-block .item .info .text {
    background: none;
    padding: 0;
    box-shadow: none;
    font-size: 12px;
    line-height: 18px;
  }
  .lessons-block .item .info .text span {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
  }
  .lessons-block .item {
    margin-bottom: 25px;
  }
  .form-block {
    padding: 60px 0 50px;
  }
  .form-block:before {
    height: 50px;
    background: #fbfbfb url('img/form-block-before.png') no-repeat center / cover;
  }
  .form-block .text .name {
    margin-bottom: 8px;
  }
  .form-block .text p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 17px;
  }
  .form-block .text {
    margin-bottom: 15px;
  }
  .form-block form {
    padding: 32px 16px;
    border: 5px solid #EDEDED;
    border-radius: 5px;
  }
  .form-block form .name {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 23px;
  }
  .form-block form input[type='text'] {
    margin-bottom: 15px;
    height: 63px;
    font-size: 12px;
  }
  .form-block form button {
    margin: 10px 0;
    height: 60px;
    font-size: 16px;
  }
  .form-block form .bottom-text {
    padding: 0;
    font-size: 10px;
    line-height: 15px;
  }
  .reviews-block {
    padding: 70px 0 50px 0;
  }
  .reviews-block:before {
    height: 60px;
    background: #ffffff url('img/reviews-block-before.png') no-repeat center / cover;
    top: 0;
    width: 620px;
  }
  .reviews-block .list {
    padding: 0 20px;
  }
  .reviews-block .list .item {
    padding: 20px;
    border: 5px solid #DCDCDC;
  }
  .reviews-block .list .item .name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .reviews-block .list .item .name .rating {
    font-size: 10px;
    line-height: 15px;
  }
  .reviews-block .list .item .name .rating .fa {
    font-size: 12px;
  }
  .reviews-block .list .item .name {
    padding-left: 52px;
  }
  .reviews-block .list .item .name img {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    top: 0;
    left: 0;
    width: 45px;
  }
  .reviews-block .list .item p {
    font-size: 12px;
    line-height: 19px
  }
  .reviews-block .list .slick-prev,
  .reviews-block .list .slick-next {
    width: 30px;
    height: 30px;
  }
  .reviews-block .list .slick-prev {
    left: 10px;
    margin: 0;
  }
  .reviews-block .list .slick-next {
    right: 10px;
    margin: 0;
  }
  .docs-block {
    padding: 50px 0 72px;
  }
  .docs-block .list .slick-prev,
  .docs-block .list .slick-next {
    width: 30px;
    height: 30px;
  }
  .docs-block .list .slick-prev {
    left: 0;
  }
  .docs-block .list .slick-next {
    right: 0;
  }
  .docs-block .list .item {
    padding: 0 20px;
  }
  .docs-block .list .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .docs-block .list .slick-dots {
    bottom: -10px;
  }
  .map-block .contacts {
    display: none;
  }
  .map-block {
    height: 280px;
  }
  .footer {
    padding: 25px 0 30px;
  }
  .footer nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50%;
    text-align: left;
    margin-bottom: 0;
  }
  .footer nav ul li {
    display: block;
    margin: 0;
  }
  .footer nav ul li a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer nav .links {
    margin: 17px 0 0 -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer nav .links a {
    width: 48%;
    font-size: 10px;
    line-height: 14px;
  }
  .footer .container {
    position: relative;
  }
  .footer .logo {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 55px;
  }
  .footer .contacts {
    position: absolute;
    top: 55px;
    left: 15px;
    width: 40%;
  }
  .footer .contacts .phone {
    background: none;
    padding: 0;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 18px;
  }
  .footer .contacts .adress {
    background: none;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .popup .window {
    padding: 20px;
    width: 320px;
  }
  .popup .window .name {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 23px;
  }
  .popup .windowinput[type='text'] {
    margin-bottom: 15px;
    height: 63px;
    font-size: 12px;
  }
  .popup .window button {
    margin: 10px 0;
    height: 60px;
    font-size: 16px;
  }
  .popup .window .bottom-text {
    padding: 0;
    font-size: 10px;
    line-height: 15px;
  }
}
.parent {
  position: relative;
height:400px;

}
.child {
  position: absolute;
 
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup.window.close
{
    width: 57px;
    height: 28px;
    margin-top: 14px;
    margin-left: 629px;
}	
#video
{
width:286px;	
}

  .staff-block .row .col-sm-6:nth-child(4) {
    display: none;
  }
    .staff-block .row .col-sm-6:nth-child(5) {
    display: none;
  }

  .staff-block .row .col-sm-6:nth-child(6) {
    display: none;
  }
  .staff-block .row .col-sm-6:nth-child(7) {
    display: none;
  }
  .staff-block .row .col-sm-6:nth-child(8) {
    display: none;
  }
  .staff-block .row .col-sm-6:nth-child(9) {
    display: none;
  }
    
  .staff-block .row .col-sm-6:nth-child(10) {
    display: none;
  }
    
  .staff-block .row .col-sm-6:nth-child(11) {
    display: none;
  }
    
  .staff-block .row .col-sm-6:nth-child(12) {
    display: none;
  }
    
  .staff-block .row .col-sm-6:nth-child(13) {
    display: none;
  }
    
  .staff-block .row .col-sm-6:nth-child(14) {
    display: none;
  }
    .staff-block .row .col-sm-6:nth-child(15) {
    display: none;
  }
     .staff-block .row .col-sm-6:nth-child(16) {
    display: none;
  }
     .staff-block .row .col-sm-6:nth-child(17) {
    display: none;
  }
     .staff-block .row .col-sm-6:nth-child(18) {
    display: none;
  }
     .staff-block .row .col-sm-6:nth-child(19) {
    display: none;
  }
     .staff-block .row .col-sm-6:nth-child(20) {
    display: none;
  }
  
    .staff-block .row .col-sm-6:nth-child(25) {
    display: none;
  }
  
 
     .staff-block .row .col-sm-6:nth-child(24) {
    display: none;
  }
  
      .staff-block .row .col-sm-6:nth-child(26) {
    display: none;
  }
  
  
