
a {
  text-decoration: none;
}
.inside {
  width: 1134px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: "FiraSans";
  font-weight: 400;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
#map-with-places.open {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.flex-l {
  justify-content: flex-start;
}




.map-content {
    width: 380px;
    max-width: 100%;
    box-sizing: border-box;
}
.map-content h4 {
    
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.map-content p {
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
}
.map-content p span {
    color: #888;
    font-weight: 100;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}
.map-content .footer-s {
    padding-top: 6px;
}

.map-content .button-s {
    padding-top: 14px;
    padding-bottom: 4px;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
.map-content .button-s a {
    width: 230px;
    display: inline-block;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    background: #ffd800;
    color:#333;
    font: 700 14px/34px "FiraSans";
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.map-content .button-s a:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.map-content h4.name-s  {
    color:#333;
    font: 400 18px/1 "FiraSans";
    margin-bottom: 12px;
}
.map-content h4.name-s span {
    display: inline-block;
    vertical-align: middle;
}
.map-content h4.name-s img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.map-content p.way-s {
    margin-bottom: 12px;
    color:#666;
    font: 400 14px/1.4 "FiraSans";
}
.map-content .footer-s p {
    text-align: center;
    color:#333333;
    font: 400 14px/1.4 "FiraSans";
}

#map-with-places .map-content {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.map-content .footer-s p span {
    display: inline;
    color:#8356b2;
    font: 400 14px/1.4 "FiraSans";
}
#map-with-places .gm-style-iw {
    left: 26px !important
}
.condition {
    text-align: left !important;
}
.g-wrap .condition a {
    color:#fff;
    text-decoration: underline;
}
.g-wrap .condition a:hover {
    text-decoration: none;
}
.g-wrap .condition {
    color:#fff;
}
.foot-form .g-form .condition {
    color:#333
}
.foot-form .g-form .condition a {
    color:#ec4d79
}
.underlined-link {
    color: #333;
}


#map-with-places2 .filials-widget {
  padding-top: 46px;
}

.filials-widget .header-of-palces {
    margin-bottom: 30px;
}
.filials-widget .header-of-palces .title {
  font-family: "FiraSans";
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 24px;
  text-align: center;
  color: #31293a;
}
.filials-widget .header-of-palces .subtitle {
  color: #8c98a5;
  font-size: 20px;
  font-family: "FiraSans";
  margin-bottom: 44px;
  text-align: center;
  font-weight: 400;
}
.filials-widget .dropdown-list-inner {
  width: 220px;
  position: absolute;
  top: 27px;
  left: 6px;
  background: #fff;
  padding-top: 2px;
  z-index: 1;
  box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
.filials-widget .dropdown-list-wrapper {
  position: relative;
}
.filials-widget .header-of-palces .choice {
  font-family: "FiraSans";
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.filials-widget .header-of-palces .choice .drop-hendler span {
  cursor: pointer;
  user-select: none;
  color: #e13c48;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.filials-widget .header-of-palces .choice .drop-hendler .mob {
    display: none;
}
.pin.open-map {
    display: inline-block;
}
.filials-widget .header-of-palces .choice .drop-hendler img,
.filials-widget .header-of-palces .choice .drop-hendler svg {
    display: inline-block;
    vertical-align: middle;
}
.filials-widget .header-of-palces .choice .drop-hendler span:before {
  position: absolute;
  bottom: -1px;
  width: 100%;
  content: "";
  left: 0;
  border-bottom: 1px dotted #e13c48;
}
.filials-widget .header-of-palces .choice .drop-hendler span:after {
  position: absolute;
  right: -12px;
  top: 7px;
  border: 4px solid transparent;
  border-top-color: #e13c48;
  content: "";
}
#map-with-places2 {
    padding-top: 60px;
}
.filials-widget .scrol-bar {
  height: 360px;
  overflow-y: hidden;
}
.filials-widget #map-with-places.open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.filials-widget .dropdown-list-inner .row-item {
  padding: 15px 8px;
  border-bottom: 1px solid #333333;
  font: 400 18px/1 "FiraSans";
  cursor: pointer;
  text-align: left;
  border-bottom-color: #e3e3e3;
}
.filials-widget .dropdown-list-inner .row-item span {
  width: 80%;
  margin-left: 8px;
}
.filials-widget .show-map {
  cursor: pointer;
}
.filials-widget .dropdown-list-inner .row-item:hover {
  color: #e13c48;
}
.filials-widget .dropdown-list-inner .row-item span,
.filials-widget .dropdown-list-inner .row-item svg {
  display: inline-block;
  vertical-align: middle;
}
.filials-widget .dropdown-list-inner .row-item:last-child {
  border-bottom: none;
}
.filials-widget .header-of-palces .scrollable .scroll-bar.vertical .thumb {
  width: 8px;
  opacity: 0.6;
  right: 6px;
}
.filials-table {
  margin-bottom: 50px;
}
.filials-table .fitem {
  margin-bottom: 16px;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  width: 24%;
  user-select: none;
  transition: all 0.3s ease 0s;
}
.filials-table .fitem.hidden {
  visibility: hidden;
}
.filials-table .fitem.active,
.filials-table .fitem:hover {
  border-color: #eaeaea;
  transition: all 0.3s ease 0s;
}
.filials-table .fitem .inner {
  padding: 18px;
  padding-right: 30px;
}
.filials-table .fitem .name {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-family: "FiraSans";
  margin-bottom: 14px;
}
.filials-table .fitem .name span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.filials-table .fitem .name svg {
  display: inline-block;
  vertical-align: middle;
}
.filials-table .fitem p {
  color: #555;
  font-size: 14px;
  font-family: "FiraSans";
}

.header {
  position: absolute;
  width: 100%;
  padding-top: 6px;
  box-sizing: border-box;
  left: 0;
  color: #fff;
  top: 0;
}
.header .mobile {
  display: none;
}
.header .studios {
  padding-left: 70px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  user-select: none
}

.studios-div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 13px;
}
.header .studios img,
.header .studios span {
  display: inline-block;
  vertical-align: middle;
}
.header .studios img {
  margin-right: 8px;
}
.header .studios span {
  text-decoration: underline;
  color: #febe29;
}
.header .studios:hover span {
    color: #e3315a;
    transition: all 0.3s ease 0s;
}
.header .contact-info {
  letter-spacing: 0.1px;
  text-align: right;
}
.header .contact-info .phone {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 7px;
}
.header .contact-info .phone a {
  color: #fff;
}
.header .contact-info p.get-know a {
  color: #febe29;
  text-decoration: underline;
  font-size: 13px;
  transition: all 0.3s ease 0s;
}
.header .contact-info p.get-know a:hover {
    color: #e3315a;
    transition: all 0.3s ease 0s;
}
.home {
  background: #021527 url(../images/main.jpg) no-repeat center bottom;
  padding-top: 198px;
  color: #fff;
  padding-bottom: 190px;
  text-align: center;
}
.home h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
    line-height: 1.2;
}
.home .subtitle {
    line-height: 1.3;
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 400;
}
.home .subtitle span {
    color: #ffbf00;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}
.home .subtitle span:hover {
    color: #e3315a;
    transition: all 0.3s ease 0s;
}
.home .extra-heading {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 36px;
}
.home .extra-heading strong {
    color: #ffbf00;
    font-weight: 800;
}
.home .subscribe-for-free {
    width: auto;
}
.home .subscribe-for-free,
.home .get-know-for-free {
    margin: 0 15px;
}
.home div.button a {
    font-size: 15px;
    font-weight: 400;
    padding-top: 14px;
    line-height: 1.15;
    display: block;
    border-radius: 8px;
    width: 350px;
    height: 68px;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
}
.home .subscribe-for-free div.button a:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.home .get-know-for-free div.button a:hover {
    background: #9e73cc;
    transition: all 0.3s ease 0s;
}
.home div.button {
    margin-top: 0;
}
.home .button a strong {
    font-size: 20px;
    display: block;
    font-weight: 800;
}
.home .get-know-for-free .button a {
    background: #8356b2;
    color: #bf96e9;
}
.home .get-know-for-free .button a strong {
    color: #fff;
}
.subscribe-for-free {
  max-width: 100%;
  width: 550px;
}
.subscribe-for-free .button {
  margin-top: 18px;
}
.subscribe-for-free .button a {
  display: block;
  width: 342px;
  font-weight: 800;
  height: 62px;
  border-radius: 8px;
  text-align: center;
  background: #febe29;
  color: #000;
  text-decoration: none;
  font-size: 23px;
  line-height: 62px;
}
.subscribe-for-free p {
  font-size: 16px;
}
.subscribe-for-free p span {
  color: #ff4800;
}
.subscribe-for-free-section {
  padding-top: 20px;
  display: none;
}
.subscribe-for-free-section p {
  font-weight: 700;
}
.subscribe-for-free-section a {
  margin: 0 auto;
  max-width: 100%;
}
.main-form {
  background: url(../images/bg_form.svg) no-repeat center;
  padding: 88px 0;
}
.main-form .form-wrapper {
  padding: 36px 37px 28px;
  background: #fff;
  border-radius: 20px;
}
.main-form .agreements {
  color: #8c98a5;
  font-size: 13px;
  margin-top: 18px;
}
.main-form .agreements a {
  color: #5983c1;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.main-form .agreements a:hover {
  color: #e3315a;
  transition: all 0.3s ease 0s;
}
.main-form .title {
  font-size: 30px;
  font-family: "FiraSans";
  font-weight: bold;
  color: #31293a;
  margin-bottom: 21px;
  font-weight: 800;
  text-align: center;
}
.main-form .title span {
  color: #ff4d94;
}
.main-form .field {
  width: 330px;
}
.main-form .field input {
  padding: 0;
  width: 100%;
  padding-left: 26px;
  height: 68px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  font-family: "FiraSans";
  font-size: 16px;
}
.main-form .button {
  width: 340px;
}
.main-form .button button {
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: "FiraSans";
  box-sizing: border-box;
  height: 66px;
  border-radius: 4px;
  text-align: center;
  background: #febe29;
  color: #000;
  border: none;
  text-decoration: none;
  font-size: 23px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.main-form .button button:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.our-workflow {
  padding: 84px 0 56px;
  background: #f4f7e7 url(../images/workflow-stars.png) no-repeat center 0;
}
.our-workflow .inside {
    width: 950px;
}
.our-workflow .title {
  text-align: center;
  font-size: 40px;
  color: #31293a;
  margin-bottom: 25px;
  font-family: "FiraSans";
  font-weight: bold;
  line-height: 1.2;
}
.our-workflow .subtitle {
  text-align: center;
  font-size: 24px;
  color: #31293a;
}
.our-workflow .subtitle strong {
  font-weight: 700;
}
.our-workflow .workflow-list {
  margin-top: 36px;
}
.our-workflow .workflow-list .item {
  background-color: #fff;
  position: relative;
  background-position: right bottom;
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 30px;
}
.our-workflow .workflow-list .item .desc {
  position: absolute;
  top: 30px;
  left: 30px;
}
.our-workflow .workflow-list .item .desc .name {
  font-size: 24px;
  line-height: 1.25;
  color: #31293a;
  font-family: "FiraSans";
  font-weight: bold;
  margin-bottom: 8px;
}
.our-workflow .workflow-list .item .desc .txt {
  line-height: 1.45;
  font-family: "FiraSans";
  font-weight: 400;
  color: #31293a;
}
.our-workflow .workflow-list .item img {
  max-width: 100%;
  display: block;
}
.facts {
  padding: 80px 0 70px;
  text-align: center;
  background: #fff9f9;
  position: relative;
}
.facts:after {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #ffffff url(../images/about_bg.svg) no-repeat center bottom;
  content: "";
  left: 0;
  bottom: 0;
}
.facts .title {
  font-size: 40px;
  color: #31293a;
  font-family: "FiraSans";
  font-weight: bold;
  margin-bottom: 54px;
}
.facts .facts-list .item {
  width: 32%;
  margin-bottom: 60px;
}
.facts .facts-list .item .ico {
  margin-bottom: 22px;
}
.facts .facts-list .item .ico img {
  margin: 0 auto;
  display: block;
}
.facts .facts-list .item .name {
  margin-bottom: 10px;
  color: #31293a;
  font-size: 20px;
  font-family: "FiraSans";
  font-weight: 800;
  line-height: 1.4;
}
.facts .facts-list .item p {
  color: #737080;
  font-family: "FiraSans";
  line-height: 1.6;
  font-size: 14px;
}

.teachers {
  text-align: center;
  padding: 152px 0 110px;
  background: url(../images/like.svg) no-repeat center 54px;
}
.teachers .title {
  line-height: 1.25;
  font-size: 40px;
  margin-bottom: 67px;
  font-family: "FiraSans";
  font-weight: bold;
  color: #31293a;
  padding-left: 20px;
}
.teachers .teachers-list .item {
  width: 23%;
  margin-bottom: 56px;
}
.teachers .teachers-list .item .avatar {
  margin-bottom: 25px;
  display: inline-block;
  border-radius: 150px;
  position: relative;
}
.teachers .teachers-list .item .avatar img {
    display: block;
}
.teachers .teachers-list .item .avatar a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 150px;
    background: rgba(0,0,0,0.3);
    padding-top: 56px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.teachers .teachers-list .item .avatar a:hover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.teachers .teachers-list .item .avatar a span {
    line-height: 1.3;
}
.teachers .teachers-list .item .teachers-name {
  font-size: 20px;
  font-family: "FiraSans";
  font-weight: bold;
  margin-bottom: 16px;
}
.teachers .teachers-list .item .teachers-name a {
  color: #31293a;
  display: inline-block;
  border-bottom: 1px dotted #31293a;
  transition: all 0.3s ease 0s;  
}
.teachers .teachers-list .item .teachers-name a:hover {
  color: #e3315a;
  transition: all 0.3s ease 0s;
  border-bottom-color: #e3315a;
}
.teachers .teachers-list .item .position {
  font-size: 14px;
  font-weight: 400;
  color: #31293a;
  margin-bottom: 12px;
  line-height: 1.4;
}
.teachers .teachers-list .item p {
  color: #b1b1b1;
  line-height: 1.4;
  font-size: 14px;
}
.teachers.students {
    position: relative;
    color: #fff;
    background: #221f2b;
    padding-top: 176px;
    padding-bottom: 87px;
}
.teachers.students:before {
    position: absolute;
    background: #f9f5fc url(../images/bg_studens_up.svg) no-repeat center 0;
    height: 76px;
    width: 100%;
    left: 0;
    content:"";
    top: -6px;    
}
.teachers.students:after {
    position: absolute;
    background: #fff url(../images/bg_studens_down.svg) no-repeat center bottom;
    height: 100px;
    width: 100%;
    left: 0;
    content:"";
    bottom: 0px
}
.teachers.students .inside {
    width: 1160px;
    position: relative;
    
}
.teachers.students .inside:before {
    position: absolute;
    top: -76px;
    z-index: 2;
    content:"";
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    background: url(../images/star_y.svg) no-repeat center 0;
}
.teachers.students .teachers-list .item {
    width: 28%;
    padding: 0 1px;
}
.teachers.students .item p {
    color: #b5b0c3
}
.teachers.students .item .teachers-name a {
    color: #fff;
    border-bottom-color: #fff;
}
.teachers.students .title {
    color: #fff;
    padding-left: 0;
}
.performance {
    background: #f9f5fc;
    padding: 2px 0 10px;
    position: relative;
}
.performance .inside {
    width: 980px;
}
.performance:before {
    position: absolute;
    background: #fff url(../images/bg_performance.svg) no-repeat center 0;
    height: 90px;
    width: 100%;
    left: 0;
    content:"";
    top: -90px
}
.performance .title {
    text-align: center;
    font-size: 50px;
    color: #31293a;
    margin-bottom: 25px;
    font-weight: 800;
}
.performance .subtitle {
    text-align: center;
    color: #31293a;
    font-size: 24px;
    margin-bottom: 56px;
    font-weight: 400;
}
.performance li {
    margin-bottom: 34px;
    width: 200px;
    text-align: center;
    padding: 0 10px;
}
.performance li img {
    display: block;    
}
.performance li span {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 20px 0px rgba(34, 29, 31, 0.2);
}
.performance li h4 {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}
.performance li p {
    font-size: 14px;
    color: #737080;
    line-height: 1.6;
}
.faq {
  padding: 80px 0 60px;
  background-image: url(../images/bg_faq_l.svg), url(../images/bg_faq_r.svg);
  background-position: left 192px, right 192px;
  background-repeat: no-repeat;
}
.faq .title {
  text-align: center;
  font-size: 40px;
  margin: 40px 0;
  font-family: "FiraSans";
  font-weight: bold;
}
.faq .inside {
  width: 948px;
}
.faq .question {
  border: 2px solid transparent;
  padding: 20px 94px;
  border-radius: 8px;
  margin-bottom: 12px;
  position: relative;
}
.faq .question .question-title:before {
  width: 18px;
  height: 2px;
  content: "";
  background: #8a5eb9;
  position: absolute;
  top: 12px;
  left: -44px;
}
.faq .question:not(.active) .question-title:after {
  width: 2px;
  height: 18px;
  content: "";
  background: #8a5eb9;
  position: absolute;
  top: 4px;
  left: -36px;
}
.faq .question.active {
  border: 2px solid #eaf1f4;
}
.faq .question-inner .question-title {
  font-size: 20px;
  color: #363636;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
  position: relative;
}
.faq .question-inner .question-title:hover {
    transition: all 0.3s ease 0s;
    color: #e3315a;
}
.faq .question-inner .answer {
  display: none;
  margin-top: 26px;
  line-height: 1.55;
}
.faq .question-inner .answer p {
  color: #989898;
}
.benefit-section {
  background-image: url(../images/bg_how_l.svg), url(../images/bg_how_r.svg);
  background-repeat: no-repeat;
  background-position: left 88px, right 88px;
  padding: 70px 0 90px;
}
.benefit-section .benefit-list {
    padding-left: 96px;
}
.benefit-section .title {
    text-align: center;
    font-size: 40px;
    color: #31293a;
    margin-bottom: 38px;
    font-family: "FiraSans";
    font-weight: bold;
}
.benefit-section .column {
  width: 450px;
}

.benefit-section .column-item .ico {
  margin-bottom: 24px;
}
.benefit-section .column-item .name {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "FiraSans";
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  color: #31293a;
}
.benefit-section .column-item .desc p {
  color: #737080;
  line-height: 1.5;
}
.benefit-section .column-item:not(:last-child) {
  margin-bottom: 42px;
}
.methodics {
  background: url(../images/bg_method.jpg) no-repeat center;
  padding: 82px 0;
  text-align: center;
}
.methodics .caption {
  background: url(../images/method_caption.svg) no-repeat center 0;
  width: 800px;
  height: auto;
  padding: 0 36px;
  padding-bottom: 100px;
  padding-top: 80px;
  margin: 0 auto;
  font-size: 24px;
  color: #31293a;
  font-family: "FiraSans";
  line-height: 1.6;
  box-sizing: border-box;
  position: relative;
}
.methodics .caption:after {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 12px;
    background: url(../images/point.svg) no-repeat center;
    content:"";
    margin-left: -10px;
    top: 60px
}
.methodics .caption strong {
  font-weight: 800;
  display: block;
}
.methodics .caption .title {
  margin-bottom: 28px;
  line-height: 1;
  font-family: "FiraSans";
  font-weight: bold;
  font-size: 40px;
}
.methodics .caption .title strong {
    font-size: 70px;
    display: block;
    margin-bottom: 10px;
}
.about-irbis {
  padding: 84px 0;
  background: #021527 url(../images/about_irbis.svg) no-repeat center bottom;
}
.about-irbis .about-header {
  margin-bottom: 36px;
  color: #fff;
}
.about-irbis .title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 26px;
  font-family: "FiraSans";
  font-weight: bold;
}
.about-irbis .subtitle {
  text-align: center;
  font-size: 24px;
  font-family: "FiraSans";
  font-weight: 400;
}
.about-irbis .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 43px 0px rgba(26, 26, 35, 0.36);
  background: #fff;
  transition: all 0.3s ease 0s;
}
.about-irbis .item:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.9
}
.about-irbis .item:hover .caption .link {
    transition: all 0.3s ease 0s;
    color: #e3315a !important;
}
.about-irbis .item img {
  display: block;
  max-width: 100%;
}
.about-irbis .item .caption {
  top: 40px;
  left: 50px;
  position: absolute;
  width: 300px;
}
.about-irbis .item .caption .name {
  font-size: 40px;
  line-height: 1.25;
  font-family: "FiraSans";
  font-weight: bold;
}
.about-irbis .item .caption .link {
  margin-top: 20px;
  text-decoration: underline;
  font-size: 20px;
}
.about-irbis .item.white {
  color: #000;
}
.about-irbis .item.white .caption .link {
  color: #0353d7;
}
.about-irbis .item.black {
  color: #fff;
}
.about-irbis .item.black .caption .link {
  color: #febe29;
}
.prices {
  padding: 104px 0;
  background: url(../images/price_bg.jpg) no-repeat center 0;
}
.prices .prices-table {
  background: #f7f9fc;
  border-radius: 40px;
  width: 636px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 36px 30px;
}
.prices .prices-table .title {
  text-align: center;
  font-size: 40px;
  color: #31293a;
  margin-bottom: 26px;
  font-family: "NotoSerif";
  font-weight: bold;
}
.prices .prices-table .column {
  width: 280px;
  background: #fff;
  border-radius: 20px;
  padding-top: 8px;
  box-shadow: 0px 0px 30px 0px rgba(29, 29, 40, 0.07);
}
.prices .prices-table .column .row {
  padding: 16px 10px 16px 32px;
  border-bottom: 2px solid #f5f5f5;
  color: #565656;
  font-size: 14px;
}
.prices .prices-table .column .row:last-child {
    border-bottom: none;
    padding-top: 29px;
    padding-bottom: 29px;
}
.prices .prices-table .column .row.center {
    padding: 25px 10px 25px 32px;
}
.prices .prices-table .column .row.bottom strong {
    font-size: 19px;
    color: #31293a;
    font-weight: bold;
}
.prices .prices-table .column .row .row-desc {
  line-height: 1.4;
  color: #565656;
  font-size: 14px;
}
.prices .prices-table .column .row .row-desc:first-child {
    margin-bottom: 20px;
}
.prices .prices-table .column .row .label {
  font-size: 18px;
  font-family: "FiraSans";
  font-weight: 700;
  margin-bottom: 13px;
  color: #31293a;
}
.prices .prices-table .column .row .price {
  font-size: 30px;
  font-family: "NotoSerif";
  font-weight: bold;
  color: #31293a;
  line-height: 1;
}
.prices .prices-table .column .row .price-bottom {
  color: #565656;
  font-size: 20px;
  font-family: "FiraSans";
  font-weight: bold;
  margin-bottom: 10px;
}
.prices .button {
  padding-top: 30px;
}
.prices .button a {
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: "FiraSans";
  box-sizing: border-box;
  height: 74px;
  border-radius: 6px;
  text-align: center;
  background: #febe29;
  color: #000;
  border: none;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding-top: 18px;
  transition: all 0.3s ease 0s;
}
.prices .button a:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.prices .button a strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 800;
}
.left-questions {
  padding: 88px 0;
  background-image: url(../images/form_bg_top.svg),  url(../images/form_bg_bottom.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom;
}
.left-questions .inside {
    background: url(../images/star_b.svg) no-repeat 42% 0px;    
}
.left-questions .title {
  font-size: 60px;
  font-family: "FiraSans";
  font-weight: bold;
  color: #31293a;
  line-height: 1.1;
  margin-bottom: 24px;
}
.left-questions .subtitle {
  font-size: 24px;
  font-family: "FiraSans";
  line-height: 1.35;
  color: #31293a;
}
.left-questions .left {
  width: 420px;
}
.left-questions .right {
  width: 542px;
  padding-top: 8px;
}
.left-questions .right textarea {
  padding: 16px;
  border: 1px solid #d7d7d7;
  height: 128px;
  width: 100%;
  border-radius: 6px;
  resize: none;
  display: block;
  outline: none !important;
  box-sizing: border-box;
  font-family: "FiraSans";
  font-size: 16px;
}
.left-questions .right .message {
  margin-bottom: 18px;
}
.left-questions .right .field {
  width: 260px;
}
.left-questions .right .field input {
  border: 1px solid #d7d7d7;
  width: 100%;
  display: block;
  height: 52px;
  padding-left: 18px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "FiraSans";
  font-size: 16px;
}
.left-questions .right .button button {
  width: 260px;
  height: 54px;
  border-radius: 6px;
  background: #febe29;
  color: #000;
  border: none;
  font-size: 20px;
  font-weight: 700;
  max-width: 100%;
  cursor: pointer;
}
.left-questions .right .button button:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.left-questions .agreements {
  color: #8c98a5;
  font-size: 13px;
  margin-top: 22px;
}
.left-questions .agreements a {
  color: #5983c1;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.left-questions .agreements a:hover {
  color: #e3315a;
  transition: all 0.3s ease 0s;
}
.exercises {
  padding: 80px 0px;
}
.exercises .inner .preview {
    text-align: center;
}
.exercises .slider-wrapper {
  overflow: hidden;
  position: relative;
}
.exercises .swiper-container {
  width: 1494px;
  overflow: visible;
  max-width: 100%;
}
.exercises .title {
  text-align: center;
  font-size: 40px;
  color: #31293a;
  margin-bottom: 50px;
  font-family: "FiraSans";
  font-weight: bold;
  line-height: 1.25;
}
.exercises .swiper-slide span {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.exercises .swiper-slide span img {
  display: block;
  max-width: 100%;
}
.exercises .slider-wrapper .swiper-button-prev {
  top: 50%;
  margin-top: -36px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  width: 72px;
  height: 72px;
  transition: all 0.3s ease 0s;
  background: url(../images/prev-pink.svg) no-repeat center;
  z-index: 4;
}
.exercises .slider-wrapper .swiper-button-prev:after {
  display: none;
}
.exercises .slider-wrapper .swiper-button-next {
  top: 50%;
  margin-top: -36px;
  position: absolute;
  right: 50%;
  margin-right: -500px;
  width: 72px;
  transition: all 0.3s ease 0s;
  height: 72px;
  background: url(../images/next-pink.svg) no-repeat center;
  z-index: 4;
}
.exercises .slider-wrapper .swiper-button-prev:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75
}
.exercises .slider-wrapper .swiper-button-next:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75
}
.exercises .slider-wrapper .swiper-button-next:after {
  display: none;
}
.video-gallery {
    padding-bottom: 84px;
}
.video-gallery .swiper-pagination {
    display: none;
}
.video-gallery .title {
    text-align: center;
    font-size: 40px;
    color: #31293a;
    margin-bottom: 50px;
    font-family: "FiraSans";
    font-weight: bold;
    line-height: 1.25;
}
.video-gallery .inside {
    width: 754px;
}
.video-gallery .swiper-slide a {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s; 
}
.video-gallery .swiper-slide a:hover {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}
.video-gallery .swiper-slide a:hover:after {
    opacity: 0.85;
}

.video-gallery .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: url(../images/play_video.svg) no-repeat center;
}
.video-gallery .swiper-container {
    border-radius: 8px;
    overflow: hidden;
}
.video-gallery .slider-wrapper {
    position: relative;
}
.video-gallery .swiper-button-prev {
    width: 22px;
    height: 44px;
    background: url(../images/prev_violet.svg) no-repeat center;
    top: 50%;
    margin-top: -22px;
    left: -96px;
    transition: all 0.3s ease 0s;
}
.video-gallery .swiper-button-next {
    width: 22px;
    height: 44px;
    background: url(../images/next_violet.svg) no-repeat center;
    top: 50%;
    margin-top: -22px;
    right: -96px;
    transition: all 0.3s ease 0s;
}
.video-gallery .swiper-button-prev:hover,
.video-gallery .swiper-button-next:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75
}
.video-gallery .swiper-button-prev:after,
.video-gallery .swiper-button-next:after {
    display: none;
}

.comments {
  padding: 80px 0;
  background: #f2f8fa;
}
.comments .swiper-pagination-bullet {
    border-color: #f2f8fa
}
.comments .swiper-pagination-bullet-active {
    border: 2px solid #e43b62
}
.comments .title {
  text-align: center;
  font-size: 40px;
  color: #31293a;
  margin-bottom: 30px;
  font-family: "FiraSans";
  font-weight: bold;
  line-height: 1.25;
}
.comments .slider-wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.comments .slider-wrapper .swiper-button-prev {
  top: 56px;
  position: absolute;
  left: -62px;
  width: 22px;
  height: 40px;
  transition: all 0.3s ease 0s;
  background: url(../images/prev.svg) no-repeat center;
}
.comments .slider-wrapper .swiper-button-prev:after {
  display: none;
}
.comments .slider-wrapper .swiper-button-next {
  top: 56px;
  position: absolute;
  right: -62px;
  width: 22px;
  transition: all 0.3s ease 0s;
  height: 40px;
  background: url(../images/next.svg) no-repeat center;
}
.comments .slider-wrapper .swiper-button-prev:hover,
.comments .slider-wrapper .swiper-button-next:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75
}
.comments .slider-wrapper .swiper-button-next:after {
  display: none;
}
.comments .swiper-pagination {
  text-align: center;
  margin-top: 8px;
}

.comments .slide .preview a {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.comments .slide .inner:hover .preview a:after {
    opacity: 0.85;
    transition: all 0.3s ease 0s;
}
.comments .slide .inner:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.9    
}
.comments .slide .innera:hover .preview a{
    transition: all 0.3s ease 0s;
}
.comments .slide .preview a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play_video.svg) no-repeat center;
  content: "";
}
.comments .slide .preview img {
  display: block;
  width: 226px;
}
.comments .slide .desc {
  padding-top: 6px;
  line-height: 1.4;
  font-size: 14px;
  color: #565656;
  transition: all 0.3s ease 0s;
}
.comments .slide .desc strong {
  color: #31293a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
  transition: all 0.3s ease 0s;
}
.comments .slide .inner:hover .desc strong{
    color: #e3315a;
    transition: all 0.3s ease 0s;
}
.comments .slide .inner:hover .desc {
    color: #e3315a;
    transition: all 0.3s ease 0s;
}
.footer {
  padding: 38px 0;
  background: #8257b0;
  color: #fff;
}
.footer .column-1 {
  width: 350px;
}
.footer .column-1 .logo {
  margin-bottom: 11px;
}
.footer .c-description {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  font-family: "FiraSans";
}
.footer .column-3 {
  padding-top: 10px;
  width: 348px;
}
.footer .column-3 .title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.footer .column-3 p {
  font-size: 13px;
  line-height: 1.6;
  color: #d0b0f1;
}
.footer .centred-info {
  padding-top: 8px;
  padding-right: 18px;
}
.footer .centred-info .phone {
  font-size: 24px;
  
  margin-bottom: 18px;
}
.footer .centred-info .phone > a {
  color: #fff;
  font-weight: 600;
}
.footer .centred-info .socials li {
  margin-right: 22px;
}
.footer .centred-info .socials li a  svg path {
    transition: all 0.3s ease 0s;
}
.footer .centred-info .socials li a:hover svg path {
    transition: all 0.3s ease 0s;
    fill: #febe29
}
.footer .centred-info .socials p {
  margin-bottom: 12px;
  font-family: "FiraSans";
}
.footer .centred-info .socials p a {
  transition: all 0.3s ease 0s;
  color: #febe29;
  text-decoration: underline;
}
.footer .centred-info .socials p a:hover {
  color: #d0b3ef;
  transition: all 0.3s ease 0s;
}
.footer .centred-info .callme {
  font-size: 14px;
  color: #febe29;
  font-family: "FiraSans";
  margin-top: 8px;
}
.footer .centred-info .callme a {
  font-size: 14px;
  color: #febe29;
  font-family: "FiraSans";
}
.footer .centred-info .callme a:hover {
  color: #d0b3ef;
  transition: all 0.3s ease 0s;
}
.helpingline {
  background: #754ba2;
  padding-top: 2px;
}
.helpingline .mobile {
  display: none;
}
.helpingline .coll-1 {
  width: 322px;
}
.helpingline .coll-1 .title {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
}
.helpingline .coll-1 p {
  font-size: 13px;
  line-height: 1.4;
  color: #d0b0f1;
}
.helpingline .coll-3 {
    padding-top: 2px;
}
.helpingline .coll-3 a {
  margin-left: 15px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.helpingline .coll-3 a:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75;
}
.helpingline .coll-3 img {
  display: block;
}
.helpingline .coll-2 img {
  display: block;
  width: 267px;
}

.helpingline .inside {
  position: relative;
}
.popup-window {
  background: #fff;
  padding: 70px 40px 60px;
  width: 456px;
  border-radius: 6px;
  max-width: 100%;
  box-sizing: border-box;
}
#thanks {
  text-align: center;
  display: none;
}
#thanks .ico {
  margin-bottom: 18px;
}
#thanks .ico img {
  width: 140px;
}
#thanks .title {
  margin-bottom: 16px;
  font-size: 24px;
  color: #31293a;
  font-family: "FiraSans";
  font-weight: bold;
}
#thanks p {
  color: #8c98a5;
  font-size: 16px;
  font-family: "FiraSans";
}
.teacher-detail-view {
  display: none;
  width: 940px;
  padding: 39px 40px;
  box-sizing: border-box;
}
.teacher-detail-view .description {
  margin-left: 34px;
  width: 660px;
}
.teacher-detail-view .description .title {
  font-size: 36px;
  font-family: "FiraSans";
  font-weight: bold;
  color: #31293a;
  margin-bottom: 15px;
}
.teacher-detail-view .description .ocupation {
  color: #31293a;
  font-size: 18px;
  margin-bottom: 30px;
}
.teacher-detail-view .description p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.teacher-detail-view .description ul li {
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1.4;
  position: relative;
}
.teacher-detail-view .description ul li:before {
  width: 4px;
  height: 4px;
  left: 0;
  border-radius: 10px;
  top: 8px;
  background: #000;
  content: "";
  position: absolute;
}
.subscribe-window {
  padding: 42px 60px;
  display: none;
  max-width: 100%;
  box-sizing: border-box;
}
.subscribe-window .title {
  font-size: 24px;
  line-height: 1.45;
  color: #31293a;
  font-family: "FiraSans";
  font-weight: bold;
  margin-bottom: 20px;
}
.subscribe-window .field {
  margin-bottom: 22px;
}
.subscribe-window .field input {
  height: 60px;
  border-radius: 10px;
  background: #f5f7fa;
  padding-left: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-family: "FiraSans";
  font-size: 16px;
  border: 1px solid #f5f7fa;
}
.subscribe-window .field:nth-child(2) {
  margin-bottom: 14px;
}
.subscribe-window .agreements {
  line-height: 1.6;
  color: #8c98a5;
  font-size: 13px;
  font-family: "FiraSans";
  margin-bottom: 18px;
}
.subscribe-window .agreements a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
  color: #3474de;
}
.subscribe-window .agreements a:hover {
  color: #e3315a;
  transition: all 0.3s ease 0s;
}
.subscribe-window .button button {
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: "FiraSans";
  box-sizing: border-box;
  height: 74px;
  border-radius: 6px;
  text-align: center;
  background: #febe29;
  color: #000;
  border: none;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding-top: 1px;
  transition: all 0.3s ease 0s;
}
.subscribe-window .button button:hover {
    background: #fed157;
    transition: all 0.3s ease 0s;
}
.subscribe-window .button button strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 800;
}

.subscribe-window .desc {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 12px;
  color: #8c98a5;
}
.subscribe-window .desc span {
  color: #000;
  font-weight: 800;
}
div.form div.field.error input[type="text"] {
  background: #fff5f5 !important;
  border-color: #ff4d94 !important;
}
.left-questions div.message.error textarea,
.left-questions .right .field.error input {
  background: #fff5f5 !important;
  border-color: #ff4d94 !important;
}
#map-with-places.open {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.header-of-palces {
    text-align: center;
}
.header-of-palces .ttl {
    color: #333333;
    font: 400 36px/1 "Tahoma";
    margin-bottom: 20px;
}
#map-with-places {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
#map-with-places > .inner {
    width: 940px;
    padding-top: 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    max-height: 96%;
    box-sizing: border-box;
}
.places-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.fancybox-close:hover,
.places-close:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.75
}
.field.error input[type="text"], .message.error textarea {
  background: #fff5f5 !important; 
  border-color: #ff4d94 !important;
}
.filials-widget .header-of-palces .choice .drop-hendler.grey span:before {
    border-color: #333;
}
.filials-widget .header-of-palces .choice .drop-hendler.grey span {
    color: #333;
}
.filials-widget .header-of-palces .choice .drop-hendler.grey span:after {
    border-top-color: #333;
}
.drop-hendler {
    padding: 6px 30px 6px 8px;
}
.drop-hendler.grey {
    border-radius: 6px;
    background: #f6f6f6;
    color: #333;
}
.about-irbis .item.black:hover, .about-irbis .item.white:hover{
    cursor: pointer;
}
.subscribe-for-free-section .pin.open-map{    
    margin-bottom: 20px;
}
.subscribe-for-free-section .pin.open-map a{
    font-size: 16px;
    text-decoration: underline;
}
.subscribe-for-free-section div.button a {
    font-size: 15px;
    font-weight: 400;
    padding-top: 14px;
    line-height: 1.15;
    display: block;
    border-radius: 8px;
    width: 350px;
    height: 68px;
    
    box-sizing: border-box;
    text-align: center;
}
.subscribe-for-free-section {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebeef1;
    margin-bottom: 40px;
}
.subscribe-for-free-section .subscribe-for-free {
    width: 100%;
}
.subscribe-for-free-section .button a strong {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 800;
}
.subscribe-for-free-section .get-know-for-free {
    margin-top: 20px;
}
.subscribe-for-free-section .get-know-for-free .button a {
    background: #8356b2;
    color: #bf96e9;
}








